/*-------------------------------------
	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: 140%; }
a, a:link, a:visited { color: #2A4F72; text-decoration: underline; font-weight: bold; }
a:hover {color: #486D90;}
.clearer { clear: both; float: none; height: 0; margin: 0; padding: 0; }
ul { margin: 0; padding: 0; }
ul li { list-style-position: outside; margin: 0; margin-left: 22px; padding: 0; }	

/*-------------------------------------
	DNN Overrides
-------------------------------------*/
body, .Normal, .SkinObject
{
	color: Black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
}
h3
{
	color: Black;
	font-family: Verdana, Arial;
	font-size: 18px;
	font-weight: normal;	
}
a#dnn_dnnLOGIN_hypLogin {color: #333333;}
table.FormMaster td { text-align: left; padding: 4px; }
/*-------------------------------------
	Layout Sections
-------------------------------------*/
body { background: #333333 url(images/bg_site_repeat.jpg) repeat-x top left; }

div#siteContainer
{
	margin: 0 auto;
	width: 800px;
	text-align: center;
}

div#siteHeader
{
	height: 220px;
	border-right: 3px solid #B0B0A8;
	border-bottom: 3px solid #B0B0A8;
	line-height: normal;
	text-align: left;
}
div#siteHeaderLeft
{
	float: left;
	width: 234px;
	height: 220px;
	background: transparent url(images/bg_header_left.jpg) no-repeat top left;
}
div#siteHeaderRight
{
	float: left;
	width: 563px;
	height: 220px;
	background: transparent url(images/bg_header_right_repeat.jpg) repeat-x top left;	
	
	color: White;
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
}
div#siteHeaderText
{
	height: 118px;
	margin: 50px 12px 0 30px;	
}
div#siteHeader h1
{
	color: White;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 28px;
	font-weight: normal;
}
div#siteHeaderNavigation
{
	height: 48px;
	padding-top: 4px;
}

div#siteContent
{
	border: 3px solid #B0B0A8;
	border-top: none;	
	padding: 12px;
	background-color: White;
	text-align: left;
}
/*-------------------------------------
	HouseMenu Styles
-------------------------------------*/
/*** Standard structural CSS that typically should not need to be changed ***/
#navMenu { /* menu wrapper div */
	padding: 0;
	padding-right: 6px;
	margin: 0;
	border: 0;
	white-space: nowrap;
	position: relative;
	text-align: right;
	float: right;
}

#navMenu ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 99999;
}

#navMenu li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	width: 100px;
	margin: 0;
	border: 0;
	padding: 0;
}

#navMenu a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#navMenu li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#navMenu iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}
/*** Presentation CSS that typically needs to be customized ***/
#navMenu { /* menu wrapper div */
	background-color: transparent;
	height: 47px;	
}

#navMenu ul { /* all submenu lists */
	background-color: transparent;
}

#navMenu li { /* all list items */
	background: url(images/bg_navmain_separator.jpg) no-repeat right top;
	padding-right: 4px;
		
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 47px;
	/* end hack */	
}

#navMenu a, #navMenu li a:hover { /* all links within the menu wrapper */
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 18px;
	font-weight : normal;
	text-decoration : none;
	color : #2a2a2a;
	background-color: transparent;
	padding: 12px 6px 0 6px;
	width: auto;	
	height: 34px;
	background: url(images/bg_navmain_repeat.jpg) repeat-x left top;
	
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: auto;
	_height: 100%;
	/* end hack */
}

#navMenu li a:hover {
	/*color: #0B3A6A;*/
	color: White;
}
#navMenu a#navMenuCurrentLink
{
	color: White;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#navMenu #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#navMenu a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#navMenu a#houseMenuCurrentLink
{ /* current link itself */
	margin: 1px;
	border: solid 1px #666;
	padding: 3px;
	height: 14px;
	color: #000;
	background-color: #ccc; 
	text-decoration: none;
} 

/*** 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: Black;
	font-size: 12px;
	font-weight: bold;
}

#navMenuFooter li a:hover {
	margin: 0;
	padding: 0;
	color: Black;
}

#navMenuFooter iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}



