body {
	background-color:#E6E9D1;
	color:#666666;
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px 10px;
	padding: 0px;

}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
        
}
a{
	font-size:12px;
                text-decoration:none;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header.jpg);
	width:717px;
	height:255px;
	position:relative;
}
#header ul{
	
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	top:255px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:none;
	color:#28556b;
}
#logo_w1 {
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}

#logo_w2 {
	font-size: 18px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}

#logo_w1{
	top:15px;
	left:70px;
}
#logo_w2{
	top:44px;
	left:94px;
}
#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
	background-image:url(images/content_bg.gif);
	width:717px;
}
img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#85a157;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
#left {      
	float:left;
	width:418px;
	margin-left:25px;
	padding: 0px 10px 20px 0px;
	display:inline;
              
}

#left1 {      
	float:left;
	width:700px;
	margin-left:25px;
	padding: 0px 10px 20px 0px;
	display:inline;
              
}

#leftServices {      
	float:left;
	width:680px;
	margin-left:15px;
	padding: 0px 10px 20px 0px;
	display:inline;
              
}

#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#photos a{
	margin-right:10px;
}
#right {
	float:right;
	width:240px;
	padding: 0px 10px 20px 10px;
	margin-top:10px;
	border-left: #FFF 2px solid;
        display:block;
}

#rightService {
	float:right;
	width:240px;
	padding: 0px 10px 20px 10px;
	margin-top:10px;
	border-left: #FFF 2px solid;
        display:block;
}

#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/footer_bg.gif);
font-size:1px;

height:10px;
}
#footer {
	width:717px;
	text-align:center;
	padding: 20px 0px;
        color:#666666;;
}


input.btn {

color:#666666;;   
font-family: Verdana,  Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold; 
 background-color:#fed;   
  border: 1px solid;   
  border-color: #696 #363 #363 #696;   
  filter:progid:DXImageTransform.Microsoft.Gradient   
  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');   

}

ul.subsection_tabs {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
	clear:both;
	border-bottom:1px solid #ccc;
	height:20px;
	clear:both;
}

ul.subsection_tabs li.tab {
	float:left;
	margin-right:7px;
	text-align:center;
}

ul.subsection_tabs li.tab a {
	display:block;
	height:20px;
	padding:0 6px 0 6px;
	background-color:#fff;
	color:#666;
	width:80px;
}

ul.subsection_tabs li.tab a:hover {
	color:#666;
}

ul.subsection_tabs li.tab a.active {
	background-color:#ddd;
}

ul.subsection_tabs li.source_code {
	float:right;
}


.label
{
	color: #444;
	text-align: right;
}


a.main_button
{	
	top: 135px;
	left: 140px;
	position: absolute;
	width: 167px;
	height: 34px;
	background: url(images/button.gif) left top no-repeat;
}

.fontheader
{
                color:#666666;
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size: 12px;
                font-weight:bold;
                padding: 5px;
}

.bevelmenu{
font: bold 13px verdana,ariel;
padding: 2px 0px;
margin: 0;
width: 99%;
background-color: #aabfaa;
border: 2px solid  #ffffff;
text-align: left; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
border: 1px solid  #ffffff;
}

.bevelmenu li a{
padding: 12px 8px;
text-decoration: none;
color: black;
background-color: #aabfaa;
border: 2px solid  #aabfaa;
color: white;
}

.bevelmenu li a:hover{
color: black;
background-color:#E6E9D1;
border-style: outset;
border: 2px solid  #E6E9D1;
}

html.body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

legend{	
	background-color:#99cccc;
	
	border-width:1px;
	border-style:solid;
	border-color:#aabfaa;
	
	color:#ffffff;
	font-weight:bold;
	font-variant:small-caps;
	font-size:110%;
		
	padding:1px 1px;
	margin:0px 0px 0px 0px;
	position:relative;
	top: -9px;
	
}