/* CSS Document */
body {

	color:#000;
	margin:0;
	padding:0;
	font-family:Helvetica;
	font-size:14px;
	background:url(/images/bg.jpg) repeat;
	
}

/* Containers */

#page_container {

	width:958px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0 auto;
	text-align:left;

}

#nav_container {
	
	width:958px;
	height:69px;
	margin:30px 0px 0px 0px;
	position:relative;
	z-index:90;
	background:url(/images/nav_bg.png) top center no-repeat;
	
}

#right_header {
	
	width:414px;
	position:relative;
	margin:25px 0px 0px 490px;
	
	
}

#section_container {
	
	width:958px;
	position:relative;
	margin:30px 0px 0px 0px;
	
}

#find_container {
	
	width:928px;
	padding:15px;
	margin:15px 0px 0px 0px;
	background:#fff5b8;
	
}

#contact_container {
	
	width:600px;
	margin:15px 179px 40px 179px;
	
}

#footer_container {
	
	width:100%;
	height:60px;
	background:#FFDD15;
	border-top:12px solid #2E3191;
	position:relative;
	
}

#text_column {
	
	margin:20px 20px 0px 20px;
	width:918px;
	position:relative;
	
}


/* Nav */

ul.nav {
	
	list-style:none;
	margin:17px 0px 0px 500px;
	padding:0px 0px 0px 0px;
	width:390px;
	float:left;
	
}

ul.nav li {
	
	list-style:none;
	margin:5px 0px 0px 20px;
	color:#2e358f;
	font-size:24px;
	font-weight:200;
	float:left;
	
}




/* Images */

.logo {
	
	position:absolute;
	margin:-65px 0px 0px 30px;
	z-index:100;
	
}

/* Formatting */

h1 {
	
	width:958px;
	border-bottom:1px dotted #2d3091;
	font-size:24px;
	color:#2d3091;
	position:relative;
	margin:0px 0px 20px 0px;
	font-family: 'Advent Pro', sans-serif;
	font-weight:400;
	
}

h2 {
	
	color:#2d3091;
	text-align:center;
	font-family:Helvetica;
	font-weight:bold;
	font-size:22px;
	
}

p {
	
	text-align:center;
	color:#000000;
	font-family:Helvetica;
	font-size:18px;
	line-height:25px;
	
}

#text_column p {
	
	text-align:justify;
	color:#000000;
	font-family:Helvetica;
	font-size:18px;
	line-height:25px;
	
}
	