/**************************************************************
*
*     PAGE LAYOUT
*
**************************************************************/

body {
	background-color: #FFFFFF;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	min-width: 875px;
	font-size: 0.9em;
}

#pageBody {
	background-color: #FFFFFF;
	width: 900px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
	
	#topBanner {
		position: relative;
		padding: 5px;
	}
	
		#topBannerLeft {
			width: 219px;
			height: 260px;
			float: left;
		}
		
		#topBannerRight {
			float: left;
		}
		
			#topBannerRightTop {
				position: relative;
			}
				
				#topBannerRightTop1{
					width: 219px;
					height: 227px;
					float: left;
					padding: 0px 0px 0px 5px;
				}
				
				#topBannerRightTop2{
					width: 219px;
					height: 227px;
					float: left;
					padding: 0px 5px 0px 5px;
				}
				
				#topBannerRightTop3{
					width: 218px;
					height: 227px;
					float: left;
					padding: 0px 0px 0px 0px;
				}
			
			#topBannerRightBottom{
				margin-top: 232px;
				margin-left: 5px;
				background-color: #105840;
				color: #FFFFFF;
				text-align: center;
				font-family:Arial, Helvetica, sans-serif;
				font-size: 16px;
				/*padding: 5px;
				height: 18px;
				width: 656px;*/
				padding: 0px;
				height: 28px;
				width: 666px;
			}
			
	#navBar {
		position: relative;
		width: 865px;
		margin: 5px;
		background-color:#0a2b4f;
		color: #FFFFFF;
		margin-top: 260px;
		text-align: center;
		padding: 0px 5px 0px 20px;
		height: 30px;
	}
	.fixedwidthspacer
	{
		width: 25px;
	}
	
	#mainBody {
		position: relative;
		padding-bottom: 10px;
	}
	
		#mainBodyLeft{
			float: left;
			width: 200px;
			font-size: 0.8em;
		}
		
			#AskQuestionArea {
				border-width: 2px;
				border-color:#d7e0e6;
				border-style: solid;
				margin: 0px 5px 5px 5px;
				padding: 2px;
				width:182px;
				color: #0a2b4f;
				height: 100px;
			}
			
			.mainBodyLeftHeader{
				background-color:#d7e0e6;
				padding: 5px;
				margin: 5px;
				color: #0a2b4f;
				font-weight: bold;
			}
			
			.mainBodyLeftBody{
				border-width: 2px;
				border-color:#d7e0e6;
				border-style: solid;
				margin: 5px;
				padding: 5px;
				color: #0a2b4f;
			}

			
			#submitButton {
				margin-right:5px;
			}				
		
		#mainBodyCenter{
			width: 465px;
			min-height: 875px;
			margin-left: 200px;
			padding: 5px 5px 0px 5px;
		}
		
		#mainBodyRight{
			float: right;
			width: 200px;
		}
		
			.mainBodyRightItem{
				width: 180px;
				margin: 0px 0px 0px 4px;
				padding: 5px;
				background-color:#f1f0eb;
				font-size: 0.8em;
				color: #0a2b4f;
			}
			
			.smallHeadline{
				font-weight: bold;
			}

#pageFooter {
	text-align: center;
	font-size: 0.75em;
}

#pageFooter a {
	color: #000000;
	text-decoration: none;
}

#pageFooter a:hover {
	color: #79a230;
	text-decoration: underline;
}



/**************************************************************
*
*     SUB-NAVIGATION BOX - LEFT NAV BOX
*
**************************************************************/


.mainBodyLeftHeader a{
	color: #0a2b4f;
	text-decoration: none;
}

.mainBodyLeftBody ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.mainBodyLeftBody ul a {
	color: #0a2b4f;
	text-decoration: none;
}

.mainBodyLeftBody ul a:hover {
	color: #79a230;
	text-decoration: underline;
}

.mainBodyLeftBody ul ul {
	padding-left: 15px;
	list-style-type: none;
}

.mainBodyLeftBody ul ul ul {
	padding-left: 15px;
	list-style-type: none;
}


/********************************/

.mainBodyLeftNavHeader{
	background-color:#FFFFFF;
	padding: 0px;
	margin: 5px;
}

.mainBodyLeftNavBody{
	border-width: 1px;
	border-color:#CF6E28;
	border-style: solid;
	margin: 5px;
	padding: 5px 0px 5px 0px;
	color: #0a2b4f;
	font-weight: bold;
}
			
.mainBodyLeftNavHeader a{
	color: #0a2b4f;
	text-decoration: none;
}

.mainBodyLeftNavBody ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-indent: 5px;
}

.mainBodyLeftNavBody ul a {
	color: #0a2b4f;
	text-decoration: none;
}

.mainBodyLeftNavBody ul a:hover {
	color: #0a2b4f;
	text-decoration: underline;
}

.mainBodyLeftNavBody ul ul {
	padding: 0px;
	list-style-type: none;
}

.mainBodyLeftNavBody ul ul a {
	padding-left: 10px;
}

.mainBodyLeftNavBody ul ul ul {
	padding: 0px;
	list-style-type: none;
}

.mainBodyLeftNavBody ul ul ul a {
	padding-left: 20px;
}

.mainBodyLeftNavBody ul ul ul ul {
	padding: 0px;
	list-style-type: none;
}

.mainBodyLeftNavBody ul ul ul ul a {
	padding-left: 30px;
}

.mainBodyLeftNavActive {
	background-color: #eabf99;
}

/**************************************************************
*
*     FORMATTING
*
**************************************************************/


a { 
	color: #79a230;
}
		
h1 {
	font-weight: bold;
	color: #105840;
	font-size: 1.2em;
	padding: 0px;
	margin-top: 0px;
}

h2 {
	font-weight: bold;
	color: #105840;
	font-size: 1.0em;
	padding: 0px;
	margin-top: 0px;
}

caption {
text-align: left;
}

.pageSubHeading {
	font-weight: bold;
	color: #105840;
	font-size: 1.0em;
	padding: 0px;
}


.tellMeMore {
	font-size: 0.8em;
	text-align: right;
}

form.survey textarea {
	width: 455px;
	height: 100px;
}

form.feedbackForm div#textareas {
	text-align: right;
	padding-right: 320px;
	font-size: 14px;
}

form.feedbackForm div#textareas input {
	position: absolute;
	width: 25%;
	left: 40%;
}

a.footerlink {
	color: #000000;
	text-decoration: none;
}

a.footerlink:hover {
	text-decoration:underline;
}

.paragraphindent {
	text-indent: 3em;
}

.orangetext {
	color: #eb8b35;
	font-weight: bold;
}