/* 
================================
Skin styles for DotNetNuke
================================
*/   

body 
{
    font-family: Tahoma,Verdana, Arial, Helvetica; 
    background-color: #01346f;
    background-image: url(bg-water2.jpg);
	background-repeat: repeat-x;
}

.logo
{
	width: 955px;
	height: 155px;
	padding-top: 20px; 
	padding-bottom: 5px; 
	margin-left: 5px;
	text-align: center;
	background-image: url(CRYSTALLAKE_150.jpg);
	background-repeat: no-repeat;
	background-position: center left;
}

H1
{
    font-size: 1.2em ;
}

H2
{
    font-size: 1.1em !important;
}

H3
{
    font-size: 1em !important;
}

H4, H5
{
    font-size: .9em !important;
}

p
{
    font-size: 1em !important;
    margin-left: 5px;
    margin-right: 5px;
}

a:link,a:visited{
    color: #8d0300;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
    }

.SkinObject, A.SkinObject:link
{
    font-size: .7em;
    color: white;
}


.pagemaster {
	width: 1000px;
	border-right: 3px solid #adb5c2;
	border-left:  3px solid #adb5c2;
	margin: 0px auto;	
	background-color: white;
}

.skingradient {
	background-image: url(gradient_DkBlue.gif); 
	height:30px;
}
.controlpanel {
	background-color: #38B3BE;
}
.toppane {

	background-color: transparent;
	padding: 4px;
}
.leftpane {

	background-color: transparent;
	padding: 4px;
}
.contentpane {

	background-color: transparent;
	padding: 4px;
}
.rightpane {

	background-color: transparent;
	padding: 4px;
}
.bottompane {

	background-color: transparent;
	padding: 4px;
}

.mainmenu{
	background-image: url(menubg.gif);
	background-repeat: repeat-x;
	height: 60px;
}
.MainMenu_MenuContainer {

	background-color: transparent;
	width: 880px;
	height: 60px;
	text-align: center;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:19px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid; 
	border-right: #cad5ea 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_SubMenu {
	background-color: #cad5ea;  
	z-index: 1000; 
}

.MainMenu_MenuItemSel {
	background-color: transparent; 
	color: #a60401;  
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	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; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  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:  16px;
   font-weight: bold;
   color: black;

}

