/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
	background-image: url(images/bgimage.jpg);
	background-repeat: repeat;
}
.skinmaster {
	width: 736px;
	background-color: #ffffff;
	border-right: #cccccc 3px solid;
	border-top: #cccccc 3px solid;
	border-left: #cccccc 3px solid;
	border-bottom: #8f9092 3px solid;
	margin-top: 15px; 
}


.Logospace {
margin-top: 7px;
margin-left: 5px;
}
.Logo 
{
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(images/logo.gif);
}
.header 
{
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(images/header.jpg);
}
.menu {
margin-right: 7px;
margin-bottom: 13px;
}
.blue {
	
	background-color: #296fb5;
}
.mission {
	background-repeat: no-repeat;
	background-image: url(images/mission.jpg);
	width: 179;
	height: 150;
}
.banner {
	background-repeat: no-repeat;
	background-image: url(images/banner.jpg);
	width: 557;
	height: 150;
}
.spacer {
	background-repeat: repeat-x;
	background-image: url(images/spacers/barspacer.jpg);
	height: 25px;
}
.rightpanel
{
	border-left: #a2c6ea 2px solid;
	background-repeat: repeat;
	background-image: url(images/rightbg.jpg);
}

/**************Content********************/

.toppane {
	width: 475px;
	background-color: transparent;

}

.contentpane {
	width: 475px;
	background-color: transparent;
	padding-left: 15px;
	padding-right: 4px;
	padding-top: 6px;
}

.bottompane {
	width: 475px;
	background-color: transparent;

}
.righttoppane {
	width: 230px;
	background-color: transparent;

}

.rightcontentpane {
	width: 230px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.rightbottompane {
	width: 230px;
	background-color: transparent;

}

/****************************/

.toppane2 {
	width: 730px;
	background-color: transparent;

}

.contentpane2 {
	width: 710px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.bottompane2 {
	width: 730px;
	background-color: transparent;

}
.leftpane2 {
	width: 10px;
	background-color: transparent;

}

.rightpane2 {
	width: 10px;
	background-color: transparent;
	
}

/*===================================================*/
/* Main Menu    - Solpart Menu Functionality  */
/*===================================================*/


.MainMenu_MenuIcon
{
display: none
}

/* Menu bar */
.MainMenu_MenuBar {
	background-color: transparent;
	margin: 0px;
	padding: 0px; 
	width: 100%;
	
}

/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	background-color: #66544A;
	border: 0px;
	color: #f7fb8c;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	height: 25px;
	margin-left: 0px;
	
	width: 130px;
}
.MainMenu_MenuItemOff
{	background-color: #66544A;
	
	border: 0px;
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	height: 25px;
	margin-left: 0px;
	
	width: 130px;
}
.MainMenu_MenuItem,
.MainMenu_MenuBreadcrumbActive 
{
	background-color: #66544A;

	border: 0px;
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	height: 25px;
	margin-left: 0px;
	
	width: 130px;
}
/* Container for submenu */
.MainMenu_SubMenu {
	background-color: #292c88;
	border: 0px;
	cursor: pointer;  
	cursor: hand;
padding-left: 5px;
	width: 213px;
	z-index: 1000;
}



/*************/
/* MAIN Menu */
/*************/
/* Container for main menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
	margin: 0px;
	width: 50px;
	height: 42px;
	text-align: center;
		border-left: #cccccc thin solid;

}
/* Non Selected state for main menu items */
.MainMenu_Off
{
	background-color: transparent;
	background-image: url(./Images/dot2.gif);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	height: 42px;
	width: 75px;
	padding-top: 20px;
	padding-right: 12px;
	padding-left: 12px;
	color: #66544A;
	text-align: center;
	vertical-align: bottom;
	border-left: #cccccc thin solid;
}

/* main menu items Selected */
.MainMenu_Active,
.MainMenu_BreadcrumbActive
{	background-color: transparent;
	background-image: url(./Images/gdot2.gif);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	height: 42px;
	width: 50px;
	padding-top: 20px;
	padding-right: 12px;
	padding-left: 12px;
	color: #A59587;
	text-align: center;

		vertical-align: bottom;
}
.MainMenu_Selected
{
	background-color: transparent;
	background-image: url(./Images/ydot2.gif);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	height: 42px;
	width: 50px;
	padding-top: 20px;
	padding-right: 12px;
	padding-left: 12px;
	color: #777777;
	border-left: #000000 2px solid;
	text-align: center;
	vertical-align: bottom;

}


/* Hidden Elements - This stops the icon and arrows from being displayed in the menu */
.MainMenu_MenuArrow, 
.MainMenu_RootMenuArrow, 
.MainMenu_MenuIcon, 
.MainMenu_MenuBreak 
{display: none;}

.leftMenu
{
	text-align: center;
	width: 75px;
}

/*==================*/
/* End Main Menu    */
/*==================*/


/*****************/

a.login
{
	font-size: 9pt;
	color: #f74542;
	font-family: Arial, 'Times New Roman';
	text-decoration: none;
	margin-bottom: 3px;
	margin-right: 20px;
	font-weight: bold;
}

a.login:active
{
		font-size: 9pt;
	color: #000000;
	font-family: Arial, 'Times New Roman';
	text-decoration: none;
	margin-bottom: 3px;
	margin-right: 20px;
	font-weight: bold;
}
a.login:visited
{
		font-size: 9pt;
	color: #f74542;
	font-family: Arial, 'Times New Roman';
	text-decoration: none;
	margin-bottom: 3px;
	margin-right: 20px;
	font-weight: bold;
}
a.login:hover
{
		font-size: 9pt;
	color: #333333;
	font-family: Arial, 'Times New Roman';
	text-decoration: none;
	margin-bottom: 3px;
	margin-right: 20px;
	font-weight: bold;
}
.body
{
	font-size: 9pt;
	color: #454665;
	font-family: Arial;
	padding-left: 5px;
	margin-left: 20px;
	margin-top: 10px;
}
.body2
{
	font-size: 9pt;
	color: #454665;
	font-family: Arial;

}
.space
{

	
	margin-left: 18px;
	
}
.copy
{
	font-size: 7pt;
	color: #6b7173;
	font-family: Arial;
	margin-top: 15px;
}
a.copylink
{
	font-size: 7pt;
	color: #6b7173;
	font-family: Arial;
	margin-top: 15px;
	text-decoration: underline;
}
a.copylink:hover
{
	font-size: 7pt;
	color: #f74542;
	font-family: Arial;
	margin-top: 15px;
	text-decoration: underline;
}
a.bodylink
{
	font-size: 9pt;
	color: #454665;
	font-family: Arial;

	font-weight: bold;
	text-decoration: underline;
}

a.bodylink:active
{
	font-size: 9pt;
	color: #454665;
	font-family: Arial;

		font-weight: bold;
	text-decoration: underline;
}

a.bodylink:hover
{
	font-size: 9pt;
	color: #f74542;
	font-family: Arial;

		font-weight: bold;
	text-decoration: underline;
}
a.bodylink:visited
{
	font-size: 9pt;
	color: #454665;
	font-family: Arial;

		font-weight: bold;
	text-decoration: underline;
}
.smhead
{
	font-size: 12pt;
	color: #f74142;
	font-family: Arial;

		padding-left: 6px;
		padding-bottom: 6px;

}
.newshead
{
	font-weight: bold;
	font-size: 10pt;
	color: #545664;
	font-family: Arial;
	padding-left: 6px;
	margin-top: 10px;

}
a.customers
{
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #637d94;
	text-decoration: none;
	text-transform: none;
	padding-top: 10px;

}

a.customers:hover
{
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #F8310E;
	text-decoration: none;
	text-transform: none;
	padding-top: 10px;
	
}
a.customers:visited
{
	font-family: , Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #637d94;
	text-decoration: none;
	text-transform: none;
	padding-top: 10px;

}
a.customers:active
{
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #637d94;
	text-decoration: none;
	text-transform: none;
	padding-top: 10px;

}
a.readmore
{
	font-family: Arial;
	font-size: 8pt;
	color: #3070b0;
	text-decoration: underline;
	text-transform: none;
}

a.readmore:hover
{
	font-family: Arial;
	font-size: 8pt;
	color: #f74142;
	text-decoration: underline;
	text-transform: none;
}

a.readmore:visited
{
	font-family: Arial;
	font-size: 8pt;
	color: #3070b0;
	text-decoration: underline;
	text-transform: none;
}

a.readmore:active
{
	font-family: Arial;
	font-size: 8pt;
	color: #3070b0;
	text-decoration: underline;
	text-transform: none;
	}
/*=======Full Width===========*/

.skinmaster2 
{
	background-color: #ffffff;
	border-right: #cccccc 3px solid;
	border-top: #cccccc 3px solid;
	border-left: #cccccc 3px solid;
	border-bottom: #8f9092 3px solid;
	margin-top: 15px; 
}

.headerspacer
{
    background-repeat: repeat-x;
	background-image: url(images/spacers/headerspacer.jpg);
}

.barspacer
{
    
}

.bannerspacer
{ background-color: #777367;
}

