﻿body 
{
	margin: 0px;
	padding: 0px;
	background-color: #352c2b;
	color: #352c2b;
	line-height: 15px;
	font-family: Arial;
	font-size: 12px;
}

#top 
{
	background-image: url(../redesign/headerBkgd.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 913px; 
	height: 413px;
	vertical-align:top;
	overflow:hidden;
		
	 } 
#bodyDoc 
{
	background-image: url(../redesign/background.jpg);
	background-position: top center;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	padding-top:0px;
	width: 913px;
	min-height:365px; 
	_height:365px;
	vertical-align:top;

 } 

#footer 
{
	background-image: url(../redesign/footerBkgd.jpg);
	background-position: top center;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 913px; 
	min-height: 304px;
	_height:304px;
	vertical-align:bottom;

 } 
#logo 
{
	position: relative;
	display:block;
	margin: 0px;
	margin-left: 55px;
	_margin-top: 0px;
	padding-top: 44px;
	padding-bottom:0px;
	width: 850px; 
	height: 95px;
	
		
	 }

#topLeft 
{
	position: relative;
	margin: 0px;
	margin-left: 55px;
	_margin-left: 30px;
	margin-top: 5px;
	margin-bottom:15px;
	_margin-bottom:0px;
	margin-right:10px;
	width: 460px; 
	float:left;
	display:block;
	height: 280px;
	vertical-align:top;
        /*_width:400px;*/
		
	 }
#topRight 
{
	position: relative;
	margin: 0px;
	margin-left: 40px;
	
	padding-top: 0px;
	width: 305px; 
	float: left;
	display:block;
	height: 280px;
	_height:250px;
	vertical-align:top;
	
	
	 }
#bodyLeft 
{
	position: relative;
	margin: 0px;
	margin-left: 55px;
	_margin-left: 30px;
	margin-right:10px;
	_margin-top:0px;
	width: 460px; 
	float:left;
	display:block;
	height: 280px;
	vertical-align:top;
	 }
#bodyRight 
{
	position: relative;
	margin: 0px;
	margin-left: 40px;
	_margin-top:0px;
	padding: 0px;
	width: 305px; 
	float: left;
	display:block;
	min-height: 300px;
	vertical-align:top;	
	
	 }
	 
#footerTop
{
	position: relative;
	margin: 0px;
	margin-left: 55px;
	margin-top: 0px;
	_margin-top: 0px;
	margin-right:10px;
	width: 850px; 
	_width:825px;
	display:block;
	height: 100px;
	vertical-align:top;
	text-align:left;
	
}
#footerBot 
{
	position: relative;
	margin:0px;
	margin-bottom: 20px;
	margin-left: 15px;
	/*margin-top: 5px;*/
	
	width: 850px;
	_width:825px;
	
	clear:both;
	position:absolute;
	bottom: 0;	 
	display:block;
	vertical-align:bottom;
}		
#contactFrm 
{
	position: relative;
	margin: 0px;
	margin-left:0px;
}
.toptitle 
{
	color:#003800;
	font-size: 36px;
	line-height: 35px;
	margin-top:0px;
	margin-bottom:15px;
	padding:0px;
}
.title 
{
	color:#003800;
	font-size: 36px;
	line-height: 35px;
	margin:0px;
}
.subtitle 
{
	color:#0090be;
	font-size: 20px;
	font-style:italic;
	padding-top:15px;
	_padding-top:20;
	line-height: 24px;
	_line-height: 28px;
	margin-bottom:0px;
	_margin-bottom:0px;
	padding-bottom:0px;
	_padding-bottom:0;
	font-weight:normal;
}
.contact
{
	font-weight:bold;
	}

input.medium
{
	margin: 1px;
	margin-bottom:2px;
	padding: 0px;
	width: 200px;
}
.textInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #352c2b;
	text-align: left;
	padding-right: 3px;
}
.footerText
{
	color:#ffffff;
	font-size: 10px;

}
#btnSubmit
{ 
	
}
	
img 
{
	outline:none;
	border:none;
}
h1
{
	margin:0px;
	padding:0px;
	_margin:0px;
}

#AlertDiv
{
    left: 20%; top: 50px;
    position: absolute;
    padding: 0px 0px 20px 0px;
    border: #ffffff 1px solid;
    background-color: #ffffff;
    text-align: center;
    display: none;
    z-index: 2000;
}
#AlertButtons
{
    position: absolute;
    left: 90%;
	right: 5px;
    bottom: 5px;
    padding-top: 30px;
	
}
#AlertButtons input
{
	border: 0px;
    background-color: #352c2b;
    color: #ffffff;
    padding: 2px 3px;
}

#overlay
{
    position: absolute;
    left: 0px;
    top: 0px;
	
    width: 100%;
    height: 100%;
	
    background: url(../redesign/overlay1.gif);
	
    /* Set both opacity and filter, for MSIE and firefox compatability */
    opacity: .8;
    filter: alpha(opacity=80);
	
    /* z-index sets the layer order, so that the overlay rests on top.
    Bear in mind that the popup dialogue needs to be even higher! */
    z-index: 1000;
}