@charset "utf-8";
/* CSS Document */

body {
	background-color:#dee787;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
}

#clearDiv {
	clear:both;
}
	
#wrapper {
	margin:0 auto;
	width:1024px;
	height:auto;
	background:url(../images/y_repeatBG.jpg) top left repeat-y #dee787;
	overflow:visible;
}

#content {
	width:900px;
	height:auto;
	margin-left:64px;
	
	overflow:visible;
}

#header {
	width:900px;
	height:100px;
	background:url(../images/headerBG.gif) top left no-repeat;
}

#menu {
	width:862px;
	height:23px;
	background-color:#667f0c;
	border-top:1px solid #fff;
	text-align:left;
	font-size:11px;
	color:#fff;
	padding-left:38px;
}

#menu a:link {
	color:#fff;
	text-decoration:none;
	
}

#menu a:hover {
	color:#fff;
	text-decoration:underline;
}

#menu a:active {
	color:#fff;
	text-decoration:none;
}

#menu a:visited {
	color:#fff;
	text-decoration:none;
}

a:link {
	color:#ff6600;
	text-decoration:none;
	
}

a:hover {
	color:#ff6600;
	text-decoration:underline;
}

a:active {
	color:#ff6600;
	text-decoration:none;
}

a:visited {
	color:#ff6600;
	text-decoration:none;
}

#left_content {
	float:left;
	width:613px;
	height:auto;
	border-right:1px solid #667f0c;
	font-size:12px;
	line-height:20px;
	text-align:left;
	color:#667f0c;
	padding-top:10px;
	
	
}

.txt_left {
	padding-left:41px;
	padding-right:41px;
}

.h1_span {
	font-size:14px;
	color:#4ba69d;
}

h1 {
	font-size:14px;
	color:#4ba69d;
}

h2 {
	font-size:12px;
	color:#4ba69d;
}

#right_content {
	float:right;
	width:284px;
	height:auto;
	border-left:1px solid #667f0c;
	font-size:12px;
	line-height:20px;
	text-align:left;
	color:#667f0c;
	padding-top:10px;
	
}

#txt_right_padding {
	padding-left:21px;
	padding-right:21px;
}

#latest_newsHDR {
	width:263px;
	height:24px;
	padding-top:4px;
	background-color:#ff6600;
	color:#FFF;
	padding-left:21px;
}

#latest_news_content {
	margin-top:20px;
}

#footer {
	width:1024px;
	height:30px;
	background-color:#667f0c;
	text-align:right;
	
	font-size:11px;
	color:#fff;
	float:left;
	background:url(../images/y_repeatBG.jpg) top left repeat-y #dee787;
}

#footer_content {
	width:869px;
	height:20px;
	background-color:#667f0c;
	margin-left:64px;
	padding-right:31px;
	padding-top:10px;
}

#footer_content a:link {
	color:#fff;
	text-decoration:underline;
	
}

#footer_content a:hover {
	color:#ff6600;
	text-decoration:underline;
}

#footer_content a:active {
	color:#ff6600;
	text-decoration:underline;
}

#footer_content a:visited {
	color:#fff;
	text-decoration:none;
}

#past_work_snippet {
	height:230px;
}


