@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: #ddd6c1 url(images/template_images/page_background.jpg) top center repeat-x;
color: #8e8a8a;
}

h1, h2, h3, h4, h5{
margin: 0;
padding: 0;
font-weight: bold;
color: #c1d72e;
font-family: Georgia, "Times New Roman", Times, serif;
}

img{
border: 0;
}

h1{
font-size: 18px;
}

h2{
font-size: 16px;
}

h3{
font-size: 14px;
}

h4{
font-size: 12px;
}

h5{
font-size: 12px;
}

p{

}

ul{

}

a{
color: #7aa4ac;
}

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

#container{
width: 943px;
height: 794px;
margin: 0 auto;
position: relative;
}

#menu_container{
position: absolute;
left: 209px;
top: 201px;
z-index: 9999;
}

#testimonials, #testimonials a{
width: 120px;
}

#about_us, #about_us a{
width: 100px;	
}

#main_content{
position: absolute;
left: 205px;
top: 259px;
width: 312px;
height: 222px;
text-align: left;
z-index: 1;
}

#bottom_content{
position: absolute;
left: 406px;
top: 521px;
width: 128px;
height: 160px;
text-align: right;
font-size: 10px;
}

#bottom_content p{
margin: 0;
pading: 0;
}

#legal{
position: absolute;
left: 402px;
top: 712px;
color: #7aa4ac;
font-size: 10px;
}

#legal a{
color: #7aa4ac;
}

#footer_contact{
position: absolute;
left: 202px;
top: 694px;
color: #492413;
text-align: left;
font-size: 12px;
}

#main_image{
display: block;
position: absolute;
left: 541px;
top: 244px;
width: 353px;
height: 253px;
}

#right_area_main_image{
background: url(images/contact-us/contact-us-top-right-image.jpg) top no-repeat;
display: block;
position: absolute;
left: 540px;
top: 243px;
width: 354px;
height: 253px;
text-align: left;
}

#right_area_main_text{
text-align: left;
padding-top: 5px;
padding-left: 20px;
padding-right: 15px;
}


#bottom_left_image{
display: block;
position: absolute;
left: 205px;
top: 524px;
width: 188px;
height: 135px;
}

#bottom_right_leftmost_image{
position: absolute;
display: block;
left: 564px;
top: 543px;
width: 155px;
height: 116px;
font-size: 10px;
}

#bottom_right_rightmost_image{
display: block;
position: absolute;
left: 727px;
top: 543px;
width: 155px;
height: 116px;
}

#bottom_right_image{
display: block;
position: absolute;
left: 566px;
top: 543px;
width: 315px;
height: 115px;
}

#scrollBar {
overflow: visible; 
overflow-x: hidden; 
overflow-y: auto; 
width: 95%; 
height: 200px; 
padding: 10px;
}

/* contact form */

label {
width: 110px;
float: left;
text-align: left;
margin-right: 12px;
display: block;
}

.textbox {
width: 350px;
}

input, textarea {
color: #000;
background: #ecf7fe;
border: 1px solid #232f27;
font-size: 12px;
}

input {
width: 180px;
}

textarea {
clear: both;
width: 300px;
margin-top: 0px;
}

.submit input, .reset input {
margin-left: 202px;
color: #fff;
background: #133860;
border: 1px thin #d7b9c9;
width: 100px;
}

fieldset {
border: 0px solid #ccc;
width: 350px;
font-size: 12px;
font-weight: normal;
}

.required-text{
font-size: 10px;
color: #ac1d1d;
}

.display_none{
display: none;
}

/************************************************
				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;
}

/* styles for icebox popups  */

#icebox{
background: #000000;
}

#icebox_image{
position: absolute;
top: 16px;
left: 16px;
}

#icebox_frame{
position: absolute;
top: 16px;
left: 16px;
border: 0px;
}

#icebox_close_button{
position: absolute;
top: 0px;
right: 0px;
}

#icebox_loading{
position: fixed;
bottom: 0px;
right: 0px;
}

#icebox_overlay{
background-color: black;
-moz-opacity: 0.8;
opacity: 0.8;
filter:alpha(opacity=80);
_background: transparent url("images/overlaybg.png" ) top left repeat;
}

.icebox{

}

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

#main_menu{
list-style: none;
margin: 0;
padding: 0;
text-align: left;
font-family: Georgia, "Times New Roman", Times, serif;
}

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

#main_menu .vertical{
width: 134px;
}

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

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

.horizontal li .is_submenu{
position: absolute;
top: 24px;
left: -10px;
margin: 0;
padding: 0;
list-style: none;
background: #57b6cf;
padding: 5px 0 5px 0;
z-index: 9999;
}

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

.vertical .has_submenu span, .vertical .no_submenu a{
display: block;
color: white;
text-decoration: none;
width: 114px;
padding: 2px 10px 2px 10px
}

.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: 114px;
padding: 2px 0 2px 20px;
}

.has_submenu span:hover, .no_submenu a:hover{
color: white;
cursor: pointer;
_cursor: hand;
}

li .is_submenu li a:hover{
color: #235e6c;
cursor: pointer;
_cursor: hand;
}

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

.header_text_image{
position: relative;
left: -6px;
}

.brownText{
color:#502c1a;
}