/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
    width:900px;
}
.skinmaster {
   
}



.MainMenu {
	background-image: url(mainmenu_bg.gif);
	background-repeat: repeat-x;
	text-indent: 20px;
	padding-top: 8px;
	height: 28px;
	color: gray;
	width:100%; 

}
.MainMenu_MenuContainer
{
	
}

.MainMenu_MenuBar {
    cursor: pointer; 
    cursor: hand;
}
.MainMenu_MenuItem
{
	color:gray;

}
.MainMenu_MenuIcon {
}
.MainMenu_SubMenu {
    z-index: 1000; 
    cursor: pointer; 
    cursor: hand; 
    filter:progid:(color='#7c182d', Direction=135, Strength=3);
    background: FFFFFF;
}
.MainMenu_MenuBreak {
	
   
}
.MainMenu_MenuItemSel {
   
    background-image: url(secondmenu_bg.gif);
	background-repeat: repeat-x;
	color:white;


}

.MainMenu_MenuItem:hover
{
   	background-image: url(secondmenu_bg.gif);
	background-repeat: repeat-x;
	color:white;

}

.MainMenu_MenuArrow {
    font-family: webdings; 
    font-size: 10pt; 
    cursor: pointer; 
    cursor: hand; 
}
.MainMenu_RootMenuArrow {
    font-family: webdings; 
    font-size: 8pt; 
    cursor: pointer; 
    cursor: hand;
}

.MainMenu_Footer1
{
	background-image: url(secondmenu_bg.gif);
	background-repeat: repeat-x;
	height: 25px;
}

.MainMenu_Footer2
{
	background-image: url(pageID_bg.gif);
	background-repeat: repeat-x;
	height: 23px;
	text-indent: 30px;
	padding-top: 5px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.topBanner
{
	background-repeat: no-repeat;
	height: 51px;
	background-image: url(banner_logo.gif);
	width: 100%;
	cursor: hand;
}

.topImage
{
	background-repeat: no-repeat;
	height: 51px;
	background-image: url(af.gif);
	width: 100%;
}

.body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #533F3F;	

}

.rightContentArea
{
	width: 33%;
	background-color: #E5E4E9;
	}

.ContentPane
{
	width: 56%;
	background-color: #E5E4E9;
	border: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	height:100%;
	padding-right:10px;
}

.CenterBody {
}


.CenterImage {
}
.CenterArticle {
}
.CenterList {
}
.footer
{
	background-image: url(footer_bg1.gif);
	background-repeat: repeat-x;
	height: 32px;
	
}

.footer_image
{
	background-color: #DADADA;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4F4F4F;
	padding-top: 8px;
	align: center;
	
}
.footer_privacy
{
	background-color: #CACACA;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 8px;
}

.footer_copyright
{
	background-color: #DADADA;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4F4F4F;
	padding-top: 8px;
}
.ContentPane_2 {

	width: 22%;
	background-color: #DEDEDE;
	border: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.ContentPane_3 {
	width: 22%;
	background-color: #D0D0D0;
	border: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}



