@charset "UTF-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#thebody{
	background: url(bg_body.jpg) repeat-x #5f98d1 center top;
	color: #333;
}

body, html, h1 {margin:0; padding:0; border:0;} /* Re-sets IE to “zero” for these values */

h1{
	font-size: 22px; 
	color: #000; 
	font-family: 'Gill Sans MT', sans-serif; 
	text-transform: uppercase; 
	font-weight: normal; 
	border-bottom: 1px solid #000;
	padding: 0 10px;
	margin-bottom: 15px;
}

h2{
	font-size: 18px; 
	color: #000; 
	font-family: 'Gill Sans MT', sans-serif; 		
	text-transform: uppercase;
}

h3{font-size: 16px; color: #333;}
h4{font-size: 14px; color: #333;}
h5{font-size: 10px; color: #333; font-weight: normal;}

p{font-size: 12px; color: #333; line-height: 150%;}

img{border: none;}

iframe{border: none;}

li{font-size: 12px; list-style-type:none;}

.bullets li{list-style-type: disc; padding-bottom: 5px;}

ol li{list-style-type:inherit; margin: 0 0 10px 0;}

a:link, a:visited{
	color: #f8991d;
	text-decoration: none;
}

a:hover, a:active{
	color: #293681;
	text-decoration: underline;
}

#container{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#header{
	width: 960px;
	padding: 5px 20px 0;
}

.tagline{
	float:right;
	color: #fff;
	font-size: 30px;
	font-family: 'Gill Sans MT', sans-serif;
	margin-top: 75px;
}

#navWrapper{
	background: url(bg_navigation.png);
	width: 1000px;
	height: 55px;
	padding-top: 25px;
}

#navigation{
	font-family: 'Gill Sans MT', sans-serif; 
	font-weight:bold;
	text-transform: uppercase;
	text-align: center;
	height: 38px;
	width: 625px;
	*width: 657px;
	border-right: 1px solid #4484c5;
	margin: 0 auto;
	position: relative;
	z-index: 50;
}

#navigation a:link, #navigation a:active, #navigation a:hover, #navigation a:visited{
	color: #fff;
	display: inline-block;
	text-decoration: none; 
}

#navigation ul {margin: 0; padding: 0;}
	
#navigation ul li {
		display: inline;
		*line-height:38px;
		line-height: 35px;
		padding: 6px 20px 9px 20px;
		border-left:#4484c5 1px solid;
		cursor:pointer;
		font-size:16px;
		*padding: 0 20px 3px 20px;
		margin-left: -5px;
		*margin-left: 0;
}
	
#navigation ul li:hover {
	background: url(navHover.jpg) repeat-x; 
	position:relative;
}
	
#navigation ul ul {
		display:none;
		position:absolute;
		left:0;
		top: 34px;
		background-color: #6196cf;
		z-index: 40;
}
	
#navigation ul li:hover ul {display:block;}
	
#navigation ul ul li {
	border:#4484c5 1px solid; 
	width:175px; 
	float:left; 
	display:inline; 
	padding: 0 20px;
	line-height: 38px;
	text-align: left;
	font-size: 14px;
	margin-left: 0;
}

#contentWrapper{
	background: url(bg_content-Wrapper.png) repeat-y;
	padding: 1px 0;
	float: left;
	width: 1000px;
}

#content{
	background: url(bg_content.png) no-repeat;
	padding: 1px 0;
	min-height: 600px;
	padding: 0 15px;
	float: left;
	width: 970px;
}

.startPage #leftSide{display: none;} 

.startPage #rightSide{
	width: 970px;
	border: none;
	padding: 0;
}

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

#leftSide .dropBox{
	margin-bottom: 30px;
	padding: 10px 0 10px 10px;
	margin-right: 10px;
	border-bottom: 1px #000 solid;
}

.dropBox h1{
	font-size: 18px; 
	color: #000; 
	font-family: 'Gill Sans MT', sans-serif; 		
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	padding: 0;
}

#rightSide{
	width: 729px;
	padding-left: 10px;
	float: left;
	border-left: 1px solid #000;
	min-height: 600px;
}

#bibBottom{
	background: url(bg_bibBottom.png) no-repeat;
	height: 60px;
	padding: 1px 0;
	clear: left;
}

#footer{
	width: 970px;
	float: left;
	color: #27507e;
	margin-bottom: 20px;
	padding: 0 15px;
}

#footerLeft{
	width: 244px;
	float: left;
	color: #fff;
	font-family: 'Gill Sans MT', sans-serif;
	font-size: 30px;
	text-align: right;
	padding-top: 15px;
}

#footerRight{
	width: 665px;
	float: left;
	margin-left: 30px;
	border-left: 1px #27507e solid;
	padding: 5px 0 5px 30px;
}

#footerRight img{
	float:right;
}

#footer a{color: #27507e;}

/*HomePage Styles*/

#topRow{
	width: 970px;
	float: left;
	height: 295px;
	margin-bottom: 20px;
}

#hero{
	width: 668px;
	border: 1px solid #000;
	float: left;
	margin-right: 10px;
	height: 295px;
}

/*Box Styles*/
.box{
	float: left;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
}

#small.box{
	width: 288px;
}

#bottomRow{
	width: 970px;
	height: 325px;
	float: left;
}

#big.box{
	width: 328px;
	margin-right: 10px;
	
}

.boxContent{
	padding: 10px;	
}

.boxContent img{
	text-align: center;
}

#topRow .boxContent{
	height: 242px;
}

#bottomRow .boxContent{
	height: 270px;
}

#bottomRow .boxContent.noButton{
	height: 305px;	
}

/*Button Styles*/
.box h1{
	text-align: center;
	font-size: 18px;
}

.homebtn{
	height: 25px;
	background: url(/assets/btn_bg.jpg) repeat-x;
	padding: 5px 10px;
	text-align: right;
}

.homebtn a{color: #293681; display: block;}

.homebtn img{float: right;}

.homebtn p{
	font-family: 'Gill Sans MT', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 35px 2px 0;
	color: #293681;
}

/*Featured Event*/
.featuredEvent{
	margin-bottom: 10px;
}

.featuredLogo{
	float: left;
	margin-right: 10px;
	width: 85px;
}

.featuredEvent h4{margin: 0; padding:0;}

.featuredEvent p{padding: 0; margin: 0;}




