html, body {
    height:100%;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000033;
	color: #10106c;
}



/* TinyMCE specific rules - Override the tinyMCE editor dispaly window */
body.mceContentBody {
background-image:none;
background-color:#ffffff;
}


h1{font-family:Arial, Helvetica, sans-serif; font-size:18px; line-height:16px; text-transform:uppercase; font-weight:bold; color:#9c9c9c; display:inline; }

img, object{border:none; margin:0; padding:0;}

a {
	color:#000033;
	outline: none;
    border:none;
    text-transform:uppercase;
    font-weight:normal;
}
a.home {
text-transform:none;
border:none;
color:#000033;
font-weight:bold;
}

a:hover{
	text-decoration: underline;
	outline: none;
}



input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

label {
	cursor: pointer;
}



/************************************************************************/

/* CLASSES AND IDS*/
	/* DIV  */
    
    div#main{width:918px; margin:auto; height:635px; background-image:url(../i/bg/bg-page.gif); background-repeat:no-repeat; background-position:center; vertical-align:middle; position:absolute; top:50%; margin-top:-280px; left:50%; margin-left:-459px;}
    
    div#pageContent{width:630px; height:196px; overflow:auto; text-align:left; padding-right:5px;}
    div#homePageContent{width:866px; height:270px; overflow:auto; float:left;  margin-top:15px; margin-bottom:15px;}
    div#homePageText{width:800px; height:200px; margin:auto; margin-top:15px;}

	#menuContainer{ left:15px; top:15px; position:absolute; z-index:100; vertical-align:top; width:211px; height:310px;}
    div#homeImg{ left:240px; top:15px; position:absolute; z-index:1;}
    div#btmImg{ left:15px; top:340px; position:absolute; z-index:1;}
	
    div#content{
	width:675px;
	height:279px;
	overflow:auto;
	margin:auto;
	left:232px;
	top:336px;
	position:absolute;
	z-index:1;
	background-image:url(../i/bg/content-border3.gif);
	background-repeat:no-repeat;
	background-position:center;
	
}
    
    div#home_page_content{left:15px; top:340px; position:absolute; z-index:1; height:280px; width:884px; margin:auto; text-align:left; background-image:url(../i/bg/home-content-slice.jpg); background-repeat:repeat-x; vertical-align:top;}
    
    div.sectionImage{ margin:auto; margin-top:17px; margin-bottom:15px; width:630px;  }
    div.sponsorListing{float:left; margin:5px; margin-left:0; border:2px solid #666666;}
    
   
    #mainMenuColumn {width:235px; text-align:left; vertical-align:top; }





.checkboxDefault {
	background: none;
	border: none;
}

.checkboxLabel {
	width: 150px;
	float: left;
	display: inline;
	white-space: nowrap;
	padding: 5px;
}



.footer {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
}

.errorMessage {
	background-color: #FFEBE8;
	border: 1px solid #DD3C10;
	color: #333333;
	padding: 5px;
	width: 500px;
	text-align: center;
}

.successMessage {
	background-color: #FFF8CB;
	border: 1px solid #DFD983;
	color: #333333;
	padding: 5px;
	width: 500px;
	text-align: center;
}

.noticeMessage {
	background-color: #FFF8CB;
	border: 1px solid #DFD983;
	color: #333333;
	padding: 5px;
	width: 500px;
	text-align: center;
}


/****************************************************************************************************************************/
/* FLY OUT MENU STYLES */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
list-style-type:none;
}
/* style the list items */
.menu li {
float:left;
}

/* style the links */
.menu a, .menu a:visited {
display:block;
}

/* style the link hover */
* html .menu a:hover {position:relative;}

.menu li:hover {position:relative;}


 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}


.menu {
background-image:url(../i/bg/bg-nav-slice.jpg);
background-repeat:repeat-x;
margin:0;
padding:0;
font-size:12px;
font-family:Arial, sans-serif;
height:224px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
width:177px;
}

.menu ul li ul { width:275px; }

/* style the list items */
.menu li {
float:left;
height:28px;
}

/* style the links */
.menu a, .menu a:visited {
text-decoration:none;
text-transform:uppercase;
color:#607386;
border:none;
}
/* hack for IE5.5 */
* html .menu li a ul li a, * html .menu li a ul li a:visited {width:221px; w\idth:221px;}
/* style the link hover */
* html .menu a:hover {color:#000033; text-decoration:none;}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; padding:0; margin:0;}

.menu td{margin:0; padding:0;}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {color:#000033;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {color:#000033;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
top:-25px;
left:210px;
}

.menu li.category { padding:0; margin:0; background:none; width:211px; line-height:28px;}
.menu li.category:hover > a.noSubs { background-color:#FFFFFF; height:28px; }
.menu li.category:hover > a.hasSubs {  height:28px; background-color:#FFFFFF; background-image:url(../i/bg/bg-nav-arrow.gif); background-repeat:no-repeat; background-position:right center; }

/* FOR IE 5/6 */

a.noSubs:hover { background-color:#FFFFFF; height:27px; }
a.hasSubs:hover, a.hasSubs:active { background-color:#FFFFFF; background-image:url(/images/navigation/images/bg-nav-arrow.gif); background-repeat:no-repeat; background-position:right center; }


.menu li table a, .menu li table a:visited, .menu li table a:active { font-size:11px; vertical-align:middle; border-right:1px solid #cccccc; border-bottom:1px solid #cccccc; background-color:#FFFFFF; height:27px; padding-left:15px; padding-right:15px; text-align:left; line-height:28px;  }
.menu li table a.topItem, .menu li table a.topItem:visited, .menu li table a.topItem:active { border-top:1px solid #cccccc; }


.menu li > ul li { width:221px; border-bottom:1px solid #cccccc; line-height:28px; vertical-align:middle; }
.menu li > ul li.last {border-bottom:none;}
.menu li > ul li a.middleItem {font-size:11px; border-right:1px solid #cccccc; border-left:1px solid #cccccc; background-color:#FFFFFF; height:28px; padding-left:15px; padding-right:15px; text-align:left;}
.menu li > ul li a.topItem {font-size:11px; height:28px; padding-left:15px; border-left:1px solid #cccccc; padding-right:15px; text-align:left; background-image:url(../i/navigation/images/bg-subnav-top.png); background-repeat:no-repeat; background-position:top right;}
.menu li > ul li a.bottomItem {font-size:11px; height:28px; padding-left:15px; border-left:1px solid #cccccc; padding-right:15px; text-align:left; background-image:url(../i/navigation/images/bg-subnav-bottom.png); background-repeat:no-repeat; background-position:bottom right;}
