/* CSS Document */
html, body {
margin: 0;
padding: 0;
height:100%;
background-color:#04637A;
background-image:url(/images/bg_body.jpg);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
color:#FFFFFF;
}
 
#centercol {
width: 904px;
height: 100%;
margin: 0 auto;
background: white;
z-index:10;
position:relative; 
}

#global {
position:absolute;
right:50px;
top:4px;
color:#CCCCFF;
}

#global a {
color:#CCCCFF;
text-decoration:none;
padding-left:10px;
padding-right:10px;
}

#global a:hover {
color:#FFFFFF;
}

#navigation {
background-image:url(/images/nav_bg.jpg);
height:61px;
width:904px;
text-align:center;
}

#contentwrapper {
background-image:url(/images/content_bg.jpg);
background-repeat:repeat-y;
width:904px;
}

#contentborderleft {
width:5px;
z-index:90;
float:left;
background-color:red;
}

#content {
background-image:url(/images/content_top.jpg);
background-repeat:no-repeat;
background-position:top;
width:895px;
float:left;
}

#contenttxt {
margin-top:10px;
margin-right:30px;
padding-left:50px;
line-height:1.6em;
float:left;
position:relative;
width:500px;
}

#contenttxtwide {
margin-top:10px;
margin-right:30px;
padding-left:50px;
line-height:1.6em;
float:left;
position:relative;
width:700px;
}

#contentsidebar {
width:272px;
margin-left:24px;
float:left;
background-image:url(/images/sidebar_body_bg.gif);
background-repeat:repeat-y;
}

#sidebarheader {
background-image:url(/images/sidebar_header.jpg);
background-repeat:no-repeat;
background-position:top;
height:69px;
width:272px;
color:#003333;
}

#sidebarheader p {
margin-top:0;
text-indent:20px;
font-size:1.2em;
font-weight:bold;
letter-spacing:-0.05em;
}

#sidebarcontent {
background-image:url(/images/sidebar_body_bottom.jpg);
background-repeat:no-repeat;
background-position:bottom;
font-size:0.85em;
color:#999999;
}

#sidebarcontent p {
margin-top:0;
margin-left:22px;
margin-right:22px;
margin-bottom:0;
line-height:1.6em;
}

#sidebarcontent a {
color:#9999FF;
text-decoration:none;
}

#sidebarcontent a:hover {
color:#FFFFFF;
background-color:#9999FF;
}

#sidebarcontent a.larger {
font-size:1.4em;
}

#sidebarfooter {
background-image:url(/images/sidebar_footer.gif);
height:17px;
margin-top:0;
}


#contentborderright {
width:4px;
float:left;
z-index:90px;
}

#footer {
background-image:url(/images/content_bottom.jpg);
background-repeat:no-repeat;
background-position:top;
height:212px;
clear:both;
}

#footertxt {
color:#66CCCC;
font-size:0.8em;
padding-left:60px;
padding-top:150px;
}


#lefthalf {
position: absolute;
left: 0;
top: 0;
width: 50%;
height:100%;
}
#righthalf {
position: absolute;
right: 0;
top: 0;
width: 50%;
height:100%;
}
#leftcol {
margin-right: 452px;
height: 100%;
background-image:url(/images/bg_left.jpg);
background-position:top right;
background-repeat:no-repeat;
 
}
#rightcol {
margin-left: 452px;
height: 100%;
background-image:url(/images/bg_right.jpg);
background-position:top left;
background-repeat:no-repeat;
}


/* PAGE ELEMENTS */

table.tblsched {
width:780px;
border-collapse:collapse;
border:4px solid #CCCCFF;
border-top:2px solid #CCCCFF;
background-color:#FFFFFF;
}

table.tblsched th {
background-color:#CCCCFF;
color:#003333;
padding:5px;
border-right:1px solid #FFFFFF;
border-left:1px solid #669999;
background-image:url(/images/bg_table_th.gif);
background-repeat:repeat-x;
}

table.tblsched td {
border:1px solid #999999;
color:#333333;
font-size:11px;
}

table.tblsched td.spacercell {
border:1px solid #CCCCFF;
background-color:#CCCCFF;
font-size:11px;
height:5px;
}


/* FORM */

input {
font-size:12px;
}

input.inputover {
	background-color:#FFFFCC;
}




/* TEXT */

h1 {
margin-top:0px;
font-size:1.8em;
color:#FFFFFF;
letter-spacing:-0.05em;
}

h2 {
color:#CCCCFF;
font-size:1.2em;
letter-spacing:-0.03em;
}

a:link {
color:#99CCFF;
text-decoration:none;
}

a:visited {
color:#99CCFF;
text-decoration:none;
}

a:hover {
text-decoration:underline;
color:#FFFFFF;
}

.red {
color:#FF3300;
font-size:14px;
}

.small {
font-size:9px;
}

table.tablehighlight {
border-collapse:collapse;
border:1px solid #666699;
}

table.tablehighlight td {
background-color:#003366;
padding:10px;
}

hr {
background-color:#666699;
color:#666699;
}

/* NEW NAV */


a.nav {
font-weight:bold;
font-size:1.15em;
}


/*=====================================================================*/


#nav {
	padding: 25px 0 0 0;
	margin: 0 0 0 80px;
	list-style: none;
	z-index:99;
	position:relative;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 125px;
	color:#FFF;
}

#nav li {
	float: left;
	width: 125px;
}


#nav li ul {
	position: absolute;
	width: 125px;
	left: -999em;
	border-color: #BEC7CC;
	background-color: #FFFFFF;
}

	#nav li ul a {
	color:#000;
	text-decoration:none;
	font-size:12px;
	display:block;
	padding:10px;
	width:105px;
	}

#nav li:hover ul {
	left: auto;
}


#nav li:hover, #nav li.hover {     position: static;  
}


	/*#nav li:hover ul li:hover {
	background-color:#333333;
	}*/

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

	#nav li:hover ul li:hover, #nav li.sfhover ul li.sfhover {
	background-color: #999;
	color:#FFF;
	}


/* ======================= END NAV ============ */


