/*Reset CSS*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}


/*end Reset CSS*/


/*generic styling*/

body {
	background: #E0E0E0;
	position: relative;
	z-index: 0;
	}

#container {
	width: 960px;
	margin: 0 auto;
	background: #730101 url(../images/bkgd_words.png);
	font: 14px trebuchet ms;
	color: #fff;
	overflow: auto;
	}

a {
	color: #9d9fff;
	}
	
a:hover {
	color: #fff;
	}

#header {
	background: #fff;
	width: 960px;
	clear: both;
	padding: 20px 0 0 0;
	overflow: auto;
	}

#header_people_1 a {
	background: url(../images/header_people_1.jpg) no-repeat;
	float: left;
	width: 300px;
	height: 135px;
	text-indent: -9999em;
	margin: 0 0 0 20px; 
	}
	
#header_people_2 a {
	
	
	width: 150px;
	height: 135px;
	margin: 10px 10px 10px 10px; 
	}
	
#logo a {
	background: url(../images/A4_header_logo.png) no-repeat;
	float: left;
	width: 266px;
	height: 112px;
	margin: 0 0 0 27px;
	text-indent: -9999em;
	}


/*trainer login*/
	
#search {
	float: right;
	margin: 10px 40px 0 0;
	width: 200px;
	}
	
.legend {
	color: #5c0000;
	margin: 0 0 10px 0;
	float: right;
	}
	
.input_field {
	float: right;
	color: #5c0000;
	}
	
.text_box {
	margin: 0 0 10px 0;
	width: 100px;
	}
	
#submit {
	float: right;
	border: none;
	background: #5c0000;
	color: #fff;
	padding: 0 5px 2px 5px;
	}

#submit:hover {
	background: #fff;
	color: #5c0000;
	}

/*end trainer login*/


/*main navigation*/
	
#main_nav {
	float: left;
	margin: 20px 0 0 100px;
	}

#main_nav li {
	float: left;
	margin: 0 10px 0 0;
	}

#main_nav li a {
	width: 116px;
	height: 65px;
	display: block;
	text-indent: -9999em;
	}

.home {
	background: url(../images/nav_sprite.gif) no-repeat 0 0;
	}
	
.home:hover {
	background: url(../images/nav_sprite.gif) no-repeat 0 -65px;
	}
	
.courses {
	background: url(../images/nav_sprite.gif) no-repeat -123px 0;
	}
	
.courses:hover {
	background: url(../images/nav_sprite.gif) no-repeat -123px -65px;
	}
	
.calendar {
	background: url(../images/nav_sprite.gif) no-repeat -247px 0;
	}
	
.calendar:hover {
	background: url(../images/nav_sprite.gif) no-repeat -247px -65px;
	}
	
.contractors {
	background: url(../images/nav_sprite.gif) no-repeat -369px 0;
	}
	
.contractors:hover {
	background: url(../images/nav_sprite.gif) no-repeat -369px -65px;
	}
	
.virtual {
	background: url(../images/nav_sprite.gif) no-repeat -489px 0;
	}
	
.virtual:hover {
	background: url(../images/nav_sprite.gif) no-repeat -489px -65px;
	}
	
.contact {
	background: url(../images/nav_sprite.gif) no-repeat -610px 0;
	}
	
.contact:hover {
	background: url(../images/nav_sprite.gif) no-repeat -610px -65px;
	}
	
/*end main navigation*/	
	
#content {
	border: 10px #fff solid;
	background: #5c0000;
	margin: 0 auto;
	width: 800px;
	clear: both;
	overflow: auto;
	padding: 0 0 20px 0;
	position: relative;
	z-index: 5;
	}

#content_main {
	float: left;
	position: relative;
	z-index: 2;
	}
	
#content_sub {
	float: left;
	}
	
#call_now a {
	background: url(../images/call_us_now.png) no-repeat;
	float: right;
	width: 236px;
	height: 156px;
	text-indent: -9999em;
	margin: -80px 40px 0 0;
	position: relative;
	z-index: 10;
	}
	
p {
	margin-bottom: 20px;
	}

.login{
	color:#000;
}
	
.link {
	margin-top: 20px;
	}
	
.external_link {
	margin: 20px 0 0 20px;
	}
	
#footer {
	clear: both;
	width: 960px;
	}
	
#footer ul {
	width: 370px;
	margin: 20px auto 0 auto;
	}
	
#footer li {
	display: inline;
	clear: both;
	}
	
#footer li a {
	color: #fff;
	margin: 0 10px 0 10px;
	text-decoration: none;
	}

/*end generic styling*/


/*home page styling*/

.home_page .home {
	background: url(../images/nav_sprite.gif) no-repeat 0 -65px;
	}
	
.home_page #content_main {
	margin: 20px 0 0 30px;
	width: 400px;
	text-align: justify;
	}
	
.home_page #content_main img {
	border: 5px #ccc solid;
	margin: 20px 0 0 0;
	}
	
.home_page #intro {
	float: left;
	background: #fff;
	color: #000;
	width: 330px;
	margin: 20px 0 0 20px;
	}
	
.home_page #intro p {
	margin: 0 10px 10px 10px;
	}
	
.home_page .blurb {
	width: 400px;
	margin: 30px 0 0 30px;
	}
	
.home_page .blurb p {
	margin: 0 0 10px 0;
	}

.home_page .arrow {
	float: right;
	margin: 10px 10px 20px 10px;
	border: 1px #000 solid;
	}
	
.home_page	.top_mar {
	padding-top: 10px;
	}
	
.home_page	.bott_border {
	border-bottom: 2px solid #000;	
	padding-bottom: 20px;
	}
	
.home_page	.border_top {
	border-top: 2px solid #000;	
	padding-top: 20px;
	}
	
#facebook_logo a.facebook {
	background-image: url(../images/facebook_logo.jpg);
	float: left;
	width: 118px;
	height: 44px;
	margin: 10px 10px 0 40px;
	text-indent: -9999em;
	}
	
#facebook_logo a.twitter {
	background-image: url(../images/twitter_logo.jpg);
	float: left;
	width: 118px;
	height: 27px;
	margin: 18px 0 0 0;
	text-indent: -9999em;
	}
	
#facebook_logo {
	float: left;
	}
	
.home_page h1 {
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 10px;
	}
	
.home_page h2 {
	font-size: 18px;
	color: #FFF;
	background-color: #730101;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	border: #FFF 2px solid;
	}
	
.news_link {
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #06F;
	margin: 0 0 5px 10px;
	}
	
.home_page a.tdp {
	color: #00F	;
}

/*end home page styling*/


/*courses page styling*/

.courses_page .courses {
	background: url(../images/nav_sprite.gif) no-repeat -123px -65px;
	}

.courses_page #content_main, .courses_page #content_sub {
	width: 370px;
	margin: 30px 0 0 25px;
	}
	
.courses_page #content_main h2 a, .courses_page #content_sub h2 a {
	color: #fff;
	float: left;
	padding: 0 0 5px 0;
	}

.courses_page #content_main p, .courses_page #content_sub p {
	float: left;
	margin: 0 0 10px 0;
	}

.courses_page #content_main img, .courses_page #content_sub img {
	float: left;
	border: 2px #ccc solid;
	margin: 0 5px 0 0;
	}
	
.courses_page #content_main p a, .courses_page #content_sub p a {
	color: #fff;
	text-decoration: none;
	}

/*end courses page styling*/


/*calendar page styling*/

.calendar_page .calendar {
	background: url(../images/nav_sprite.gif) no-repeat -247px -65px;
	}

.nz_map {
	float: left;
	margin: 30px 0 0 40px;
	}

.course_finder {
	float: left;
	width: 300px;
	margin: 30px 0 0 100px;
	}
	
.course_finder p {
	margin: 0 0 5px 0;
	}
	
.course_finder h2 {
	margin: 0 0 20px 0;
	font-size: 18px;
	text-decoration: underline;
	}
	
.form_field {
	margin: 0 0 20px 0;
	}
	
.submit_button {
	float: left;
	margin: 0 0 10px 0;
	border: none;
	background: #fff;
	color: #5c0000;
	}

.submit_button:hover {
	background: #5c0000;
	color: #fff;
	}
	
.calendar_results {
	margin: 0 0 0 10px;
	}
	
.course_search {
	padding-top: 10px;
	}
	

/*end calendar page styling*/


/*contractors page styling*/

.contractors_page .contractors {
	background: url(../images/nav_sprite.gif) no-repeat -369px -65px;
	}

.contractors_page #content_main {
	width: 700px;
	margin: 30px 0 0 40px;
	}
	
.contractors_page h2 {
	margin: 0 0 5px 120px;
	text-decoration: underline;
	float: left;
	}

.contractors_page #content_main p {
	float: left;
	margin: 0 0 20px 0;
	width: 550px;
	}
	
.contractors_page #content_main img {
	float: left;
	margin: -19px 20px 0 0;
	clear: both;
}

.contractors_page #content_main a {
	color: #fff;
	text-decoration: none;
	}


/*end contractors page styling*/


/*virtual page styling*/

.virtual_page #content {
	background: #5c0000 url(../images/virtual_grad.gif) repeat-x;
	}

.virtual_page .virtual {
	background: url(../images/nav_sprite.gif) no-repeat -489px -65px;
	}
	
.virtual_page #content_main {
	width: 700px;
	margin: 40px 0 0 50px;
	}
	
.virtual_quote {
	font-weight: bold;
	font-style: italic;
	width: 500px;
	text-align: center;
	margin: 40px auto 60px auto;
	}
	
#column_1, #column_2, #column_3 {
	width: 200px;
	float: left;
	margin: 0 47px 0 0;
}

#column_3 {
	margin: 0 0 0 0;
}

.virtual_page h2 {
	margin: 0 0 10px 0;
	text-decoration: underline;
	}

.virtual_page #column_1 li, .virtual_page #column_2 li, .virtual_page #column_3 li {
	list-style: square;
	margin: 0 0 10px 0;
	}

#virtual_info {
	float: left;
	padding: 20px 0 40px 0;
	}
	
#virtual_info p {
	width: 500px;
	float: left;
	padding: 0 0 10px 0;
	margin: 0 0 0 100px;
	}
	
#free_trial p {
	margin: 0 0 0 0;
	width: 700px;
	}
	
#virtual_info p.large_font {
	font-size: 18px;
	text-decoration: underline;
	margin: 40px 0 0 0;
	}
	
#virtual_info p.margin_bottom {
	margin: 0 0 10px 0;
	}

/*end virtual page styling*/


/*contact page styling*/

.contact_page .contact {
	background: url(../images/nav_sprite.gif) no-repeat -610px -65px;
	}
	
	
.contact_page #content_main {
	float: none;
	text-align: center;
	margin: 40px auto 10px auto;
	}
	
.contact_page p {
	margin-bottom: 10px;
	}
	
	
.contact_margin {
	padding-bottom: 40px;
	}
	
.small_bott_mar {
	margin-bottom: 5px;
	}
	
.underline {
	text-decoration: underline;
	}
	
.contact_page .underline {
	margin-bottom: 10px;
	}
	
.contact_page #content_sub {
	width: 700px;
	float: none;
	margin: 0 auto;
	}
	
.contact_page h2 {
	text-align: center;
	margin: 20px 0 20px 0;
	text-decoration: underline;
	}
	
.contact_page .contact_map {
	float: left;
	margin: 0 20px;
	}
	
.contact_page .small_map {
	border: 5px #ccc solid;
	}
	
.contact_page .contact_map p {
	text-align: center;
	}
	
.contact_page textarea {
	float: right;
	}
	
.contact_page #content_sub p.security_p {
	margin: 10px 0 10px 0;
	}
	
.security_input {
	width: 200px;
	float: right;
	}
	
.input_field {
	width: 200px;
	float: none;
	}
	
.contact_page #content_sub p.float_none {
	margin: 40px 30px 10px 0;
	}
	
.contact_page form {
	width: 400px;
	padding-right: 60px;
	margin: 0 auto;
	text-align: center;
	}
	
.secure_img {
	float: right;
	}
	
.button {
	margin-top: 20px;
	border: none;
	background: #fff;
	color: #5c0000;
	}

.button:hover {
	background: #5c0000;
	color: #fff;
	}
	
.error_right_margin {
	color: #f9b106;
	margin-bottom: 10px;
	margin-right: 20px;
	font-size: 12px;
	}
	
.error_right_margin_text {
	color: #f9b106;
	font-size: 12px;
	margin-right: 20px;
	}
	
.bold_text {
	font-weight: bold;
	}
	
/*end contact page styling*/


/*course detail pages styling*/

.course_details #content_main {
	float: left;
	width: 660px;
	margin: 50px 0 0 70px;
	}
	
.course_details .return_courses {
	float: right;
	clear: both;
	margin: -20px 0 20px 0;
	}
	
.course_details h1 {
	font-size: 18px;
	text-decoration: underline;
	margin: 10px 0 0 0;
	}
	
.course_details h2 {
	font-size: 16px;
	margin: 20px 0 10px 0;
	clear: both;
	}
	
.course_details #content_main li {
	margin: 0 0 10px 15px;
	list-style: square;
	}
	
.course_details .find_course {
	margin: 40px 0 20px 0;
	}
	
.course_details #content_main img {
	float: left;
	margin: 30px 10px 20px 10px;
	border: 5px #ccc solid;
	}
	
.course_details #content_main img.no_border {
	border: none;
	}
	
.course_details #content_main a.align_right {
	float: right;
	}

/*end course detail pages styling*/


/*sub_contractors pages styling*/

.sub_contractors_page #content_main {
	width: 700px;
	margin: 50px 0 20px 50px;
	}
	
.sub_contractors_page #content_main h1 {
	font-size: 18px;
	margin: 20px 0 20px 0;
	}
	
.sub_contractors_page #content_main .return_courses {
	margin: -20px 0 20px 0;
	text-align: right;
	}
	
.sub_contractors_page #content_main .return_courses a {
	color: #9d9fff;
	text-decoration: underline;
	}
	
.sub_contractors_page #content_main .return_courses a:hover {
	color: #fff;
	}
	
#matrix {
	padding: 20px 0 0 0;
	}
	
.sub_contractors_page #content_main h2.margin_left {
	margin: 20px 0 10px 0;
	}
	
#pgdb_table {
	border-collapse: collapse;
	border: 1px #fff solid;
	width: 600px;
	margin: 40px auto 0 auto;
	}
	
#pgdb_table td {
	border: 1px #fff solid;
	padding: 10px 0 10px 10px;
	}
	
td.small_column {
	width: 100px;
	text-align: center;
	}
	
td.bold {
	text-align: center;
	font-weight: bold;
	}
	
.sub_contractors_page .refresher_list {
	margin-bottom: 20px;
	}

/*end contractors pages styling*/


/*albany map page styling*/

.albany_map__page #content_main {
	padding: 20px 0 0 0;
	}

.albany_map__page .return_contact {
	text-align: right;
	}
	
.wises_link {
	text-align: center;
	margin: 10px 0 0 0;
	}

.albany_map__page #content_main img {
	margin: 10px 0 0 22px;
	border: 5px #ccc solid;
	}

/*end albany map page styling*/


/*register interest page styling*/

.register_interest #content_main .left_margin {
	padding-left: 160px;
	}
	
.register_interest #content_main td {
	padding-left: 10px;
	padding-bottom: 10px; 
	}
	
.reg_int #content_main {
	float: none;
	}
	
.reg_int form {
	width: 600px;
	margin: 0 auto;
	}
	
table {
	width: 660px;
	margin: 0 auto;
	}
	
.reg_int textarea {
	float: none;
	}
	
.reg_int h2 {
	text-align: center;
	padding: 40px 0 40px 0;
	text-decoration: underline;
	}

/*end register interest page styling*/


/*tdp page styling*/

.tdp_page #content_main {
	width: 700px;
	margin: 20px 40px;
	}
	
.tdp_page h1 {
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 10px;
	}
	
.tdp_page h2 {
	font-size: 14px;
	text-decoration: underline;
	margin-bottom: 10px;
	}
	
.tdp_page table {
	width: 600px;
	border: 1px #fff solid;
	margin: 10px 0 20px 0;
	border-collapse: collapse;
	}
	
.tdp_page table td {
	border: 1px #fff solid;
	border-collapse: collapse;
	padding: 10px;
	}

/*end tdp page styling*/