/* STICKY FOOTER */

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}
/* End hide from IE-mac */


body {
	background-color: #FFFFFF;
	background-image: url(images/bg_body.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: top;
}

#wrap {height: auto; min-height: 100%;

				width: 900px;
				margin-right: auto;
				margin-left: auto;
				}


#main {padding-bottom: 100px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
	background-color: #333333;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #999999;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #D0D0D0;
	padding-top: 20px;
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}

.clear {
	height: 0px;
	width: 0px;
	margin-left: 0px;
	clear: both;
}

#top {
	width: 900px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#header {
	width: 595px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 375px;
	position: relative;
	clear: right;
}
#logo {
	padding: 0px;
	width: 305px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	height: 302px;
	position: relative;
	background-image: url(images/logo.jpg);
	background-position: center top;
}

#nav {
	background-color: #FFFFFF;
	float: left;
	color: #FFFFFF;
	background-image: url(images/bg_col1.jpg);
	background-repeat: no-repeat;
	background-position: center 302px;
	top: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	width: 305px;
}
#intro {
	width: 230px;
	height: 291px;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 500;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
}
#inner_footer {
	height: 60px;
	width: 880px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navrt {
	float: right;
	height: 50px;
	width: 14px;
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 0px;
}
#navlt {
	float: left;
	height: 50px;
	width: 13px;
	position: relative;
	margin: 0px;
	padding: 0px;
	clear: left;
}
#nav img {
	margin: 0px;
	padding: 0px;
}

.menu{
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 190px;
}


.menu:after{ /*Add margin in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menu ul{
	text-align: left;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 8px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-left: 0px;
	float: left;
	position: relative;
	margin-left: 55px;
	width: 190px;
	list-style-type: none;
}

.menu ul li{
	display: block;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	width: 190px;
	padding-bottom: 3px;
	padding-top: 2px;
}
#menu .last {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menu ul li a{
	color: #666666;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-family: "Times New Roman", Times, serif;
	width: 100%;
}

.menu ul li a:visited{
}



.menu ul li a:hover{
	color: #FFFFFF;
	background-color: #990000;
	width: 190px;
}
#newsletter {
	float: right;
	height: 44px;
	width: 595px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/newsletter_rt.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
#content .flt_rt {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#banner {
	height: 331px;
	width: 595px;
	float: right;
	top: 0px;
	padding: 0px;
	left: 0px;
	position: relative;
	background-color: #000000;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/banners/home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.subnav { /*Indent subcategories */
	margin-left: 10px;
	width: 865px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* END MAIN NAVIGATION */


#bottom {
	width: 595px;
	margin: 0px;
	padding: 0px;
	float: right;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
li {
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 4px;
	margin-bottom: 0px;
	clear: right;
}

ul li a {
	color: #990000;
	text-decoration: underline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


ul li a:visited {
	color: #333333;
}

ul li a:hover {
	color: #990000;
}

a {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
.inline {
	display: inline;
	list-style-type: none;
}
#nav img {
	margin: 0px;
	padding: 0px;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 {
	font-family: Arial, Helvetica, sans-serifArial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: 700;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #7D1410;
}

.float_rt {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	float: right;
	margin-top: 0px;
}
.indent25 {
	text-align: right;
}

#services .foot {
	background-color: #CCCCCC;
	padding: 5px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	bottom: 0px;
	clear: both;
	float: left;
	position: relative;
}

#content_full {
	width: 855px;
	float: left;
	margin-top: 15px;
	color: #333333;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	left: 0px;
	clear: none;
}
#content_full ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
}
#content_full h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 24px;
}

#content_full h2 {
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 0px;
}
#content_full p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	padding-right: 20px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

	
	
	#content_75 {
	width: 550px;
	float: left;
	margin-top: 15px;
	color: #333333;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	left: 0px;
	clear: none;
}
#content_75 ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
}

#content_75 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	padding-right: 0px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	float: left;
	}
#col_left {
	width: 285px;
	float: left;
	margin-top: 0px;
	color: #333333;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	left: 0px;
	clear: none;
	background-image: url(images/bg_col1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#content {
	width: 260px;
	float: left;
	margin-top: 10px;
	color: #333333;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 7px;
	position: relative;
	left: 0px;
	clear: none;
}
#wrap #main #bottom #content img .cover_rt {
	margin: 0px;
	padding: 0px;
	float: right;
}
#content ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 24px;
}

#content h2 {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 8px;
	padding: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 24px;
	letter-spacing: 0em;
	font-variant: normal;
}

h2 {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 8px;
	padding: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	padding-right: 0px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 10px;
	float: left;
	width: 250px;
	}
	
#book p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	padding-right: 0px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	float: left;
	width: 150px;
	}
#book {
	width: 140px;
	float: right;
	margin-top: 25px;
	color: #333333;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
	margin-right: 25px;
	margin-left: 7px;
	position: relative;
	left: 0px;
	clear: none;
}
#nav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #333333;
	float: left;
	clear: both;
	width: 225px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#construction {
	height: auto;
	width: 850px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	float: left;
	margin-top: 15px;
	padding: 25px;
}


#notice {
	font-family: Arial, Helvetica, sans-serif;
	width: 450px;
	border: 1px dashed #6384A6;
	background-color: #BED6ED;
	padding: 15px;
}


/*#footer {
	height: 100px;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	line-height: 15px;
	font-size: 12px;
	font-weight: 700;
	color: #E0E0E0;
	clear: both;
	float: none;
	background-color: #333333;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #999999;
	bottom: -80px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
*/
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#rfoot {
	float: right;
	height: 45px;
	text-align: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-weight: 700;
	font-style: normal;
	color: #FFFFFF;
}

#lfoot {
	float: left;
	height: 45px;
	line-height: 19px;
}


#rfoot ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: right;
}
#rfoot li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 5px;
	margin-left: 5px;
}

#rfoot .last {
	border-right-width: 0px;
	border-right-style: none;
}



td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* FORM STYLES */

#contact #button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #CC0000;
	border: 2px solid #FFFFFF;
	float: left;
	margin-right: 85px;
	margin-left: 125px;
	font-size: 14px;
}
.contact_input {
	border: 1px solid #CC0000;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #CC0000;
	background-color: #F4F4F4;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}



#contact label {
	display: block;
	padding-right: 15px;
	float: left;
	text-align: right;
	width: 115px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 1.25em;
}
#contact {
	width: 550px;
	background-color: #FFFFFF;
	float: left;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#contact #textfield {
	display: block;
}
#nav #menu .selected {
	background-color: #BFBFBF;
}
#content .flt_lt {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#content_full .float_lt {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
}
.float_left {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#newsletter #newsform {
	float: right;
	width: 298px;
	height: 34px;
	padding: 0px;
	clear: none;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#newsletter img {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}
#newsform input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #990000;
	float: left;
	position: relative;
}
#newsform .subscribe {
	background-image: url(images/btn_subscribe.png);
	float: left;
	height: 16px;
	width: 82px;
	position: relative;
	padding: 0px;
	margin-top: 5px;
	margin-left: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.selected {
	background-color: #CCCCCC;
	width: 190px;
}
#logo a {
	padding: 0px;
	width: 305px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 302px;
}
#content .cover_rt {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: right;
	width: 125px;
}
#banner_coaching {
	height: 331px;
	width: 595px;
	float: right;
	top: 0px;
	padding: 0px;
	left: 0px;
	position: relative;
	background-color: #000000;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/banners/coaching.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#banner_workshops {
	height: 331px;
	width: 595px;
	float: right;
	top: 0px;
	padding: 0px;
	left: 0px;
	position: relative;
	background-color: #000000;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/banners/workshops.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content_66 {
	width: 350px;
	float: left;
	margin-top: 10px;
	color: #333333;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 7px;
	position: relative;
	left: 0px;
	clear: none;
}
#content_66 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	padding-right: 0px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 10px;
	float: left;
	width: 340px;
}
#content_66 ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	float: left;
	display: block;
}

#content_66 li {
	margin-right: 4px;
	padding-right: 0px;
	list-style-image: url(images/aro_red.png);
	padding-left: 0px;
	list-style-position: outside;
	clear: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}


content_66 ul li a {
	color: #990000;
	text-decoration: underline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content_66 ul li a:visited {
	color: #990000;
}
#intro a {
	color: #FF3333;
}
#intro a:visited {
	color: #FF3333;
}
#intro a:hover {
	color: #FFFFFF;
}
