html /* for Netscape */
{
	padding: 0;
	margin: 0;
	background: #191919;
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #191919;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 0.8em;
	 
	color: #707070;
}

/* Positional Elements */
#wrapper {
	width: 894px;
	margin: 25px auto;
}

/* Header */

#header {
	width: 100%;
	padding: 15px 0;
	height: 200px;
	/*background: #000 url(images/header.jpg) no-repeat 50% 2%;*/
	background-color: #000;
	border: solid 1px #555;
}

.TopImage
{
	text-align: center;
	position:absolute;
	width: 894px;
	height: 165px;/**/
}

#logo
{
	position:absolute;
	text-align: center;
	padding-left: 290px;
	padding-top: 30px;
/*
	margin-bottom: -130px;
	position:absolute;
	top: 65px;	
	left: 435px;
	margin-left: 290px;
*/
}
#nav
{
	width: 100%;
	margin: 3px auto;
	text-align: center !important; 
	font-size: 12px;
	margin-top: -13px;
}

/*.SideBar, .ContentPane, .SecondaryContent, .Footer
{
	border: solid 1px #444;
	background-color: #222;
}*/

.SideBar
{
	float: left;/**/
	margin: 10px 0 0 0;
	width: 220px;
	min-height: 300px;
	padding: 15px 0;
}

.SideBar ul, .SideBar li
{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

img
{
	border:none;
}

.SideBar img
{
	border:none;
	margin: 10px 0;
}

.ContentPane
{
	/*float: right;
	width: 642px;
*/
	margin: 28px 0 0 250px;
	min-height: 300px;
}

.SecondaryContent
{
	margin: 25px 0 0 250px;
	width: 642px;
}

.Footer
{
	margin: 25px 0 0 0;
	width: 100%;
	min-height: 30px;
	text-align: center;
	clear: both;
	font-size: 0.84em;
}


/* ==========================
	Styling Elements
   ==========================
*/
/* ================= STYLE INFORMATION ================ */

html, body, h1, h2, h3, h4, h5, h6, legend, p, div, span, table, th, td, blockquote, fieldset, textarea, select, input
{
	color: #ccc;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

h1 
{
	border-bottom: solid 1px #333;
	font-size: 1.6em;
	font-weight: bold;
	height: 1.3em; /* Without this height IE doesn't display the border ?? */
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.2em;
}

h4, h5, h6
{
	font-size: 1.1em;
}

p 
{
	line-height: 1.4em;
}

hr 
{
	height: 1px;
	color: #ccc;
}

a
{
	text-decoration: underline;
	color: #aaa
}
a:link
{
	color: #aaa	
}
a:active, a:hover
{
	color: #FE0000;
}

a:visited
{
	color: #666; 
}

.ContentPane a, .ContentPane a:link, .ContentPane a:visited
{
	text-decoration: none;
	color: #FE0000;
}
.ContentPane a:active, .ContentPane a:hover
{
	color: #FE0000;
	text-decoration: underline;
}

img.borderleft
{
	padding:2px;
	border: solid 1px #666;	
	float: left;
	margin: 0 10px 10px 0;
}

img.borderright
{
	padding:2px;
	border: solid 1px #666;	
	float: right;
	margin: 0 0 10px 10px;
}


/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/

#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	padding: 0 30px;
	margin: 0;
	margin-top: -0px;
	list-style: none;
	white-space: nowrap;
	z-index: 99999;
	position: relative;
}

#HouseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	float:left;
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li { /* all items under the top level */
	z-index: 11113;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#HouseMenuNav 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
*******************************************************/

#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	height: 20px;
	_height: 18px;
}

#HouseMenuNav li { /* all list items */
	width: 140px;
	height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 20px;
	_height: 18px;
	/* end hack */
}

#HouseMenuNav li li { /* all items under the top level */
	width: 148px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

#HouseMenuNav a { /* all links within the menu wrapper */
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	border: solid 1px #555;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
	background: #111 url(images/nav-grad.jpg) repeat-x 0 0;
	padding: 5px 20px;
	margin: 0 10px;
	width: auto;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 14px;
	/* end hack */
}

#HouseMenuNav li li a { /* all item links under the top level */
	background-color: #191919; 
	background-image:none;
	padding: 5px 3px;
	width: 148px;
	color: #ccc;
	height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	height: 12px;
	_height: 14px;
	/* end hack */
}

#HouseMenuNav li a:hover {
	border: solid 1px #FE0000;
	padding: 5px 20px;
	margin: 0 10px;
	color: #eee;
	background-color: #222; 
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 14px;
	/* end hack */
}

#HouseMenuNav li li a:hover {
	color: #fff;
	background-color: #1E1E1E; 
	padding: 5px 3px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 14px;
	/* end hack */
}

#HouseMenuNav li ul { /* second-level lists */
	width: 140px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #333;
	/*
	border-top:none;*/
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0 0 0 0;
	/* end hack 
	line-height: 12px;*/
	background-color: transparent;
	height: auto;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 144px;
	border: solid 1px #FE0000;
	/*line-height: 12px;*/
	background-color: transparent;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#HouseMenuNav #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuCurrentLink
{ /* current link itself */
	padding: 5px;
	color: #fff; 
	background-color: #004C80; 
	text-decoration: none;
}


/* End of Menu Styling */





/* =========================================================================
DotNetNuke Styling Overrides
===========================================================================*/

.CitricControlPanel {
	width:100%;
	border: none;
	color: #004C80;
	background-color: Transparent;
}

.CitricControlPanel .NormalTextBox
{
	color: #004C80;
}

.CitricControlPanel table.ControlPanel
{
	border: solid 1px #004C80;
	background: #fff url(images/controlpanelheader.gif) no-repeat 0 0;
}

.CitricControlPanel a.CommandButton:link {
    text-decoration:    underline;
    color: #004C80;
}

.CitricControlPanel a.CommandButton:visited  {
    text-decoration:    underline;
    color: #004C80;
}

.CitricControlPanel a.CommandButton:active   {
    text-decoration:    underline;
    color: #FE0000;
}

.CitricControlPanel a.CommandButton:hover    {
    text-decoration:    underline;
    color: #FE0000;
}

.CitricControlPanel label    {
    color: #004C80;
}

.CitricControlPanel .SubHead 
{
   color: #004C80;
}


.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
    margin: 0;
    padding: 0;
    font-size: 1em;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #bbb;
} 


.ContentPane .NormalTextBox
{
	padding: 3px;
	background-color: #333;
	color: #ccc;
	border: solid 1px #ccc;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}


.SkinObject {
    font-size: 1em;
    color: #aaa;
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#aaa;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#aaa;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#aaa;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#FE0000;
}


/* ================================
style for module titles
================================ */
.Head
{
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 170%;
    font-weight: bold;
	padding: 0 0 22px 0;
	background: #000000 url(images/img3.gif) repeat-x left bottom;
	color: #eee;
	margin-bottom: 10px;
	font-size: 1.6em;
	display: block;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  95%;
    color: #ccc;
    }
    
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  95%; 
}

/* ===============
button style for standard HTML buttons 
================== */
.StandardButton
{
	font-size: 90%;
	color: #333;
}


    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #ddd;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #ddd;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #FE0000;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #FE0000;
}

