/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* General Site Settings */

p {
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: #0a4a7d;
}

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}
	
body {
	background-color: #FFFFFF;
	background: url("../images/mainBG.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 0;
}

div#site {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

	text-align: left;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1065px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding: 0;
}

div#container div#header {
	margin: 0;
	background: url("../images/topHeader.jpg") no-repeat;
	height: 165px;
}

div#container div#contentHolder {
	margin: 0;
	min-height: 371px;
	padding: 0;
	padding-bottom: 75px; 
}

div#container div#contentHolder div#pageimage {
	position: absolute;
	top: 178px;
	left: 0px;
	width:1065px;
	height: 280px;
	margin: 0;
	background: #ccc;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Content Regions. */

.title {
	font-family: Verdana;
	font-size:43px;
	color: #e36f1e;
	text-align: left;
	overflow: hidden;
	width: 1028px;
	height: 63px;
	padding-top: 295px;
	margin-left: 25px;
	text-transform: lowercase;
}

.content {
	font-family: Verdana;
	font-size: 14px;
	color: #457092;
	text-align: left;
	margin: 0px;
	width: 1028px;
	margin-left: 25px;
	line-height: 24px;
}

div#globalHolder {
	position: absolute;
	top: 290px;
	left: 835px;
	width: 193px;
}

div#globalHeader {
	background: url("../images/globalTop.png");
	background-repeat: no-repeat;
	height: 60px;
}

div#globalFooter {
	background: url("../images/globalBottom.png");
	background-repeat: no-repeat;
	height: 12px;
}

div#globalContent {
	background: url("../images/globalBG.png");
	background-repeat: repeat-y;
}

.global {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-left: 15px;
	width: 170px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* NAVIGATION */

#topNav {
	top: 136px;
	left: 0px;
	position: absolute;
	text-align: center;
	height: auto;
}

#topNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#topNav li {
	display: block;
	float: left;
	height: 29px;
	padding-left: 0px;
	margin-left: 5px;
}

#topNav li.first {
	margin-left: 0px;
}

#topNav a {
	padding: 0;
	margin: 0;
	display: block;
	width: 148px;
	height: 29px;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	font-weight:Normal;	
	text-transform: uppercase;
	position:relative;
}

#topNav a#menu_7 {
	width: 147px;
}

#topNav a#menu_1:hover {
	background-color: #694f37;
}
#topNav a#menu_2:hover {
	background-color: #e88a48;
}
#topNav a#menu_3:hover {
	background-color: #c3375d;
}
#topNav a#menu_4:hover {
	background-color: #a2b34c;
}
#topNav a#menu_5:hover {
	background-color: #7ab6a7;
}
#topNav a#menu_6:hover {
	background-color: #688ba7;
}
#topNav a#menu_7:hover {
	background-color: #9a7c89;
}

#topNav a span {
	cursor: pointer;
	position: absolute;
	top: 5px;
	left: 0px;
	color: #ffffff;
	font-family: Verdana;
	font-size: 14px;
	text-transform: lowercase;
	text-align: center;
	width: 147px;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; 
	background: url("../images/footer.jpg");	
	height: 52px;
text-align: center;
}

#bottomNav ul {
	margin: 0px;
	padding: 0px;
	padding-top: 12px;
	list-style-type: none;
}

#bottomNav li {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
}

div#footer div#bottomNav a {
	color: #457092;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	text-transform: lowercase;
}

div#footer div#bottomNav a:hover {
	color:#0a4a7d;
}


