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

html,body { 
	margin:0;
	padding:0
}

body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #335C8A;
	background-image: url(images/CSS/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #335C8A;
	height:100%;
}

/* Layout Areas */


#header {
	width:954px;
	height:145px;
	position:relative;
	background-image: url(images/CSS/header.jpg);
	background-repeat: no-repeat;
}

#container {
	text-align:left;
	background-image: url(images/CSS/body.jpg);
	background-repeat: repeat-y;
	width:954px;
	margin:0 auto;	
}

#right {
	background:#7FAD17;
	width:567px;
	height:350px;
	float:right;
	margin-left:0px;
	margin-right:40px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#left {
	background:#5CB5E1;
	width:205px;
	height:340px;
	float:left;
	margin-right:0px;
	margin-left:40px;
	margin-top:20px;
	margin-bottom:20px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
}


#insideRight {
	background:#5CB5E1;
	width:205px;
	float:right;
	margin-right:40px;
	margin-top:20px;
	margin-bottom:20px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
}

#insideLeft {
	background:#FFF;
	width:537px;
	float:left;
	margin-left:40px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right: 0px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

#gallery {
	background:#FFF;
	width:825px;
	float:left;
	margin-left:40px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right: 0px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

#footer { 
	background: #335C8A;
	color: #FFF;
	clear:both;
	width:100%;
	text-align:right;
}




/* Layout Areas End */










/* Image Styles */

.buttonLink {
	padding-top:15px;
	padding-bottom:15px;
	border:0px;
	float: right;
}

.buttonNav {
	border:0px;
	float: left;
	padding-left:20px;
	padding-top:11px;
}

img {
border:0;
}

.inlineImage {
	margin-left:auto;
	margin-right:auto;
	border: 10px solid #eeeeee;
	text-align: center;
	background-position: center;
}

.flicker {
float:right;
padding-left:15px;
padding-top:15px;
padding-bottom:15px;
}

/* Image Styles End */


/* Text Styles */

H1 {
	font-size: 1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

H2 {
	font-size: 1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
}

H3 {
	font-size: 1.0em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

H4 {
	font-size: 1.0em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

p {
	line-height:175%;
	font-size: 0.85em;
}

.bodyList {
 font-size:0.85em;
 line-height:150%;
}

.featured {
	line-height:155%;
	font-size: 0.9em;
	color:#FFFFFF;
}

.mission {
  line-height:155%;
  font-size: 1.2em;
  color:#335C8A;
  background-color: #EEEEEE;
  padding: 15px;
  height: auto;
  width: auto;
}

#footer p {
 font-size:0.7em;
 padding-right:40px;
 padding-top:25px;
 padding-bottom:35px;
}

a:link {
	text-decoration: underline;
	color: #335C8A;
	}
a:visited {
	text-decoration: underline;
	color: #335C8A;
	}
a:hover {
	text-decoration: none;
	color: #335C8A;
	}
a:active {
	text-decoration: underline;
	color: #335C8A;
	}
	
.featured a:link {
	text-decoration: underline;
	color: #fff;
	}
.featured a:visited {
	text-decoration: underline;
	color: #fff;
	}
.featured a:hover {
	text-decoration: none;
	color: #fff;
	}
.featured a:active {
	text-decoration: underline;
	color: #fff;
	}
	
#insideLeft ul {
	line-height:155%;
	font-size: 0.85em;
}

/* Text Styles End */




/* Nav Start */

#navcontainer {
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	width:954px;
	height: 50px;
	background-color: #335C8A;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
	width: 125px;
	height: 49px;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	line-height: 50px;
	font-weight: normal;
	font-variant: normal;
	background-color: #335C8A;
	text-transform: uppercase;
}

#navcontainer ul li a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#navcontainer a:active
{
	color: #FFFFFF;
	text-decoration: underline;
}

#navcontainer li#active a
{
	color: #FFFFFF;
	text-decoration: underline;
}

#current
{
	color: #FFFFFF;
	text-decoration: underline;
}

/* Nav End */



/* SubNav Start */

#subnavcontainer { width: 200px; }

#subnavcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#subnavcontainer a
{
  display: block;
  width: 200px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
  font-size: 0.85em;
  font-style: normal;
  line-height: 35px;
  font-weight: normal;
  font-variant: normal;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  background-image: url(images/arrow.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

#subnavcontainer a:link, .navlist a:visited
{
text-decoration: none;
}

#subnavcontainer a:hover
{
  text-decoration: underline;
}

