@charset "UTF-8";
@font-face {  
    font-family: 'DidactGothic';  
    src: local('DidactGothic'), url('../fonts/DidactGothic.ttf') format('truetype'),
	url('../fonts/DidactGothic.eot') format('embedded-opentype'); 
}

@font-face {  
    font-family: 'tangerine_regular';  
    src: local('tangerine_regular'), url('../fonts/tangerine_regular.ttf') format('truetype'),
    url('../fonts/tangerine_regular.eot') format('embedded-opentype');
}	

body {
	font-family: DidactGothic, Verdana, Arial, Helvetica, sans-serif;
	background-color: #4E5869;
	margin: 0;
	padding: 0;
	color: #000;	
	
}
	
#header-tag {
	font-family: "tangerine_regular";
	font-size: 44px;
	color: #CCCCCC;
	text-align: left;
	left:45px;
	padding-top: 0px;
	position: relative;
	top: 25px;
}
#tag-line {
	font-size: 24px;
	color: #CCCCCC;
	text-align: left;
	position: relative;	
	left:140px;
}
#logo {
	float:right;
	margin-right: 45px;
	padding-top: 15px;
	z-index: 999 !important;
	}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	text-align: left;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: 400; 
}
a img { 
	border: none;
}


a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 80%;
	max-width: 960px;
	min-width: 825px;
	background-color: #FFF;
	margin: 0 auto 10px; 
}


.header {
   background-color: #177E0E; 
   background: -webkit-gradient(linear, 15% 0%, 100% 0%, from(#177E0E), to(#23BF15));
   /* Firefox 3.6+ */ 
   background: -moz-linear-gradient(84% 43% 302deg,#177E0E, #23BF15);
   /* IE 10 */ 
   height: 160px;
   }

.content {
	padding: 10px 10px;
	width: 90%;
	float: left;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
	overflow:hidden;
}


ul.nav {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:visible;
	position:relative;
	top: -35px;
	
}
ul.nav li {
	float:left;
	
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 5px;
	text-align:center;
	display: block; 
	text-decoration: none;
	background-color: #C8C8C8;
	background:-webkit-gradient(linear, 0% 0%, 0% 98%, from(#CCCCCC), to(#999999));
	background: -moz-linear-gradient(19% 75% 90deg,#ababab, #c9c9c9, #c7c7c7 100%);
	color: #000;
	width:117px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	color: #FFF;
}

#building { 
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 60px;
}
.shadow {
	box-shadow: 4px 4px 5px #888;
}
.footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; 
	text-align: center;
	color: #CCCCCC;
	background-color: #177E0E; 
   background: -webkit-gradient(linear, 15% 0%, 100% 0%, from(#177E0E), to(#23BF15));
   /* Firefox 3.6+ */ 
   background: -moz-linear-gradient(84% 43% 302deg,#177E0E, #23BF15);
}
.footer a:link {
	color:#CCCCCC;
	text-decoration: underline; 
}
.footer a:visited {
	color: #999999;
	text-decoration: underline;
}

.fltrt {  
	float: right;
	margin: 0 10px 10px 10px;
	clear: right;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

*:focus {outline: none;}

/* === Form Typography === */

.form_hint, .required_notification {font-size: 11px;}

/* === List Styles === */
.contact_form ul {
    width:700px;
    list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
}
.contact_form li{
	padding:12px; 
	border-bottom:1px solid #eee;
	position:relative;
} 

.required_notification {
	color:#d45252; 
	margin:5px 0 0 0; 
	display:inline;
	float:right;
}

/* === Form Elements === */
.contact_form label {
	width:150px;
	margin-top: 3px;
	display:inline-block;
	float:left;
	padding:3px;
}
.contact_form input {
	height:20px; 
	width:220px; 
	padding:5px 8px;
}
.contact_form textarea {padding:8px; width:400px;}
.contact_form button {margin-left:156px;}

/* form element visual styles */
.contact_form input, .contact_form textarea { 
		border:1px solid #aaa;
		box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
		border-radius:2px;
		padding-right:30px;
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;
	}
.contact_form input:focus, .contact_form textarea:focus {
		background: #fff; 
		border:1px solid #555; 
		box-shadow: 0 0 3px #aaa; 
		padding-right:70px;
	}

/* === HTML5 validation styles === */	
.contact_form input:required, .contact_form textarea:required {
	background: #fff url(../images/red_asterisk.png) no-repeat 98% center;
}
.contact_form input:required:valid, .contact_form textarea:required:valid {
	background: #fff url(../images/valid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	background: #fff url(../images/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Form hints === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; 
	position: absolute; 
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;}
.contact_form input:required:valid + .form_hint::before {color:#28921f;}
	
/* === Button Style === */
button.submit {
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	color:#333333;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffee66;
}
button.submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23;
}
button.submit:active {
	position:relative;
	top:1px;
}
#naiw {
	width: 140px;
	
}

.fltinfo {
	float: left;	
	font-size: 12px;
	padding: 3px 3px;
}

.iwcontent {
	font-size:12px;
}
#js_ad {
	font-size: 0.85em;
	font-style:italic;
	text-align: left;
	padding-left: 65px;
	position:relative;
	top: -5px;
}
#contact {
	float: left;
	padding-left: 65px;
	position: relative;
	top: -25px;
	color: #CCCCCC;
	
}
#email_header {
	float: left;
	padding-left: 265px;
	position: relative;
	top: -25px;
	color: #CCCCCC;
	
}
.contact_footer {
	float: left;
	padding-left: 65px;
	position: relative;
	top: 15px;
	color: #CCCCCC;
	
}