@charset "UTF-8";
/* 
	Master Style Sheet developed by Aaron Gough
	http://www.aarongough.com
*/

/************************************************
		 Styling for Standard Elements	
*************************************************/

body, html{
border: 0;
padding: 0;
margin: 0;
}

body{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
background: #6e8db8 url(images/template_images/body_background.jpg) top left repeat-x;
}

h1, h2, h3, h4, h5{
margin: 0;
padding: 0;
font-weight: normal;
color: #7d0929;
}

img{
border: 0;
}

h1{
font-size: 24px;
}

h2{
font-size: 18px;
}

h3{
font-size: 14px;
}

h4{
font-size: 12px;
}

h5{
font-size: 12px;
}

p{

}

ul{

}

a{
color:#7d0929;
}

/************************************************
		Custom Styling for Specific IDs		
*************************************************/

#container{
width: 984px;
margin: 0 auto;
background: transparent url(images/template_images/background_vertical_repeat.jpg) top left repeat-y;
}

#container_header{
width: 984px;
background: transparent url(images/template_images/header_background.jpg) top left no-repeat;
}

#container_footer{
width: 984px;
background: transparent url(images/template_images/footer_background.jpg) bottom left no-repeat;
position: relative;
}

#header_container{
width: 100%;
height: 207px;
clear: both;
}

#vertical_spacer{
width: 1px;
height: 452px;
overflow: hidden;
float: left;
display: inline;
}

#menu_and_contact_column{
float: left;
display: inline;
width: 158px;
margin-left: 20px;
text-align: right;
font-size: 12px;
}

#menu_container{
width: 158px;
height: 151px;
position: relative;
}

#register_now{
padding-top: 10px;	
}

#contact{
position: absolute;
bottom: 86px;
left: 21px;
width: 142px;
text-align: right;
font-size: 10px;
color: #395674;
line-height: 1.8em;
}

#contact a{
color: #395674;	
}

#contact_title{
color: #7d0929;
font-size: 16px;
font-weight: bold;
}

#main_content_column{
float: left;
display: inline;
width: 348px;
margin-left: 31px;
text-align: justify;
padding-bottom: 61px;
}

#main_content_column ul li{
padding: 3px 0 3px 0;	
}

#right_side_image_column{
float: right;
display: inline;
width: 315px;
margin-right: 25px;
padding-bottom: 6px;
border: 6px solid #5275a9;
border-width: 0 0 6px 0;
}

#spacer{
width: 100%;
height: 1px;
overflow: hidden;
clear: both;
}

#legal{
width: 624px;
padding-right: 360px;
padding-bottom: 20px;
margin: 0 auto;
font-size: 10px;
}

#legal, #legal a{
color: white;	
}

/************************************************
				Global Classes	
*************************************************/

/* for any block-level elements */
.clear{ 
clear: both; 
}

.float_left{
float: left;
}

.float_right{
float: right;
}

/* for text */
.align_left{
text-align: left;
}

.align_right{
text-align: right;
}

.align_center{
text-align: center;
}

.align_justify{
text-align: justify;
}

.bold{
font-weight: bold;
}

.italic{
font-style: italic;
}

.underline{
text-decoration: underline;
}

/* for images */
.img_left{
float: left;
display: inline;
margin: 4px 10px 4px 0;
}

.img_right{
float: right;
display: inline;
margin: 4px 0 4px 10px;
}

/* for lists */
.nopadding{
padding: 0;
}

.noindent{
margin-left: 0;
padding-left: 0;
}

.nobullet{
list-style: none;
list-style-image: none;
}

/************************************************
				Menu Styling	
*************************************************/

#main_menu{
list-style: none;
margin: 0;
padding: 0;
position: absolute;
top: -10px;
left: 0px;
}

#main_menu .horizontal{
position: absolute;
top: 244px;
left: 288px;
width: 677px;
height: 24px;
}

#main_menu .vertical{
width: 158px;
}

.horizontal .has_submenu, .horizontal .no_submenu{
width: 110px;
height: 24px;
float: left;	
position: relative;
}

.horizontal .has_submenu span, .horizontal .no_submenu a{
display: block;
width: 110px;
height: 28px;
line-height: 24px;
text-decoration: none;
color: white;
}

.horizontal li .is_submenu{
position: absolute;
top: 24px;
left: 0px;
margin: 0;
padding: 0;
list-style: none;
background: #368f93;
padding: 5px 0 5px 0;
}

.horizontal li .is_submenu li a{
display: block;
width: 100px;
padding: 3px 5px;
color: white;
text-decoration: none;
}

.vertical .has_submenu span, .vertical .no_submenu a{
display: block;
color: white;
text-decoration: none;
width: 129px;
padding: 1px 16px 1px 13px
}

.vertical li .is_submenu{
padding: 0;
margin: 0;
list-style: none;
}

.vertical li .is_submenu li a{
display: block;
color: white;
text-decoration: none;
width: 129px;
padding: 2px 20px 2px 0px;
}

.has_submenu span:hover, .no_submenu a:hover, li .is_submenu li a:hover{
color: #7d0929;
cursor: pointer;
_cursor: hand;
}

/************************************************
				Custom Classes	
*************************************************/

.contact_left_column{
text-align: right;	
width: 100px;
}

.contact_input{
width: 237px;	
}

.contact_textarea{
width: 99%;	
}

.contact_honey{
visibilty: hidden;
display: none;
}