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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #67676f;
	background-color: #000;
	margin: 20px 0px;
}
a {
	font-size: 12px;
	color: #ff8101;
	text-decoration: underline;
}
a:visited {
	color: #ff8101;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
h1 {
	font-size: 28px;
	color: #cdcdcd;
	margin-top: 0px;
	margin-left: -20px;
}
h2 {
	font-size: 17px;
	color: #577734;
	line-height: 150%;
	margin-top: 50px;
}
h3 {
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
}

hr {
	margin: 20px 0px;
	height: 1px;
	border: none;
	border-top: 1px solid #CCC;
}

strong {
	color: #ff8101;
}

a img {
	border: none;
}

em {
	font-weight: normal;
}

input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #CCC;
	padding: 3px;
}

/* IDs ***************************************************/

#container {
	width: 852px;
	margin: auto;
}
#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#logo {
	height: 47px;
	overflow: hidden;
	padding: 4px 20px 14px 20px;
}
#logo img {
	padding: 10px 0px 0px 0px;
	margin-left: -6px;
}

#banner {
	border-bottom: 2px solid #577734;
	border-right: 2px solid #577734;
	border-left: 2px solid #577734;
	background-image:url(../images/banner_blog.jpg);
	background-repeat: no-repeat;
	height: 209px;
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	padding: 30px 20px;
}

#main {	
	border-right: 2px solid #577734;
	border-left: 2px solid #577734;
	background-color: #FFF;
	padding: 20px 20px 20px 40px;
	line-height: 150%;
	background-image: url(../images/icon_gray.gif);
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 396px;
}

#homepageFlash {
	width: 848px;
	overflow-x: hidden;
	background-color: #FFF;
}

#footer {
	margin-left: -9px;
}
#footer .contact {
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	background-color: #577734;
	padding: 10px 0px 10px 5px;
	margin-left: 9px;
}
#footer .contact span {
	padding: 0px 13px;
}
#footer .contact a {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #ff8101;
	padding-bottom: 2px;
}
#footer .contact a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
#footer .corners {
	background-image: url(../images/footer2.gif);
	background-repeat: no-repeat;
	height: 68px;
	padding: 20px 0px 0px 110px;
	line-height: 190%;
	margin-top: -5px;
	position: relative;
	z-index: 10;
}
#footer .corners .links {
	float: left;
}
#footer .corners .news {
	float: left;
	width: 187px;
	margin-left: 30px;
	margin-top: -7px;
}
#footer .corners .news .top {
	background-image: url(../images/news_corners_top.gif);
	background-repeat: no-repeat;
	height: 7px;
	overflow: hidden;
}
#footer .corners .news .middle {
	border-right: 4px solid #dfe1c9;
	border-left: 4px solid #dfe1c9;
	padding: 0px 5px;
	height: 47px;
	overflow: hidden;
}
#footer .corners .news .bottom {
	background-image: url(../images/news_corners_bottom.gif);
	background-repeat: no-repeat;
	height: 7px;
}
#footer .corners .news .more {
	float: right;
	font-size: 9px;
	text-decoration: none;
}
#footer .corners .news h3 {
	font-size: 10px;
	margin: 0px;
	border-bottom: 1px solid #dfe1c9;
}
#footer .corners .news a {
	color: #65a026;
	font-weight: normal;
	font-size: 10px;
}

#profiles {
	float: left;
	margin-right: 50px;
}
#profiles a,
#profiles a:visited {
	text-decoration: none;
	color: #5f7e38;
}
#profiles a:hover {
	color: #000;
	text-decoration: underline;
}
#profiles.threeCols {
	margin-right: 0px;
	float: none;
}

#profileBox {
	float: left;
	background-image: url(../images/profile_bg.gif);
	background-repeat: no-repeat;
	width: 417px;
	height: 277px;
	padding: 15px 40px 30px 15px;
	margin-top: -20px;
	font-weight: normal;
	font-size: 11px;
	line-height: 140%;
}
#profileBox div {
	overflow-x: none;
	overflow-y: auto;
	height: 280px;
}
#profileBox.overlay {
	position: absolute;
	margin-left: 150px;
	margin-top: -60px;
	z-index: 50;
}
#profileBox .close {
	position: absolute;
	margin-left: 425px;
	margin-top: -292px;
}

/* Classes ***************************************************/

img.right {
	float: right;
	margin: 20px 0px 20px 50px;
}
img.left {
	float: left;
	margin: 20px 50px 20px 0px;
}

.twoCols {
	margin-right: -30px;
}
.twoCols div {
	float: left;
	width: 45%;
	padding-right: 30px;
}

.threeCols div {
	float: left;
	width: 30%;
	padding-right: 30px;
}
.threeCols div.last {
	padding-right: 0px;
}

.headRow td {
	background-color: #5f7e38;
	color: #FFF;
	padding-left: 10px;
}


table.data {
	border: 1px solid #577734;
	background-color: #EEF3E9;
}
table.data .dark td {
	background-color: #D1D9C8;
}
table.data .top {
	border-top: 1px solid #577734;
}
table.data .right {
	border-right: 1px solid #577734; 
}
table.data .leftRight {
	border-right: 1px solid #577734; 
	border-left: 1px solid #577734;
}
table.data .rightTop {
	border-right: 1px solid #577734; 
	border-top: 1px solid #577734;
}
table.data .leftRightTop {
	border-right: 1px solid #577734; 
	border-left: 1px solid #577734;
	border-top: 1px solid #577734;
}

.green,
a.green {
	color: #5f7e38;
}
.black,
a.black {
	color: #000;
}
.orange,
a.orange {
	color: #ff8101;
}

.bigger,
a.bigger {
	font-size: 15px;
}
.big,
a.big {
	font-size: 13px;
}

.small,
a.small {
	font-size: 10px;
}

.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/* Drop-down Menus ***************************************************/

#menu {
	background-color: #577734;
	padding-left: 25px;
}
#menu ul {										
	list-style: none;								
	margin: 0px;
	padding: 0px;
}
#menu li { 											
	float: left;									
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #86a163;
}
#menu li.last {
	border: none;
}

#menu li ul { 									
	list-style: none;
	position: absolute;								
	left: -999em;										
	width: 141px;										
	margin-left: 0px;
	z-index: 100;
}
#menu li ul li{ 										
	position: relative;									
	background-color: #f1f1f2;								
	border-width: 0 1px 1px 1px;						
	border-style: solid;								
	border-color: #577734;								
	padding: 0px;						
	width: 180px;									
	font-size: 11em;
	height: auto;
}
#menu li ul.small li{ 										
	width: 120px;									
}
#menu li a {	
	display: block;									
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 20px;
	font-size: 13px;
}
#menu li a:hover {
	background-color: #000;
}
#menu li a.current {	
	text-decoration: underline;
}

#menu li ul li a{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000; 
	padding: 5px;
	background-color: #f1f1f2;
}
#menu li ul li a:hover{									
	background-color: #CCC !important;
}
#menu li:hover ul ul, 
#menu li:hover ul ul ul, 
#menu li.sfhover ul ul, 
#menu li.sfhover ul ul ul {
	left: -999em;									
}
#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul, 
#menu li.sfhover ul, 
#menu li li.sfhover ul, 
#menu li li li.sfhover ul { 
	left: auto;										
}
#menu li ul li:hover, 
#menu li ul li.sfhover{
	background: #fad08b;						
}

#menu li ul ul {
	border-top: 1px solid #577734 !important;
	top: 265px;
	margin-top: -2.2em;													
	width: auto;
	margin-left: 131px;								
}

/* Blog Styles ***************************************************/

#sidebar {
	padding: 0px 30px 10px 0px;
	margin-right: -578px;
	border-right: 587px solid transparent;
	width: 200px;
	line-height: 140%;
	float: left;
	font-weight: normal;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar h2 {
	font-size: 13px;
	margin-top: 0px;
	padding-top: 0px;
}
#sidebar li a {
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
#sidebar hr {
	margin: 20px 0px;
	height: 1px;
	border: none;
	border-top: 1px solid #CCC;
}


.narrowcolumn {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 500px;
	font-weight: normal;
	background-color: #FFF;
}
.narrowcolumn img {
	max-width: 500px;
	height: auto;
}
.widecolumn {
	font-weight: normal;
}

.narrowcolumn h2 a,
.narrowcolumn h2,
.widecolumn h2 a,
.widecolumn h2 {
	font-size: 17px;
	color: #577734;
	line-height: 150%;
	margin-top: 0px;
}
.narrowcolumn small,
.widecolumn small {
	font-size: 11px;
}
.narrowcolumn small a,
.widecolumn small a {
	font-size: 11px;
}


.alignleft { float: left; }
.alignright { float: right; }