/* CSS Document - White Rose Golf Breaks */

* {
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 14px;								   
color: #3e6b18;
margin: 0;
padding: 0;
}

html, body {
width: 100%;
height: 100%;	
background-image: url('images/background_repeater.jpg');
background-repeat: repeat-x;
background-position: top center;
}

h1,h2,h3,h4,h5,h6 {font-weight: normal;}
h1 {font-size: 28px;text-align:center;}
h2 {font-size: 25px;}
h3 {font-size: 20px; padding-top:15px;}
h4 {font-size: 22px; color: #fff;}
h5 {font-size: 18px; color: #282727;}
h6 {font-size: 18px; padding-top:15px;}

p {font-size: 14px;} 
p.white {color: #fff}		   

a {text-decoration: none; color: #282727;}
a:hover {color: #3e6b18;}

ul {
list-style-type:none;
padding-bottom: 30px;
}					 

ul li {
padding: 5px 0px;
clear:both;
}		

#header_container {
width: 984px;
height: 208px;
position: absolute;
}

#header_left {
float: left;
}

#header_top {
float: left;
height:63px;
}		  

#header_img {
height: 144px;
float:left;
}

#header_right {
position: absolute;
top: 0px;
right:0px;
float: left;
}

#main_container {
width: 1134px;
min-height: 455px;
height: 455px;
position: absolute;
top: 207px;
}								

body > #main_container {height: auto;}

#main_left {
background-image: url('images/main_left.jpg');
background-repeat: no-repeat; 
float: left;
min-height: 405px;
height: 405px;
width: 161px;
padding: 50px 30px 0px 50px;
}

#main_content {
background-color: #fff;
float: left;
width: 605px;
min-height: 425px;
height: 425px;
padding: 15px; 
text-align:justify;
}			  

#main_container > #main_content {
height: auto;
}

#main_right {
min-height:750px;
height: 750px;
width: 210px;
padding: 65px 10px 0 30px;
background-image: url('images/main_right.jpg');
background-repeat: no-repeat;
background-position: top left;
float: left;
}

#main_container > #main_left, #main_container > #main_right {
height:auto;
}

#box_left {
float: left;
}			

#box_right {
float: left;
}

.green_box {
color: #fff;
width: 197px;
height: 153px;
background-image: url('images/green_box.gif');
position: absolute;
left:11px;
}		  

.green_box p {
margin:35px 0px 3px 90px;	 
color: #fff;
}

.green_box h4 {
padding: 5px 0px 0px 60px;
}

ul li label {		 
display:block;
width: 150px; 
float:left;
text-align:right;
padding-right: 10px;
}
		   
ul li input {
float:left;	
width:250px;
}
			
ul li textarea {
width: 250px;
}

#MapBuilderSideBar {
display: none;
}

#submenu {
height: 50px;
padding-bottom: 10px;
}

#submenu li {
display: block;
float: left;
clear:none;
width: 95px;
text-align: center;

}  

#submenu li a {
display: block;
text-align: center; 
font-size: 10px;	  
width: 100%; 
padding: 0;
margin: 0 0 10px 0;
border-right: 1px solid green;
}

.news_body a {		  
display:block;
width: 100%;
text-align: right;
margin: 10px 0 10px 0;


}

.news_body_hide_a a {		  
display:none;
}	
