/* Eric's global reset*/

@import "reset.css";
/* ----------------------------------- */

    body {
	background: 	#1C1B1F;
	font:			12px Arial, Helvetica, Sans-Serif;
	color:			#333;
	line-height:	162%;
	text-align:center;
}

h2 {font-size: 14px; color: #003366; font-weight: bold;}

.subsection {

padding: 4px; 
}

.subsection img {float: right; }

.member {float:left; }
#container {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:600px;
}
#header {
	height: 138px;
	width: 600px;
	background: #1C1B1F url(../images/header.jpg) top left no-repeat;
}
#header h1 {
	overflow:hidden;
	text-indent:-8000px;
}
#header h1 a {
	display: block;
	width: 600px;
	height: 138px;
}
#top_bar {
	height: 20px;
	width: 558px;
	background: #6DB5D5 url(../images/top_bar.jpg) top left no-repeat;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 21px;
}
#top_bar span {
	padding: 21px;
}
#address {
	float: right;
}
#content {
	height: 378px;
	width: 600px;
	background: #fff url(../images/content_bg.png) top left repeat-x;
}
#slider {
	margin: 0 10px;
	font-size: 11px;
	padding: 20px 10px;
}
#slider h1 {
	font-size: 18px;
	letter-spacing: -1px;
	width: 100%;
	padding: 0 0 8px 0;
	
	margin-bottom: 8px;
	border-bottom: 1px solid #aaa;
}
#myController {
	margin: 0;
	padding: 0;
}

label {
display: block;
float: left;
width: 200px; 
font-size:11px; font-weight: bold; }

input, textarea {border: 1px solid #e2e2e2; 
background: #fff;
padding: 6px;
}

#myController span {
	color:#aaa;
	margin-right:4px;
	cursor:pointer;
	width:5px;
	height: 26px;
	display: block;
	float: left;
	background: #fff url(../images/selector_bg.png) top left no-repeat;
	padding: 9px 20px;
}
#jFlowSlide {
/*border:10px solid #F00;*/
}
#myController span.jFlowSelected {
	color: #333;
}
.jFlowPrev, .jFlowNext {
	cursor:pointer;
	display:block;
	width:34px;
	height:226px;
	position:absolute;
	left:-34px;
	top:270px;
	background: #fff;
}
.jFlowNext {
	left:600px;
}
#myController2 span {
	color:#FFF;
	background:#000;
	margin-right:10px;
	cursor:pointer;
}
#jFlowSlide2 {
	border:10px solid #0F0;
}
#myController2 span.jFlowSelected2 {
	background:#0F0;
}
.jFlowPrev2, .jFlowNext2 {
	cursor:pointer;
}
#myController3 span {
	color:#FFF;
	background:#000;
	margin-right:10px;
	cursor:pointer;
}
#jFlowSlide3 {
	border:10px solid #00F;
}
#myController3 span.jFlowSelected3 {
	background:#00F;
}
.jFlowPrev3, .jFlowNext3 {
	cursor:pointer;
}

.accent {font-weight: bold; color: #003366;}

p {line-height: 19px; margin: 8px 0;}

#section1 p { width: 50%; }


#footer {width: 600px; height: 95px;
background: #1C1B1F url(../images/footer.jpg) top left no-repeat;
padding: 4px auto;
text-align: center;
color: #999;
font-size: 11px;
}

#footer a {text-decoration: none; color: #aaa; }

#cform li {margin: 0 0 4px 0;}