/* 
================================
Skin styles for DotNetNuke
================================
*/   
div,td,th,h1,h2,h3,h4,h5,h6{ margin: 0; padding: 0; }
body {
	background-image: url(bg_body.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	text-align: center;
}
A:link {COLOR: #2193d8; TEXT-DECORATION: none}
A:visited {COLOR: #2193d8; TEXT-DECORATION: none}
A:active {COLOR: #2193d8; TEXT-DECORATION: none}
A:hover {COLOR: #333; TEXT-DECORATION: underline}
hr{
color: #CCCCCC;
height: 1px;
}
img{
	border: 0px
}
.left{
float: left;
}
.right{
float: right;
}
#wrapper
{
	width: 848px;
	w\idth: 848px; /* real width */
	text-align: center;
	}
#header{
	height: 361px;
	background-image: url(bg_header_main.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 848px;	
}
#header_about{
	height: 361px;
	background-image: url(bg_header_about.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 848px;	
}
#header_services{
	height: 361px;
	background-image: url(bg_header_services.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 848px;	
}
#header_contact{
	height: 361px;
	background-image: url(bg_header_contact.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 848px;	
}
#header_url{
	height: 43px;
	width: 848px;	
}
#url{
	float: left;
	position: relative;
	padding-top: 24px;
	padding-left: 20px	
}
#mailinfo  {
	font-family:"Trebuchet MS", Verdana, Tahoma, Arial, "Myriad Pro";
	font-size: 11px;
	color: #575757;
	text-decoration: none;
	float: right;
	position: relative;
	padding-top: 22px;
	padding-right: 20px
}
#nav_services
{
	position: relative;
	height: 60px;
	width: 848px;
	padding-top: 1px;
}
#logoarea
{
	width: auto;
	text-align: left;
	padding-left: 15px;
	padding-top: 12px;
	height: 212px;
}
#sitemap_area
{
	text-align: left;
	padding-left: 20px;
	vertical-align:bottom;
	padding-top: 10px;
}
#navigationbar_area{
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: bottom;
}
#navigation_bar{
	width: 828px;	
	background-image: url(bg_navigation_bar.gif);
	background-repeat: repeat-x;
	height: 37px;
	text-align: left;
	position: static;
	vertical-align: bottom;	
}
#breadcrumb{
	text-align: left;
	padding-left: 10px;
	font-family: 'Trebuchet MS' , Tahoma, Verdana, Arial;
	color: #9fa0a0;
	font-size: 11px;
	margin-bottom: 10px;
}
.BreadCrumbLink
{
	color: #2193d8;	
	font-size: 11px;
	font-family: 'Trebuchet MS' , Tahoma, Verdana, Arial;
	text-align: left;	
}
a.BreadCrumbLink:link, a.BreadCrumbLink:visited, a.BreadCrumbLink:active
{
	text-decoration: none;
	color: #2193d8;	
	font-size: 11px;
	font-family: Trebuchet MS , Tahoma, Verdana, Arial;
}
a.BreadCrumbLink:hover {
    text-decoration: underline;
    color: #aeaeae;	
}
#content_area{
	vertical-align: top;
	padding-top: 15px;
	margin: 0px 10px 10px 10px;
	width: 828px;
	background-image: url(bg_content_area.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.content_area {
	vertical-align: top;
	padding-top: 15px;
	margin: 0px 10px 10px 10px;
	width: 828px;
	background-image: url(bg_content_area.gif);
	background-repeat: repeat-x;
	background-position: top;	
}

/* 
================================
ContentPanes - 3 Column
================================
*/  
#toppane{
width: 100%;
vertical-align: top;
}
#leftpane{
vertical-align: top;
}
#contentpane{
vertical-align: top;
}
#rightpane{
vertical-align: top;
}
#bottompane{
width: 100%;
vertical-align: top;
}
.toppane
{
	width: 100%;
	background-color: transparent;
	vertical-align: top;
}
.leftpane
{
	width: 200px;
	background-color: transparent;
	float: left;
	overflow: hidden;
	vertical-align: top;
}
.contentpane
{
	background-color: transparent;
	width: 422px;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
}
.rightpane
{
	width: 200px;
	background-color: transparent;
	float: right;
	overflow: hidden;
	vertical-align: top;
}
.bottompane
{
	width: 100%;
	background-color: transparent;
	vertical-align: top;
}
/* 
================================
Single Column
================================
*/  
.single_leftpane
{
	background-color: transparent;
	float: left;
	overflow: hidden;
	vertical-align: top;
}
.single_contentpane
{
	background-color: transparent;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
}
.single_rightpane
{
	background-color: transparent;
	float: right;
	overflow: hidden;
	vertical-align: top;
}
/* 
================================
2 Column - Content Right
================================
*/  
.R_leftpane
{
	float: left;
	width: 225px;
	vertical-align: top;
	margin-left: 5px;
	}
.R_contentpane
{
	float: right;
	width: 585px;
	vertical-align: top;
}
/* 
================================
2 Column - Content Left
================================
*/  

.L_contentpane
{
	float: left;
	width: 585px;
	vertical-align: top;
	margin-left: 5px;
	}
.L_rightpane
{
	float: right;
	width: 225px;
	vertical-align: top;
}
#div_clear {
clear: both;
}
.clear
{
	clear: both;
	}
#footer{
	background-image: url(bg_footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 69px;
 	width: 848px;
}
#copyright_area{
	float: left;
	padding-left: 50px;
	padding-top: 37px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, "Myriad Pro";
	color: #6f6f6f;
	font-size: 11px;	
}
.copyright
{
	color: #6f6f6f;
	font-size: 11px;
	font-family: 'Trebuchet MS' , Tahoma, Verdana;
	text-decoration: none;
	}
a.copyright:link, a.copyright:visited, a.copyright:active
{
	color: #6f6f6f;
	font-size: 11px;
	font-family: 'Trebuchet MS' , Tahoma, Verdana;
	text-decoration: none;
}
a.copyright:hover {
    text-decoration: underline;
    color: #0079d0;
    
}
#date_time{
	float: right;
	padding-top: 37px;
	padding-right: 20px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, "Myriad Pro";
	color: #6f6f6f;
	font-size: 11px;
}
/* 
================================
Skin styles for DotNetNuke
================================
*/   

.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{color:#1e4ec7; text-decoration:none; font: bold 11px Tahoma, Arial, Helvetica, sans-serif; padding:0 3px;}
A.CommandButton:hover{ color:#FB9409; text-decoration:none;}

/*========================================================*/
/*  Control Panel                                         */
/*========================================================*/
.ControlPanel{ background: #f5f5f5; border:#ccc solid; border-width:0px 0px 1px; }
.ControlPanel IMG{ margin:5px 5px 0px; }
.ControlPanel TD TD TD TD IMG{ margin:0px; }
.ControlPanel TD TD TD{ width:auto}
.ControlPanel DIV{ border:#CCC solid; border-width:0px 1px; width:3px; height:100px; }
.ControlPanel TD .SubHead{ font-size:8pt; color:#222; font-weight:bold; }
.ControlPanel TD TD TD .SubHead{ background:transparent; border:0px; font-size:11px; color:#666; font-weight: bold; }
.ControlPanel TD TD TD input{ background:#EFEFEF; font-size:11px; color:#000; font-weight:bold; padding-left:4px; }
.ControlPanel TD TD TD select{ background:#EFEFEF; font-size:11px; color:#444;}
.main_dnnmenu_bar
{
	background-color: Transparent;
	vertical-align: middle;	
}
.main_dnnmenu_item
{
	/*TD if menu option for using tables is on*/
	vertical-align: middle;	
}
.main_dnnmenu_rootitem
{
	color: #565656;
	font-size: .85em;
	font-style: normal;
	font-family: sans-serif, Arial, Tahoma, Verdana;
	background-color: Transparent;	
	cursor: hand;
	vertical-align: middle;
	height: 37px;
	padding-left: 15px;	
}
.crumb
{
	vertical-align: middle;
	height: 37px;
	margin-left: 15px;
}
.main_dnnmenu_rootitem td
{
	vertical-align: middle;
}
.main_dnnmenu_itemhover {  
	color: #0185d1;

}

/*  Table Data for Menu Items Dropdown  */
.main_dnnmenu_item td
{
	filter: alpha(opacity=90);
	moz-opacity: 0.90;
	opacity: 0.90;
	color: #343434;
	font-size: .85em;
	font-style: normal;
	font-family: sans-serif, Arial, Tahoma, Verdana;
	background-color: #e3e3e3;
	text-decoration: none;
	border-collapse: collapse;
	padding-left: 15px;
	padding-right: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
}
/*  Items for Menu Items Dropdown  */
.main_dnnmenu_submenu
{	
	filter: alpha(opacity=90);
	moz-opacity: 0.90;
	opacity: 0.90;
}
.main_dnnmenu_itemhover td /* Hover Table data for Menu Items - Dropdown */
{
	color: white;
	background-color: #0185d1;	
}
.main_dnnmenu_icon /* Icon Columns for Menu Items Dropdown */
{
	display: none;
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;	
}
.main_dnnmenu_arrow {
	display: none;	
}
.main_dnnmenu_rootmenuarrow
{
	display: none;	
}
.MainMenu_MenuItemSel 
{
	color: Red;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
}
.ModuleTitle_MenuItem
{
	border-right: white 0px solid;
	border-top: white 1px solid;
	font-weight: bold;
	font-size: 11px;
	border-left: white 0px solid;
	cursor: hand;
	color: black;
	border-bottom: white 1px solid;
	font-style: normal;
	font-family: verdana, tahoma, arial;
	background-color: transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.ModuleTitle_SubMenu
{
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	font-size: 11px;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	border-left: #ffffff 0px solid;
	cursor: hand;
	border-bottom: #ffffff 0px solid;
	font-family: verdana, tahoma, arial;
	background-color: #ffffff;
}
.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.ModuleTitle_MenuItemSel
{
	font-weight: bold;
	font-size: 11px;
	cursor: hand;
	color: black;
	font-style: normal;
	font-family: verdana, tahoma, arial;
	background-color: #c1d2ee;
}
.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_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;
}
/* style of item titles on edit and admin pages */
.Head
{
text-align: left;
font-size: .9em;
}
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: .8em;
	color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: .8em;
	color: black;
}
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Arial, Tahoma, Helvetica;
	font-size: .8em;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}
/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Arial, Tahoma, Helvetica;
	font-size: .8em;
	font-weight: bold;
}
/* text style used for error messages */
.NormalRed
{
	font-family: Arial, Tahoma, Helvetica;
	font-size: .8em;
	font-weight: bold;
	color: #ff0000;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-weight: normal;
}
/* Contact Container */
.bg_s-contact-bottom{
	background-repeat: repeat-x;
	height: 7px;
	background-color: #fafafa;
	padding-bottom: 7px
}
#contactarea {
vertical-align: top;
}
#contactinfo ul {
	margin: 0px;
	text-align: left;
}
#contactinfo li {
	margin: 0px;
	list-style-type: none;
}
#contactinfo .contacthead {
	background-color: #ededed;
	padding: 2px 0px 2px 3px;
}
#contactinfo .contactitem {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, "Myriad Pro";
	font-size: .9em;
	padding: 2px 0px 2px 3px;
	
}