/* CSS Document */


body{
	
	text-align: center;
	margin: 0;
	padding: 0;
}

#MainWrapper
{
	background: url(images/bg.jpg) repeat-x top left; 	
	width:100%;

}

#container_out{
	margin: 0 auto;
	padding: 0;
	padding-top: 16px;
	padding-bottom: 18px;
	text-align: left;
	width: 889px;

}

#container_in_topcenter{
	background: url(images/shadow_top_center.jpg) repeat-x top left;
	width: 889px;
}

#container_in_topleft{
	background: url(images/shadow_top_left.jpg) no-repeat top left;
	width: 889px;
}

#container_in_topright{
	background: url(images/shadow_top_right.jpg) no-repeat top right;
	width: 889px;
	padding-top: 22px;
}

#container_in_bottomcenter{
	background: url(images/shadow_bottom_center2.jpg) repeat-x bottom left;
	width: 889px;
	
}

#container_in_bottomleft{
	background: url(images/shadow_bottom_left2.jpg) no-repeat bottom left;
	width: 889px;
	
}

#container_in_bottomright{
	background: url(images/shadow_bottom_right2.jpg) no-repeat bottom right;
	width: 889px;
	padding-bottom: 20px;
	text-align: center;
}

*html #container_in_bottomright{
	padding-bottom: 10px;
}

#container_in_middle{
	background: url(images/shadow_mid.jpg) repeat-y top left;
	text-align: left;
	
	width: 889px;
	
}



#container_in_lefttop{
	background: url(images/shadow_mid_left.jpg) no-repeat top left;
	width: 889px;
}

#container_in_righttop{
	background: url(images/shadow_mid_right.jpg) no-repeat top right;
	width: 889px;
	
	
}

#container_in{
	margin-left: 19px;
	margin-right: 19px;
	width: 849px;	
	border: 1px solid #f2e5bf;
	
}

#header{
	background: url(images/bg_header.jpg) no-repeat top left;
	height: 102px;
	background-color: #FF0000;
	width: 849px;	
}


#header_left{
	width: 330px;
	float: left;
	height: 102px;
}

#header_center{
	width: 320px;
	float: left;
	height: 102px;
	text-align: right;
}

#header_center img{
	float: right;
}

#header_right{
	width: 195px;
	float: right;
	height: 102px;
}


#header_right a, #header_right img{
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}


#content{
	width: 849px;	
}


#c_left_mid{
	background: url(images/bg_left_mid.jpg) repeat-y top left;
	float: left;
	width: 202px;
}

#c_left_top{
	background: url(images/bg_left_top.jpg) no-repeat top left;
}

#c_left_bottom{
	background: url(images/bg_left_bottom.jpg) no-repeat bottom left;
	
	padding: 60px 40px 205px 12px;
}

*html #c_left_bottom{
	padding-bottom: 205px;
}

#c_right{
	background: url(images/bg_right_top.jpg) no-repeat top right;
	
	float: right;
	width: 647px;
}

#c_right_top{
	height: 112px;
	clear: both;
}


#c_right_top_left{
	width: 411px;
	float: left;
	height: 112px;
}

#c_right_top_right{
	
	float: right;
	height: 112px;
	text-align: right;
}


#c_right_bottom{
	width: 607px;
	padding: 130px 20px 0px 20px;
	
}

*html #c_right_bottom{
	padding-top: 30px;
	width: 647px;
}

.c_right_bottom_top{
	clear: both;
}

.c_right_bottom_bottom{
	clear: both;
}

.c_right_bottom_left{
	float: left;
	width: 300px;
}

.c_right_bottom_right{
	float: right;
	width: 300px;
}

.d_clear{
	clear: both;
	height: 0px;
	font-size: 1px;
}


#footer{
	height: 46px;
	background: url(images/bg_footer.jpg) no-repeat bottom right;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 45px;
	padding-right: 20px;
	line-height: 10px;
	width: 829px;

	margin-top: 30px;
}


*html #footer{
	height: 91px;
	width: 849px;
}





/* DNN MENU */

.MenuContainerClassX{
	width: 150px;
	height: auto;
}

.MenuItemClassX{
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #512143;
}

.MenuItemSelectedClassX{
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #c20001;
}
		
		
.MenuBreakClassX{
}		
								
.MenuIconClassX{
}

.MenuArrowClassX{
}
												                
.SubMenuClassX{
}
.SubMenuActiveX{
}
.SubMenuOverX{
}
								
.rootMenuItemClassX{

}
.rootMenuItemActiveX{

}
.rootMenuItemSelectedX{

}



.SubMenuClassX TD{
	background-color: #fff1f1;
	height: 25px;	
}
.SubMenuActiveX TD{
	background-color: #fff1f1;
	height: 25px;
}
.SubMenuOverX TD{
	background-color: #fff1f1;
	height: 25px;
}
								
.rootMenuItemClassX TD{ 	
	padding-left: 10px;
	width: 140px;
	height: 30px;
	background: url(images/separator.gif) no-repeat bottom left;
}
.rootMenuItemActiveX TD{	
	padding-left: 10px;
	width: 140px;	
	height: 30px;
	background: url(images/separator_over.gif) no-repeat bottom left;
}
.rootMenuItemSelectedX TD{	
	padding-left: 10px;
	width: 140px;
	height: 30px;
	background: url(images/separator_over.gif) no-repeat bottom left;
}

*html .rootMenuItemClassX TD{ 	
	width: 150px;
}

*html .rootMenuItemActiveX TD{
	width: 150px;
}

*html .rootMenuItemSelectedX TD{	
	width: 150px;
}

.ClassSeparator{

	
}


/* END OF DNN MENU */



.foot_copyright{
	color: #310543;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.foot:link, a.foot:visited, a.foot:active{
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #7f0041;
}

a.foot:hover{
	text-decoration: underline;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

a.foot_link:link, a.foot_link:visited, a.foot_link:active{
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

a.foot_link:hover{
	text-decoration: underline;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}



#search{
	background: url(images/bg_search.jpg) no-repeat top right;
	width: 191px;
	height: 29px;
	margin-right: 10px;
}

#search input{
	margin-top: 1px;
	border: none;
	height: 25px;
	width: 90px;
	background-color: #fffff1;
	margin-bottom: 2px;
	padding-top: 6px;
	border-top: 1px solid #ac7592;
	
}

*html #search input{
	border: none;
}

.SearchButton{
	
	padding-right: 0px;
	padding-top: 7px;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	padding-right: 15px;
	padding-left: 7px;
}

*html .SearchButton{
	height: 27px;
	width: 50px;
	padding-right: 0px;
	padding-left: 0px;
}


#footer_link{
	padding-top: 5px;
}

.foot_link{
	height: 25px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
