﻿html {
	background: #ccc;
}

body {
	width: 800px;
	margin: 0 auto;
	background-color: #e2f6b3;
}

strong {
	font-weight: bold;
}

h1 {
	text-indent: -5000px;
	float: left;
}

h1#logo a {
    background: url("../images/logo.png") no-repeat top left;
	display: block;
    width: 200px;
    height: 99px;
	border-bottom: 1px solid #678916;
}

#header {
	float: left;
	border-bottom: 1px solid #678916;
}

#sidebar {
	width: 200px;
	background: #e2f6b3;
	float: left;
	color: #000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

	#sidebar ul {
		margin: 10px 0;
	}
	
	#sidebar li {
		background-color: #678916;
		width: 184px;
		margin: 10px 0;
		font-weight: bold;	
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		text-indent: 10px;
	}
	
	#sidebar li a {
		color: #fff;
		text-decoration: none;
		background-color: #678916;
		display: block;
		padding: 10px 0;
	}
	
	#sidebar li a:hover {
		background-color: #e14f00;
	}
	
	#sidebar p {
		text-align: center;
		font-size: 14px;
		margin: 0 5px;
		line-height: 1.1em;
	}
	
	#sidebar p strong {
		color: #678916;
		font-weight: bold;
	}
	
	#sidebar p a {
		color: #e14f00;
		font-weight: bold;
		margin-bottom: 2px;
		display: block;
	}
	
	#sidebar img {
		margin: 0 auto;
		display: block;
		padding: 10px 0 5px;
	}
	
	img#mcafee {
		padding: 10px;
		background-color: #fff;
		border: 1px solid #e14f00;
		margin-top: 20px;
	}

#content {
	background-color: #fff;
	width: 599px;
	float: left;
	border-left: 1px solid #678916;
	min-height: 887px;
}

h2.homepage {
	text-indent: -5000px;
	background: url("../images/headline.png") no-repeat top left;
	width: 599px;
	height: 70px;
	float: left;
	padding: 0;	
}

.content-column {
	width: 275px;
	float: left;
	margin: 11px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

	.content-column p {
		font-size: 13px;
		line-height: 1.2em;
	}
	
	.icon {
		width: 61px;
		height: 149px;
		float: left;
		clear: left;
		margin-right: 10px;
	}
	
	.bulletpoint {
		width: 204px;
		float: left;
	}
	
	h3 {
		color: #678916;
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 11px;
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	}

.subpage {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

.subpage h2 {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    padding: 25px;
}  

.subpage h3, .subpage h4, .subpage p {
    margin: 0 25px;
}

.subpage h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.subpage h4 {
    margin-bottom: 10px;
}

.subpage p {
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    line-height: 1.2em;
    font-size: 14px;
}

.subpage ul {
    list-style: disc;
    margin: 0 50px 25px;
}

.subpage a {
    color: #E14F00;
    font-weight: bold;
}

.extra-course-column {
    width: 171px;
    margin: 5px 0 5px 22px; 
    float: left;
	font-family: font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

.extra-course-column-description {
	height: 89px;
	font-size: 13px;
	line-height: 1.2em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#four-hour {
	background: url("../images/car.png") no-repeat top left;
	height: 55px;
	text-indent: 65px;
	padding-top: 17px;
	margin-bottom: -11px;
	letter-spacing: -0.06em;
}

#eight-hour {
    background: url("../images/gavel.png") no-repeat;
	height: 55px;
	text-indent: 65px;
	padding-top: 17px;
	margin-bottom: -11px;
	letter-spacing: -0.06em;
}

#twelve-hour {
    background: url("../images/adi.png") no-repeat;
	height: 55px;
	text-indent: 65px;
	padding-top: 17px;
	margin-bottom: -11px;
	letter-spacing: -0.06em;
}

hr {
	clear: both;
	margin: 0;
	padding: 0;
	color: #666666;
}

.register a {
	margin: 15px 0;
	color: #e24f01;
	font-weight: bold;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	display: block;
}
	
#call-to-action {
	font-size: 18px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 25px;
	line-height: 1.2em;
	clear: left;
}

#call-to-action a {
	color: #e14f00;
	font-weight: bold;
}

#alsoavailable {
	clear:left;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1.2em;
	margin:25px;
}

#footer {
	background-color: #838383;
	clear: both;
	width: 800px;
	display: block;
	text-align: center;
	color: #eee;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 20px 0;
	line-height: 1.2em;
}

	#footer a {
		color: #fff;
	}