@charset "utf-8";

* {margin: 0; padding:0;}

a {color: #5F9244; text-decoration: none;}
a:hover{color: #7CB55F;}

p {margin: 20px 0px;}

h2 {font-weight: normal; letter-spacing: .2em; font-size: 16px;}

h3 {
	font-weight: normal;
	letter-spacing: .2em;
	font-size: 14px;
	text-transform: uppercase;
}

hr {
border: 0; Height:1px; background: #6c6e58; color:#6c6e58;
}

.big_heading {
	font-weight: normal;
	letter-spacing: .18em;
	font-size: 18px;
	color: #5F9244;
}

body {
	background: url(images/body.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #404040;
}

#top {
	background-image: url(images/top.png);
	background-repeat: repeat-x;
	height: 15px;
}

#wrap {
	width: 924px;
	margin: 10px auto;
	position: relative;

}

#header {
	margin-bottom: 70px;
	height: 150px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#container_right {
	float: right;
	width: 670px;
	margin-bottom: 30px;
}

#container_left {
	float: left;
	width: 220px;
	margin-bottom: 30px;
}

.container_right_col_0 {
	float: left;
	width: 670px;
}
.container_right_col_1 {
	float: left;
	width: 320px;
}

.container_right_col_2 {
	float: right;
	width: 320px;
}

.container_left_col_1 {
	float: right;
	width: 220px;
}



#container_left, #container_right, #container_left_col_1, #container_right_col_1, #container_left_col_2, #container_right_col_2 {
	padding: 3px;
}

#footer {
	margin: auto;
	width: 924px;
	border-top: 1px dotted #6c6e58;
	clear: both;
	text-align: center;
}

.post_header {
	padding: 5px;
	border-top: 1px dotted #6c6e58;
	border-bottom: 1px dotted #6c6e58;
}

.post_body {
	font-size: 11px;
}

.post_footer {
	font-style: italic;
	font-weight: bold;
	text-align: right;
	letter-spacing: .14em;
	color: #417378;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #6c6e58;
}

/* Navigation*/

#navcontainer{
	width: 924px;
	height: 30px;
	position: absolute;
	top:153px;
	left: 0;
}

#navcontainer ul
{
padding: .6em 0;
list-style-type: none;
background-color: #585858;
color: #FFF;
width: 100%;
}

#navcontainer li 
{ 
display: inline;
}

#navcontainer li a
{
text-decoration: none;
background-color: #585858;
color: #FFF;
padding: .6em 2em;
border-right: 3px solid #f9f9f9;
}

#navcontainer li a:hover
{
background-color: #7CB55F;
border-right: 3px solid #f9f9f9;
color: #fff;
}

#navcontainer li.active
{
background-color: #7CB55F;
color: #fff;
}
#navcontainer li a.current
{
background-color: #7CB55F;
color: #fff;
}


/*sidebar navigation*/

#Vnavlist
{
border-bottom: 1px dotted gray;
width: 220px;
}

#Vnavlist.wh
{
border-bottom: 1px dotted gray;
width: 670px;
}

#Vnavlist li
{
list-style: none;
padding: 0.4em;
border-top: 1px dotted gray;
}

#Vnavlist li.wh
{
list-style: none;
padding: 0.4em;
border-top: 1px dotted gray;
height: 25px;
}

#Vnavlist li.empty
{
list-style: none;
padding-left: 0px;
height: 30px;
}

#Vnavlist li.item
{
list-style: none;
padding-left: 15px;
}

#Vnavlist li a { text-decoration: none; }

#Vnavlist li div{float:left;display: block;}
#Vnavlist li div.desc{width:225px;float:left;border-right: 1px dotted gray;padding: 5px;}
#Vnavlist li div.data{width:95px;float:left;border-right: 1px dotted gray;padding: 5px;}

.rightMorelink {
	font-family: Tahoma, Verdana, Arial;
	padding-left: 10px;
	background-image: url(images/small_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
}

.paddingBulet{
padding: 25px;
}


.imgLeft{
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 5px;
	}
	
.imgRight{
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	padding: 5px;
	}
.imgNoSide{
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 5px;
	}