﻿
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, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
	background: transparent;
	margin-bottom: 0px;
} 
legend {
	font-family: Calibri;
	font-weight: bold;
}	
ins { text-decoration: none; } 
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
sup {
	font-size: 8px;
}

/* 
   General 
------------------------------------------------------------------- */

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body,th {
	color: #000000;
	background-attachment: fixed;
	background-image: url('img/background2.jpg');
	background-repeat: no-repeat;
	background-position: 50% bottom;
	/*padding-bottom: 1px; /* force scrollbars */
	font: normal 1.5em Arial;
	height: 100%;
}


/* 
   Typography 
------------------------------------------------------------------- */

p {
	margin-top: 10px;
}

h1 {
	font: Bold 30px "Franklin Gothic Medium";
	color: #135897;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 20px;
	width: 667px;
}
h2 {
	font: normal 16px Calibri;
}
h3 {font: normal 2em Georgia,sans-serif;}
h4 {font: normal 1.8em Georgia,sans-serif;}
h5 {font: normal 1.6em Georgia,sans-serif;}
h6 {font: bold 1.2em Georgia,sans-serif;}

h1,h2,h3,h4,h5,h6 {

}

.style1 {
	color: #000000;
	font-family: "Century Gothic";
	font-weight: bolder;
	font-size: 15px;
	margin-left: 15px;
	letter-spacing: 0px;
	line-height: 25px;
	font-style: normal;
}
.style2 {
	line-height: 1.3em;
}
.style3 {
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
	text-align: center;
}
.style4 {
	color: #802900;
}
.style5 {
	color: #996600;
}
.style6 {
	color: #999900;
}
.style7 {
	color: #8BB900;
}
.style8 {
	color: #64A600;
}

/* 
   Tables
------------------------------------------------------------------- */

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	background-color: #FFFFFF;
	border: 1px solid #CCB;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 10px;}
table.data_table td {
	border: 1px solid #DDC;
}


/* 
   Lists
------------------------------------------------------------------- */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
ul li {
	margin: 0;
	padding: 0;
	background-color: transparent;
}
	
li ul {
	position: relative;
	margin-left: 10px;
	display: none;
	}

ul li a {
	margin-left: 15px;
	display: block;
	background: #fff;
	line-height: 1.3em;
}
	
/*li:hover ul { display: block; }
ul:hover li {display: block;}*/


/*dl {margin-bottom: 2em;}
dt,dd {padding: 8px 10px;}
dt {
	background: url('img/grain_dark.gif');
	border-bottom: 1px solid #CCB;
	color: #555;
	font-weight: bold;
}
dd {
	background: url('img/grain_light.gif');
	border-bottom: 1px solid #DDC;
	padding-left: 16px;
}*/


/* 
   Links 
------------------------------------------------------------------- */

a {
}
a:focus{
	outline: none;
}
a:link {
	color: #0000FF;
}

a:hover {
	color: #C40;
	text-decoration: underline;
}


/* 
   Forms 
------------------------------------------------------------------- */

/*fieldset {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	margin: 1em 0 1.2em;
}*/
input.radio {
	width: 22px;
}
input.text, textarea{
	background-color: #FFFFFF;
	border-style: inset;
	margin-bottom: 10px;

}

input.request {
	width: 200px;
}

select {
	background-color: #FFFFFF;
	border-style: inset;
	width: 203px;
}

/*input.button {
	border-left: 1px solid #CCC;
	border-right: 1px solid #888;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #888;
		color: #444;
		cursor: pointer;
		font: normal 1em Verdana,sans-serif;
		margin-top: 5px;
		padding: 6px;
		width: auto;
}*/


/*input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active, {background: #FFFFF5;}*/
/*input.button:hover, input.button:focus {
	color: #123;
	cursor: pointer;
}*/

textarea {overflow: auto;}

input.image {
	border: 0;
	padding: 0;
}

/* Specific

.form_row {
	border-bottom: 1px solid #E1E1D5;
	padding: 10px 0;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	border-bottom: 1px solid #CCB;
	border-top: 1px solid #CCB;
	padding: 4px 0 8px;
}
.legend {padding: 8px 18px 6px;}
.form_property, .form_value {float: left;}
.form_property {
	font-size: 1.1em;
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}*/


/* 
   Images 
------------------------------------------------------------------- */

img.bordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.left {margin: 0 0 0 0;}
img.right {margin: 0 0 15px 12px;}

/* 
   Floats
------------------------------------------------------------------- */

.left {
	float: left;
}
.right {float: right;}

.clear,.clearer,.clearerfoot {clear: both;}
.clear {
	line-height: 0px;
	display: block;
}

.clearer {
	line-height: 10px;
	display: block;
}

.clearerfoot {
	display: block;
	line-height: 15px;
}


/* 
   Misc 
------------------------------------------------------------------- */

.content_separator, .archive_separator {
	background: #D6D6C6;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 10px;
}
.archive_separator {width: 650px;}


/* 
   Layout 
------------------------------------------------------------------- */

/* General */
.center_wrapper {
	margin: 0 auto;
	width: 855px;
	margin-top: 25px;
}

#awards{
	margin: 0 auto;
	width: 200px;
	padding-top: 20px;
}

#news{
	width: 650px;
	padding-top: 20px;
}

#header {
	padding-top: 8px;
	width: 925px;
	margin: 0 auto;
	/*background-image: url('img/reflect2.jpg');*/
	height: 150px;
	background-repeat: no-repeat;
	background-position: left center;
}


/* Site title */
#site_title {
	font-size: 20px;
	color: #998;
	width: 657px;
	height: 140px;
	padding-right: 30px;
	text-align: center;
}
#site_title a {
	/*font: 24px;*/
	color: #01539D;
	text-decoration: none;
}
#site_title h1 span {
	font-family: Arial;
	font-size: 26px;
	font-weight: normal;
	margin-top: -10px;
}
#nav_id {
	margin-top: 10px;
	text-align: center;
	padding-top: 20px;
}

#button a:hover {
	background-image: url('img/buttonover.png')
}
/*#site_title a:hover {color: #FFB;}
#site_title h1 span:hover {color: #FFB;}*/




/* Main */
#main_wrapper_outer {
	width: 925px;
	margin: 0 auto;
}
#main_wrapper_inner {
	line-height: 1.4em;
	padding: 24px 0;
}
#main {
	font: normal 16px Calibri;
	width: 650px;
	margin-right: 28px;
	position: relative;
}

#main p{
	font: normal 16px Calibri;
}

#main ul {
}
#main ul li {
	/*color: #3C5A88;*/
	font-size: 16px;
	list-style-position: inside;
	padding: 2px 0;
}
#main ul li:hover {}

#main a:hover {cursor:pointer;}
#main a {text-decoration:underline;color:blue;}


/* Sidebar */
#sidebar {
	border-bottom: 1px solid #000000;
	width: 175px;
	border-left: 1px solid #000000;
	margin-left: 30px;
	position: relative;
}
#sidewrapper {
	width: 220px;
}
#sidebar_content {padding-left: 25px;}
#sidebar a {
	font-size: 13px;
	line-height: 1.3em;
	color: #547AB4;
	background-color: transparent;
	text-decoration: none;
}
#sidebar a:hover {color: #C40;}

/* Address*/
#address {
	width: 156px;
	font-size: 12px;
	font-family: Arial;
	margin: 5px 0 0 30px;
	color: #135897;
	font-weight: bold;
}


/* Footer links */
#footer {
	/*background-image: url('img/footer.jpg');
	background-position: 50% bottom;
	filter:alpha(opacity=20);
	/*opacity:.90;*/
	padding: 10px 20px 0px 20px;
	position: relative;
	width: 860px;
	height: 25px;
	margin: 0 auto 0 auto;
}
#foot{
	font-size: 14px;
	font-family: Arial;
	color: #135897;
	font-weight: normal;
	/*margin-top: 0px;
	margin-right: 100px;
	padding-top: 40px;
	padding-bottom: 20px;*/
}
#footer a {color: #BBA;}
#footer a:hover {
	color: #333333;
}
#ISO {
	margin: 5px 0 0 30px;
}

/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 -0 2em -8px;}
.thumbnails a.thumb {	
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {background: #C6C6BA;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {
	margin-bottom: 1.5em;
	margin-right: 15px;
}
.box_title {
	color: #665;
	font-weight: bold;
	padding: 5px 8px;
}
.box_content {padding: 8px 0 8px;}
.box li {
	border-top: 1px solid #DDC;
	padding: 4px 6px;
}
.box li:first-child {border-top: none;}




/* 
   IE float/background fixes
------------------------------------------------------------------- */

.legend, blockquote, #sidebar {min-height: 0.01%;
}
* html ul li { float: left; }
* html ul li a { height: 1%; }

