/*********************************************************************
STYLE RESET - removes browser defaults
**********************************************************************/
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;
}

/*********************************************************************
GENERAL STYLES - top level appearance for entire site
**********************************************************************/

body {
	background: #164066 url(../images/pageBG.jpg) center 382px no-repeat fixed;
}

h1 {
	color: #fff;
	float: left;
	font: bold 16px Arial, Helvetica, Sans-serif;
	padding: 11px 0 0 80px;
}

h2 {
	color: #fff;
	float: left;
	font: bold 14px Arial, Helvetica, Sans-serif;
	padding: 13px;
}

p {
	font: normal 11px/1em Arial, Helvetica, Sans-serif;
	color: #fff;
}

a {

}

a:hover {

}
/*********************************************************************
LAYOUT
**********************************************************************/

#container {
	background: #fff url(../images/midColumnBG.jpg) top left repeat-x;
	height: 354px;
	position: relative;
	top: 35px;
}

.wrapper {
	margin: 0 auto;
	width: 960px;
}

.wrapperTwo {
	margin: 0 auto;
	width: 760px;
}

/*********************************************************************
HEADER AREA
**********************************************************************/

#header {
	background:#8EC4E4 none repeat scroll 0 0;
	height:43px;
	position: relative;
}

#header a img {
	left: -75px;
	margin-top:-37px;
	position: absolute;
	z-index: 1000;
}

#header p {
	display: inline;
	font-size: 13px;
	margin-top: 16px;
	margin-right: 10px;
	float: right;
	position: relative;
}


/*********************************************************************
HEADER AREA
**********************************************************************/

#slideshow {
	height: 268px;
	overflow: hidden;
}

#slideContainer {
	position: relative;
	*z-index: -1;
}

#prev, #next {
	display: block;
	position: absolute;
	height: 21px;
	width: 21px;
	text-indent: -10000px;
	top: 130px;
	z-index: 10;
}

#prev:hover, #next:hover {
	background-position: bottom left;
}

#prev {
	background: transparent url(../images/prev_bg.png) top left no-repeat;
	left: 70px;
}

#next {
	background: transparent url(../images/next_bg.png) top left no-repeat;
	right: 70px;
}

/*********************************************************************
FOOTER AREA
**********************************************************************/

#footer {
	background: transparent url(../images/bottomHighlightBG.jpg) no-repeat scroll center 42px;
}

#footerHead {
	background-color: #8EC4E4;
	height: 43px;
}

select {
	float: right;
	margin: 13px 13px 0 0;
	background: #fff;
	border: none;
	padding: 2px;
	width: 200px;
}

#footerFoot p {
	color: #aebcc9;
	padding: 10px 0 0 10px;
}

#footerFoot p a {
	color: #5eabd9;
}

#footerFoot p a:hover {
	text-decoration: none;
}



























