/*
 *  Site Name
 *  Site by New Media Campaigns
 */

/* Eric Meyer's Reset styles */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:active{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}


/* Begin text */

body {
	font-size: 13px;
	line-height: 20px;
	color: #000;
	}

body, input, textarea, select, label {
	font-family: Verdana, Arial, Geneva, sans-serif;
	}

p {
	padding-bottom: 20px;
	}

a:link {
	color: #005395;
	text-decoration: underline;
	}
a:visited {
	color: #004780;
	text-decoration: underline;
	}
a:focus, a:hover, a:active {
	color: #005395;
	text-decoration: none;
	}

h1 {
	color: #005395;
	font-size: 16px;
	padding: 10px 0 20px;
	}
h1:before {
	content: ">> ";
	
	}

h2 {
	font-size: 14px;
	color: #005395;
	}

h3 {
	font-size: 12px;
	color: #005395;
	}

h4 {
	font-size: 12px;
	}

img {
	-ms-interpolation-mode: bicubic; /* Fixes IE6 scaling ugliness */
	}

label {
  display: block;
  margin-top: 0.5em;
  }

input.text, textarea {
  width: 85%;
  padding: 2px;
  border: 1px solid #aaa;
  }

/* End text */


/* Begin page styles */

html {
	background: #dbdbdb;
	}

#wrapper {
	width: 820px;
	margin: 40px auto 10px;
	background: #fff;
	}
#wrapper:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE6 */
* html #wrapper {height: 1%;}
/* IE7 */
*:first-child+html #wrapper {min-height: 1px;}

/* End page */

/* Begin header styles */

#header {
  float: left;
	padding-bottom: 6px;
	}

#skip {
	height: 0;
	width: 0;
	position: absolute;
	left: -9999px;
	}

#logo a {
	float: left;
	width: 350px;
	height: 94px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	}
#tagline {
	float: left;
	width: 320px;
	height: 35px;
	background: url(../images/tagline.png) no-repeat;
	text-indent: -9999px;
	}
.home #tagline {
	margin-top: 30px;
	}

#header img {
	float: right;
	margin: 1px;
	}

#nav {
	clear: both;
	padding-left: 1px;
	}
#nav li {
	float: left;
	position: relative;
	}
#nav li a {
	display: block;
	width: 116px;
	line-height: 30px;
	margin-right: 1px;
	background: #005395;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	}
#nav li a:focus, #nav li a:hover {
	background: #004780;
	}

#nav li ul {
	position: absolute;
	width: 100%;
	border: solid #fff;
	border-width: 0 1px 1px;
	}
#nav li ul li {
	float: none;
	}
#nav li ul li a {
	padding: 5px 0;
	line-height: 16px;
	border-top: 1px solid #fff;
	}

/* End header */


/* Begin body styles */

#content {
	clear: both;
	padding: 20px 200px 20px 20px;
	}

#content img {
	float: right;
	clear: right;
	margin: 0 -180px 15px 15px;
	}
	
#content .captioned {
	float: right;
	clear: right;
	margin: 0 -180px 15px 15px;
}
	
#content .captioned img {
	float: none;
	margin: 0;
}

#content .captioned p {
	font-size: 11px;
	color: #666;
	width: 300px;
	line-height: 16px;
}

#content ul {
	list-style-type: disc;
	padding: 0 0 20px 1.3em;
	}
#content ol {
	list-style-type: decimal;
	padding: 0 0 10px 1.3em;
	}

/* Homepage */

.home #content { padding: 0; }

#intro {
  float: left;
  width: 326px;
  height: 246px;
  padding: 20px 10px;
  margin-bottom: 6px;
  background: #e9eaeb;
  }
#intro h2 {
  font-size: 13px;
  }
#intro p {
  font-size: 12px;
  }
#content #feature-photo {
  float: right;
  margin: 0 0 6px;
  }

#featured {
  float: left;
  clear: both;
  width: 326px;
  height: 148px;
  padding: 20px 10px;
  background: #97aad0;
  }
#featured h2 {
  font-size: 13px;
  text-transform: uppercase;
  padding-bottom: 10px;
  }
#featured p {
  font-size: 12px;
  color: #005395;
  }

.quote {
  background: #ebebeb;
  padding: 15px 15px 0 15px;
  font-size: 11px;
  width: 380px;
}

/* End body */


/* Begin footer styles */

#footer {
	margin: 0 auto 20px;
	width: 820px;
	overflow: hidden;
	}

#membership {
	float: left;
	}
#copyright {
	float: right;
	line-height: 30px;
	}

/* End footer */
