/*----- Global -----*/
body {
	margin: 0;
	padding: 0;
	font: normal 11px Arial, Helvetica, sans-serif;
	background: #ddd5b0 url(images/background.jpg) top left repeat-x;
}


/*----- Container -----*/
#container {
	position: absolute;
	left: 50%;
	width: 773px;
	margin-left: -386px;
	padding-bottom: 20px;
}


/*----- Header -----*/
#header {
	position: relative;
	width: 773px;
	height: 380px;
	background: url(images/banner_bg.jpg) bottom left no-repeat;
}
#headerLogo {
	position: relative;
	height: 155px;
	overflow: hidden;
}

/*----- Header Flash -----*/
#headerFlash {
	position: relative;
	width: 757px;
	height: 225px;
	margin: 0 8px;
}
#headerFlash img {
	border: 0;
}
#headerAnimation {
	position: absolute;
	bottom: 0;
	width: 757px;
	text-align: center;
}

/*----- Main Nav -----*/
#mainNav {
	position: absolute;
	top: 0;
	width: 757px;
	height: 25px;
	font: bold 11px Arial, Helvetica, sans-serif;
	background: url(images/nav_bg.gif) top left repeat-x;
}
#mainNav ul {
	margin: 0;
	padding: 5px 0;
	text-align: center;
}
#mainNav ul li {
	display: inline;
	list-style-type: none;
}
#mainNav ul li a {
	padding: 5px 13px;
}
#mainNav ul li a:link, #mainNav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#mainNav ul li a:hover, #mainNav ul li a:active {
	color: #fff;
	text-decoration: none;
	background: url(images/nav_bg_over.gif) top left repeat-x;
}

/*----- Drop Down Menu -----*/
.dropmenudiv {
	position: absolute;
	z-index: 97;
	top: 0;
	width: 200px;
	padding: 5px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-color: #1a34a3;
	visibility: hidden;
	filter: alpha(opacity=85);   
	-moz-opacity: 0.85;   
	opacity: 0.85;
}
.dropmenudiv a {
	display: block;
	width: auto;
	padding: 5px 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:link, .dropmenudiv a:visited {
	color: #fff;
}
.dropmenudiv a:hover, .dropmenudiv a:active {
	color: #4384fb;
}


/*----- Content -----*/
#content {
	position: relative;
	width: 757px;
	padding: 0 8px;
	background: url(images/container_bg.jpg) top left repeat-y;
}
#contentText {
	padding-bottom: 40px;
	background: url(images/content_bg.jpg) bottom left no-repeat;
}
#contentText h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #65a5f8;
	text-decoration: none;

}
#contentText h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #65a5f8;
	text-decoration: none;

}
#contentText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: 484848;
	text-decoration: none;
}
/*#contentText a:link, #contentText a:visited {
	color: #996633;
	text-decoration: underline;
}
#contentText a:hover, #contentText a:active {
	color: #1a34a3;
	text-decoration: underline;
} */

#rightnav {
	padding: 15px 38px 0px 0px;
}
#textarea {
	padding: 15px 42px 15px 73px;
}


/*----- Footer -----*/
#footer {
	position: relative;
	width: 773px;
	height: 80px;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	background: url(images/footer.jpg) top left no-repeat;
}
#footerLinks {
	position: absolute;
	bottom: 10px;
	width: 773px;
	text-align: center;
}
#footerLinks a:link, #footerLinks a:visited {
	color: #996633;
	text-decoration: underline;
}
#footerLinks a:hover, #footerLinks a:active {
	color: #1a34a3;
	text-decoration: underline;
}
