html, body { 
	font-size: 12px;
	line-height: 1.5em;
	font-family: Arial, Tahoma, Verdana;
	color: #333;
}

body { 
	padding:0;
	margin:0;
	background: #f2edda;
}

ul, ol, p, img, form {
	padding:0;
	margin:0;
}

img {
	border:0;
	margin:0; padding:0;
	display: inline;
}

form {
	display: inline;
}

a { color: #5D7300; }
a:hover, a:active { color: #D35301; }

a.specialLink { color: #dc6611 }
a.whiteLink { color: white; }
a.whiteLink:hover { color: #F9FF9E; }

a.underlinedLink { text-decoration: underline; }
a.noUnderlineLink:hover { text-decoration: none; }

a { text-decoration: none; }
a:hover { text-decoration: underline;}
a:active { text-decoration: none; }

h2 { font-size: 33px; line-height: 33px; padding:0; margin:0 0 0.5em 0; }
h5 { font-size: 18px; line-height: 18px; padding:0; margin:0 0 0.5em 0; }
h1,h2,h3,h4,h5,h6 { color: #84934b; }

br { line-height: 1em; }

div.clear {
	clear: both;
}

div.wrap15 {
	padding: 15px;
}

div.wrap10 {
	padding: 10px;
}

.bodyHeader, .bodyContent, .bodyFooter {
	width: 816px;
	margin: 0 auto;
}

.bodyWrap {
	width: 790px;
	padding:13px;
}

.contentWrap {
	width: 772px;
	padding: 9px;
}

/** header **/
.bodyHeader {
	background: url(http://www.eturner.net/images/layout/bodyHeader_background.jpg);
	height: 125px;
}

.bodyHeader #logo {
	height: 85px;
	width: 100%;
}
	.bodyHeader #logo img {
		margin-left: 15px;
		margin-top: 8px;
	}
/** end header **/

/** content **/
.bodyContent {
	
}
.bodyBackground {
	background: url(http://www.eturner.net/images/layout/bodyContent_background.jpg);
}
.bodyBackgroundTop {
	background: url(http://www.eturner.net/images/layout/bodyContent_top.jpg) top no-repeat;
}
.bodyBackgroundBottom {
	background: url(http://www.eturner.net/images/layout/bodyContent_bottom.jpg) bottom no-repeat;
}

.bodyContent .bodyWrap { padding-top:0; }
.bodyContent .contentWrap { padding-top: 5px; }
/** end content **/

/** footer **/
.bodyFooter {
	font-size: 11px;
}
.bodyFooter .bodyWrap {
	padding-top:0;
}

.bodyFooter .footerMenu {
	float: left;
	margin-left: 15px;
}
.bodyFooter .copy {
	float: right;
	margin-right: 15px;
}

.bodyFooter .footerMenu a {
	padding: 0 12px;
}

/** end footer **/

/** tab menu **/
#tabMenu {
	display: block;
	height: 40px;
	margin: 0 29px 0 29px;
}

#tabMenu ul {
	list-style-type: none;
}
	#tabMenu ul li { 
		position: relative;
		float: left; 
		margin: 0px 12px 0 0; 
		height: 40px; 
	}
		#tabMenu ul li a { 
			float: none;
			line-height: 29px;
			height: 35px;
			text-transform: uppercase; 
			color: white; 
			font-weight: bold; 
			cursor: pointer;
		}
		#tabMenu ul li a { 
			
		}
		#tabMenu ul li a:hover {
			background-position: 0 -40px;
			text-decoration: none;
		}
			#tabMenu ul li a div.leftBg, #tabMenu ul li a div.rightBg, #tabMenu ul li a div.caption { 
				background-image: none;
				height: 35px;
				float: none;
				display: block;
			}
				/* IE 6 hack */
				* html body #tabMenu a div.leftBg, 
				* html body #tabMenu ul li a div.rightBg, 
				* html body #tabMenu ul li a div.caption {float:left;}
				/**/
				
				#tabMenu ul li a div.leftBg { padding-left: 10px; }
				#tabMenu ul li a div.rightBg { padding-right: 10px; }
				#tabMenu ul li a div.caption { padding: 5px 5px 0 5px; background: url(http://www.eturner.net/images/tabmenu/itemBackground.jpg) 0 0 repeat-x;}
				
				#tabMenu ul li a:hover div.caption { background-position: 0 -40px; }
	
	#tabMenu ul li.current {
		
	}
		#tabMenu ul li.current a, #tabMenu ul li.current a:hover { 
			color: #6b773b;
		}
			#tabMenu ul li.current a div.leftBg {
				background: url(http://www.eturner.net/images/tabmenu/currentLeftCorner.jpg) left top no-repeat;
			}
			#tabMenu ul li.current a div.rightBg {
				background: url(http://www.eturner.net/images/tabmenu/currentRightCorner.jpg) right top no-repeat;
			}
			#tabMenu ul li.current a div.caption, #tabMenu ul li.current a:hover div.caption {
				background: url(http://www.eturner.net/images/tabmenu/currentBackground.jpg) 0 0 repeat-x;
			}
		
		#tabMenu ul li.current div.currentPointer {
			width: 9px; height: 5px;
			background: url(http://www.eturner.net/images/tabmenu/currentPointer.jpg) no-repeat;
			position: absolute;
			top:35px;
			left: 45%;
		}
		
	/** sub menu **/
	#tabMenu .subMenu {
		position: absolute;
		width: 150px;
		left:0%;
		top:40px;
		background: #eee;
		padding:0; margin:0;
		display: none;
		z-index: 100;
	}
		
	#tabMenu .subMenu ul {
		border: 2px solid #d15101;
		border-bottom:0;
		margin:0;
		padding:0;
		float: none;
	}
	#tabMenu .subMenu ul li {
		float: none;
		line-height: 1em;
		padding:0;
		margin:0;
		height: auto;
		border-bottom: 2px solid #d15101;
		
	}
		#tabMenu .subMenu ul li.last {
		}
		#tabMenu .subMenu ul li a {
			float: none;
			background: none;
			line-height: 1em;
			margin:0;
			padding: 3px 10px;
			text-transform: none;
			height: auto;
			display: block;
		}
		#tabMenu .subMenu ul li, #tabMenu .subMenu ul li a {
			color: #677341;
		}
		
		#tabMenu .subMenu ul li a:hover {
			color: #677341;
			background-color:#F9F488;
		}
	/** end sub menu **/
/** end tab menu **/

/** breadCrumb **/
.breadCrumb { padding: 0 0 8px 5px; font-size:11px; font-weight:bold }
.breadCrumb a { background: url(http://www.eturner.net/images/icon_breadCrumb.jpg) right no-repeat; padding-right: 13px;  font-size:11px;  font-weight:bold }

img.img_left { float:left; margin:0px 5px 5px 0; padding:4px; border:1px solid #ccc; background-color:#fff;  }

div.ContentBox {display:block; float:left; width:98%; padding:5px 10px 5px 0; }

.text_new { font-weight:bold; color:#2D7AC4; font-style:italic}
