/* CSS Document */
html .container {
    overflow: scroll;
	overflow: hidden;
}
body {
	margin: 0px 0px 0px -4px;
	padding: 0px;
	border: 0px;
	background: url('../images/body-bckg-new.jpg') repeat-y center #59912D;
	font-family: arial, helvetica, sans-serif;
	color: #59912D;
}

.text {
	font-family: arial, helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}
.textlinks {
	font-family: arial, helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
}
.OverGreen {
    color: #59912D;
    font-size: 16px;
}
.H3 {
	color: #59912D;
	font-weight: bold;
	font-size: 13px;
}

#container {
	margin: 0 auto;
	padding-left: 7px;
	border: 0px;
	width: 820px;
	border: 0px solid black;
	position: static;
	}
#wrapper {
    margin: 0 auto;
	padding: 0;
	border: 0px;
	width: 795px;
	border: 0px solid red;
	}
#main-img {
	margin: 1px 0 2px 0;

	}
#header {

	height: 118px;
	
	border: 0px solid red;
	margin: 0 auto;
	padding-left: 7px;
	border: 0px;
	width: 820px;
	position: static;
	}
#header img {
    position: relative;
}
#topbar {
    padding-left: 7px;
    margin: 0 auto;
	padding: 0;
    height: 29px;
	width: 790px; 

	border: 0px solid green;
}

#nav {
    margin: 0 auto;
    background: url('../images/topbar-full.gif') center #000;
    font-family: arial;
    font-size: 11px;
    font-style: none;
    font-weight: bold;
    height: 28px;
    width: 795px;
	/*margin-left: 185px;*/
	border: 0px solid blue;
	padding: 1px 0 0 0;
}

#nav ul{
/*Remove all spacings from the list items*/
	list-style: none;
	margin-left: -30px;
	padding: 0;
	padding-top: 2px;
	width: 795px;
	margin-top: 6px;
    white-space: nowrap;
	border: 0px solid red;
	align: left;
}

#nav li {
    float: left;
    margin: 0;
    padding: 0 36px 6px 36px;
    border: 0px solid white;
}

#nav a:link, #nav a:visited {
	padding: 0 0 0 10px;  
	color: #FFFFFF;
	background-color: none;
	text-decoration: none;
	display: block;
}

#nav a:hover {
	color: #c51717;
	background-color: none;

}
h1,h2,h3,h4,p{
    font-family: Arial, Helvetica, sans-serif;
}
h1 {
    color: #59912D;
    font-size: 16px;
}
h2 {
    color: #59912D;
    font-size: 14px;
	
}

#content-inner{
    width: 600px;
	text-align: left;

	margin: 8px 6px 40px 6px;
	border: 0px solid blue;
}
#content #content-inner p {
    color: #666666;
    font-size: 11px;
	font-weight: normal;
}

div[id] #content {
    height:auto;
}
#content {
    float: left;
	margin: 0;
    width: 614px;
    min-height: 680px;
	height: auto;
	border: 1px solid #b1aeae;
    clear: left;
}
#r-content {
    float: right;
	padding: 0;
	margin: 0;
	clear: right;
}
.b-header {
    text-align: center;
    width: 175px;
	height: 20px; 
	padding-top: 3px;
	border-bottom: 1px solid #b1aeae;
	background-color: #DBDBDB;
	font: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

.r-box {
    
    text-align: left;
	width: 175px;
	border: 1px solid #b1aeae;
	margin-bottom: 2px;
	height: auto;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	
}
.r-box ul{
    list-style: none;
	margin: 0;
	padding: 8px 0 10px 0;
}
.r-box li{
    list-style: none;
	margin: 0;
	padding: 5px 0 0 5px;
}
.r-box a:link, .r-box a:visited{
    color: #666;
	text-decoration: none;
}
.r-box a:hover{
    text-decoration: none;
	color: #c51717;
}
#wrapper #content #content-inner .b-content {
    float: left;
	margin-top: 10px;
	margin-bottom: 10px;
    width : 184px;
	min-height: 250px;
	padding-left: 2px;
	border: 0px solid green;
	text-align: left;
}
#content .b-content {
    float: left;
	margin-top: 10px;
	margin-bottom: 10px;
    width : 184px;
	min-height: 250px;
	padding-left: 2px;
	border: 0px solid green;
	text-align: left;
	}
#wrapper #content #content-inner.b-content p { 
	color: #666666;
    font-size: 12px;
	font-weight: normal;
}
#content .b-content p {
	color: #666666;
    font-size: 12px;
	font-weight: normal;
}
#content .b-content .redtext {
    color: #c51717;
	font-size: 12px;
}
#wrapper #content #content-inner .redtext {
    color: #c51717;
	font-size: 12px;
	}
#footer {
     border-bottom: 1px solid #b1aeae;
	 border-right: 1px solid #b1aeae;
	 border-left: 1px solid #b1aeae;
     background: url('../images/footer-bckg.gif') repeat-x center #fff;
	 width: 614px;
	 height: 24px;
	 color: #FFFFFF;
	 font-size: 11px;
	 text-align: right;
	 padding: 0;
	 margin: 0 0 10px 0;
	 font-family:Arial, Helvetica, sans-serif;
	 clear: both;
	 line-height: 24px;
}
#footer a{
     text-decoration: none;
	 color: #FFF;
}
#footer a:hover{
     text-decoration: none;
	 color: #c51717;
}
