﻿html, body { height: 100%; }
html { font-size: 76%; }
body {
	background: #fff url(../img/bg.jpg) repeat-x center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #666;
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* headers */
h2, h3, h4, h5, h6 { 
	color: #1D6983; 
	margin: 0; 
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif; letter-spacing: -1px;
	}
h2 { font-size: 1.8em; margin: 40px 0 20px; }
h3 { font-size: 1.6em; margin: 30px 0 15px; }
h4 { font-size: 1.4em; margin: 20px 0 10px; }
h5 { font-size: 1.2em; margin: 20px 0 5px; }	
h6 { font-size: 1em; margin: 20px 0 0; }

/* text */
p { margin: 15px 0; height: 1%; }
p:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; font-size: 0; }
acronym { cursor: help; }
pre, code, blockquote { 
	margin: 15px 0; 
	padding: 15px; 
	display: block; 
	background: #fff url(../img/grey_grad_.jpg) repeat-x 0 -130px; 
	color: #666;
	background-color: #eee; 
	}
blockquote { 
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 15px 1px 15px;
	background-color: #ff9;
	min-height: 60px; 
	font-style: italic;
	}
* html blockquote { height: 60px; }	

/* links */
a { text-decoration: underline; color: #268EB0; outline: none; }
a:hover { text-decoration: none; }

/* images */
img { border: 5px solid #fff; padding: 1px; background-color: #fff; margin-bottom: 15px; }	
a img { }
a:hover img { border-color: #ff9; }
span.right img,
img.right { margin-left: 30px; }
span.left img,
img.left { margin-right: 30px; }

/* lists */
ul, ol, dl { margin: 15px 0 15px 20px; padding: 0; }
ul { list-style-type: disc; }
ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
ol { margin-left: 25px; }
dl { margin-left: 0; }
dl dt { font-weight: bold; margin-top: 15px; }
dl dd { margin: 0; }
dl dt, li { color: #1D6983; }
li span { color: #666; }

/* tables */
table { margin: 15px 0; border: 1px solid #ddd; border-collapse: collapse; }
table th, 
table td { padding: 10px 15px; text-align: left; }
table thead th { 
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #1D6983; 
	color: #fff; 
	font-weight: normal; 
	font-size: 1.1em;
	border: 1px solid #1D6983;
	}
table tbody th { background-color: #DCEFEA; }
table tbody th, 
table tbody td { border-top: 1px solid #ddd; }
table tfoot { display: none; }

/* forms */
form { background-color: #DCEFEA; padding: 0; margin: 25px 0; }
form fieldset { border: 0; padding: 10px 25px 15px; margin: 0; }
form fieldset legend { display: none; }
form p { height: 1%; }
form p:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
form p label {  
	font-size: 1em; 
	color: #666; 
	float: left; 
	display: block; 
	width: 30%; 
	margin-right: 20px; 
	font-family: Arial, Helvetica, sans-serif; }
form p input,
form p select,
form p textarea { 
	font-size: 1em; 
	color: #666; 
	border: 2px solid #fff; 
	padding: 8px; 
	background-color: #fff; 
	width: 55%; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	}
form p select { width: 57.5%; }
form ul.fieldlist { margin: -30px 0 10px 33%; padding: 0; list-style-type: none; }
form ul.fieldlist li { color: #666; padding: 0 30px 5px 0; white-space: nowrap; }
form input.btn,
a.btn { 
	width: auto; 
	overflow: visible;
	border: 0;
	background: #1D6983 url(../img/nav_on_.png) repeat-x; 
	padding: 8px 15px;
	cursor: pointer; 
	color: #fff;
	text-decoration: none;  
	font-weight: bold;
	white-space: nowrap;
	display: inline-block;
	}
a.btn {  }		
a.btn:hover { }	

/* horizontal rule */
hr { clear: both; border: 0; height: 1px; background-color: #ddd; color: #ddd; margin: 30px 0 0; }

/* classes */
.left { float: left; }
.right {float: right; }
.hide { display: none; }
small.caption { 
	padding-left: 15px; 
	background: url(../img/arrow_blue.png) no-repeat 0 5px; 
	color: #666;
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1.5em;
	margin-top: -5px;
	display: block;
	}
.arrow-white {
	background: url(../img/arrow_white.png) no-repeat right center;
	padding-right: 25px;
	display: inline-block;
	}	

/* list of links */
ul.links { list-style-type: none; margin-left: 0; }
ul.links li { margin: 5px 0; }

/* list of images */
ul.images { margin-left: -29px; margin-bottom: -14px; padding: 15px 0 0; list-style-type: none; height: 1%; width: 104%; }
ul.images:after { content: "."; clear: both; display: block; visibility: hidden; height: 0; }
ul.images li { float: left; margin: 0; padding: 0 0 29px 29px; }
ul.images li img { vertical-align: bottom; }

/* highligh box */
.highlight { 
	background-color: #FFFF99;
	padding: 5px 10px;
	color: #1D6983;
	font-size: 1.2em;
	height: 1%;
	}
.highlight:after {	
	content: ".";
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
	}
	
.highlight .btn { padding: 10px 20px; margin: 0; }
div.highlight { padding: 5px 20px; margin: 15px 0; }

/* columns */
ul.cols { margin: 15px 0 25px -40px; padding: 0; list-style-type: none; width: 105%; height: 1%; }
ul.cols:after { content: "."; clear: both; display: block; visibility: hidden; height: 0; }
ul.cols li { padding-left: 40px; float: left; color: #666; }
ul.two li { width: 43.5%; }
ul.three li { width: 28%; }

ul.cols li li { float: none; width: auto; padding-left: 0; color: #97BD1B; } 

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header { width: 740px; margin: 0 auto; text-align: left; padding: 40px 0; }
#header:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	}

#header h1 {
	background: url(../img/logo.gif) no-repeat;
	width: 241px;
	height: 55px;	
	margin: 0;
	float: left;
	}	
#header h1 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	}

#header p {
	float: right;
	font-size: 1.2em;
	color: #1E6B85;
	width: 400px;
	margin: 0;
	text-align: right;
	}

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#nav { background: url(../img/nav_.png); }
#nav ul {
	margin: 0 auto;
	padding: 0 0 0 1px;
	list-style-type: none;
	width: 740px;
	}
#nav ul:after {	
	content: ".";
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
	}
#nav ul li {	
	float: left;
	padding: 10px 0;
	margin: 0 0 0 -1px;
	}
#nav ul li a { 
	font-weight: bold; 
	text-decoration: none; 
	display: block;
	padding: 12px 0;
	}
* html ul li a { position: relative; width: 1%; white-space: nowrap; }
#nav ul li a span { 		
	color: #1E6B85;
	padding: 0 20px;
	display: block; 
	border-right: 1px solid #fff;
	line-height: 1em;
	}
#nav ul li a:hover span { color: #666; }	
	
#nav ul li.on a { background: #1D6983 url(../img/nav_on_.png) repeat-x; }	
#nav ul li.on a span { border: 0; color: #fff; }
#nav ul li.on a:hover span { color: #fff; }

/*------------------------------------------------------------*
**  Body
**------------------------------------------------------------*/	
#body { 
	width: 740px; 
	margin: 0 auto; 
	padding: 1px 0 9em; 
	text-align: left;
	}
	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer { 
	background-color: #DCEFEA; 
	z-index: 600;
	margin-top: -6.5em;	 
	}
#footer div {
	width: 740px;
	margin: 0 auto;
	text-align: left;
	font-size: 0.8em;
	padding: 15px 0;
	}
#footer div:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
	}		
	
#footer p { float: left; margin: 0; }
#footer ul { 
	float: right; 
	padding: 0;
	list-style-type: none;
	margin: 0;
	}	
#footer ul li { float: left; margin: 1em 0 0 20px; }	
