* {
	border: 0;
	margin: 0;
	padding: 0;
}
/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	margin: 0;
	padding: 0;
	background-color: #395c9c;
	font: 100.01%/115% Verdana, Geneva, sans-serif;
}
#wrapper {
	width: 900px;
	min-height: 300px;
	margin: 25px auto 10px auto;
	font-size: 80%;
	border-right: 3px outset #ececec;
	border-left: 3px inset #ececec;
}
#content {
	min-height: 300px;
	background-color: #fff;
	border-top: 1px solid #ececec;
	margin-top: -1px;
	line-height: 1.4;
}
/* Header Styles ---------------------- */

#header {
	width: 900px;
	height: 215px;
	text-align: center;
	background-color: #fff;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center 5px;
}
#header h1 {
	font: 180% Verdana, Geneva, sans-serif;
	padding-top: 165px;
	color: #b2314d;
	width:300px;
	top:-70px;
	left: -15px;
	position: relative;
}
#tag {
	font-size: .75em;
	font-style: italic;
	font-weight: normal;
}
/* Layout Styles ---------------------- */

#leftcol {
	width: 492px;
	height: 200px;
	margin: 15px 12px 10px 14px;
}
/* #leftcol img { border: 1px solid #666; } */
#rightcol {
	width: 372px;
	float: right;
	margin: 20px 10px 10px 10px;
}
#content_main {
	min-height: 250px;
	width: 492px;
	margin: 5px 8px 0 0;
	border: 1px solid #395c9c;
	float: right;
}
#content_side {
	width: 360px;
	min-height: 250px;
	margin: 5px 16px 0 12px;
	border: 1px solid #395c9c;
	float: right;
}
#map {
	width: 450px;
	margin: 25px auto;
}
#member {
	width: 80%;
	margin: 25px auto 10px auto;
	text-align: center;
}
/*********** Footer Styles *****************/

#footer {
	clear: both;
	background-color: #fff;
	line-height: normal;
	margin-top: 25px;
	border-top: 1px solid #ececec;
}
#footer p {
	text-align: right;
	font-size: 70%;
	margin-right: 5px;
	text-align: right;
}
/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .6em .1em;
	padding: 0 0 0 0;
	color: #b2314d;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 { font-size: 175%; }
h2 { 
	font-size: 150%; 
	font-variant:small-caps;}
h3 {
	font-size: 120%;
	margin: 1em 0 0 0;
}
h4 {
	font-size: .95em;
	text-align: center;
	font-style: italic;
	padding: 15px 5px;
}
h5 { font-size: 1.1em; }
h6 { font-size: 1.1em; }
p {
	margin: .35em .1em;
}
ul { margin: 5px 50px; }
ul li { padding: 3px 0; }
ul.list li { list-style-type: none; }
ul.list2 li {
		width: 240px;
		float: left;
}
dl { margin: 15px 25px; }
dt {
	font-weight: bold;
	padding: 5px 0;
	font-size: 1.1em;
	color: #b2314d;
}
dd { padding: 5px 0 10px 0; }
.box p, .box h3, .box h2{ padding: 8px 10px; }
/*********** Column Control *****************/

#twoCol #content_main {
	width: 484px;
	margin-left: 15px;
	float: left;
}
#oneCol #content_side { display: none; }
#oneCol #content_main {
	width: 870px;
	min-height: 180px;
	margin-right: 14px;
	padding: 5px 0 10px 5px;
}
/* Generic styles ---------------------*/
.clearit {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}
.fltrt {
	float: right;
	margin: 0 0 10px 10px;
}
.fltlt {
	float: left;
	margin: 0 10px 10px 0;
}
.small { font-size: 9px; }
.testimonials {
	font:italic 120% Georgia, "Times New Roman", Times, serif;
	color: #666;
}
cite {line-height: normal;}
.ital {font-style: italic;}
.tab {margin-left: 35px;}
/* FAQs ----------------------------- */
#accordian {
	width: 80%;
	margin: 25px auto;
}
.faq img {
	float: left;
	margin: 5px 10px 5px 0;
}
.faqlist { /*header*/
	cursor: pointer;
	margin: 10px 0;
}
.openfaq { /* added to contents when open*/ color: #b2314d; }
.closedfaq { /* added to contents when closed*/ color: #395c9c; }
/* Submission Form ------------------------------- */
#request {
	width: 80%;
	margin: 10px auto;
}
fieldset {
	border: 1px solid #ccc;
	padding: 8px;
	width: 95%;
}
legend {
	color: #b2314d;
	font-size: 1em;
	font-weight: bold;
	padding: 3px 6px;
}
.req {
	color: red;
	font-weight:bold;
}
#request p {
	width: 400px;
	clear: left;
	margin: 0;
	padding: 5px 0;
	padding-left: 220px; /*width of left column containing the label elements*/
	font-size: 88%;
}
#request label {
	text-align: right;
	float: left;
	margin-left: -200px; /*width of left column*/
	width: 195px; /*width of labels. Should be smaller than left column to create some right margin*/
}
#request input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/ width: 180px; }
input, textarea, select {
	border: 1px solid #ccc;
	margin-left: 15px;
}
#submit { margin: 10px 0; }
* html .threepxfix { margin-left: 3px; }

/*********** Link Styles *****************/
a { color: #395c9d; }
a:hover { text-decoration: none; }
/* Navigation ---------------------------------- */
#navcontainer {
	background: #fff;
	border-bottom: 1px solid #ececec;
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#navlist {
	list-style: none outside none;
	margin-bottom: 10px;
	padding: 0;
}
 @media all {
#navlist { text-align: right }
}
#navlist li {
	bottom: 2px;
	display: inline;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	position: relative;
}
html>body #navlist li {
	background: #000;
	margin: 0 3px 0 0;
	padding: 4px 2px 2px 2px;
}
#navlist a, #navlist a:link, #navlist a:visited {
	background: #b2314d;
	border: 1px solid #395c9c;
	bottom: 2px;
	color: #FFF;
	cursor: pointer;
	display: inline;
	height: 1em;
	margin: 0;
	padding: 3px 5px 3px 5px;
	position: relative;
	right: 2px;
	text-decoration: none;
}
#navlist a:hover {
	background: #395c9c;
	bottom: 1px;
	color: #fff;
	position: relative;
	right: 1px;
}
#navlist a:active {
	background: #999;
	bottom: 2px;
	color: #FFF;
	position: relative;
	right: 0px;
}
#navlist li#active {
	background: #369;
	border-bottom: 5px solid #395c9c;
	bottom: 8px;
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
	position: relative;
}
html>body #navlist li#active {
	background: #000;
	margin: 0 4px 0 4px;
}
#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover {
	background: #369;
	border-bottom: none;
	border-left: 1px solid #9cc;
	border-right: 1px solid #9cc;
	border-top: 1px solid #9cc;
	bottom: 0;
	color: #FFF;
	cursor: text;
	margin: 0;
	padding: 2px 5px 0 5px;
	position: relative;
	right: 0;
}
