@charset "UTF-8";
/* CSS Document */


/*---------------- Fonts ----------------*/

@font-face {
	font-family: TR Century Gothic;
	src: url('TR Century Gothic.ttf');
}


/*---------------- Body ----------------*/

body {
	background-color: black;
}

.mailto {
	color: #b3ca34;
	text-decoration: none;
}



/*---------------- Nav ----------------*/

#navbar ul li {
	font-family: TR Century Gothic, sans-serif;
	display: inline;
	margin: 0 auto;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
}

#navbar ul li a:hover {
	color: #b3ca34;
}

#navbar ul li a {
	color: white;
	text-decoration: none;
}

#navbar {
	text-align: center;
}

#nav_2 h3 {
	font-family: TR Century Gothic, sans-serif;
	display: inline;
	margin: 0 auto;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
}

#nav_2 h3 a {
	text-decoration: none;
}

#nav_2 {
	height: 16px;
	width: 275px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/apple_small.png) left no-repeat; 
	margin-bottom: 75px;
}


/*---------------- Containers ----------------*/

#container_home {
	display: inherit;
	margin: 0 auto;
	width: 900px;
	height: 550px;
	background: url(../images/home.jpg) top no-repeat;
}

#container_about {
	width: 900px;
	min-height: 650px;
	margin: 0 auto;
	background: url(../images/about.jpg) top no-repeat;
}

#container_services {
	width: 900px;
	min-height: 650px;
	margin: 0 auto;
	background: url(../images/services.jpg) top no-repeat;
}

#container_faq {
	width: 900px;
	min-height: 650px;
	margin: 0 auto;
	background: url(../images/faq.jpg) top no-repeat;
}

#container_testimonials {
	width: 900px;
	min-height: 650px;
	margin: 0 auto;
	background: url(../images/testimonials.jpg) top no-repeat;
}

#container_team {
	width: 900px;
	min-height: 650px;
	margin: 0 auto;
	background: url(../images/team.jpg) top no-repeat;
}

#container_factsheet {
	width: 900px;
	min-height: 650px;
	margin: 0 auto;
	background: url(../images/factsheet.jpg) top no-repeat;
}

#container_enews {
	width: 900px;
	min-height: 650px;
	margin: 0 auto;
	background: url(../images/enews.jpg) top no-repeat;
}

#container_contact {
	width: 900px;
	min-height: 650px;
	margin: 0 auto;
	background: url(../images/contact.jpg) top no-repeat;
}

#container_authorized {
	width: 900px;
	min-height: 650px;
	margin: 0 auto;
	background: url(../images/authorized.jpg) top no-repeat;
}



/*---------------- Content ----------------*/

#content {
	padding: 40px 0 70px 85px;
	font-weight: 100;
	font-family: TR Century Gothic, sans-serif;
	letter-spacing: 1px;
	line-height: 23px;
}

#content ul li{
	line-height: 1.5em;
	color: #fff;
}
	
#content ul{
	font-size: 80%;
	list-style: disk;
}

#content ol {
	color: #fff;
	font-size: 85%;
}

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 {
	color: #b3ca34;
}

h5 {
	color: #ffffff;
}

p {
	width: 60%;
	color: #fff;
	font-size: 90%;
}

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: 85%;
	padding: 10px 0 0 0;
	margin: 0; 
	text-align: left;
	font-style: italic;
	width: 70%;
}

/*---------------- Bio ----------------*/

#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;
	color: #fff;
	}
	
#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;
	}




/*---------------- Forms ----------------*/

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;
}

/*---------------- IOS ----------------*/

#ios {
	width: 250px;
	min-height: 300px;
	margin-left: 200px;
	top: 0;
	position: absolute;
}







