@charset "UTF-8";
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 {
	margin: 0;
	background-color: #b0adad;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1d1d1d;
}

#left{
	width: 597px;
	float: left;
}

#right{
	width:305px;
	float: right;
	margin:0 0 30px 0;
}

#clear {
float:left;
	width: 950px; 
	clear: both; 
	margin: 5px 0; 
	height: 5px;
}

#ad {
    margin:0 0 0 5px ;
	height: 310px;
	width: 300px;
	margin-bottom: 25px;
}

#interactive {
	position:relative;
	background-image: url(interactivefeature.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 305px;
	background-position: center top;
    margin:0 0 0 3px ;
}

#interactive h1{
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: normal;
	margin:0 0 0 7px;
	padding: 7px 0 0 0;
}

#ic {
	margin:9px 0 0 3px;
	
}

#ic p img{
	margin:3px 0 0 0;
	
}

#ic p {
	position:relative;
	float:right;
	width:119px;
	height:238px;
	background-color: #E3E7E7;
	margin:0 3px 0 3px;
	padding: 0 0 0 3px;
}

#ic img {
position:relative;
float:left;
background-color: #999999;
}

#ic a:link, a:visited {
	font-size: 11px;
	color: #5E6B73;
	text-decoration: none;
}
#ic a:hover {
	font-size: 11px;
	color: #3D454B;
	text-decoration: none;
}



#container {
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	

}
#content {
	width: 911px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 35px;
	min-height:500px;
	height:auto !important;
	height:500px;
	
	
}
#logo {
	width: 910px;
	float: left;
	background-image: url(logobg.jpg);
	background-repeat: repeat-x;
	padding:4px 0 0 5px;
}
#tagline {
	width: 540px;
	position:absolute;
	top:70px;
	margin:0 0 0 370px;
	background-color: #4a555b;
	
}
#bodycopy {
	position: relative;
	width: 597px;
	background-color: #EAEAEA;
	float: left;
	margin: 0 0 0 0 ;
	clear:both;
}

#bodycopy p img{
	
	margin: 0 0 5px 15px ;
	
}


#footer {
	height:15px;
	margin:120px 0 0;
	clear: both;	
}


/*
	Vertical Accordions
*/
		
.accordion_toggle {
	height: 40px;
	padding: 5px;
	color: #1d1d1d;
	border-bottom: 1px solid #FFFFFF;
	margin:0;
	background-color: #c5d4db;
	background-image: url(arrowdown.gif);
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
	
}

 h1.accordion_toggle {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin:0;
}

 h1.accordion_toggle span {
	font-size: 10px;
	margin:0;
	
}

.accordion_toggle:hover {
	color: #353535;
}




.accordion_toggle_active {
	color: #1d1d1d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #c5d4db;
	background-image: url(arrowup.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.accordion_content {
	background-color: #e6eff3;
	color: #1d1d1d;
	overflow: hidden;
}

.accordion_content p {
	line-height: 16px;
	
	padding: 3px 5px 5px 5px;
}
