/*
Colors
Blue = #1a1861
Green = #3da11b
*/

*{
	padding:0;
	margin:0;
	border-collapse:collapse;
}

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:62.5%;
	background-image:url(../graphics/body-bg.jpg);
	text-align:center;
	color:#555;
}

h1{
	color:#1a1861;
	font-size:1.5em;
}

h2{
	font-size:1.3em;
	color:#3da11b;
}

p, ul, ol{
	margin-bottom:1em;
	list-style:inside;
}

ol li{
	margin-bottom:.6em;
}

a{
	color:#92144d;
}

a:hover{
	color:#92144d;
}

#backbar{
	width:100%;
	position:absolute;
	top:220px;
	left:0;
	z-index:0;
	height:150px;
	background-image:url(../graphics/bar.jpg);
	background-repeat:repeat-x;
	border-top:1px solid #b5b5b5;
	border-bottom:1px solid #b5b5b5;
}

#wrapper{
	width:978px;
	margin:0 auto;
	background-color:#ccc;
	background-image:url(../graphics/wrapper-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:1px solid #b5b5b5;
}

#innerWrapper{
	width:978px;
	text-align:left;
	margin:0 auto;
	border-left:1px solid #b5b5b5;
	border-right:1px solid #b5b5b5;
	background-color:#e3e3e3;
	position:relative;
}

#branding{
	width:100%;
	height:265px;
	position:relative;
	background-color:#fff;
}

#branding img{
	border:0;
}

.blueBand{
	background-color:#1a1861;
	height:1.0em;
	clear:both;
	position:relative;
}

.greenBand{
	background-color:#3da11b;
	height:1.0em;
	clear:both;
	position:relative;
	padding:2px;
}

#content{
	float:right;
	width:732px;
	padding:.5em;
	position:relative;
	font-size:1.4em;
}

#content img{
	float:right;
	border:1px solid #b5b5b5;
	margin:5px;
}

.blurbLeft h2,
.blurbRight h2{
	margin-bottom:5px;
}

.blurbLeft{
	background-image:url(../graphics/blurb-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#dadada;
	border:1px solid #b5b5b5;
	overflow:hidden;
	padding:5px;
	margin:5px 0;
	font-size:.8em;
}

.blurbLeft img{
	border:1px solid #b5b5b5;
	float:left;
	margin-right:5px;
}

.blurbRight{
	background-image:url(../graphics/blurb-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#dadada;
	border:1px solid #b5b5b5;
	overflow:hidden;
	padding:5px;
	margin:5px 0;
	font-size:.8em;
}

.blurbRight img{
	border:1px solid #b5b5b5;
	float:right;
	margin-left:5px;
}

.blurbLinkDiv{
	clear:both;
	text-align:right;
	margin:3px;
	font-weight:bold;
}

#sidebar{
	float:left;
	width:230px;
}

.adDiv{
	text-align:center;
}

.adDiv img{
	margin:.5em 0;
	border:0;
}

#navigation{
	list-style-type:none;
	width:220px;
	margin:0 auto;
	font-size:1.4em;
	font-weight:bold;
	background-image:url(../graphics/nav-bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#navigation li{
	line-height:1.8em;
}

#navigation li a{
	display:block;
	background-color:#cfcfcf;
	background-image:url(../graphics/button-bg.jpg);
	background-repeat:repeat-x;
	margin:.5em 0;
	padding-left:26px;
	border:1px solid #3da11b;
	border-left:8px solid #3da11b;
	color:#3da11b;
	text-decoration:none;
}

#navigation li a:hover, #navigation li .current{
	color:#1a1861;
	border:1px solid #1a1861;
	border-left:8px solid #1a1861;
	background-image:url(../graphics/green-dot.png);
	background-repeat:no-repeat;
	background-position:left;
}

.contentImg{
	float:right;
	border:1px solid #888;
	margin:0 0 10px 10px;
	width:300px;
}

/*
***********************************************************************************************************
BEGIN Slideshow CSS
***********************************************************************************************************
*/

#slideshow {
	height:265px;
}

#slideshow img {
    position:absolute;
    top:0;
    right:0;
    z-index:8;
}

#slideshow img.activeSlide {
    z-index:10;
}

#slideshow img.lastActiveSlide {
    z-index:9;
}

/*
***********************************************************************************************************
END Slideshow CSS
***********************************************************************************************************
*/

#copyright{
	padding:3px;
}

#copyright a{
	color:#555;
}