/*** HTML  **************************************/
.clearer {
	clear: both;
}
body{
	padding-top: 0px;
	margin-bottom:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:  rgb(54, 59, 66);
	font-size: x-small;
	
}

h2.imageheader {
     height:26px;
     background-repeat: no-repeat;
     padding: 0px;
     margin: 0px;
}

h2.imageheader strong{
       display:none;
}

/*** LAYOUT  ***********************************/
#main {
	margin: 1em auto;
	width: 754px;
	padding: 0px;
	background-color: #fff;
}

#header {
	padding: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #fff;	
	background-image: url(../images/main_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: 1px solid #ccc;
}

#topMenuHolder {
	padding-top: 5px;
	height: 20px;
	background-color: #fff;
}

#metaMenuHolder {
	padding-top: 5px;
	text-align: right;
	background-image: url(../images/topMenu_bg.gif);
}

#sideMenuHolder {
	padding-top: 10px;
	background-image: url(../images/c_right_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#headerImg {
	height: 210px;
	background-color: #fff;
	background-image: url(../images/header_banner.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	
}

#logoHolder{
	padding-bottom: 250px;
}

#contentHolder {
	/*position: absolut;*/
	padding-bottom: 5px;
	background-color: #fff;
	/*clear: left;*/
	height: auto;
	margin-left: 9px;
}

#c_left {
	width: 505px;
	float: left;
	margin-right: 12px;
	background-image: url(../images/c_left_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

#c_right {
	float: left;
	padding-bottom: 15px;
	width: 210px;
	background-image: url(../images/c_right_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

#footerMenu {
	color:#333;
	padding: 15px 15px 15px 15px;
	width: 460px;
}

#footerMenu span {
	float:left;
	padding: 2px 5px 2px 5px;
	display:block;
}
#footerMenu a{
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #769c09;
}
#footerMenu a:hover{
	color: #333;

}

#footerMenu img{
	border:none;
	margin-bottom: 10px;

}

#footer {
	color: #ccc;
	padding-top: 12px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-image: url(../images/main_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #333333;
}

/*** STABLE CONTENT ELEMENTS  ***************************/

#goUp{
	padding: 15px;
}

#goUp a {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}
#goUp a:hover {
	color: #769c09;

}

#socialBookmarks {
	padding: 15px;
}

#socialBookmarks a {
	color: #333;
	text-decoration: none;
}
#socialBookmarks img {
	border: 1px solid #ccc;
	margin-top: 5px;
}

#copyright {
	padding: 15px;
	padding-top: 30px;
	clear: left;
	background-image: url(../images/c_left_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}
#copyright a{
	text-decoration: underline;
	color: #769c09;
}
#copyright a:hover{
	color: #333;
}


/*** CONTENT   ***********************************/

/** ContentBox Global ****************/

.cBox, .cBox2{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;

}
.cBox2{
	/*background-image:url(../images/backTap_trans.png);
	border-top: 1px solid #d7d7f7;*/

}
.cBox h1, .cBox2 h1{
	font-size:14px;
	text-transform:uppercase;
	color:#769c09;
	margin-top: 15px;
	margin-bottom: 20px;
}
.cBox h2, .cBox2 h2{
	font-size: 11px;
	text-transform:uppercase;
	color: #0693C0;
	margin-bottom: 0px;
}

.cBox, .cBox2, p, td{
	font-size: 11px;
	color: #333333;
	margin: 0px;
	margin-top:7px;
}

.cBox a , .cBox2 a{
	color:#769c09;
	font-weight: bold;
	text-decoration: underline;

}
.cBox a:hover, .cBox2 a:hover{

	color: #769c09;
	text-decoration: none;


}

.cBox_1 img{
	padding: 2px;
	margin-right: 15px;
	margin-bottom: 15px;
	display: inline;
}

.cBoxRight {
	padding-bottom: 20px;	
	margin: 20px 15px 2px 15px;

}

.cBoxRight h1{
	padding: 5px 15px 5px 15px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #769c09;
}
.cBoxRight p, .cBoxRight td{
	font-size: 11px;
	margin: 0px;
	margin-top: 7px;
	padding-left: 15px;
}

.cBoxRight a {
	color:#769c09;
	text-decoration: underline;

}
.cBoxRight a:hover{
	color: #333;
	text-decoration: none;

}

