/* -------------------- CSS 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: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {	outline: 0; }
ins {	text-decoration: none; }
del {	text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------- General Settings --------------------- */
body { margin: 0; padding: 0; font: 11pt Arial, Helvetica, sans-serif, Verdana; color: #000000; text-align: center; background: #008ba0 url(../images/bg.gif) repeat-x; }

.block { display: block; }
.bold { font-weight: bold; }
.float_left { float: left; }
.float_right { float: right; }

h1, h2  { 
	margin: 0;
	padding: 0;
}

h1 {
	color: #cccccc; 
	font-size: 2.1em;
}

h2 {
	color: #000000; 
	font-size: 1.1em;
}

hr {
	height: 5px;
	border: 0;
	border-top: 5px solid #008ba0;
	margin: 20px 0 20px 0;
}

a { font-weight: bold; }
a:link { color: #008a9f; text-decoration: none; }
a:visited { color: #008a9f; text-decoration: none; }
a:active { color: #008a9f; }
a:hover { color: #008a9f; text-decoration: underline; }

/* -------------------- Page Elements --------------------- */

#wrapper {
	position: relative;
	width: 100%;
	margin: auto;
}

#head {
	height: 162px;
}

#logo {
	width: 371px;
	height: 162px;
	margin: auto;
	background: transparent url(../images/logo.png) no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/logo.png');
}

#nav {
	position: relative;
	top: -44px;
	height: 29px;
	xbackground: transparent url(../images/nav_bg.gif) repeat-x;
}

#nav ul {
	height: 29px;
}

#nav li {
	border-right: 1px solid #cccccc;
	float: left;
}

#nav li.noborder {
	border: 0;
}

#nav li a {
	display: block;
	width: 156px;
	height: 22px;
	padding: 7px 0 0 0;
	font-style: italic;
}

#nav li a.selected {
	color: #ffffff;
	background: transparent url(../images/nav_sel.gif) repeat-x;
}

#nav li a:hover {
	color: #008a9f;
	text-decoration: none;
	background: none;
	background-color: #eeeeee;
}

#nav li a.spacer {
	width: 78px;
}

#nav li a.spacer:hover {
	background-color: transparent;
	cursor: default;
}

#body {
	position: relative;
	top: -30px;
}

#page {
	min-height:550px;
	height:auto !important;
	height:550px;

	text-align: left;
	color: #ffffff;
	background-color: #000000;
}

#band {
	height: 101px;
	text-align: left;
	color: #666666;
	background: #000000 url(../images/bg_band.png) repeat-x;
}

#footer {
	height: 20px;
	padding: 5px;
	margin-bottom: 15px;
	color: #ffffff;
	background-color: #008ba0;
	font-size: .8em;
	text-align: center;
}

/* -------------------- General Elements --------------------- */

div.content {
	position: relative;
	width: 947px;
	margin: auto;
}

div.content_padded {
	width: 907px;
	margin: auto;
	padding: 20px;
	color: #cccccc;
	font-size: 1.1em;
}

div.alt_bg {
	background-color: #1c1c1c;
}

div.title_btn {
	width: 180px;
	height: 60px;
	padding: 28px 12px 20px 12px;
	font: normal normal bold 1.6em arial;
	background: #000000 url(../images/title_btn.gif) no-repeat;
	text-align: center;
}

.col1 {
	width: 703px;
	float: left;
	padding: 20px 0 0 0;
}

.col2 {
	width: 204px;
	float: left;
	padding: 20px;
}

div.quote {
	text-align: center;
	padding: 20px 200px 20px 200px;
}

img.banner {
	padding: 20px;
	border: 2px solid #008ba0;
}

a.banner_hover1 {
	display: block; 
	position: absolute; 
	top: 157px; 
	left: 245px; 
	width: 91px; 
	height: 64px;
}

a.banner_hover1:hover {
	background: #000000 url(../images/banner_hover1.jpg) no-repeat;
}

a.banner_hover2 {
	display: block; 
	position: absolute; 
	top: 231px; 
	left: 167px; 
	width: 163px; 
	height: 83px;
}

a.banner_hover2:hover {
	background: #000000 url(../images/banner_hover2.jpg) no-repeat;
}

a.banner_hover3 {
	display: block; 
	position: absolute; 
	top: 288px; 
	left: 419px; 
	width: 205px; 
	height: 112px;
}

a.banner_hover3:hover {
	background: #000000 url(../images/banner_hover3.jpg) no-repeat;
}

div.banner_btn {
	position: relative;
	top: -20px;
	width: 324px;
	height: 31px;
	padding: 12px 0 0 0;
	margin: auto;
	text-align: center;
	font: normal normal bold 0.9em arial;
	background: #000000 url(../images/banner_btn.gif) no-repeat;
}

div.banner_btn_alt {
	position: relative;
	top: -20px;
	width: 304px;
	height: 32px;
	padding: 2px 0 0 0;
	margin: auto;
	text-align: center;
}

.title {
	font: italic normal bold 1.6em arial;
}

div.midtitle {
	font-family: verdana;
	font-size: .9em;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 5px 0;
}

.subtitle {
	color: #008ba0;
	font: italic normal normal 1.2em Times;
}

.center {
	margin: auto;
}

/* Content Elements */

div.photo_left {
	position: relative;
	float: left;
	margin: 0 20px 0 0;
	font-size: 0.9em;
}

img.bio_banner {
	padding: 20px;
	border: 2px solid #008ba0;
}

div.bio_banner_btn {
	position: relative;
	top: -20px;
	left: 22px;
	width: 200px;
	height: 31px;
	padding: 12px 0 0 0;
	text-align: center;
	font: normal normal bold 0.9em arial;
	background: #000000 url(../images/bio_banner_btn.gif) no-repeat;
}

div.bio_banner_btn_alt {
	left: 118px;
}

/* Overrides */
.emphasis {
	font-weight: bold;
}

.emphasis1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #008ba0;
}

.banner_btn_tight {
	padding: 6px 0 0 0;
}
