/* 
  Adapted by Tania Lazib /p7
  OnCourse4wd.com
  30/12/2009
  
  1 coloum extra layout bits incl Home page

*/

#wrapper {
	width: 100%;
}
#header {
	width: 985px;
	margin: 0 auto;
}
#feature_wrapper {
	background-color: #fff;
	padding:16px;
}
#feature_content {
	background-color: #fff;
	color:#000;
	width: 985px;
	margin: 0 auto;
}
.feature_quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	color:#000;
}
#feature_content ul, #feature_content ol { /* eric meyer indent suggestion */
	margin: 20px 0 5px 2.5em;
	padding-left: 0;
	font-size: 1.0em;
	line-height: 1.5em;
}
#feature_content ul { /* eric meyer indent suggestion */
	list-style-type: disc;
}
#feature_content li {
	padding-bottom: 8px;
}
#p7PMnav_1Col {
	width: 985px;
	margin: 0 auto;
}
#c_wrapper {
	background-image: url(/assets/home/bgd3.png);
	background-repeat: repeat-x;
}
#c_content {
	width: 985px;
	margin: 0 auto;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 0.85em;
	line-height: 1.5em;
	color: #58564F;
}
#c1, #c2 {
	width: 355px;
	float: left;
}
#c3 {
	width: 270px;
	float: left;
}
#c4, #c5 {
	float: left;
	border-top: solid 1px #B5B5AA;

}
#c4 {
	width: 710px;
}
#c5 {
	width: 270px;
}
#c1 .content, #c2 .content, #c4 .content {
	padding: 0 30px 25px 10px;
}
#c3 .content, #c5 .content {
	padding: 0px 10px 25px 20px;
}
#footerbtm {
	width: 985px;
	margin: 0 auto;
}

#button {
	float: left;
	width: auto;
}
#button ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style-type:none;
}
#button li {
	float:left;
	margin:0 25px 0 0;
}
#button a {
	float:left;
	display:block;
	padding:5px 15px 5px 5px;
	text-decoration:none;
	color:#000;
	background-image: url(/assets/buttons/button_right.png);
	background-repeat: no-repeat;
	background-color:#ccff6b;
	border:1px solid #FFF; /* stops jutter with hover border */
}
#button a:hover {
	border-top:1px solid #B5B5AA;
	border-left:1px solid #B5B5AA;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	background-image:none;
	background-color: #FFFF99
}
#c_content ul, #c_content ol { /* eric meyer indent suggestion */
	margin: 10px 0 5px 1.3em;
	padding-left: 0;
}
#c_content ul { /* eric meyer indent suggestion */
	list-style-type: disc;
}
#c_content li {
	padding-bottom: 8px;
}

#c_content a:link {
	color: #58564F;
}
#c_content a:visited {
	color: #9B7C00;
}

#c_content h2 {
	font: normal 24px/30px 'Lucida Sans', 'Myriad Pro', Myriad, Arial, sans-serif;
	letter-spacing: -1px;
	padding-top:6px;
}
#c_content img {
	display: block;
}
dt {
	padding-top:8px;
}
