/* 
================================
Skin styles for DotNetNuke
================================
*/   


.pagemaster {
	width: 974px;
	height: 100%;	
	margin-top: 0px;
	background-color: #ffffff;
}

.skinmaster {
	width: 974px;
	height: 100%;
	background-color: #ffffff; 
}
.skinheader {
margin-top:-7px;
padding:0;
}



.skingradient {
	background: url(navBG.gif) repeat-x top; 
	height:36px;
}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	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%;
	height: 50px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.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: #000000; 
	font-size: 13px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #142b65; 
	font-size: 13px; 
	font-weight: bold; 
	font-style: normal;
	background-color: Transparent, Arial;
	font-family: Arial; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 30px 0px 30px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	padding: 8px 30px 8px 30px;
	z-index: 4;
	color: #0099CC;
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
	height:auto;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-image: none;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 5px 1px 1px;   /*explicitly set padding for sub-menus */
	margin-left: 30px;
}

.main_dnnmenu_submenu a {
	color: #000;
	padding:0 5px 0 5px;
}

.main_dnnmenu_submenu a:hover {
	color: #fff;
}

.main_dnnmenu_submenu td {
	border-top: 1px solid #666;
}
.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;
	height: auto;
	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-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

/*============================================*/
/*	NAVIGATION																*/
/*============================================*/

.navBG td {
	width: auto;
	background: #8fb0d4; 
	padding:2px 0px 2px 5px;
	border-top: 1px solid #666;
}

.navBG td:hover {
	background: #3399FF;
	color: #fff;
}
/*============================================*/
/*	FOOTER																		*/
/*============================================*/

.footer {
	font-family: Arial, Helvetica, sans-serif;
	fon-size: 11px;
	color: #ccc;
}

a.footer{
	color: #003d7d;
	text-decoration: none;
}

a.footer:hover {
	color: #0099FF;
	text-decoration: underline;
}


/*============================================*/
/*	SEARCH DIV																*/
/*============================================*/

#search-div {
	margin:15px 0px 0px 695px;
	padding:0px;
	width: 275px;
	height: 36px;
	position: absolute;
	z-index: 5;
	color: #fff;
}

#search-div a {
	color: #fff;
	text-decoration: none;
}

#search-div a:hover {	
	color:#ccc;
	text-decoration: underline;
}

#search-div label {
	color: #fff;
}


/*============================================*/
/*	HISTORY																		*/
/*============================================*/

#history {
	margin:105px 0 0 590px;
	padding:0;
	width: 75px;
	height: 60px;
	position: absolute;
	z-index:5;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#history a {
	font-size: 12px;
	color: #142b65;
	text-decoration: none;
	font-style: italic;
}

#history a:hover {
	color: #0099CC;
}

/*================= EMBED FONTS ==================*/

@font-face {
    font-family: Myriad;
    font-style:  normal;
    font-weight: 500;
    src: url(MYRIADW0.eot);
  }

#login {
	font-size: 9px;
	position: absolute;
	z-index: 10;
	display: block;
	color: #003d7d;
	margin: 37px 0px 0px 878px;
}

#login a {
	color: #fff;
}

#login a:hover {
	color: #ccc;
	text-decoration: underline;
}

.clear {
	clear: both;
}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #142b65;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 5px;
	padding: 0;
	text-align: left;
}

.ptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	text-align: left;
}

.contentbox {
	padding: 3px;
	margin: 10px 0 0 10px;
	text-align:left;
}

.clear {clear:both}

.servicelist ul {
	margin: -5px 0px -5px -10px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
}

.servicelist li {
	margin: 0px 0px 0px -10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none}

.servicelist2 ul {
	margin: -5px 0px -5px -10px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
}

.servicelist2 li {
	margin: 0px 0px 0px -10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none}


/*============================================*/
/*	SOLUTIONS HEADER													*/
/*============================================*/

.solutions-header {
	width: 618px;
	height: 130px;
	display: block;
	background: url(../../../0/solutions_header.png) no-repeat;
	postion: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	padding: 20px 0px 0px 0px;
}

.solutionstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	position: absolute;
	margin: 0px 0px 0px 280px;
}

/*============================================*/
/*	PROJECTS BOX															*/
/*============================================*/

#solutionswrapper {
	width: 100%;
	position: relative;
}

#projectsbox {
	width: 234px;
	height: 186px;
	background: url('../../../0/project_box.jpg') no-repeat;
	position: absolute;
	margin:-97px 0 0 50px;
	padding: 40px 38px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.projectsbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
	display: block;
	color: #666;
	font-weight: normal;
	margin:0;
	padding:0;
}
