/* start of reset */ 
 html, body, div, span, applet, object, iframe,  
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
 a, abbr, acronym, address, big, cite, code,  
 del, dfn, em, font, img, ins, kbd, q, s, samp,  
 small, strike, strong, sub, sup, tt, var,  
 b, u, i, center,  
 dl, dt, dd, ol, ul, li,  
 fieldset, form, label, legend,  
 table, caption, tbody, tfoot, thead, tr, th, td {  
     margin: 0;  
     padding: 0;  
     border: 0;  
     outline: 0;  
     font-size: 100%;  
     vertical-align: baselinebaseline;  
     background: transparent;  
 }  
 body {  
     line-height: 1;  
 }  
 ol, ul {  
     list-style: none;  
 }  
 blockquote, q {  
     quotes: none;  
 }  
 blockquote:before, blockquote:after,  
 q:before, q:after {  
     content: '';  
 }  
   
 /* remember to define focus styles! */  
 :focus {  
     outline: 0;  
 }  
   
 /* tables still need 'cellspacing="0"' in the markup */  
 table {  
     border-collapse: collapse;  
     border-spacing: 0;  
 }  
/* end of reset */ 

html {
	font-family: Arial, Helvetica, sans-serif;
	
}


body {
	background-image: url(../images/bg_blue.jpg);
	background-repeat: repeat-x;
	background-color: #003466;
}


#wrapper {
	width: 920px; 
	margin: 0 auto;
	height: 619px;
}


#wrapper_text {
	width: 920px; 
	margin: 0 auto;
}

#header {
	margin: 22px 0 16px 0;
	height: 109px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
}

.logo {
	padding: 20px 0 0 18px;
	float: left;
}


#nav {
	width: 430px;
	height: 25px;
	float: right;
	margin: 42px 20px 0 20px;
	list-style-type:none;
	font-size: 11px;
	position: relative;
}


#nav .video a {
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 10px;
	left: 295px;
	background-color: transparent;
}

#nav ul.nav_list li {
	display: inline;
	color: black;
}


#nav ul.nav_list li a:link {
	color: black;
	text-decoration: none;
	background-color: #e1e1e1;
	padding: 5px 4px 5px 4px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	margin: 0 0 0 5px;
}

#nav ul.nav_list li a:visited {
	color: black;
	text-decoration: none;
	background-color: #e1e1e1;
	padding: 5px 4px 5px 4px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	margin: 0 0 0 5px;
}


#nav ul.nav_list li a:hover{
	color: black;
	text-decoration: none;
	background-color: #f9aa3f;
	padding: 5px 4px 5px 4px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#main_content {
	background-image: url(../images/maincontent_bg.png);
	background-repeat: no-repeat;
	height: 494px;
}

#text_content {
	border: 1px solid #999;
	background-color: #FFF;
	padding: 20px 25px;
	overflow: auto;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;	
}

#partners_left {
	float: left;
	width: 400px;
}


/* begin gallery styling */
#jgal { list-style: none; width: 500px; height: 90px; margin: 450px 0 0 180px; } 
#jgal li { opacity: .5; float: left; display: block; width: 60px; height: 60px; background-position: 50% 50%; cursor: pointer; border: 3px solid #fff; outline: 1px solid #ddd; margin-right: 14px; margin-bottom: 0px; }
#jgal li img { position: absolute; top: 170px; left: 400px; display: none; }
#jgal li.active img { display: block;}
#jgal li.active, #jgal li:hover { outline-color: #bbb; opacity: .99 /* safari bug */ }

/* styling without javascript */
#gallery { list-style: none; display: block; }
#gallery li { float: left; margin: 0 10px 10px 0; }





/* Start Partners page - Contact Form */
#contact {
	float: right;
	width: 450px;

}
#contact p, label, legend { font-size: 14px;}
#contact h1 { margin: 3px 0 5px; font-size: 12px; color: #333333; }
#contact hr { color: inherit; height: 0; margin: 4px 0 4px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }
#contact { display: block; width: 420px; padding: 3px; background-color: #FFF; -webkit-border-radius:5px;  }
/* Form style */
#contact label { display: inline-block; float: left; height: 26px; line-height: 40px; width: 155px; font-size: 12px; -webkit-border-radius:5px; }
#contact input, textarea { width: 300px; margin: 0; padding: 3px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 60px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:20px; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; }
#pcontact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }
#contact span.required{ font-size: 12px; color: #ff0000; } /* Select the colour of the * if the field is required. */
#message { margin: 8px 0; padding: 0; }
.error_message { font-size: 12px; display: block; height: 20px; line-height: 18px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 2px 7px 2px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }
.loader { padding: 0 10px; }
#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:18px; }
acronym { border-bottom:1px dotted #ccc; }
/* End Partners page - Contact Form */

#text_content h1 {
	font-size: 16px;
	line-height: 17px;
}

#text_content h2 {
	font-size: 14px;
	line-height: 17px;
}

#text_content p {
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
}


#text_content h2 a:link, a:visited {
	color: #666;
	background-color: transparent;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#text_content h2 a:hover {
	color: #003466;
	text-decoration: underline;
}



#social {
	padding-top: 6px;
}

#social a {
	background-color: transparent;
	margin: 0 0 0 7px;
}

#content {
	width: 918px;
	height: 273px;
	margin: 0 auto;
	background-image: url(../images/main_pic.jpg);
}

#button {
	width: 161px;
	height: 50px;
	padding: 200px 0 0 150px;
}

.button {
	width: 161px;
	height: 50px;
	text-indent: -9999px;
	margin: 0 0 0 0;
	padding: 0;
}

.button a {
	display: block;
	width: 161px;
	margin: 0;
	padding: 0;
	height: 50px;
	background: url(../images/button.png) no-repeat top left;
	outline: none;
}

.button a:hover {
	background-position: 0 -50px;
}

#video {
	width: 320px;
	height: 240px;
	float: right;
	margin: 15px 70px 0 0px;
	border: 2px solid #000;
}

.clear {
	clear: both;
}

#footer_links {
	margin: 24px 0 0 19px;
	width: 881px;
	height: 101px;
}

#footer_links h2 {
	color: #f17327;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#footer_links p {
	font-size: 12px;
	line-height: 18px;
}

#footer_links .ad3 {
	width: 263px;
	height: 101px;
	float: left;
	margin-right: 20px;
	padding-left: 5px;
	border-left: 1px solid #cfd0d9; 
}

#footer_links .ad2 {
	width: 257px; 
	height: 101px;
	float: right;
	margin-right: 20px;
	padding-left: 5px;
	border-left: 1px solid #cfd0d9; 
}

#footer_links .ad1 {
	width: 283px; 
	height: 101px;
	float: right;
	margin-right: 20px;
	padding-left: 5px;
	border-left: 1px solid #cfd0d9; 
}

#footer {
	height: 38px;
	margin: 0 auto;
	width: 920px;
	text-align: center;
}

#footer p{
	color: white;
	margin-top: 10px;
	font-size: 12px;
}


#footer p a {
	color: white;
	font-size: 12px;
	background-color: transparent;
}




