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

/*************************************************************** GLOBAL */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
/* this fixes line alignment in IE 6-7 for Reg, Trade, Copyright, etc */  
p sup {
    font-size: 9px;
    vertical-align: baseline;
    position: relative;
    bottom: 0.45em;
}
li sup {
    font-size: 9px;
    vertical-align: baseline;
    position: relative;
    bottom: 0.35em;
}
h3 sup {
    font-size: 9px;
    vertical-align: baseline;
    position: relative;
    bottom: 0.7em;
}
h4 sup {
    font-size: 9px;
    vertical-align: baseline;
    position: relative;
    bottom: 0.7em;
}
#wrapper {
	width: 960px;
	margin:0 auto;
	padding: 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*************************************************************** HEADER */

#header {
	width:960px;
	height:148px;
	margin:0 auto;
	padding:0px;
}
#logo {
	width:180px;
	height:95px;
	margin:0;
	padding:0;
	float:left;
}
#utility {
	overflow:hidden;
	padding-top:25px;
	width:780px;
	height:70px;
	float:right;
}
#utilitySearch {
	overflow:hidden;
	text-align:right;
	float:right;
	width:760px;
	position:relative;
}
fieldset.search {
	border: none;
	width: 300px;
	margin: 0 auto;
}
.search input {
	border: none;
}
.search button {
	border: none;
}
.search input.box {
	color: #000;
	font-size: .8em;
	width: 200px;
	height: 17px;
	padding: 1px 5px 0px 1px;
	border:dashed 1px #999;
	margin-right: 5px;
}
.search input.box:focus {
	border:dashed 1px #555;
}
.search button.btn {
	width: 80px;
	height: 20px;
	cursor: pointer;
	text-indent: -9999px;
	background: #D9D9D9 url(../images/btn_search_grey.gif) no-repeat top right;
}
.search button.btn:hover {
	background: #D9D9D9 url(../images/btn_search_grey_over.gif) no-repeat bottom right;
}
#utilityLinks, #utilityLinks ul {
	padding: 10px 0px;
	margin: 0;
	list-style: none;
	height:30px;
	color:#1E3F48;
	font-size: .65em;
}
#utilityLinks a {
	color:#1E3F48;
	text-decoration: none;
}
#utilityLinks li:hover {
	color:#1E3F48;
	text-decoration: underline;
}
#utilityLinks li {
	text-transform:uppercase;
	padding:5px 3px;
	float:right;
}
/*************************************************************** SIDEBAR HOME*/

.sidebarHome {
	width:130px;
	height:292px;
	padding:15px;
	background-color:#EFF0F0;
	float:left;
}
.sidebarHome h3 {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	height:50px;
	text-indent: -9999px;
	background:url(../images/txt_our_mission.gif) no-repeat top left;
	color:#767662;
	font-size:1.5em;
	text-transform:uppercase;
	font-weight:100;
}
.sidebarHome p {
	color:#1E3F48;
	font-size: 0.65em;
	line-height:1.8em;
}
.sidebarHome a {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#767662;
	font-size:1.5em;
	line-height:1.8em;
	text-transform:uppercase;
}
/*************************************************************** HOME FLASH */

#homeFlash {
	width:800px;
	height:322px;
	float:right;
	overflow: hidden;
}
/*************************************************************** HOME MODULES */
.module {
	text-align:left;
	float:left;
	width:298px;
	border-right:#FFF 2px solid;
	height:80px;
	padding:25px 10px;
	background:url(../images/img_gradient_home.jpg) repeat-x;
}
.moduleImage {
	padding:0px 10px 0px 0px;
	margin-top:-10px;
	float:left;
}
.module h3 {
	color:#503B84;
	padding-top:10px;
	font-size:14px;
	margin-bottom:-15px;
	letter-spacing:.1em;
}
.module p {
	margin:0;
	padding-top:0;
	font-size:.7em;
	font-style:italic;
	line-height: 1.7em;
}
.module a {
	color:#503B84;
	font-weight:bold;
}
.moduleSearch {
	overflow:hidden;
	text-align:right;
	float:left;
	width:297px;
	height:90px;
	padding:20px 10px;
	background:url(../images/img_gradient_home.jpg) repeat-x;
}
.moduleSearch h4 {
	color:#1E3F48;
	font-size:.7em;
	font-weight:100;
	padding-bottom:5px;
}
.moduleSearch p {
	padding-top:5px;
	color:#1E3F48;
	font-size:.6em;
	text-transform:uppercase;
}
.moduleSearch a {
	color:#503B84;
	font-weight:bold;
	text-transform:none;
	font-style:italic;
	font-size:1.1em;
}
fieldset.zipsearch {
	border: none;
	width: 250px;
	margin: 0 auto;
	float:right;
}
.zipsearch input {
	border: none;
}
.zipsearch button {
	border: none;
}
.zipsearch input.box {
	color: #000;
	font-size: .8em;
	width: 65px;
	height: 17px;
	padding: 0px 5px 0px 5px;
	border:solid 1px #999;
	margin-right: 5px;
}
.zipsearch input.box:focus {
	border:solid 1px #555;
}
.zipsearch button.btn {
	width: 62px;
	height: 18px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../images/btn_search_purple.gif) no-repeat top right;
}
.zipsearch button.btn:hover {
	background:url(../images/btn_search_purple_over.gif) no-repeat bottom right;
}
/*************************************************************** FOOTER */

#footer {
	width:960px;
	height:100px;
	padding:15px 0px;
}
#footerLinks {
	float:left;
	width:620px;
}
#footerLinks ul {
	margin: 0;
	list-style: none;
	color:#1E3F48;
	font-size: .6em;
}
#footerLinks a {
	color:#1E3F48;
	text-decoration: none;
}
#footerLinks li:hover {
	color:#1E3F48;
	text-decoration: underline;
}
#footerLinks li {
	text-transform:uppercase;
	padding:5px 5px;
	float:left;
}
#footerCopyright {
	text-transform:uppercase;
	padding:5px 5px;
	float:right;
	color:#1E3F48;
	font-size: .6em;
	width:300px;
	text-align:right;
}
#footerDisclaimer {
	width:940px;
	padding:10px;
	text-align:center;
	color:#666666;
	font-size: .6em;
	text-transform:uppercase;
}
/*************************************************************** SECONDARY HEADER */

#secondaryHeader {
	width:960px;
	height:125px;
	margin:0;
	padding:0;
}
/*************************************************************** SECONDARY CONTENT */

#contentWrapper {
	margin:0 auto;
	padding:0;
	width: 960px;
	background:url(../images/img_contentBG.gif) repeat-y;
}

#content {
	margin:0;
	width: 740px;
	padding:20px 20px 0px 20px;
	float:right;
	min-height:350px;
}
#content h1 {
	color:#777662;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:.1em;
}
#content ul {
	color:#000000;
	font-size:.8em;
	margin: 0px 0px 0px 30px;
}
#content p {
	color:#000000;
	font-size:.8em;
	padding:10px 0px 10px 0px;
}
#content p.disclaimer {
	color:#000000;
	font-size:.7em;
	padding:10px 0px 10px 0px;
	font-style:italic;
}
#content a {
	color:#503B84;
	font-weight:bold;
}
#content a.btn {
	display: block;
	margin: 0px;
	padding: 10px;
	text-align: center;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	background-color: #8072a6;
	text-transform: uppercase;
}
.contentPhoto {
	float:right;
}
#content .alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
#content .alignright {
	float: right;
	margin: 0px 10px 0px 10px;
}
#content .aligncenter {
	margin: 0px auto;
	display: block;
}
/*************************************************************** SIDEBAR SECONDARY */
#sidebarWrapper {
	margin:0;
	padding:0;
	width:160px;
	float:left;
	background:#EFF0F0 url(../images/img_contentBG.gif) repeat-y;
	overflow:hidden;
}
.sidebar, .sidebarTop {
	margin:0;
	width:130px;
	padding:15px;
	background-color:#EFF0F0;
}

.sidebarTop {
	border-bottom:#FFF 3px solid;
} 

.sidebar h3, .sidebarTop h3 {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#767662;
	font-size:1em;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:.1em;
}
.sidebar p, .sidebarTop p {
	color:#1E3F48;
	font-size: 0.65em;
	line-height:1.5em;
	padding-bottom:10px;
}
.sidebar a, .sidebarTop a {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#767662;
	font-size:1.2em;
	line-height:1.8em;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

/*************************************************************** REAL STORY */

.story {
	margin:0;
	height:192px;
	width:650px;
	padding:20px 0px 0px 0px;
}
.story h3 {
	padding-top:40px;
	color:#1E3F48;
}
.story h4 {
	font-style:italic;
		color:#1E3F48;
	font-weight:bold;
}
.story a {
}
.storyPhoto {
}

/* GENERIC FORM */
.sign-up input, .sign-up label {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:.8em;	
}
.sign-up {
	padding:0;
	margin:0;
	border-collapse:collapse;
}

.sign-up td {
	padding:5px;
}

/* SOCIAL MEDIA FOOTER */
#footerSocial {
	width:120px;
	height:16px;
	margin:auto;
	color:#1E3F48;
	font-size:10px;
	text-transform:uppercase;
	clear:both;
}

#footerSocialWrapper {
	width:125px;
	padding:0;
	overflow:hidden;
}

#footerSocial a {
	color:#1E3F48;
	text-decoration: none;
}

#footerSocial p {
	margin:0 5px;
	padding-top:3px;
	height:13px;
	float:left;
}

#searchform {
	width:300px;
	float:right;
}

#headerSocialWrapper {
	height:21px;
	color:#1E3F48;
	font-size:10px;
	text-transform:uppercase;
	float:right;
}

#headerSocialWrapper p {
	padding-top:5px;
	margin-left:10px;
	height:16px;
	float:left;
}

#social-icons {
	width:100px;
	margin:auto;
	min-height:16px;
	height:auto !important;
	height:16px;
}

#headerSocialWrapper .twitterLink {
	display: block;
	margin-top:2px;
	margin-left:5px;	
	width:16px;
	height:16px;
	text-indent:9999px;	
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	float:left;
}

#headerSocialWrapper .facebookLink {
	display: block;
	margin-top:2px;
	margin-left:5px;		
	width:16px;
	height:16px;
	text-indent:9999px;	
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	float:left;
}

#headerSocialWrapper .addthisLink {
	display: block;
	margin-top:2px;
	margin-left:5px;
	margin-right:5px;				
	width:16px;
	height:16px;
	text-indent:9999px;	
	background-image: url(../images/addthis.png);
	background-repeat: no-repeat;
	float:left;
}
