@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background:#FAF6ED url(Images/BackGroundAndWrapper/Giovanni_body_background.png) top left no-repeat fixed;
}



/** main Frame **/
 #MainFrameTop{
	margin-left:auto;
	margin-right: auto;
	margin-top:30px;
	width:732px;
	height:267px;
	padding-top:25px;
	background: url(Images/BackGroundAndWrapper/BannerMainFrameBackground.png) no-repeat;
 }

/** Inner Wrapper .. main frames **/
#MainFrameContent{
	margin-left:auto;
	margin-right: auto;
	width:732px;
	background:url(Images/BackGroundAndWrapper/MainFrameContentRepeatBackground.png) repeat-y;
}


/** banner Logo **/
#bannerLogo_Icon{
	width:58px;
	height:66px;
	float:left;
	border:0;
	margin-bottom:5px;
	margin-top:15px;
}

#bannerLogo_Text{
	width:313px;
	height:59px;
	float:left;
	margin-left:10px;
	margin-bottom:5px;
	border:0;
	margin-top:21px;
}


/*Each menu item has dimensions*/
.horizontalDivider{
width:648px;
height:1px;
float:left;
}

/** menu **/
#MainNav{
margin:0;
padding:0;
list-style-type:none;
display:inline;	
}

#MainNav li{
padding:5px;
float:left;
}

#MainNav li a{
color:#2E793B; text-decoration:none;
margin-bottom:1px;	
margin-right:5px;
}

#MainNav li a:hover{
margin-bottom:1px;
border-bottom:1px solid #990000;	
}

/** banner Image **/
#BannerImage{
width:648px;
height:132px;
float:left;
padding:5px 0;
	
}

#mainFrameFooter{
width:732px;
height:125px;
margin-left:auto;
margin-right:auto;
background: url(Images/BackGroundAndWrapper/MainFrameFooterBackground.png) no-repeat;
}

/** main Frame Text **/

.mainFrameInner{
width:648px;
margin-left:auto;
margin-right:auto;
}

.clearFloats{
clear:both;
}
	
/** HomePage Content**/
#homePageBackground{
position:relative;
background:url(Images/gifs/homePageColumn_background.gif) no-repeat;
width:648px;
height:393px;
float:left;
margin-bottom:5px;	
}



#aboutUsContent{
width:300px;
position:absolute;
left:0;
top:0;
}

#newsHome{
width:148px;
position:absolute;
left:300px;
top:0;
}

#rightColumnHome{
width:180px;	
position:absolute;
left:450px;
top:0;
}

.verticalDivder{
width:1px;
height:394px;
float:left;
display:block;
}

p{margin:0; padding:0;}
h1{color:#990000; font-size:15px; margin:0; padding:0; font-weight:normal;}
h2{color:#D9C987; font-size:13px; font-weight:normal;}
 
 
.column{padding:5px;}

a{
color:#2E793B;
font:12px;
text-decoration:underline;
}

a:hover{
text-decoration:none;
}

/** Contact Form **/	
 
 label{
float: left;
width: 200px;

}

input, textarea{
width: 130px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}
