/* CREST Website CSS:  Bryan Carichner (http://www.carichner.com)*/


/* BASIC */

html {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #1E3E4F url(../_img/BG_body.gif) repeat-y 50% 0;
	}

body.preview {
	margin: 0;
	padding: 0;
	background: #1E3E4F;
	text-align: center;
	}
	
#container {
	margin: 0;
	padding: 0;
	position: relative;
	margin: 0px auto;
	width: 780px;
	text-align: center;
	}
	
#masthead {
	text-align: center;
	position: relative;
	}
/*------------------------------------------------*/	

	
/* NAVIGATION STYLES */

/* Global */
#global_container {
	position: absolute;
	top: 30px;
	right: 50px;
	text-align: right;
	}
#global a {
	padding: 0px 3px 1px 3px;
	text-align: right;	
	font: normal 9px verdana, sans-serif;
	color: #1E3E4F;
	border: #1E3E4F 1px solid;
	background: #FEC02E;
	text-decoration: none;
	}
#global a:hover {
	padding: 0px 3px 1px 3px;
	text-align: right;	
	font: normal 9px verdana, sans-serif;
	color: #000000;
	border: #000000 1px solid;
	background: #FEC02E;
	text-decoration: none;
	}
#global a.active {
	
	}
#global a.active:hover {
	
	}


/* Primary */
#nav_container {
	position: absolute;
	top: 122px;
	left: 8px;
	margin-left: 6px;
	padding: 1px 6px 2px 6px;
	text-align: center;
	}

#nav a:link, #nav a:visited {
	margin-left: 6px;
	padding: 1px 6px 2px 6px;
	text-align: left;	
	font: normal 11px verdana, sans-serif;
	border: #478888 1px solid;
	color: #478888;
	text-decoration: none;
	background: #fff;
	}
#nav a:hover {
	color: #fff;
	border: #fff 1px solid;
	background: #478888;
	}
#nav a.active {
	color: #fff;
	border: #fff 1px solid;
	background: #478888;
	}


/* Subnav */
#subnav_container {
	position: absolute;
	left: 20px;
	top: 160px;
	width: 190px;
	text-align: left;
	}
#subnav_list {
	}
#subnav_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 12px;
	}
#subnav_list ul li {
	margin: 0;
	padding: 6px 0px 6px 0px;
	}
#subnav_list li {
	padding-top: 26px;
	}
#subnav_list a, #subnav_list a:visited { 
	display: block;
	font: bold 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #0081C4;
	text-decoration:none;
    padding: 4px 0px 5px 8px;
	}
#subnav_list a:hover { 
	font: bold 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #478888;
	text-decoration: none;
    padding: 4px 0px 5px 8px;
	}
#subnav_list a.active { 
	font: bold 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #478888;
	text-decoration: none;
    padding: 4px 0px 5px 8px;
	background: #fff;
	border-left: solid 2px #478888;
    }



/* Main Content */
#main_content {
	position: absolute;
	left: 210px;
	top: 160px;
	width: 540px;
	font: 11px verdana, sans-serif;
	color: #333;
	text-align: left;
	margin: 0;
	padding: 0px 0px 160px 10px;
	background: #ffffff url(../_img/footer.gif) bottom right no-repeat;
	}
h1 {
	margin: 0;
	padding: 5px 0px 15px 0px;
	font: bold 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #478888;
	}

h2 {
	margin: 0;
	padding: 15px 0px 0px 0px;
	font: bold 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #478888;
	}

.page_subnav {
	font: 11px verdana, sans-serif;
	color: #823B94;
	}

a:link, a:visited {
	color: #425D71;
	font-size: 11px;
	text-decoration: underline;
	}
	
a:hover {
	color: #823B94;
	font-size: 11px;
	text-decoration: underline;
	}
	
img {
	border: none;
	}

li {
	margin-bottom: 8px;
	}
/* Photo Gallery Styles */
body.gallery {
	background: #478888;
	color: #ffffff;
	text-align: center;
	}

#gallery_container {
	margin-top: 10px;
	padding: 0;
	font: 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	width: 520px;
	}

#gallery_nav {
	margin-top: 5px;
	}
#gallery_nav a:link, #gallery_nav a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	}
#gallery_nav a:hover {
	color: #FEC02E;
	text-decoration: underline;
	}
/*------------------------------------------------*/		


/* Footer Styles */
#footer {
	position: relative;
	
	}

/*------------------------------------------------*/	