
.bodyclass {
	background-image: url(../images/bg_body.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #01013e;
	color: #333333;
}

#wrap {
	width: 974px;
	margin-left: auto;
	margin-right: auto;
}

#wrap_left {
	width: 20px;
	height: 650px;
	float: left;
	background-image: url(../images/wrap_left.gif);
	background-repeat: no-repeat;
	line-height: 0px;
}

#wrap_right {
	width: 20px;
	height: 650px;
	float: right;
	background-image: url(../images/wrap_right.gif);
	background-repeat: no-repeat;
	line-height: 0px;
}

#main_home {
	width: 934px;
	float: left;
	background-image: url(../images/bg_main_home.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#main_inside {
	width: 934px;
	float: left;
	background-image: url(../images/bg_main_inside.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}



/*************************************************************/
/*************************** header **************************/
/*************************************************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 934px;
	height: 225px;
	float: left;
}



/*************************************************************/
/*************************** navigation **********************/
/*************************************************************/
#navigation {
	width: 176px;
	float: left;
	padding-left: 10px;
}

#navcontainer {
	width: 176px;
	float: left;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	font-size: 11px;
	list-style: none;
	text-transform: uppercase;
	margin-top: 2px;
}

#navcontainer li a
{
	display: block;
	width: 166px;
	height: 21px;
	padding: 7px 5px 0px 5px;
	text-decoration: none;
	background-image: url(../images/bg_menu1_off.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #ffffff;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	background-image: url(../images/bg_menu1_on.gif);
	color: #ffffff;
}

#navcontainer ul ul
{
	list-style: none;
	margin: 0px;
	padding: 5px 0px 6px 0px;
}

#navcontainer li li
{
	font-size: 11px;
	list-style: none;
	text-transform: uppercase;
}

#navcontainer li li a
{
	display: block;
	width: 166px;
	height: auto;
	padding: 0px 5px 2px 5px;
	text-decoration: none;
	background-image: none;
	color: #666666;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	background-image: none;
	color: #333333;
}

#banners {
	width: 176px;
	float: left;
	padding-top: 30px;
}

.navbanner {
	width: 176px;
	float: left;
	margin-bottom: 2px;
}

#bar {
	width: 7px;
	float: left;
}



/*************************************************************/
/*************************** homepage ************************/
/*************************************************************/
.cbTitle {
	color: #ddc289;
	font-size: 16px;
	font-weight: bold;
	background-color: #01017f;
	border: 1px solid #ffffff;
	padding: 5px 0px 5px 9px;
}

.cbRow {
	line-height: 3px;
}

.cbBody {
	padding: 10px;
	background-color: #ffffff;
}


/*************************************************************/
/*************************** main ****************************/
/*************************************************************/
#container {
	width: 734px;
	margin: 0 7px 0 0;
	_margin: 0 3px 0 0;
	float: right;
}

#breadcrumbs {
	text-align: right;
	text-transform: lowercase;
	font-size: 12px;
	color: #b29663;
	padding: 2px 5px 2px 0px;
}

#breadcrumbs a {
	color: #b29663;
	text-decoration: none;
}

#maincontent {
	width: 710px;
	float: left;
	padding-left: 12px;
}


/*************************************************************/
/*************************** footer **************************/
/*************************************************************/
#footer {
	width: 934px;
	height: 90px;
	float: left;
	background-color: #01013e;
	background-image: url(../images/bg_footer.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #ffffff;
	padding-top: 20px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer_left {
	width: 400px;
	float: left;
}

#footer_right {
	width: 400px;
	float: right;
	text-align: right;
}

#printfooter {
	display: none;
	visibility: hidden;
}


/*********************************************************************************************************************************/
/************************** advertisement module ********************************************************************************/
/*********************************************************************************************************************************/
.associations_container, 
.ad-container.right-sidebar{
	width: 200px;
	margin-left: 15px;
	float:right;
	display: block;
	margin-bottom: 20px;
}

.ad-container{
	margin-top: 10px;
}

.ad-container.right-sidebar{
	margin-top: 0px;
}

.associations_container + .ad-container.right-sidebar{
	clear: right;
}

.ad-container.right-sidebar ~ *:not(.associations_container),
.associations_container ~ *:not(.ad-container){
	max-width: 491px;
	box-sizing: border-box;
	clear:none !important;
}

.associations_container.associations-blogs .blogs_image,
.associations_container.associations-blogs .page_search_box,
.associations_container.associations-blogs .blogs_rss,
.associations_container.associations-blogs .blogs_subscribe{
	margin-bottom: 15px;
}

.ad-container ~ *:not(.associations_container) table,
.associations_container ~ *:not(.ad-container) table{
	max-width: 100%;
}

.module-testimonials.layout-list .testimonial-wrapper .testimonial-content, 
.module-testimonials.layout-line-separated .testimonial-wrapper .testimonial-content{
	clear: none;
	width: 100%;
}