body {
	margin:0px;
	background-color:#ffffff;
	text-align:center;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6, #form {
margin:0px;
}
#container {
width:960px;
margin-left:auto;
margin-right:auto;
}
#header {
width:960px;
height:145px;
background:url(graphics/header.jpg) no-repeat;
}
#nav {
padding-top:122px;
height:20px;
width:950px;
margin-left:5px;
text-align:left;
}
#nav a {
	width:110px;
	margin-left:3px;
	float:left;
	background:url(graphics/nav_background.png);
	height:17px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	text-align:center;
	font-size: 12px;
	padding: 3px 0px 0px 0px;
	
}
#nav a:hover {
background-position:0 -20px;
color:#000;
text-decoration:none;
}
#content {
	width:960px;
	background:url(graphics/content_background.jpg) repeat-y;
	padding:15px 0px 15px 0px;
}
.inner_content {
width:960px;
background:url(graphics/inner_content_930_background.jpg) repeat-y;
}
.inner_content_pad {
	padding:10px 30px 10px 30px;
}
#footer {
	width:960px;
	background:url(graphics/footer.jpg);
	height:38px;
}
.acc_content {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-align:justify;
padding:10px 0px 10px 10px;
border-bottom:#FF0000 1px dashed;

}
#basic-accordian{
	width:900px;
	z-index:2;

}

.accordion_headings{
	
	
	color:#000;
	
	cursor:pointer;
	
	text-align:left;
	font-size:14px;
	width:445px;
	font-weight:bold;
	
	padding-top:10px;
	padding-bottom:10px;
	
	
}


.accordion_child{
width:400px;
padding:0px 0px 10px 10px;
border-bottom:#CCCCCC 1px solid;
border-top:#CCCCCC 1px solid;
margin-top:10px;
margin-bottom:10px;

}
.header_highlight{
	color:#000000;
	
	
}
.col_1 {
width:445px;
float:left;
}
.col_2 {
width:445px;
float:right;
}
.big_red {color:#FF0000; font-size:16px;
}

.med_red {color:#FF0000; font-size:12px;
}

.big_black {color:#000000; font-size:14px;
}
.med {color:#000000; font-size:12px;
}
#form .textinput {
border:#333333 1px solid;
font-size:12px;
color:#FF0000;
background-color:#FFFF99;
margin:2px;
width:260px;
}
#form .textarea {
border:#333333 1px solid;
font-size:12px;
color:#FF0000;
background-color:#FFFF99;
margin:2px;
width:260px;
height:150px;
}
#form .textinput_error {
border:#ff000 2px solid;
font-size:12px;
color:#FF0000;
background-color:#CCCCCC;
margin:2px;
width:260px;
}
#form .textarea_error {
border:#ff0000 2px solid;
font-size:12px;
color:#FF0000;
background-color:#cccccc;
margin:2px;
width:260px;
height:150px;
}
#form .buttons {
	border:#ff0000 2px solid;
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
	background-color:#FFFF99;
	margin:2px;
	width:260px;
}
a:link {color: #FF0000; text-decoration:none;}      /* unvisited link */
a:visited {color: #FF0000; text-decoration:none;}  /* visited link */
a:hover {color: #000000; text-decoration:none;}  /* mouse over link */
a:active {color: #FF0000; text-decoration:none;}  /* selected link */
.fbbar {width:590px; float:left; height:25px;}
.addthis {width:300px; float:right; height:25px;}
 
