@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Century Gothic","Apple LiGothic Medium","Lucida Grande",  sans-serif;
	background: #000;
	color: #fff;
	margin: 0;
	padding: 0;
	}
	
* html body {
	font-size: small; /* for IE5/Win */
	f\ont-size: medium; /* for IE versions */
	}
	
a, visited {
	color: #fff;
	font-size: 100%;
}
	
#container {
	width: 900px;
	min-height: 548px; /* For Modern Browsers */	
	height: auto !important; /* real browsers */
	height: 548px; /* IE6: treated as min-height*/
	margin: 0 auto;
	}
	
#container_home {
	width: 900px;
	height: 450px;
	background: url(images/home.jpg) top no-repeat;
	}
	
#container_about {
	width: 900px;
	min-height: 650px; /* For Modern Browsers */	
	height: auto !important; /* real browsers */
	height: 650px; /* IE6: treated as min-height*/
	margin: 0 auto;
	background: url(images/page_about.jpg) top no-repeat;
	}
	
#container_services {
	width: 900px;
	min-height: 650px; /* For Modern Browsers */	
	height: auto !important; /* real browsers */
	height: 650px; /* IE6: treated as min-height*/
	margin: 0 auto;
	background: url(images/page_services.jpg) top no-repeat;
	}
	
#container_faq {
	width: 900px;
	min-height: 650px; /* For Modern Browsers */	
	height: auto !important; /* real browsers */
	height: 650px; /* IE6: treated as min-height*/
	margin: 0 auto;
	background: url(images/page_faq.jpg) top no-repeat;
	}
	
#container_testimonials {
	width: 900px;
	min-height: 650px; /* For Modern Browsers */	
	height: auto !important; /* real browsers */
	height: 650px; /* IE6: treated as min-height*/
	margin: 0 auto;
	background: url(images/page_testimonials.jpg) top no-repeat;
	}
	
#container_team {
	width: 900px;
	min-height: 650px; /* For Modern Browsers */	
	height: auto !important; /* real browsers */
	height: 650px; /* IE6: treated as min-height*/
	margin: 0 auto;
	background: url(images/page_team.jpg) top no-repeat;
	}
	
#container_facts {
	width: 900px;
	min-height: 650px; /* For Modern Browsers */	
	height: auto !important; /* real browsers */
	height: 650px; /* IE6: treated as min-height*/
	margin: 0 auto;
	background: url(images/page_fact.jpg) top no-repeat;
	}
	
#container_enews {
	width: 900px;
	min-height: 650px; /* For Modern Browsers */	
	height: auto !important; /* real browsers */
	height: 650px; /* IE6: treated as min-height*/
	margin: 0 auto;
	background: url(images/page_enews.jpg) top no-repeat;
	}
	
#container_contact {
	width: 900px;
	min-height: 650px; /* For Modern Browsers */	
	height: auto !important; /* real browsers */
	height: 650px; /* IE6: treated as min-height*/
	margin: 0 auto;
	background: url(images/page_contact.jpg) top no-repeat;
	}
	

#container_authorized {
	width: 900px;
	min-height: 650px; /* For Modern Browsers */	
	height: auto !important; /* real browsers */
	height: 650px; /* IE6: treated as min-height*/
	margin: 0 auto;
	background: url(images/page_authorized.jpg) top no-repeat;
	}
	

/*--------------CONTENT---------------*/
	
#content {
	padding: 40px 0 70px 85px;
	font-weight: 100;
	}
	
#content_team {
	padding: 40px 0 50px 85px;
	font-weight: 100;
	}
	
#content p{
	line-height: 1.65em;
	font-size: 80%;
	padding-bottom: 10px;
	width: 55%;
	}
	
#content a, visited{
	color: #b3ca34;
	text-decoration: none;
	}
	
#content a:hover{
	text-decoration: underline;
	}

h1 {
	font-size: 225%;
	color: #b3ca34;
	text-transform: uppercase;
	letter-spacing: -.025em;
	font-weight: lighter;
	width: 75%;
	}

h2 {
	font-size: 105%;
	color: #fff;
	text-transform: uppercase;
	padding-left: 10px;
	margin: -10px 0 0 3px;
	border-left: 5px solid #b3ca34;
	line-height: 1.25em;
	letter-spacing: 0em;
	width: 55%;
	}	
	
h3 {
	font-size: 100%;
	color: #b3ca34;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: -10px;
	font-weight: lighter;
	width: 55%;
	}
	
h3 a{
	color: #b3ca34;
	}
	
h4 {
	visibility: hidden;
	}

h5 {
	color: #ffffff;
}

	

	
#content ol li{
	line-height: 1.5em;
	}
	
#content ol{
	margin: -20px 0 0 0;
	font-size: 75%;
	}
	
#content ul li{
	line-height: 1.5em;
	}
	
#content ul{
	font-size: 75%;
	list-style: disk;
	}
	
	
#bio {
	width: 585px;
	padding: 0;
	margin: 0;
	float: left;
	}
	
#bio dl{
	padding: 10px 0 10px 0;
	margin: 10px 20px;
	float: left;
	display: inline; /*fixes IE/Win double margin bug */
	width: 500px;
	}
	
#bio dt {
	color: #b3ca34;
	font-size: 105%;
	text-align: left;
	text-transform: uppercase;
	float: right;
	margin: 0;
	padding: 10px 0 0 0;
	width: 265px;
	}
	
#bio dd {
	font-size: 85%;
	margin: 0 0 0 225px;
	padding: 0;
	}
	
#bio .header {
	color: #b3ca34;
	padding-top: 10px;
	}
	
#bio dl dd.img {
	margin: 0;
	}

#bio dd.img img {
	margin: 0 10px 0 0;
	float: left;
	}
	
/* reverse float */

#bio .alt dt {
	float: left;
	}
	
#bio .alt dd {
	margin: 0 225px 0 0;
	}
	
#bio .alt dd.img img {
	float: right;
	margin: 0 0 0 10px;
	}


#dhtmltooltip{
	position: absolute;
	color: #b3ca34;
	text-align: center;
	width: 100px;
	padding: 5px;
		font-size: 70%;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .04em;
	filter: alpha(opacity=70); -moz-opacity:0.70; background-color: #000;
	visibility: hidden;
	z-index: 100;
	border: thin solid #b3ca34;
}

blockquote {
	color: #fff;
	font-weight: lighter;
	background: url(images/quote.gif) no-repeat top left;
	font-size: 95%;
	padding: 18px 0 0 40px;
	margin: 0;
	width: 370px;
	text-align: left;
}
	
blockquote p{
	color: #b3ca34;
	font-size: 105%;
	padding: 10px 0 0 0;
	margin: 0;
	text-align: left;
	font-style: italic;
	width: 75%;
}


/*--------------NAV---------------*/


#nav {
	float: left;
	width: 900px;
	height: 18px;
	padding: 10px 0 5px 75px;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	}
	
#nav a, visited {
	display: block;
	overflow: hidden;
	height: 18px;
	color: #fff;
	font-size: 80%;
}


#nav a {
	display: block;
	overflow: hidden;
	height: 34px;
	padding: 0 7px 0px 7px;
}

	
#nav li {
	float: left;
	margin: 0 5px 0 5px;
	padding: 0 12px 0px 12px;
	list-style: none;
	}
	
#nav ul {
	margin-left: 10px;
	}
	
#nav a:hover {
	border-bottom: 2px solid #fff;
}
			

.buttonabout {
	float: left;
	width: 62px; height: 32px;
	margin: 0;
	overflow: hidden;
	background: url(images/about.gif) -135px 0 no-repeat;
	}

.buttonabout a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow: hidden;
	text-decoration: none;
	background: url(images/about.gif) 0px 0px no-repeat;
	}
	
.buttonabout a:hover, body#about #b1 {
	background-image: none;
	}
	
.buttonservices {
	float: left;
	width: 52px; height: 32px;
	margin: 0;
	overflow: hidden;
	background: url(images/services.gif) -135px 0 no-repeat;
	}

.buttonservices a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow: hidden;
	text-decoration: none;
	background: url(images/services.gif) 0px 0px no-repeat;
	}
	
.buttonservices a:hover, body#services #b2{
	background-image: none;
	}

.buttonfaq {
	float: left;
	width: 19px; height: 32px;
	margin: 0;
	overflow: hidden;
	background: url(images/faq.gif) -135px 0 no-repeat;
	}

.buttonfaq a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow: hidden;
	text-decoration: none;
	background: url(images/faq.gif) 0px 0px no-repeat;
	}
	
.buttonfaq a:hover, body#faq #b3 {
	background-image: none;
	}
	
.buttontestimonials {
	float: left;
	width: 89px; height: 32px;
	margin: 0;
	overflow: hidden;
	background: url(images/testimonials.gif) -135px 0 no-repeat;
	}

.buttontestimonials a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow: hidden;
	text-decoration: none;
	background: url(images/testimonials.gif) 0px 0px no-repeat;
	}
	
.buttontestimonials a:hover, body#testimonials #b4 {
	background-image: none;
	}
	
.buttonteam {
	float: left;
	width: 26px; height: 32px;
	margin: 0;
	overflow: hidden;
	background: url(images/team.gif) -135px 0 no-repeat;
	}

.buttonteam a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow: hidden;
	text-decoration: none;
	background: url(images/team.gif) 0px 0px no-repeat;
	}
	
.buttonteam a:hover, body#team #b5 {
	background-image: none;
	}
	
.buttonfact {
	float: left;
	width: 70px; height: 32px;
	margin: 0;
	overflow: hidden;
	background: url(images/fact.gif) -135px 0 no-repeat;
	}

.buttonfact a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow: hidden;
	text-decoration: none;
	background: url(images/fact.gif) 0px 0px no-repeat;
	}
	
.buttonfact a:hover, body#facts #b6 {
	background-image: none;
	}
	
.buttonenews {
	float: left;
	width: 42px; height: 32px;
	margin: 0;
	overflow: hidden;
	background: url(images/enews.gif) -135px 0 no-repeat;
	}

.buttonenews a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow: hidden;
	text-decoration: none;
	background: url(images/enews.gif) 0px 0px no-repeat;
	}
	
.buttonenews a:hover, body#enews #b7 {
	background-image: none;
	}
	
.buttoncontact {
	float: left;
	width: 81px; height: 32px;
	margin: 0;
	overflow: hidden;
	background: url(images/contact.gif) -135px 0 no-repeat;
	}

.buttoncontact a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow: hidden;
	text-decoration: none;
	background: url(images/contact.gif) 0px 0px no-repeat;
	}
	
.buttoncontact a:hover, body#contact #b8 {
	background-image: none;
	}
	
.buttonauthorized {
	float: left;
	width: 112px; height: 32px;
	margin: 0;
	overflow: hidden;
	background: url(images/authorized.gif) -133px 0 no-repeat;
	}

.buttonauthorized a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow: hidden;
	text-decoration: none;
	background: url(images/authorized.gif) 0px 0px no-repeat;
	}
	
.buttonauthorized a:hover, body#authorized #b9 {
	background-image: none;
	}
	
/*------------ Form------------ */
	
form {
	display: inline;
	}

select {
	color: #fff;
	border: 1px solid #fff; 
	background-color: #000;
	font-size: 100%;
	padding: 1px;
	}
	
select: focus {
	border: 1px solid #b3ca34; 
	background-color: #090406;
	}
	

textarea {
	color: #fff;
	border: 1px solid #fff; 
	font-family: "Century Gothic","Apple LiGothic Medium","Lucida Grande",  sans-serif;
	background-color: #000;
	font-size: 100%;
	padding: 1px;
	}
	
textarea:focus {
	border: 1px solid #b3ca34; 
	background-color: #000;
	}
	
input.txt {
	color: #fff;
	border: 1px solid #fff; 
	background-color: #000;
	font-size: 100%;
	padding: 1px;
	}

input.txt:focus { 
	border: 1px solid #b3ca34; 
	background-color: #000;
	}
	
input.btn {
	color: #fff;
	border: 1px solid #fff; 
	background-color: #000;
	font-size: 100%;
	padding: 1px;
	}
	
form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}


form p label {
	float: left;
	width: 15%;
	font: bold;
	padding-right: 3%;
	text-align: left;
}
