/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	background-image: url(background.jpg);
	background-color: #908e79;
	background-position: center top;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 150px;
	z-index: -2;
	background-repeat: repeat-y;

	
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	border: 1px none #7994cb;
	width: 970px;
	padding-top: 5px;
 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #621321; /* sub menu text color */
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #e1d3d3; /* sub menu background color */
	/*font-family: Tahoma, Arial, Helvetica;  */
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 0px 5px 5px 0px;	
		
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	/*font-family: Tahoma, Arial, Helvetica;  */
    white-space: nowrap;  /*Word wrapping menu item now optional*/	
position:relative;
top:5px;    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
	padding: 10px;
}

.main_dnnmenu_itemhover {  
	background-color: transparent; 
	color: #e6bbc2; /*main navigation text rollover */
	white-space:nowrap;
}

.main_dnnmenu_itemhover td {  
	background-color: transparent; 
	color: #6f0f20; /* rollover  submenu text color */
	
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #bb7a86;  /*sub menu rollover background */
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
	
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
	
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

#headerBG {
	z-index: -1;
	background-image: url(blue_bar_top.gif);
	background-repeat: repeat-x;
	position: absolute;
	height: 128px;
	width: 100%;
	left: 0px;
	top: 0px;

}

#SOLbanner {
	background-image: url(gradient_DKBlue.jpg);
	background-repeat: repeat-x;
	position: absolute;
	height: 27px;
	width: 100%;
	left: 0;
	top: 128px;

}

#menu {
	
	z-index: 11;
	display:inline;
	
}

#Logo {
	background-image: url(logo.gif);
	height: 118px;
	width: 240px;
	left: 0px;
	top: 8px;
	cursor:hand;
}

#missionStatement {
	color: #97172e;
	top: 10px;
	left: 10px;
	/* width: 290px; */
        width: 350px;
	position:relative;
	font-size: 12px;
	/* font-weight: normal; */
        font-weight: bold;
	font-family: Tahoma, Arial, Helvetica;
}



#headerContent {
	z-index: 2;
	position: relative;
	width:1000px;
	top: 0px;
	border: none #CC0099;
	height: 145px;
	text-align: left;
}

#background {
	background: url(background.jpg) scroll;
	background-repeat: repeat-y;
	background-position: top center;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 121px;
	z-index: -5;
}

#search {
	top: 25px;
	position: relative;
	
}

#dnn_dnnSEARCH_txtSearch {
	border: 0px white;
	width: 130px;
	left: -20px;
	top: -45px;
	position:relative;
}


#search a {
	display: inline;
	top: -45px;
	left: -8px;
	position: relative;
	font-weight: bold;
	font-size: 13px;
	color: white;
	text-decoration:none;
}

#search a:hover {
	color:eaf4bd;
	display: inline;
	position: relative;
	font-weight: bold;
}




#searchBg {
	background: url(search_default.jpg);
	position: relative;
	display:block;
	top: -19px;
	left: 0px;
	height: 34px;
	width: 220px;
	z-index: -1;
	
}

.topRightNav {
	color: #97172e;
	top: -6px;
	left: 140px;
	position: relative;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica;
	
}

.topRightNav a:link, .topRightNav a:visited {
        font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #97172e;
}

.topRightNav a:hover {
	text-decoration: underline;
	color: #420711;
}


#footerText {
	font-size: 12px;
	font-weight: bold;
	color: #440b03;
	line-height: 14px;
}

#dnn_dnnTERMS_hypTerms.SkinObject , #dnn_dnnPRIVACY_hypPrivacy.SkinObject , #dnn_dnnDOTNETNUKE_hypDotNetNuke.Normal, #dnn_dnnBREADCRUMB_lblBreadCrumb, #dnn_dnnLOGIN_cmdLogin.SkinObject {
color: #45a400;
text-decoration: underline;
font-weight:normal;
font-size: .85em;
}

#slideshow {
position:relative;
height: 350;
}

#slideshow IMG {
left:0;
position:absolute;
top:0;
z-index:8;
}

#slideshow IMG.active {
z-index:10;
}
#slideshow IMG.last-active {
z-index:9;
}


* {margin: 0, auto, o, auto; padding: 0px;}