
/************** GENERAL ****************/

html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}

body {
	margin: 0px 0px 0px 0px;
	background: url(images/page_bg.jpg) top center fixed repeat-x #e2e2e2;
}

a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #cadb35;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #cadb35;
}

a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #cadb35;
}

h1 {
	font-size: 28px;
	color: #cadb35;
	font-weight: normal;	
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

h2 {
	font-size: 22px;
	color: #cadb35;
	font-weight: normal;	
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
h3 {
	font-size: 18px;
	color: #cadb35;
	font-weight: normal;	
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

h4 {
	font-size: 16px;
	color: #cadb35;
	font-weight: normal;	
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
h5 {
	font-size: 16px;
	color: #cadb35;
	font-weight: normal;	
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

h6 {
	font-size: 16px;
	color: #cadb35;
	font-weight: normal;	
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

.divider {
clear: both;

}



hr {
	border: none 0; 
	border-bottom: dashed 1px #0068a6;
	height: 1px;
	margin: 15px 0 15px 0;
}


/************** LAYOUT ****************/


#container {
	margin: 40px auto 0 auto;
	width: 978px;
	text-align: left;
}


#mainContent {
	
		background: url(images/body_bg.png) repeat-y;
		padding: 0 15px 0 15px;
		width: 948px;
}

#content strong.keywords

{
	font-weight: normal !important;
}

#banner  {
	background: url(images/header_bg.png) no-repeat;
	width: 978px;
	height: 194px;
	padding: 10px 0 0 0;
}



#mainImg  {


}

#mainImg img  {

	float: left;
}

#mainImg a, #mainImg a:link, #mainImg a:visited
{
	color: #fff;
}

#mainImg a:hover
{
	color: #9cc14b;
	font-weight: normal;
}

.headLeft {
	width: 300px;
	height: 80px;
	float: left;
	margin: 90px 40px 0 30px;

}
.logo {
	width: 148px;
	height: 172px;
	float: left;
	margin: 9px 0 0 25px;

}
.headRight {
	width: 300px;
	height: 80px;
	float: left;
	margin: 90px 0 0 105px;
	text-align: right;
}

.greenBoxTop {
	background: url(../cssimg/green_box_top.jpg) no-repeat;
	padding-top: 6px;
	width: 213px;
}

.greenBoxBot {
	background: url(../cssimg/green_box_bot.gif) no-repeat;
	padding-top: 6px;
	width: 213px;
	margin: 0 0 15px 0;
}

.greenBox {
	background: #b7d65c;
	padding: 3px 10px 3px 10px;
	width: 193px;
}

.greenBox h2 {
	color: #166096;
	font-size: 16px;
	font-weight: normal;	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
	

/************** MENU ****************/
#menu
{
	width: 948px;
	float: left;
	margin: 0 0 0 0;
	background-image: url(images/menu_bg_green.gif);
	background-repeat: repeat-x;
	margin: 1px 0 0 0;
	border-bottom: 1px solid #FFFFFF;
}
#menu ul
{
	padding: 0 0 0 0;
	margin: 0;
}

#menu ul li { 
	display: inline; 
}

#menu ul li a, #menu ul a:link, #menu ul a:visited
{
	margin: 0 0 0 0;
	padding: 0 15px 0 15px;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	float: left;
	background: url(images/menudivider_green.gif) no-repeat top right;
	line-height: 41px;
	color: #fff;
}

#menu ul .last a {
	background: none;
}

#menu ul .last a:hover {
	background: none;
}

#menu ul li a:hover
{
	margin: 0 0 0 0;
	padding: 0 15px 0 15px;
	color: #000;
}

.butholder {
	margin: 0 0 10px 0;
	
}

#subMenu { 
	margin: 7px 0 10px 0;
	padding: 0 0 0 0;
	list-style: none;
	line-height: 0px;
	border-top: 1px solid #fff;
	background: #cadb35;
}

.current_page_item {
	color: #000;
}


#subMenu a, #subMenu a:link, #subMenu a:visited
{
	padding: 0 0 0 27px;
	margin: 0 0 0 0;
	display: block;
	text-decoration: none;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	background: url(images/subMenu_bg.gif) 7px 0px no-repeat;
	border-bottom: 1px solid #fff;
	list-style: none;
}

#subMenu a:hover
{
	padding: 0 10px 0 27px;
	margin: 0 0 0 0;
	display: block;
	text-decoration: none;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	background: url(images/subMenu_bg_on.gif) 7px 0px no-repeat;
	color: #000;
}

#subMenu a.current {
	background: url(images/subMenu_bg_on.gif) no-repeat;
	color: #000;
	
}

/************** END MENU ****************/
#contentContainer  {
	clear: both;
	width: 948px;
	background: url(images/maincontent_bg.gif) no-repeat top center;
}


#rightMenu  {
	width: 279px;
	float: right;
	margin: 0 10px 0 0;
	padding-top: 20px;
}

#content {

	padding: 20px 20px 20px 5px;
	width: 620px;
}



/************** FOOTER ****************/


#pageEnd {
	width: 910px;	
	height: 31px;
	padding: 0px 0 0 10px;
	font-size: 10px;
	color: #999;
	margin: 0 auto 0 auto;
	
}



#pageEnd a, #pageEnd a:link, #pageEnd a:visited
{
	color: #999;
	text-decoration: none;
	font-weight: normal;
}

#pageEnd a:hover
{
	color: #000;
	font-weight: normal;
}

#footer {
	width: 948px;
	background: url(images/footer_bg.png) no-repeat;
	height: 60px;
	padding: 8px 15px 0 15px;
	font-size: 22px;
	color: #FFF;
	margin: 0 auto 0 auto;
}
#footerInner {
	background: url(images/footer_bg_green.gif) repeat-x;
	color: #FFF;
	height: 40px;
}


#footer ul
{
	margin: 6px 0 0 0;
	padding: 0;
	float: right;

}

#footer li
{
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;

}

#footer li a, #footer li a:link, #footer li a:visited
{
	font-size: 11px;
	line-height: 11px;
	color: #fff;
	text-decoration: none;
	padding: 0 10px 0 4px;
	margin: 0 0 0 0;
	font-weight: normal;
}

#footer li a:hover
{
	color: #fff;
}

#copy
{
	color: #802c38;
	width: 400px;
	font-size: 11px;
}

#copy a, #copy a:link, #copy a:visited
{
	font-size: 11px;
	line-height: 11px;
	color: #802c38;
	text-decoration: underline;
}

#footer a:hover
{
	color: #fff;
}
textarea {
width: 500px
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	padding: 10px 10px 10px 10px;
}
.alignright {
	float: right;
	padding: 10px 10px 10px 10px;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

