/* reset goes here */
ul, li { padding: 0; margin: 0; }
img { border: 0; }

/* wrapper thing to clear floats without extra markup */
.wrapper, wrap { display: inline-block; }
.wrapper:after, .wrap:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper, * html .wrap { height: 1%; }
.wrapper, .wrap { display: block; }

/* starts for reals here */
body {
	background: #d6d6d6;
	color: #4b4b4b;
	font: 0.7em Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
a {
	color: #4b4b4b;
	text-decoration: underline;
}
a:hover {
	color: #ae2d4b;
}
a img { border: none; }
h1, h2, h3 { font-weight: bold; }
h1 { color: #ae2d4b; }
h1#breadcrumbs {
	color: #999999;
	font-size: 1.5em;
	margin-top: 0;
}
	h1#breadcrumbs span { color: #c5a759; }
h2 {
	color: #ffffff;
	font-size: 1.2em;
	margin: 0;
	padding: 4px 0;
}
h2.gray { background: #b2b2b2; }
h2.gold { background: #c7ae6b; }
h2.blue { background: #98b1cd; }
h2.star {
	background-image: url('img/star.png');
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 30px;
}
h2.center { text-align: center; }
h2#subMenuHeading {
	background: #ababab url('img/submenu-h2.gif') no-repeat 0 50%;
	padding-left: 40px;
}
h3 { font-size: 1.2em; }
h3.red {
	color: #ae2d4b;
	margin-top: 0;
	padding-top: 10px;
}
img.left {
	float: left;
	margin-right: 10px;
}
img.right {
	float: right;
	margin-left: 10px;
}
p { line-height: 1.6em; margin: 11px 0; }
p.byline {
	background: #c1d0e1;
	padding: 5px;
}
p.center { text-align: center; }
p.right { text-align: right; }
ul {
	line-height: 1.6em;
	padding: 0.5em 0 0.5em 2.5em;
}
ul.stars {
	list-style-image: url('img/star-li.png');
}
ul.stars li {
	margin-bottom: 10px;
}
div.border {
	border: 1px solid #b7b7b7;
	padding: 0 5px;
}
	div.border h3, div.border p { margin: 0.5em 0; }
	div.border h3 { color: #999999; }
div.blue {
	background: #c1d0e1;
	margin-bottom: 5px;
	padding: 0 5px;
}

#site {
	background: #ffffff;
	border-right: 7px solid #d6d6d6;
	border-left: 7px solid #d6d6d6;
	margin: 0 auto;
	width: 936px;
}
#container {
	border-top: 7px solid #717171;
	margin: 0 2px;
}
#header {
	padding-top: 10px;
	position: relative;
}
	a#goHome {
		display: block;
		left: 0;
		top: 0;
		height: 80px;
		overflow: hidden;
		position: absolute;
		text-indent: -9999px;
		width: 500px;
		z-index: 420;
	}
	#headerTop {
		background: url('img/header.gif') no-repeat;
		height: 70px;
	}
		#headerTop h1 {
			color: #ba9b49;
			font-size: 2.3em;
			margin: 0;
			position: absolute;
			right: 155px;
			top: 30px;
		}
	#headerTop #signIn {
		position: absolute;
		right: 0;
		top: 10px;
	}
	#tagline {
		background: #efefef;
		border-top: 1px solid #adadad;
		border-bottom: 1px solid #adadad;
		padding: 5px;
	}
	#tagline p {
		color: #2464ae;
		margin: 0;
	}
	#tagline span { float: right; }
	#header h3 {
		color: #999999;
		margin: 3px 0;
	}
	#mainMenu {
		background: #999999;
		list-style: none;
		margin: 0 0 5px 0;
		padding: 0;
	}
		#mainMenu li {
			border-right: 1px solid #ffffff;
			float: left;
		}
		#mainMenu li.last { border: none; }
		#mainMenu li a {
			color: #ffffff;
			display: block;
			font-weight: bold;
			padding: 5px 20px;
			text-decoration: none;
		}
		#mainMenu li.active a.section { color: #4b4b4b; }
		#mainMenu ul {
			background: #ba9b49;
			list-style: none;
			padding: 0;
			position: absolute;
		}
			#mainMenu ul li {
				border-bottom: 1px solid #ffffff;
				border-left: 5px solid #d3c7a7;
				border-right: none;
				float: none;
			}
			#mainMenu ul li a {
				color: #ffffff;
				padding: 5px 0 5px 10px;
				width: 190px;
			}
#content { clear: both; }
	#subMenu {
		background: #c4a758;
		color: #ffffff;
		font-size: 1.0em;
		list-style: none;
		margin: 0 0 20px 0;
		padding: 0;
	}
		#subMenu li {
			background: url('img/submenu-li.gif') no-repeat 0 50%;
			border-bottom: 1px solid #ffffff;
			/*height: 25px;*/
			padding-left: 40px;
		}
		#subMenu li.active { background: url('img/submenu-li-active.gif') no-repeat 0 50%; }
		#subMenu li a {
			color: #ffffff;
			display: block;
			/*height: 25px;*/
			/*line-height: 25px;*/
			padding: 5px 0;
			text-decoration: none;
		}
		#subMenu li.active a { font-weight: bold; }
	#content img { border: 1px solid #999999; }
	#content img.noBorder { border: 0; }
	#spotlight { 
		margin-bottom: 10px; 
		padding:0 5px 0 5px;
	}
	.column {
		display: inline;
		float: left;
		padding: 0 6px;
	}
	
	/* INSIDE PAGES */
	#leftCol {
		padding-left: 0;
		width: 240px;
	}
	#middleCol { width: 488px; }
	#rightCol {
		padding-right: 0;
		width: 180px;
	}
	
	/* HOME PAGE */
	.home #leftCol {
		padding-left: 5px;
		width: 300px;
	}
	.home #middleCol { width: 300px; }
	.home #middleCol #topics li, #middleCol #topics{
        list-style:none;
        padding:0;
        margin:0;
    }
    .home #middleCol #topics a{
        display:block;
        margin:3px 0 3px 0px;
        padding:3px 0 5px 20px;
        background:#e0e7ef;
        text-decoration:none;
    }
	.home #rightCol {
		padding-right: 0;
		width: 300px;
	}
		.home #rightCol h3{
	        background:#5986a3;
	        color:#fff;
	        padding:4px 0 4px 7px;
	        margin:4px 0 4px 0; 
	    }
		.home #rightcol iframe{
			border:1px solid #ddd;
		}
	#atAGlance {
		background: #efefef;
		padding: 0 5px 5px 5px;
		margin: 5px 0 0 20px;
		width:200px;
		float:right;
		border:1px solid #b2b2b2;
	}
		#atAGlance h2 { margin: 0 -5px; }
		#atAGlance li{font-size:.95em;}
		
		
#footer {
	border-top: 1px solid #cccccc;
	margin-top: 10px;
}
	#footer p, #footer a {
		color: #adadad;
		font-size: 0.9em;
		margin-bottom: 0;
		text-align: center;
	}