body, div, img, ul, li, h1, h2, h3, p, form
{
	margin: 0;
	padding: 0;
	border: 0;
	color: #30393e;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: left;
	vertical-align: top;
}

body
{
	padding: 0 10px;
	background: #ebebeb;
}

div, img
{
	display: block;
	overflow: hidden;
}
div.separator
{
	margin-bottom: 30px;
	border-bottom: 1px solid #016a4c;
	height: 15px;
	line-height: 15px;
}
div.clear
{
	clear: both;
}

img.right-photo
{
	padding: 3px 0 15px 15px;
	float: right;
}


h1, h2
{
	margin-bottom: 7px;
	color: #fff;
	font-size: 1.3em;
	line-height: 1.1em;
	font-weight: normal;
}

h2
{
	margin-bottom: 15px;
	color: #006849;
}

h3
{
	font-size: 0.9em;
	text-transform: uppercase;
}

p
{
	margin-bottom: 15px;
	font-size: 0.8em;
	line-height: 1.25em;
}
p.small
{
	font-size: 0.7em;
}
p.small-margin
{
	margin-bottom: 7px;
}

a:link, a:visited, a:active
{
	color: #056c4f;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #2f8666;
	text-decoration: underline;
}

input.text-box
{
	padding: 2px;
	border: 1px solid #000;
	width: 165px;
	color: #000;
}

#wrapper
{
	margin: 0 auto 15px auto;
	border: 3px solid #000;
	border-top: 0;
	width: 948px;
	background: #fff;
}

#top
{
	height: 131px;
}

#navigation
{
	height: 29px;
	background: url(../images/nav_bg.gif) repeat-x;
}
#navigation ul
{
	padding-left: 10px;
	float: left;
}
#navigation ul li
{
	list-style: none;
	float: left;
}
#navigation ul li.login
{
	padding-left: 55px;
}
#navigation ul li a
{
	padding: 0 9px;
	display: block;
	float: left;
	height: 29px;
	color: #e1e1e1;
	font-size: 0.8em;
	line-height: 29px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation ul li a:hover, #navigation ul li a.hover, #navigation ul li a.active
{
	color: #fff;
}

#dropmenudiv
{
	position: absolute;
	z-index: 1;
	border: 1px solid #000;
	border-bottom: 0;
	background: #fff;
	font-size: 0.7em;
}
#dropmenudiv a
{
	padding-left: 10px;
	border-bottom: 1px solid #000;
	display: block;
	color: #666;
	line-height: 24px;
	font-weight: bold;
}
#dropmenudiv a:hover, #dropmenudiv a.active
{
	background: #888;
	color: #fff;
	text-decoration: none;
}

#home-box
{
	height: 335px;
	background: #2e3d42 url(../images/main_bg.jpg) no-repeat;
}
#home-box p
{
	color: #fff;
}
#home-box a
{
	font-weight: normal;
}

#home-box-left
{
	padding: 35px 0 0 368px;
	float: left;
	width: 285px;
}
#home-box-left ul li
{
	margin-bottom: 7px;
	padding-left: 12px;
	list-style: none;
	background: url(../images/bullet_home_box_left.gif) no-repeat 0 6px;
	color: #fff;
	font-size: 0.8em;
	line-height: 1.25em;
}
#home-box-left a
{
	color: #80c143;
}

#home-box-right
{
	padding: 20px 6px 0 0;
	float: right;
	width: 256px;
}

div.instructor-box
{
	margin-bottom: 5px;
	width: 256px;
	background: url(../images/instructorbox_bg.gif) repeat-y 0 4px;
}
div.instructor-box-top
{
	background: url(../images/instructorbox_top.gif) no-repeat;
}
div.instructor-box-bottom
{
	padding: 6px 8px 0 8px;
	background: url(../images/instructorbox_bottom.gif) no-repeat left bottom;
	color: #45525b;
	font-size: 0.7em;
}

div.instructor-photo
{
	padding: 2px 10px 10px 0;
	float: left;
	width: 64px;
}
div.instructor-photo img
{
	padding-bottom: 8px;
	float: left;
	clear: left;
}
div.instructor-photo a
{
	display: block;
	float: left;
	clear: left;
	width: 64px;
	height: 21px;
	background: url(../images/button_book_lesson.gif) no-repeat left top;
	text-indent: -1000px;
}
div.instructor-photo a:hover
{
	background-position: left bottom;
}

#home-bottom
{
	height: 185px;
	background: #7ac043 url(../images/hole.gif) no-repeat right top;
}
#home-bottom div
{
	float: left;
}
#home-bottom p
{
	color: #fff;
}
#home-bottom a
{
	font-weight: normal;
}

#home-bottom-left
{
	padding: 20px 20px 0 20px;
	width: 320px;
}

#home-bottom-right
{
	padding: 20px 0 0 40px;
	width: 260px;
}

#content-box-wrapper
{
	background: url(../images/sidebar_bg.gif) repeat-y right top;
}

#content-box
{
	padding: 25px 18px 30px 39px;
	background: url(../images/sidebar_hole.gif) no-repeat right bottom;
}

#content
{
	float: left;
	clear: left;
	width: 590px;
}
#content ul
{
	margin-bottom: 15px;
	list-style: none;
}
#content ul li
{
	padding-left: 12px;
	background: url(../images/bullet.gif) no-repeat 0 6px;
	font-size: 0.8em;
	line-height: 1.25em;
}

#sidebar
{
	float: right;
	clear: right;
	width: 245px;
}
#sidebar p
{
	color: #fff;
}
#sidebar a
{
	font-weight: normal;
}

.left
{
	float: left;
}
.right
{
	float: right;
}

.sup
{
	font-size: 0.7em;
}

/* Start: Added by Robert Noakes on 6/29/2010 */
#home-bottom
{
	height: 205px;
	background-image: none;
}

#home-bottom #home-bottom-videos
{
	padding: 20px 6px 0 0;
	float: right;
	width: 256px;
}

#home-bottom #home-bottom-videos div.video-wrapper
{
	float: none;
	clear: both;
}
#home-bottom #home-bottom-videos div.video-wrapper p
{
	font-size: 0.7em;
}

#home-bottom #home-bottom-videos div.video-image
{
	padding: 5px 15px 15px 5px;
	width: 94px;
	height: 58px;
	background: url(../images/video_bg.gif) no-repeat;
}

#home-bottom #home-bottom-videos h4
{
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 0.8em;
}
#home-bottom #home-bottom-videos h4, #home-bottom #home-bottom-videos h4 a
{
	color: #0d6654;
	font-weight: bold;
}
/* End: Added by Robert Noakes on 6/29/2010 */
