body,html {
	text-align: center; /*for IE5x only*/
	margin:0; padding:0;
}
body {/*this is separated because DW applies the html background to everything */
	background-color:#FFF7E5; /* the color shown outside the 780 or 1004-wide page div */
}
/* ---------- page - the biggest div, containing everything else ------------*/
div#page {
	text-align:left;/* to counteract the IE5x hack in the body tag for centering*/
	padding: 0;
	margin: auto; /* set this margin to zero for stuck-left designs, auto for float-center */
	background: #FFFFFF;
	border-right: 1px solid #880029;
	border-left: 1px solid #880029;
}
.page1024 {
	width: 1004px; 
}
.page800 {
	width: 780px; 
}
/* --------------- ^ page ^ ---------------*/

/* ----------- banner -----------------*/
div#banner {
	margin: 0;
	padding: 0;
	background: url(assets/banner.jpg) no-repeat #FFFFFF;
	height: 135px;
}
div#slogan {
	text-align: right;
	float: right;
} 
.slogan1024 {
	width: 400px; /* content only */
}
.slogan800 {
	width: 400px; /* content only */
}
div#slogan p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	line-height: 1.2em;
	margin: 8px 10px 0 0;/* T R B L */
}
div#shelterStrip {
	width: 180px;
	height: 100px;
}
.shelterStrip1024 {
	position: relative;
	top: 50px;
	left: 600px;
}
.shelterStrip800 {
	position: relative;
	top: 50px;
	left: 500px;
}
/* ----------- ^ banner ^ -----------------*/
div#underBanner {
	background: #880029;
	height: 20px;
}
div#underBanner p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF7E5;
	float: left;
	margin: 0;
	padding: 4px 10px 0 10px;
	line-height: 1.1em;
}
div#underBanner p.email {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF7E5;
	float: right;
	margin: 0;
	padding: 4px 10px 0 10px;
	line-height: 1.1em;
}
div#underBanner a:link {
	color: #FFF7E5;
	text-decoration: none;
}
div#underBanner a:hover {
	color: #FFFFFF;
}
/* -------- left column ----------*/
div#leftcol {
	float: left;
	margin: 0;	
	padding: 0 15px 10px 15px; /* T R B L */
}
.leftcol1024 {
	width: 197px; /* content + padding + border */	
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 167px; /* content only */
}
.leftcol800 {
	width: 164px; /* content + padding + border */	
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 134px; /* content only */
}
/* -------- ^ left column ^ ----------*/
/* ---------vertical navigation-------------*/
div#nav {
	float: left;
	margin: 0;
	background: #FFFFFF;	
}
.nav1024 {	
	padding: 0 5px 10px 20px; /* T R B L */
	width: 167px; /* content + padding + border */	
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 154px; /* content only */
}
.nav800 {
	padding: 0 5px 10px 0px; /* T R B L */
	width: 139px; /* content + padding + border */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 134px; /* content only */
}

div#nav ul {
	list-style-position:outside;
	list-style-type:none;
	margin: 0 0 30px 0;
	padding: 0;
}
div#nav li {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25em;
	margin: 0 0 5px 4px; /* T R B L */
	padding: 0 0 1px 0;
	border-bottom: 2px solid #880029;
	width: 126px; /* content + padding + border */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 131px; /* content only */
}
div#nav li a:link {	
	display: block;
	text-decoration: none;
	background: #FFF7E5;
	color: #880029;	
	border: 1px solid #880029;
	padding: 3px 7px 4px 8px; /* T R B L */
	margin: 0;
	width: 126px; /* content + padding + border */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 114px; /* content only */
}
div#nav li a:visited {
	display: block;
	text-decoration: none;
	background: #FFF7E5;
	color: #9F4560;	
	border: 1px solid #880029;
	padding: 3px 7px 4px 8px; /* T R B L */
	margin: 0;
	width: 126px; /* content + padding + border */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 114px; /* content only */
}
div#nav li a:hover {
	background: #FFFFFF;
}
div#nav li a:active {
	background: #FFFFFF;
}
div#nav li a.YAH {
	_cursor: text !important;
	background: #FFFFFF !important;
}
div#nav li a.YAH {
	cursor: text !important;
}
/* --------- ^ vertical navigation ^ -------------*/
div#badge1 {
	padding: 1px 0px 10px 0px !important;
	margin: 30px 5px 0 5px;
	text-align: center;
}
div#badge2 {
	padding: 1px 0px 10px 0px !important;
	margin: 100px 5px 0 5px;
	text-align: center;
}
div#badge3 {
	padding: 1px 0px 10px 0px !important;
	margin: 100px 10px 0 10px;
	text-align: center;
}
/* -------------content---------------*/

div#content {
	float: left;
	margin: 0;
	background: #FFFFFF;
}
.content1024 {
	padding: 0px 0px 50px 30px; /* T R B L */
	width: 680px; /* content + padding + border */	
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 650px; /* content only */
}
.content800 {
	padding: 0px 0px 50px 15px; /* T R B L */
	width: 570px; /* content + padding + border */	
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 565px; /* content only */
}
div.contentContainer {
	margin-top:10px;
	width: 99%;
	clear:right;
}
/* -------------------------------------*/

/* content text styling */
h1, h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight: bold;
}
h1 {
	font-size: 15px;
	line-height: 1.2em
}
h2 {
	font-size: 13px;
	line-height: 1.2em;
	margin-top: 1.5em;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	padding-top: 1.2em; 
	margin: 0;
}
p.firstPara {
	padding-top: 0;
}
.homeArray1024 {
	float: left;
	margin: 20px 35px 0 0;
	text-align: center;
}
.homeArray800 {
	float: left;
	margin: 15px 8px 0 0;
	text-align: center;
}


/* links in the content area */
#content a:link, #badge3 a:link {
	color: #880029;
	text-decoration: underline;
}
#content a:visited, #badge3 a:visited {
	color: #9F4560;
	text-decoration: underline;
}
#content a:hover,#content a:active {
	color: #880029;
	text-decoration: underline;
}

#content ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0.3em 0 0 3em; /* T R B L */
	padding: 0;
}
#content li {
	color: #880029;/* the bullet color */
	font-size: 18px;/* the bullet size */
}
#content li p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	font-weight: normal;
	color: #000000;	
	margin: 0 0 0 0;
	padding: 0 0 0.4em 0;
}
#content ul.list2 {
	list-style-type: circle;
	list-style-position: outside;
	margin: 0px 0 0 3em; /* T R B L */
	padding: 0px;
}
#content ul.list3 {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0px 0 0 3.5em; /* T R B L */
	padding: 0px;
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-weight: bold;
}
#content ul.list3 li {
	color: #880029;/* the bullet color */
	font-size: 13px;/* the bullet size */
}
/* -------------------------------------*/
/* each sidebar has its own ID */
#floatedSidebar {
	float: right;
	margin-bottom: 25px;
}
.sidebar1024 {	
	float: left;
	background: #FFF7E5;
	margin: 0px 0px 0px 17px;/* T R B L */
	padding: 12px 15px 18px 15px;
	border: 1px solid #EEEEEE;
	width: 196px; /* content + padding + border */	
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 147px; /* content only */
}
.sidebar800 {
	float: left;
	background: #FFF7E5;
	margin: 0px 0px 0px 15px;/* T R B L */
	padding: 6px 5px 8px 9px;
	border: 1px solid #EEEEEE;
	width: 152px; /* content + padding + border */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 136px; /* content only */
}
.sidebar800 p {
	font-size: 11px;
	line-height: 1.5em;
}
.sidebar800 h2,.sidebar1024 h2 {
	margin: 0;
}

/* -------------------------------------*/
.floatedPullquote {
	float: right;
	margin: 5px 0 10px 20px;  /* T R B L */
	padding: 5px 0px 8px 0px;  /* T R B L */
	border-top: 2px solid #880029;
	border-bottom: 2px solid #880029;
	width: 250px; /* content + padding + border */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 250px; /* content only */
}
.floatedPullquote p {
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.1em;
	letter-spacing: 0.01em;
	color: #000000;
	padding: 0px 5px 0px 8px;  /* T R B L */	
}

.floatedPhotoRight {
	float: right;
	margin: 19px 0 10px 15px;  /* T R B L */
}
.floatedPhotoRightH {
	float: right;
	margin: 5px 0 10px 15px;  /* T R B L */
}
.floatedPhotoRight img, .floatedPhotoRightH img {
	display: block;
	padding-bottom: 3px;
}
.floatedPhotoRight p, .floatedPhotoRightH p, div#badge1 p {
	margin: 1px 0 0 0;
	padding: 0 2px 0 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}
.floatedPhotoLeft{
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 19px 15px 10px 0; /* T R B L */
}
.floatedPhotoLeftH {
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 15px 10px 0; /* T R B L */
}
.floatedPhotoLeft img, .floatedPhotoLeftH img {
	display: block;
	padding-bottom: 3px;
}
.floatedPhotoLeft p, .floatedPhotoLeftH p {
	margin: 1px 0 0 0;
	padding: 0 2px 0 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}
.floatedTableLeft {
	float: left;
	margin: 22px 10px 0px 0px;
}
.floatedTableLeft table,.floatedTableRight table,.floatedTableFull table {
	border-collapse: collapse;
	font-family: Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;	
}
.floatedTableLeft th,.floatedTableRight th,.floatedTableFull th {
	background-color: #880029;
	color: #FFFFFF;
	padding: 2px;
}
.floatedTableLeft td,.floatedTableRight td,.floatedTableFull td {
	text-align: center;
	padding: 2px;
}
.floatedTableLeft td.tBottomRow,.floatedTableRight td.tBottomRow,.floatedTableFull td.tBottomRow {
	border-bottom: 1px solid #880029;
}
.floatedTableLeft .altRow,.floatedTableRight .altRow,.floatedTableFull .altRow {
	background-color: #FFF7E5;
}
.floatedTableLeft td.tLeft, th.tLeft {
	font-weight: bold;
	text-align: left;
}
.floatedTableRight td.tLeft, th.tLeft {
	font-weight: bold;
	text-align: left;
}
.floatedTableFull td.tLeft, th.tLeft {
	font-weight: bold;
	text-align: left;
}
.floatedTableLeft th.tLeft,.floatedTableRight th.tLeft,.floatedTableFull th.tLeft {
	padding: 2px 2px 2px 2px;
}
td#tBottomLeftFL, td#tBottomLeftFR, td#tBottomLeftFC {
	border-bottom: 1px solid #585769;
}
.floatedTableLeft p,.floatedTableRight p,.floatedTableFull p {
	font-family: Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0 2px 0 2px;
	line-height: 1.2em;
}

.floatedTableRight {
	float: right;
	margin: 22px 0 10px 20px; /* T R B L */
}
.floatedTableFull {
	clear: both;
	margin: 12px auto 10px auto; /* T R B L */

}
/* the styles for the contact form */
td.contactLabel {
	text-align:right;
	vertical-align:top;
	padding: 3px 3px 3px 0;
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
}
td.contactBox {
	text-align:left;
	vertical-align:middle;
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
}
table.contactForm {
	clear: both;
	margin: 10px auto 0px auto; /* T R B L */
	border-collapse: collapse;
	width: 465px; /* content + padding + border */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 465px; /* content only */
}
.formBox {
	background-color:#FFF7E5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.1em;
	padding: 2px;
}
.validationSummary, .validationSummary ul {
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	line-height: 1.4em;
	margin: 0.8em 0 0.5em 3em; /* T R B L */
	padding: 0;	
}
.validationSummary li {
	color: #FF0000 !important;
	list-style-type: disc;
	list-style-position: outside;
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif  !important;
	font-size: 12px !important;
	font-weight: normal;
}
.thanksHeadline {

}
.button {
	display: inline;
	text-decoration: none !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #FFF7E5;
	color: #880029 !important;
	border: 1px solid #880029;
	border-bottom: 5px double #880029;	
	padding: 3px 10px 3px 10px;
}
.button:hover{
	background: #FFFFFF !important;
}
/* ------------- ^ content ^ ---------------*/

/* ------------ bottom navbar ----------------*/
div#bottomNav {
	margin: 0;
	padding: 5px 10px 4px 20px;
	background-color: #880029;
	color: #FFF7E5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 45px;
}

div#bottomNav ul {
	list-style-position:outside;
	list-style-type:none;
	margin: 0 0 5px 0;/* T R B L */
	padding: 0;
}
div#bottomNav li {
	display: inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF7E5;
	line-height: 1.7em;
	margin: 0 0 0 -5px; /* T R B L */
	padding: 0 0 0 0;
}
div#bottomNav li a:link {	
	display: inline;
	text-decoration: none;
	background-color: transparent;
	color: #FFF7E5;	
	padding: 0 5px 3px 5px; /* T R B L */
}
div#bottomNav li a:visited {
	display: inline;
	text-decoration: none;
	background-color: transparent;
	color: #F5EDDC;
	padding: 0 5px 3px 5px;
}
div#bottomNav li a:hover {
	text-decoration: underline;
}
div#bottomNav li a:active {
	text-decoration: underline;
}
div#bottomNav li a.YAH {
	_cursor: text !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}
div#bottomNav li a.YAH {
	cursor: text !important;
}
/* ------------ ^ bottom navbar ^ ----------------*/

/* ------------ footer, where we put the copyright ----------------*/
div#footer {
	clear: both;
	margin: 0;
	padding: 10px 10px 10px 20px;
	font-family:"MS Sans Serif", arial, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	background: #FFFFFF;
	border-bottom: 4px double #880029;
	height: 20px;
}

div#footer .copy {
	font-family: Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
}
div#footer .sm {
	font-family: Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 9px;
	vertical-align: top;
}
div#footer a {
	color: #000000;
	text-decoration: none;
}
div#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
.clearBoth {
	clear: both;
}
/* ------------ ^ footer ^ ----------------*/