/* 
================================
Skin styles for DotNetNuke
================================
*/   
.background
{
	background-image: url(./images/bgimage.jpg);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 100px;

}
.filler
{
	background-color: #ffffff;
	border-right: #bbbbbb 3px solid;
	border-top: #cccccc 2px solid;
	border-left: #cccccc 2px solid;
	border-bottom: #bbbbbb 3px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.lefttable
{
	background-image: none;
	padding-top: 13px;
	background-color: #ffffff;
	padding: 0px;
}
.righttable
{
	background-image: none;
	padding-top: 13px;
	padding-left: 8px;
	background-color: #ffffff;
}
.centerbar
{
	border-right: #dddddd 1px solid;
	background-color: #ffffff;
}
.logo_header {
	background-color: #ffffff;
	background-image: url(./images/logo.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	width: 213px;
	height: 138px;		
}
.links {
	background-color: #ffffff;
	background-image: url(./images/behindlinks.jpg);
	background-repeat: repeat;
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	width: 213px;
	height: 148px;
	border-bottom: #dddddd 4px solid;
	border-top: #dddddd 4px solid;
}
.mission {
	background-color: #ffffff;
	background-image: url(./images/mission2.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	width: 213px;
	height: 208px;
}
.banner {
	background-color: #ffffff;
	background-image: url(./images/banner.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: normal;
	margin: 0px;
	padding-left: 5px;
	width: 505px;
	height: 286px;		
}
.small {
	background-color: #ffffff;
	background-image: url(./images/banner-small.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: normal;
	margin: 0px;
	padding-left: 5px;
	width: 505px;
	height: 125px;		
}
.padding
{
	padding-top: 13px;
}
.copybar
{
}
/**************Content********************/

.toppane {
	width: 560px;
	background-color: transparent;

}
.leftpane {
	width: 3px;
	background-color: transparent;

}
.contentpane {
	width: 532px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 25px;
	background-color: transparent;

}
.bottompane {
	width: 560px;
	background-color: transparent;

}
/*===================================================*/
/* Main Menu    - Solpart Menu Functionality  */
/*===================================================*/

/* Container for main menu */
.MainMenu_MenuContainer {
	background-image: url(./Images/behindlinks.jpg);
	margin: 0px;
	padding: 0px;
	width: 217px;
	height: auto;
}
.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: #292c88;
	background-image: url(./Images/mouseover.gif);
	background-repeat: no-repeat;
	border: 0px;
	color: #f7fb8c;
	font-family: Verdana, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	height: 28px;
	margin: 0px;
	padding: 0px;
	width: 213px;
}
.MainMenu_MenuItemOff
{	background-color: #292c88;
	background-image: url(./Images/basic.gif);
	background-repeat: no-repeat;
	border: 0px;
	color: #ffffff;
	font-family: Verdana, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	height: 28px;
	margin: 0px;
	padding: 0px;
	width: 213px;
}
.MainMenu_MenuItem,
.MainMenu_MenuBreadcrumbActive 
{
	background-color: #292c88;
	background-image: url(./Images/active.gif);
	background-repeat: no-repeat;
	border: 0px;
	color: #ffffff;
	font-family: Verdana, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	height: 28px;
	margin: 0px;
	padding: 0px;
	width: 213px;
}
/* Container for submenu */
.MainMenu_SubMenu {
	background-color: #292c88;
	border: 0px;
	cursor: pointer;  
	cursor: hand;
	margin: 0px;
	width: 213px;
	z-index: 1000;
}

/*************/
/* MAIN Menu */
/*************/
/* Non Selected state for main menu items */
.MainMenu_Off {
	background-color: transparent;
	background-image: url(./Images/basic.gif);
	background-repeat: no-repeat;
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	height: 28px;
	width: 213px;
	padding-top: 0px;
	color: #ffffff;
}

/* main menu items Selected */
.MainMenu_Active,
.MainMenu_BreadcrumbActive
{	background-color: transparent;
	background-image: url(./Images/active.gif);
	background-repeat: no-repeat;
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	height: 28px;
	width: 213px;
	padding-top: 0px;
	padding-left: 0px;
	color: #cccccc;
}
.MainMenu_Selected
 {
	background-color: transparent;
	background-image: url(./Images/mouseover.gif);
	background-repeat: no-repeat;
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	height: 28px;
	width: 213px;
	padding-top: 0px;
	padding-left: 0px;
	color: #f7fb8c;
}

/* Hidden Elements - This stops the icon and arrows from being displayed in the menu */
.MainMenu_MenuArrow, 
.MainMenu_RootMenuArrow, 
.MainMenu_MenuIcon, 
.MainMenu_MenuBreak 
{display: none;}

/*==================*/
/* End Main Menu    */
/*==================*/

/*==================*/
/* Links            */
/*==================*/

a.login
{
	font-size: 9pt;
	color: #292c88;
	font-family: Arial, 'Times New Roman';
	text-decoration: none;
	padding-top: 3px;
	padding-right: 20px;
	font-weight: bold;
}

a.login:active
{
		font-size: 9pt;
	color: #f74542;
	font-family: Arial, 'Times New Roman';
	text-decoration: none;
	padding-top: 3px;
	padding-right: 20px;
	font-weight: bold;
}
a.login:visited
{
		font-size: 9pt;
	color: #292c88;
	font-family: Arial, 'Times New Roman';
	text-decoration: none;
	padding-top: 3px;
	padding-right: 20px;
	font-weight: bold;
}
a.login:hover
{
		font-size: 9pt;
	color: #f74542;
	font-family: Arial, 'Times New Roman';
	text-decoration: none;
	padding-top: 3px;
	padding-right: 20px;
	font-weight: bold;
}

.body
{
	font-size: 9pt;
	color: #454665;
	font-family: Arial;
	padding-left: 5px;
	margin-left: 20px;
	margin-top: 10px;
}
.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;
}
.header
{
	font-weight: normal;
	font-size: 14pt;
	color: #6b869c;
	font-family: Arial;
	
	letter-spacing: normal;
	margin-left: 10px;
	margin-top: 5px;
}
.headerred
{
	font-weight: normal;
	font-size: 14pt;
	color: #f74542;
	font-family: Arial;
	
	letter-spacing: normal;
	margin-left: 10px;
	margin-top: 5px;
}
.smhead
{
	font-size: 12pt;
	color: #f74142;
	font-family: Arial;
	margin-left: 15px;
	margin-top: 7px;
}
.newshead
{
	font-weight: bold;
	font-size: 10pt;
	color: #545664;
	font-family: Arial;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.newshead2
{
	font-weight: bold;
	font-size: 10pt;
	color: #545664;
	font-family: Arial;
	
}
.majornews
{	font-weight: bold;
	font-size: 13pt;
	color: #545664;
	font-family: Arial;
	margin-left: 20px;
	margin-top: 10px;
	
}
.body2
{
	font-size: 9pt;
	color: #454665;
	font-family: Arial;
	padding-left: 5px;
	padding-top: 5px;
	margin-left: 20px;
}
.body3
{
	font-size: 9pt;
	color: #454665;
	font-family: Arial;
	
}
.productlist
{
	font-size: 9pt;
	color: #454665;
	font-family: Arial;
	padding-left: 5px;
	padding-top: 2pt;
	margin-left: 20px;

}
.copybox
{
	background-color: #ffffff;
	
}