body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
h1 {
	font-size: 16px;
	color: #dc1f1f;
}
h2 {
	font-size: 12px;
	color: #dc1f1f;
}

#container {
	width:950px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width:950px;
}
#nav{
	width:950px;
	background-image: url(images/nav.png);
	height: 35px;
	color: #FFFFFF;
	padding-top: 5px;
}
#nav a {
	color: #FFFFFF;
}
#nav a:hover {
	color: #dc1f1f;
}
#main{
	width:950px;
	background-image: url(images/main.png);
	background-repeat: repeat-y;
	clear: both;
	padding-bottom: 34px;
}
#footer {
	width:950px;
	background-image: url(images/footer.png);
	background-repeat: repeat-y;
	height: 35px;
	clear: both;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding-top: 5px;
}
#space {
	width:950px;
	clear: both;
	margin-bottom: 15px;
}
#footer a{
	color: #FFFFFF;
}
#footer a:hover {
	color: #000000;
}

#right {
	width:730px;
	float:right;
	margin-top: 12px;
	padding-right: 8px;
}
#left {
	width:188px;
	float:left;
	margin-right: 15px;
	margin-top: 12px;
	margin-left: 8px;
}
#breadcrumbs {
	width:360px;
	margin-left: 8px;
	color: #F15922;
	float:left;
	margin-top: 5px;
	font-weight: bold;
}

#breadcrumbs a {
	color: #F15922;
}
#breadcrumbs a:hover  {
	color: #F31848;
}
.whitetitle {
	font-weight: bold;
	color: #FFFFFF;
}

#question {
	width:178px;
	background-repeat: no-repeat;
	height: 52px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 6px;
}
#questionmember {
	width:178px;
	background-image: url(images/questionmember.jpg);
	background-repeat: no-repeat;
	height: 26px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.red {
	color: #F31848;
	font-size: 14px;
	font-weight: bold;
}

#question a{
	color: #FFFFFF;
	text-decoration: underline;
}

#register {
	width:188px;
	clear: both;
	margin-top: 5px;
}
#testimonials {
	width:188px;
	clear: both;
	margin-top: 5px;
}
#customers {
	width:188px;
	clear: both;
	margin-top: 5px;
}
#news {
	width:188px;
	clear: both;
	margin-top: 5px;
}#acclogo {
	width:188px;
	clear: both;
	margin-top: 5px;
}
#buttons {
	width:240px;
	float:right;
	margin-top: 5px;
	text-align: right;
	margin-right: 8px;
}
#searchboc{
	width:240px;
	float:right;
	margin-top: 5px;
	text-align: right;
	margin-right: 8px;
	clear: right;
}
#dropdown {
	width:270px;
	float:right;
	margin-top: 5px;
	text-align: right;
	margin-right: 8px;
}.whitelarge {
	font-size: 14px;
}
.dropdownstyle {
	font-size: 12px;
}

.orange {
	color: #F15722;
}
/* minimum menu requirements */

.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.topmenuli{
	list-style-type:none;
	float:left;
}

.topmenutitle{
	display:block;
	margin-right: 20px;
	text-align: center;
}

.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
	font-weight: bold;
}

.submenuli a{
	display:block;
	width:250px;
	color: #000000;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}

#content {
	clear: left;

}
/* menu design */

#dmenu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
}

.topmenuul {
	
}

.topmenutitle {
	text-indent:3px;
	text-decoration: none;
	padding:3px;
	line-height:14px;
}

.submenuul {
	margin-top:-1px;
	background-color:#dc1f1f;
	background-position: top left;
	background-repeat: repeat-x;
	border-top:1px solid #231f20;
	border-bottom:4px solid #231f20;
	border-right:1px solid #231f20;
	border-left:1px solid #231f20;

}
.submenuli a{
	padding:3px;
	text-decoration: none;
	color: #000000;
	border-bottom:1px solid #231f20;

}
.submenuli a:hover{
	text-decoration: none;
	background:#231f20;
	color: #FFFFFF;
}
#training {
	width:930px;
	float:right;
	margin-top: 12px;
	padding-right: 8px;
}

ul.linkBar{
	border-left:1px solid white;
	float:left;
	list-style:none;
	margin:0 0 14px;
	padding:0;
	width:100%;
}

ul.linkBar li{
	background-color:#F68121;
	border-right:1px solid white;
	float:left;
}

ul.linkBar a{
	display:block;
	height:31px;
	padding:2px 10px;
	width:125px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}

.additional{
	background:#DDD;
	padding:0 10px 1px 10px;
}


p.home{
	color:#DC1F1F;
	font-size:12px;
	font-weight:bold;
}
#bottomfreeindex {
	width:940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.homevid {
	float: right;
	width: 450px;
}
/*--------------------
		Blog
----------------------*/

#blog_menu{
float:right;
margin-top:25px;
width:230px;
}

#blog_menu ul{
list-style:none outside none;
margin-top:5px;
padding:0 0 0 20px;
}

#blog_menu ul li{
	
}

#blog_menu ul li a{
	
}

#blog_menu ul ul{
	margin:0;	
}

.post_date{
	font-size:10px;
}

.comment_A{
	border-bottom:2px solid #F68121;
padding:0 0 10px;
width:485px;
}

.postSeperator{
	width:500px;
}

.postSeperator h2{
	font-size:18px;
margin:14px 0 0;
}

.postSeperator h1{
	
}

.cat{
font-size:17px;
font-weight:bold;
padding:0 0 0 5px;
}

.navigation{
	width:485px;
	margin-top:10px;
}

#commentsSection{
	width:485px;	
}