@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------------------------------
By Erin Smith (eas78), 12/29/09
------------------------------------------------------------------------------------------------------------------------------------ */
* { margin:0;}

html { height: 100%; } /*height:100% required for sticky footer--don't change*/

body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background: #aaaac0 url("../images/bg.jpg") repeat;  
	color: #000000;
	height:100%; /*required for sticky footer--don't change*/

}
#container { 
	width: 60em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #0a0545;
	border-right: 1px solid #0a0545;
	text-align: left;
	height: auto; /*required for sticky footer--don't change*/
	min-height: 94.5%; /*required for sticky footer--don't change*/

} 
*html #container { /* *html is a special hack for internet explorer*/
	padding-bottom:2.2em; /*required for sticky footer--don't change*/
	height:94.5%; /*required for sticky footer--don't change*/
}
/*----- Header------------------------------------------------------------------------------------------------------- */
#header {
	height: 12em;
	position:relative;
	background:#0a0545;
	padding:0;
	border-bottom: #0a0545 10px solid;
	margin:0;
	z-index:2;
}
#skipnav {
	position: absolute;
	top: -1000em;
	left: -1000em;
}
/*-- Identity logo--*/
#identity {
	height: 75px;
	padding-bottom: 10px;
}

/* ----------Rounded Corners for Page Frame -----------------------------------------------------------------------------------*/
.xtop, .xbottom {
	display:block; 
	background:transparent; 
}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7, .xb8 {
	display:block; 
	overflow:hidden;
}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7 {
	height:1px;
}
.xb2, .xb3, .xb4, .xb5, .xb6, .xb7, .xb8 {
	background:#0a0545;  /* change this for color of main part of box */
	border-left:1px solid #0a0545;
	border-right:1px solid #0a0545;
}
.xb1 {
	margin:0 10px; 
	background:#0a0545;
}
.xb2 {
	margin:0 8px;
	border-width:0 2px;
}
	
.xb3 {
	margin:0 6px;
	border-width:0 2px;
}
.xb4 {
	margin:0 5px;
}
.xb5 {
	margin:0 4px; 
}
.xb6 {
	margin:0 3px;
	height:2px; 
}	
.xb7 {
	margin:0 2px;
	height:2px; 
}
.xb8 {
	height:2px; 
	margin:0 1px;
}

/*----- Sidebar-------  bgsidebar causes the color to go all the way to the bottom of the page.  sidebar is to float the text content over the colored bar ----------- */
#bgsidebar {
	position:absolute;
	width:12em;
	right: 0;
	padding:0;
	background:#EBEBEB;
	border-left:1px solid #aaaaaa;
	overflow:auto;
	min-height:100%;
	z-index:0;
}
#sidebar {
	float: right; 
	position: relative;
	width: 12em; /* since this element is floated, a width must be given */
	z-index:5;
}
#sidebar h3 {
	font-size:.85em;	
	margin:.4em 10px .2em 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding-bottom:0;}
#sidebar ul { list-style:none; padding: 0 .7em 0 1.3em; margin-top:.2em;}
#sidebar li {font-size:.75em; padding-bottom:.6em;}
#sidebar ul.news {list-style: outside disc; margin-left:.9em; margin-top:-.4em;}
#sidebar .news li {padding-bottom: .3em;}
#sidebar .sm {color:#666666; font-size:.9em;}

/*----- MainContent and Styles--------------------------------------------------------------------------------------- */
#mainContent {
  	margin: 0 0 0 10px; /* the left margin will look best if you match the padding amount to the header and footer. */
	width:46em;
	padding:0 .5em;
	float:left;
}

#mainContent p {
	font-size:.9em;	
	padding:.5em;
}
.a:hover {
	color:#FF0000;
	background:#333333;
}
#mainContent h3 {
	padding:0;
	margin:0 0 .3em 0;
}
#mainContent h5 {
	padding:0;
	margin:0;
	color:#666666;
	font-size:.75em;
	font-weight:100;
}
#mainContent ul {
	font-size:.85em;
	padding-left: 2em;
}
#mainContent ul li {
	padding:.2em 0;
}


/* Miscellaneous classes for reuse */
.quote {
	font-style:italic; 
	margin:0;
	background-color: #CCCCCC;
	padding: 0;
	font-size: .7em;
	height:auto;
	width:auto;
	display:block;
}

.buline {
	font-weight:bold;
	border-bottom:1px;
	}
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* -------------------Rounded Corners for box w/i page ---------------------------------- */

.xba1, .xba2, .xba3, .xba4 {
	display:block; 
	overflow:hidden;
	}
.xba1, .xba2, .xba3 {
	height:1px;
	}
.xba2, .xba3, .xba4 {
	background:#399bfa;  /* change this for color of main part of box */
	border-left:1px solid #0a0545;
	border-right:1px solid #0a0545;
	}
.xba1 {
	margin:0 5px; 
	background:#0a0545;
	}
.xba2 {
	margin:0 3px;
	border-width:0 2px;
	}
.xba3 {
	margin:0 2px;
	}
.xba4 {
	height:2px; 
	margin:0 1px;
}
.boxcontent {
	border-left:1px solid #0a0545;
	border-right:1px solid #0a0545;
	background:#399bfa; /*change this for color of main part of box */
	color: #0a0545;
	font-size:.7em;
	padding:0 .5em;
	text-align:center;
}

/*----- Footer-------------------------- */
#footer {
	text-align:center;
	color:#ffffff;
	background-color:#0a0545; 
	height:1em; 
	padding:.5em 0 0 0;
	border-top:2px solid #0a0545;
	position: relative;
	margin: -1.8em auto 0 auto;
	width:60em;
	z-index:10;

}
* html #footer { margin: -3em auto 0 auto;}	 /* A CSS hack that only applies to IE -- specifies a different offset for the footer */
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the 
	possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would 
	have, without the margin collapse issue */
	background-color:#0a0545;
	font-size: .7em;
}
#footer a {color:#ffffff;}

/*-----------------------------------------------

		Navigation

------------------------------------------------*/

#skipnav { /*used for accessability.  Screenreaders offer people the option of skipping to the maincontent of the page.  Placed offscreen so that it is not visable but screenreaders pick it up*/
	position: absolute;
	top: -1000em;
	left: -1000em;
	}

#nav, #nav ul {
	color: #fff;
	float: left;
	position:relative;
	list-style: none;
	line-height: 1em;
	background: #780f14;
	font-weight: bold;
	padding: 0;
	margin: 0;
	z-index: 10; /* z-index 10 keeps menu above sidenav div */
	height:1.6em;
	width:100%;
	border-bottom:2px solid #0a0545;
}

#nav li {
	float: left;
	padding: 4px 0;
	text-align:center;
	width:8.5em;
}

#nav a {
	display: block;
	width:auto;
	color: #fff;
	text-decoration: none;
}

#nav li:hover a {color:black;}

#nav li:hover, #nav li.sfhover {background:#d2b9a4 url(rtcorner.gif) right top no-repeat;color:black;}

#nav a:visited {color: #fff;text-decoration: none;}

#nav a.daddy {padding-right: 1.1em;}


/*------------- css below is for dropdown menus --------------------*/

#nav li ul {
	left: -999em;
	height: auto;
	width: 9.3em;
	w\idth: 9.3em;
	font-weight: normal;
	border-width: 2px;
	margin: 3px 0 0 0;
	font-size: .9em;
	text-align:left;
	border-top: 1px solid #a7998e;
	border-bottom: 1px solid #a7998e;
	border-left: 1px solid #a7998e;
	border-right: 1px solid #a7998e;
	z-index:10;
	/*position relative necessary for IE 7 to drop down instead of to the right - this combines with code below on #nav li:hover ul, setting left to 0 instead of auto */
	position:absolute;
	/*BUT position relative here causes the dropdown list when you mouse anywhere under the menu instead of on top of it */
}

#nav li li {
	padding-right: 0em;
	text-align:left;
	width: 9.3em;
	w\idth: 9.3em; /* i.e. hack*/
}

#nav li ul a {
	margin-left: 0em;
	padding-left:10px;
}

#nav li:hover ul  {
	left: -999em;}

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

#nav li:hover ul a {color:white;}

#nav li li:hover {background:#d2b9a4; background-image:none; text-decoration: none; color:black;}

#nav li li:hover a {color:black;}

#nav li:hover, #nav li.hover { position: static; }/* css to fix sticky menus in IE7 */	


img { margin:8px; border:1px solid black;}





