@charset "UTF-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2a2f30;
	background: url(images/bg.gif) #f5f7fa;
}

h1{
	font-size: 2em;
	margin-top: 0;
	padding: 20px;
	padding-bottom: 0;
}


h2, h3, p{
	padding: 0 20px;
}

h3{
    margin: 10px 0 5px 0;
}


hr{
	margin: 0 20px;
	background: #706b5b;
	border: 0;
	height: 1px;
}


a img{
	border: none;
}

a{
	color: #8F001A;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}
	

#header{
	background: url(images/header_bg.gif) bottom repeat-x #ffffff;
	height: 180px;
	position: relative;
	padding: 10px;
}

#header_box{
	margin: 10px auto;
	width: 960px;
}

#register{
	margin-left: 830px;
	z-index: 99;
	position: absolute;
	top: 70px;
}

#register a{
	display: block;
	width: 125px;
	height: 125px;
	background: url(images/register.png) no-repeat;
	text-decoration: none;
}

#register a:hover{
	background: url(images/register_on.png) no-repeat;
	text-decoration: none;
}


#donate{
	margin-left: 830px;
	z-index: 99;
	position: absolute;
	top: 60px;
}

#donate a{
	display: block;
	width: 150px;
	height: 150px;
	background: url(images/donate.png) no-repeat;
	text-decoration: none;
}

#donate a:hover{
	background: url(images/donate_on.png) no-repeat;
	text-decoration: none;
}

#contact{
	float: right;
	font-size: 1em;
	color: #696b6c;
	height: 25px;
}

#phone{
	background: url(images/phone.gif) left bottom no-repeat;
	padding-left: 35px;
	padding-right: 15px;
	border-right: #cccccc 2px solid;
}

#fax{
	background: url(images/fax.gif) left bottom no-repeat;
	margin-left: 10px;
	padding-left: 35px;
	padding-right: 15px;
	border-right: #cccccc 2px solid;
}

#email{
	background: url(images/email.gif) left bottom no-repeat;
	margin-left: 10px;
	padding-left: 35px;
	padding-right: 20px;
	color: #696b6c;
 	text-decoration: none;
}

#email:hover{
 	text-decoration: underline;
}

#logo{
	float: left;
	position: relative;
	left: 30px;
}

#achp{
	float: right;
	position: relative;
	right: 130px;
	top: 20px;
}

#navigation{
	background: #8f001a;
	clear: both;
	
}

#sub_navigation{
     margin: 0 10px;
     padding: 10px 0 0 0;
     float: left;
}



#navigation ul, #sub_navigation ul
{
	margin: 0;
	height: 40px;
	line-height: 18px;
	text-align: center;
	padding: 0;
}

#sub_navigation ul{
    text-align: left;
}

#navigation ul li, #sub_navigation ul li
{
	display: inline;
	position: relative;
	top: 10px;
	
}



#navigation ul li a, #sub_navigation ul li a
{
	padding: 0 10px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

#sub_navigation ul li a{
    display: block;
    height: 15px;
    float: left;
}

#navigation ul li a:hover, #navigation #active
{
	color: #dacfaf;
}

#sub_navigation ul li a{
	color: #2a2f30;
	padding: 5px 10px;
}

#sub_navigation ul li a:hover{
     border-bottom: 2px solid #2a2f30;
}

#sub_navigation #sub_active{
     color: #8f001a;
      border-bottom: 2px solid #8f001a;
}

#body{
	background: #dacfaf;
	width: 960px;
	margin: 0 auto;
	margin-top: 5px;
	padding-bottom: 20px;
}

#slideshow{
	margin: 0 auto;
	margin-top: 5px;
	width: 960px;
	height: 300px;
	background: #dacfaf;
}

.slide{
	height: 300px;
	padding: 0;
	background: #dacfaf;
	width: 960px;
	position: absolute;
}

.slide div{
	width: 500px;
}

#slide1{
	background: url(images/slides/slide1.jpg) no-repeat right;
}

#slide2{
	background: url(images/slides/slide2.jpg) no-repeat right;
}

#slide3{
	background: url(images/slides/slide3.jpg) no-repeat right;
}

#slide4{
	background: url(images/slides/slide4.jpg) no-repeat right;
}

#body_photo{
	float: right;
	margin: 20px;
}

#body_photo.body_photo_home{
	margin-bottom: 0;
}

#learn_more{
	background: url(images/arrow.png) left top no-repeat;
	color: #ffffff;
	text-decoration: none;
	padding: 6px 37px 5px 20px;
	font-weight: bold;
	display: block;
	height: 35px;
	width: 150px;
	float: right; 
}

#learn_more:hover{
	background: url(images/arrow_on.png) left top no-repeat;
	
}

.register{
	background: url(images/register.gif) left bottom no-repeat;
	color: #ffffff;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 12px;
	padding-right: 26px;
	padding-bottom: 4px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: normal;
}

.register:hover{
	text-decoration: underline;
}

.add_cart{
	background: url(images/arrow.gif) left bottom no-repeat;
	color: #ffffff;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 30px;
	padding-bottom: 4px;
	margin-left: 20px;
	font-size: 14px;
	font-weight: normal;
}

.add_cart:hover{
	text-decoration: underline;
}


#shopping_cart{
	float: right;
	padding: 20px 30px 10px 30px;
	background: url(images/cart.gif) center left no-repeat;
	font-weight: bold;
}


.schedule{
	width: 80%;
	margin: 0 auto 20px auto;
	border-collapse: collapse;
}

.schedule th{
	background: #a79f88;
	border: #706b5b thin solid;
	padding: 3px 10px;
	width: 50%;
}

.schedule td{
	border: #706b5b thin solid;
	padding: 3px 10px;
}

.store_image{
	padding: 0 20px 20px 20px;
	float: left;
}

.price{
	padding-left: 20px;
	
}

.item{
	clear: both;
}

#boxes{
	width: 960px;
	margin: 0 auto;
	clear: both;
}

.box{
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 162px;
	height: 150px;
	text-align: center;
	padding: 15px;
}

.schedules{
	background: #8f001a;
}

.consumers{
	background: #92a8c1;
}

.workshops{
	background: #72685F;
}

.dictionary{
	background: #dacfb1;
}

.store{
	background: #2a2f30;
}

.box h2{
	text-align: left;
	margin-top: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 19px;
}


.schedules h2, .schedules p{
	color: #c77f8c;
}

.consumers h2, .consumers p{
	color: #d8e0e9;
}

.workshops h2, .workshops p{
	color: #b8b3af;
}

.dictionary h2, .dictionary p{
	color: #f5f3ea;
}

.store h2, .store p{
	color: #949797;
}

.box p{
	font-size: 12px;
	text-align: left;
	padding: 0;
}

.box a{
	color: #FFFFFF;
	text-decoration: none;
}

.box a:hover h2, .box a:hover p{
	color: #FFFFFF;
	text-decoration: none;
}

#subnav_box{
	float: right;
	width: 325px;
	background: #FFFFFF;
	margin: 20px;
	/*border: 1px solid #8F001A;*/
}

#subnav_box div{
	border: 1px solid #8F001A;
	margin: 10px;
}

#subnav_box h2{
	color: #8F001A;
	margin: 10px;
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}

#subnav{
	padding: 0;
	margin: 0;
}

#subnav li{
	list-style: none;
}


#subnav li a{
	color: #8F001A;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	padding-left: 40px;
	padding-right: 5px;
	vertical-align: middle;
	/*border-top: 1px solid #8F001A;*/
	background: url(images/subnav_bullet_on.gif) left no-repeat;
}

#subnav li a:hover{
	color: #dacfaf;
	background: url(images/subnav_bullet.gif) left no-repeat #8F001A;
}

#registration_form{
	width: 840px;
	margin: 0 60px;
}

#registration_form th{
	text-align: left;
	width: 250px;
}

#registration_form th.header{
	font-size: 18px;
	
}

#registration_form hr{
	margin: 0;
	margin-bottom: 10px;
}

#registration_form th, #registration_form td{
	padding: 5px;
	vertical-align: top;
}

.form_body li{
	list-style: none;
	clear: both;	
}


.column{
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-top: 10px;
}


label.input_label{
	display: block;
	line-height: 130%;
	font-weight: bold;
}

label.field_label{
	display: block;
	line-height: 130%;
}

div.field_description{
	font-size: 12px;
	margin: 0 20px 20px 0;
}

.form_submit{
	clear: both;
	margin: 20px 0 10px 0;
}

.form_submit input{
	background:  #8F001A;
	color:  #ffffff;
	border:  none;
	font-size: 12px;
}

.field_required{
	color: #8F001A;
}

label.error { float: none; color: #8F001A; padding-left: .5em; vertical-align: top; }

#consumer_options, #professional_options, #credit_options, #course_calendar{
	display: none;
	font-weight: bold;
}


.error_span{
	color: #8F001A;
	font-weight: bold;
	font-size: 10px;
	padding-left: 10px;
	display: none;
}

#disclaimer{
	background: #FFFFFF;
	border: 1px solid #8F001A;
	color: #8F001A;
	width: 600px;
	padding: 20px;
	position: absolute;
	z-index: 99;
	margin-left: 180px;
	margin-top: 20px;
}


#ok a{
	display:  block;
	background: #8F001A;
	color: #ffffff;
	text-decoration:  none;
	padding: 20px;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
}

#ok a:hover{
	color: #DACFAF;
}


#footer{
	clear: both;
	background: url(images/footer_bg.gif) no-repeat top center;
	width: 960px;
	height: 230px;
	margin: 5px auto;
	text-align: center;
	padding: 10px 0;
}

#footer span{
	font-size: 0.8em;
	color: #FFFFFF;
	padding: 10px 15px;
}

#footer span a{
	color: #FFFFFF;
	text-decoration: none;
}

#copyright{
	width: 960px;
	text-align: center;
	font-size: 0.7em;
	margin: 0 auto;
	padding-bottom: 10px;
}

#copyright a{
	color: #2a2f30;
	text-decoration: none;
}

#copyright a:hover{
	text-decoration: underline;
}
