
html, body {
	background-color: #E1E1D1;
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#wrap {
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF url(../images/bg_tile.gif) repeat-y;
}

a img {
	border: none;
}
a {
	color: #666633;
	text-decoration: underline;
}
a:hover, a:visited {
	color: #666666;
}

#logo {
	float: left;
	width: 186px;
	margin-top: 8px;
}

#header {
	float: right;
	width: 574px;
}
	#header_top {
		font-size: 8px;
		line-height: 8px;
		height: 8px;
		width: 574px;
		background: #999966;
	}
	#header_img {
		padding-left: 57px;
	}
	#header_yellow {
		border-top: 8px solid #999966;
		width: 549px;
		background: #FCB815;
		color: #FFFFFF;
		font-size: 17px;
		text-transform: uppercase;
		line-height: 64px;
		padding-top: 6px;
		padding-left: 25px;
		margin-bottom: 55px;
	}
	
#nav {
	float: left;
	width: 290px;
	margin-top: 16px;
}
#nav.home {
	width: 180px;
	margin: 16px 0 0 0;
}
	#nav ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
		#nav ul li {
			padding: 0;
			margin: 0;
			list-style-type: none;
			position: relative;
			width: 154px;
		}
		#nav ul li.current_page_item,#nav ul li.current_page_ancestor {
			width: 290px;
		}
			#nav ul li a {
				color: #000000;
				font-size: 11px;
				line-height: 19px;
				height: 19px;
				padding-bottom: 2px;
				text-decoration: none;
				text-transform: uppercase;
				padding-left: 65px;
				display:inline-block;
				background: url(../images/bg_nav.gif) top left no-repeat;
			}
			#nav ul li a:hover {
				background: url(../images/bg_nav_o.gif) top left no-repeat;
			}
			#nav.home ul li.current_page_item a {
				width: inherit !important;
				padding: 0 0 2px 65px !important;
				background: url(../images/bg_nav_o.gif) top left no-repeat !important;
			}
			#nav ul li.current_page_item a, #nav ul li.current_page_ancestor a {
				height: 19px;
				padding-left: 160px;
				width: 130px;
				background: url(../images/bg_nav_selected2.gif) top left no-repeat;
			}
			
			#nav ul li ul {
				display: none;
			}
			#nav ul li.current_page_item ul, #nav ul li.current_page_ancestor ul {
				display: block;
				position: absolute;
				top: 23px;
				left: 154px;
				width: 138px;
			}
			#nav ul li.current_page_item ul li, #nav ul li.current_page_ancestor ul li {
				width: 138px;
			}
				#nav ul li.current_page_item ul li a, #nav ul li.current_page_ancestor ul li a {
					font-size: 10px;
					line-height: 19px;
					height: 21px;
					padding: 0px 6px;
					background: none;
					margin-bottom: 2px;
					display: block;
					width: 124px;
				}
				#nav ul li.current_page_item ul li a:hover, #nav ul li.current_page_ancestor ul li a:hover, #nav ul li.current_page_ancestor ul li.current_page_item a {
					background: #FEF1D1;
				}
			
			
#content {
	width: 416px;
	float: right;
	margin-right: 40px;
	min-height: 400px;
}
	
#home_content {
	padding: 20px 20px 0 40px;
}
	#home_content_left {
		float: left;
		width: 416px;
		padding-right: 70px;
	}
	
	#home_sidebar {
		float: left;
		width: 200px;
		background: #CCCCCC;
		margin-top: 14px;
		height: 100px;
	}
		#home_sidebar .title {
			border-top: 16px solid #B7B7A2;
			background: #EBEBEB;
			font-size: 13px;
			font-family:"Times New Roman", Times, serif;
			line-height: 24px;
			font-weight: bold;
			display:block;
			padding: 0 14px;
		}
		#home_sidebar .pad {
			padding: 8px 16px;
			background: #CCCCCC;
			clear: both;
		}
		
.clear {
	clear: both;
}
		

#footer {
	margin: 40px 40px 0 40px;
	border-top: 1px solid #808080;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}


.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}
.small {
	font-size: 10px;
	line-height: 16px;
}

/* AFTER CLEARS */
#header_top:after, #home_top:after, #home_content:after, #content:after, #top:after, clear:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
