/* Body Defaults */
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul, img {
	margin: 0;
	border: 0;
	padding: 0;
	}

body {
	background-color: #2E2E2E;
	font: 76%/133% Verdana, Helvetica, Arial, sans-serif;
	color: ##626262;
	padding: 2px 0;
	}
	
a, a:visited {
	color: #333;
	text-decoration: none;
	}
	
a:hover {
	color: #333;
	text-decoration: underline;
	}
	
table, input, textarea {
	font: 1em Verdana, Helvetica, Arial, sans-serif;
	color: #333;	
	}
	
acronym, abbr {
	border-bottom: 1px dotted black;
	cursor: help;
	}
	
h1 {
	font-size: 2em;
	line-height: 2em;
	color: #339899;
	}
	
h2 {
	font-size: 1.5em;
	margin: 5px 0 10px 0;
	}
	
h3 {
	font-size: 1.3em;
	margin-bottom: 5px;
	}
	
h4 {
	font-size: 1.2em;
	margin-bottom: 5px;
	}
	
p {
	margin-bottom: 5px;
	}
	
cite {
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}
	
/* Container */
#header, #navigation, #content, #footer {
	text-align: center;
	font-size: 1em;
	line-height: 1.4em;
	}
	
.wrapper {
	width: 778px;
	margin: 0 auto;
	text-align: left;
	}
	
/* Header */
#header {
	background-color: #FFF;
	background-color: #2E2E2E;
	padding: 15px 0;
	}
	
#header h1 { 
	display: block;
	padding-top: 89px; 
	width: 350px; 
	background-image: url(../images/logo2.gif); 
	background-repeat: no-repeat;
	overflow: hidden; /* WIN IE5 hack */ 
	height: 108px; 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	height: 0;
	}

/* Navigation */
#navigation {
	border-bottom: 2px solid #339899;
}

#navigation .wrapper {
	position: relative;
}

#navigation ul, #navigation li {
	list-style: none;
	}

#navigation ul {
	position: absolute;
	right: 0;
	top: -22px;
}

#navigation ul li {
	margin: 0;
	float: left;
}

#navigation a {
	color: #fff;
	display: block;
	float: left;
	padding: 4px 10px;
	margin-left: 2px;
	line-height: 16px;
	background-color: #339899;
}

#navigation a:hover, #navigation a.active {
	background-color: #fff;
	text-decoration: none;
	color: #2e2e2e;
}
	
/* Content */
#content {
	background-color: #FFF;
	min-height: 300px;
	_height: 300px;
	padding: 30px 0 60px 0;
	font-size: 1.1em;
	}
	
#content h2 {
	font-size: 1.6em;
	margin-bottom: 20px;
}

#image-rotator {
	text-align: center;
	height: 340px;
	margin-bottom: 10px;
	margin-right: 320px;
}

#image-rotator img {
	margin: 0 auto;
}

#image-rotator ul, #image-rotator li {
	list-style: none;
}

#image-rotator li {
	height: 340px;
	width: 450px;
}

#image-rotator li p {
	font-size: 10px;
	line-height: 12px;
	text-align: right;
}

#links, #links li {
	list-style: none;
}

#links li {
	padding-left: 14px;
	background: url(../images/arrow.gif) no-repeat 0px 5px;
	margin: 3px 0;
}


.box a {
	border: 1px solid #C0C0C0;
	font-weight: bold;
	padding: 5px;
	float: left;
	display: block;
	width: 234px;
	height: 100px;
	margin-right: 20px;
	color: #2e2e2e;
}

.boxright a, .boxright {
	margin-right: 0 !important;
}

.box a:hover {
	text-decoration: none;
	background-color: #F2F2F2;
}

.pdf {
	padding: 2px 0px 2px 20px;
	background: url(../images/pdf.gif) no-repeat top left;
}
	
/* Footer */
#footer {
	background: #F2F2F2 url(../images/bg-footer.gif) repeat-x bottom left;
	padding: 15px 30px 30px 30px;
	}
	
#footer h3 {
	float: left;
	width: 246px;
	margin-right: 20px;
}
	
.address {
	float: left;
	width: 246px;
	margin-right: 20px;
}

.address .green {
	color: #339899;
}
	
/***** Global Classes *****/

.print { display: none; }

.hidden_msg { color: #FFF; width: 0%; height: 0px; font-size: 1%; line-height: 0px; left: 50%; overflow: hidden; position: absolute; top: -60px; }
.hidden_link { width: 0%; height: 0px; font-size: 1%; line-height: 0px; }

.clear, .clearer { clear: both; }
.floor { width: 100%; clear: both; height: 0; }

.float-left, .floatleft { float: left !important; }
.float-right, .floatright { float: right !important; }

.text-left, .textleft, .alignleft { text-align: left !important; }
.text-right, .textright, .alignright { text-align: right !important; }
.text-center, .textcenter, .aligncenter { text-align: center !important; }
.text-justify, .textjustify { text-align: justify !important; }

.bold { font-weight: bold !important; }
.italic { font-style: italic !important; }
.underline { border-bottom: 1px solid #000; }
.highlight { background: #ffc; }

.img-left { float: left; margin: 4px 10px 4px 0; }
.img-right { float: right; margin: 4px 0 4px 10px; }

.nopadding { padding: 0; }
.noborder { border: 0; }
.noindent { margin-left: 0; padding-left: 0; }
.nobullet { list-style: none; list-style-image: none; }