/*-------------------------------------
	Global resets
-------------------------------------*/
* { padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6 { margin: 8px 0; }
fieldset { padding: .5em; }
label { padding: 0 1px; }
img { border: 0; }
body { font-size: 100.01%; line-height: 160%; }
a, a:link, a:visited { color: #2A4F72; text-decoration: underline; font-weight: bold; }
a:hover {color: #486D90;}
ul { margin: 0; padding: 0; }
ul li { list-style-position: outside; margin: 0; margin-left: 22px; padding: 0; }	
.clearer { clear: both; float: none; height: 0; margin: 0; padding: 0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: normal; }
/*-------------------------------------
	DNN Overrides
-------------------------------------*/
body, .Normal, .SkinObject
{
	color: Black;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
}
#Body { background: #345485 url(images/bg_body_repeat.png) repeat-x top left; }
#dnn_login_hypLogin { color: #415E89; font-size: 10px; font-weight: normal; }
/*-------------------------------------
	Layout Sections
-------------------------------------*/
div#shadowContainer
{
	margin: 0 auto;
	width: 835px;
	background: transparent url(images/bg_shadow_repeat.png) repeat-y top left;
}
div#siteContainer
{
	margin: 0 auto;
	width: 805px;
	background: White url(images/bg_header.jpg) no-repeat top left;
}
div#siteLeftCol
{
	width: 570px;
	float: left;
	padding: 0 2px 0 6px;
}

div#siteLeftHeader { height: 118px; }
div#siteLeftHeader h1 { display: none; }

div#siteRightCol
{
	width: 225px;
	float: left;
}
div#topNavContainer
{
	width: 211px;
	padding: 0 5px 0 5px;
	background: transparent url(images/bg_topNav_shadow_repeat.png) repeat-y top left;
	line-height: 140%;
}
div#topNav
{
	min-height: 120px;
	width: 211px;
	background: #0599C3 url(images/bg_topNav_repeat.jpg) repeat-x top left;
}
div#topNavFooter
{
	width: 221px;
	height: 5px;
	background: transparent url(images/bg_topNav_footer.png) no-repeat top left;
	margin-bottom: 4px;
}
div#secondNav
{
	margin: 0 6px 0 2px;	
}
div#thirdNav
{
	background-color: #666666;
	width: 566px;
	margin: 0 0 2px 0;	
	padding: 4px 0;
}
div#siteFooter
{
	clear: both;
	color: White;
	text-align: center;
	margin: 0 auto;
	width: 835px;	
}

/*-------------------------------------
	DNN Panes
-------------------------------------*/
#dnn_picturePane
{
	padding: 0;
}
#dnn_cleftPane
{
   padding-left:5px;
   padding-right:5px;
   clear:both;
   width:570px;
   float:left;
}
#dnn_crightPane
{
	width:225px;
	float:left;
}
#dnn_contentPane
{
	background-color: White;
	clear: both;
	padding: 4px 7px 2px 7px;
}
#dnn_topRightPane
{
	padding: 0 6px 0 2px;
}
/*-------------------------------------
	MBMenu Styles
-------------------------------------*/
/*** 2nd level menu ***/
ul.mbMenu2
{
	line-height: normal;
}
ul.mbMenu2 li
{
	margin: 0;
	padding: 0;
	
	list-style-type: none;
	list-style-position: outside;
	background: #360756 url(images/bg_menu2_repeat.jpg) repeat-x 0 0;
	text-align: left;
	margin-bottom: 1px;
}
ul.mbMenu2 li a, ul.mbMenu2 li a:visited, ul.mbMenu2 li a:link
{
	margin: 0;
	padding: 0;
	
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Sans-Serif;
		
	display: block;	
	background: transparent url(images/bullet_square.jpg) no-repeat 10px 5px;
	padding: 3px 0 0 28px;
	height: 19px;
}
ul.mbMenu2 li a:hover { color: #0692AD; }

/*** 3rd level menu ***/
/* Vertical */
/* CLASS based selector */
.mbMenu3
{
	line-height: normal;
	margin: 8px 0 0 0;
	padding: 4px 0;
}
.mbMenu3 li
{
	background-color: #4A1B6B;
	margin: 0;
	padding: 2px 2px 2px 30px;
	
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
}
.mbMenu3 li a
{	
	margin: 0;
	padding: 0;
	
	color: White;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
		
	display: block;	
}
.mbMenu3 li a:hover { color: #0692AD; }
/* ID based selector */
#mbMenu3
{
	line-height: normal;
	margin: 8px 0 0 0;
	padding: 4px 0;
}
#mbMenu3 li
{
	background-color: #4A1B6B;
	margin: 0;
	padding: 2px 2px 2px 30px;
	
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
}
#mbMenu3 li a
{	
	margin: 0;
	padding: 0;
	
	color: White;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
		
	display: block;	
}
#mbMenu3 li a:hover { color: #0692AD; }

/* Horizontal */
/* .mbMenu3
{
	line-height: normal;
}
.mbMenu3 li
{
	float: left;

	margin: 0;
	padding: 0 6px;
	
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
}
.mbMenu3 li a, ul.navMenu3 li a:visited, ul.navMenu3 li a:link
{	
	margin: 0;
	padding: 0;
	
	color: #C5C5C5;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
		
	display: block;	
}
.mbMenu3 li a:hover { color: White; } */

/*-------------------------------------
	HouseMenu Styles
-------------------------------------*/
#navMenu
{
	text-align: left;	
	margin: 0;
	padding: 0;
}
#navMenu li
{
	margin: 0 0 2px 0;
	padding: 1px 0 0 28px;
	
	list-style-type: none;
	list-style-position: outside;
	background: transparent url(images/bullet_square.jpg) no-repeat 10px 5px;
	text-align: left;
	
	border-bottom: 1px solid White;
}
#navMenu li a, #navMenu li a:visited, #navMenu li a:link
{	
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Sans-Serif;
		
	display: block;
}
#navMenu li a:hover { color:#00A8CC; }

/*** 3rd level menu ***/
#navMenu3
{
	line-height: normal;
}
#navMenu3 li
{
	float: left;

	margin: 0;
	padding: 0 6px;
	
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
}
#navMenu3 li a, ul.navMenu3 li a:visited, ul.navMenu3 li a:link
{	
	margin: 0;
	padding: 0;
	
	color: #C5C5C5;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
		
	display: block;	
}
#navMenu3 li a:hover { color: White; }


/*** Footer Menu ***/
#navMenuFooter
{ /* menu wrapper div */	
	margin: 0 auto;
	padding: 4px 0;
	z-index: 99999;	
}

#navMenuFooter li { /* all list items */
	list-style-type: none;	
	background-image: none;
	display: inline;
	margin: 0 auto;
	padding: 2px 5px;
}

#navMenuFooter a { /* all links within the menu wrapper */		
	display: inline;
	margin: 0; 
	padding: 0;
	color: White;
	font-size: 12px;
	font-weight: bold;
}

#navMenuFooter li a:hover {
	margin: 0;
	padding: 0;
	color: White;
}

#navMenuFooter iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}


/*-------------------------------------
	IE 6 Tweaks
-------------------------------------*/
body.ie div#siteLeftCol
{
	width: 568px;
}
body.ie div#siteRightCol
{
	width: 223px;
}
body.ie div#shadowContainer
{
	background-image: none;
}
body.ie div#topNavContainer
{
	background-image: none;
	width: 217px;
	padding: 0;
}
body.ie div#topNav
{
	width: 217px;
}
body.ie div#topNavFooter
{
	background-image: none;
}

body.ie div.ModuleContainer div.Content
{
	padding: 4px;
}