BODY, TABLE {
	font-family :Arial ;
	font-size : 13px;
	color: dimgray;
	letter-spacing: 1px;
	margin: 0px;
}

A {
	text-decoration: none;
	color: dimgray;
}

A:HOVER {
	text-decoration: underline;
}

#maindiv {
	width: 100%;
	display: table;
}

#topdiv {
margin: 0px;
background-image: url('../img/headerphoto2.jpg');
width:100%;
height: 257px;
position: relative;
border-bottom: 1px solid #a5b93e;
}

#contentdiv {
	
}

#innerdiv {
	width: 1000;
	margin-left:auto;
	margin-right:auto;
}

#headerdiv {
	position: absolute;
	Top: 60px; 
	padding: 10px;
	background: white;
	border-top-right-radius: 20px;	
	border-bottom-right-radius: 20px;	
	background: white;
	color: #a5b93e;
	box-shadow: 3px 3px 9px #888888;
}

#headerleftdiv {
	float: left;
}

#headerrightdiv {
	padding: 10px;
	padding-left: 30px;
	float: left;
	font-size: 32px;
	font-weight: bold;
	font-family: "Candara";	
}

#middleleftdiv {
	display: table-cell;
	width: 200px;
	padding-top: 20px;
	vertical-align: top;
}

#middlemiddlediv {
	padding: 10px;
	padding-left: 15px;
	display: table-cell;
	border-bottom-right-radius: 50px;
	border-right: 2px solid #a5b93e;
	border-bottom: 2px solid #a5b93e;
    box-shadow: 5px 5px 10px #c1c1c1;	
	width: 543;
}

#middlerightdiv {
	padding: 0px;
	padding-top: 15px;
	padding-left: 20px;
	display: table-cell;
	vertical-align: top;
	width: 200px;	
}

#middlerightcontentheaderdiv {
	padding: 5px;
	background: #a5b93e;
	text-align: center;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

#middlerightcontentdiv {
	padding: 5px;
	padding-right: 8px;
	padding-bottom: 20px;
	border-bottom-right-radius: 30px;
	border-right: 2px solid #a5b93e;
	border-bottom: 2px solid #a5b93e;
	margin-bottom: 20px;
	line-height: 140%;
	box-shadow: 3px 3px 8px #c1c1c1;
}

#offertablediv {
	line-height: 140%;
	width:100%;
	display: table;
	border-top: 1px solid #CFCFCF;
}

#offerdiv {
	display: table-row;
	padding-top: 10px;
	padding-bottom: 10px;
}

#offerimage {
	display: table-cell;
	vertical-align: top;
	border-bottom: 1px solid #CFCFCF;
	padding-top: 10px;
	padding-bottom: 10px;	
	padding-right: 10px;
}

#offertext {
	display: table-cell;
	vertical-align: top;
	border-bottom: 1px solid #CFCFCF;
	padding-top: 10px;
	padding-bottom: 10px;	
}

#menuitem {
	background: #a5b93e;
	padding: 9px;
	padding-left: 25px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 13px;
	color: white;
	margin-bottom: 5px;
	border-radius: 10px;
}

#menuitem:hover {
	background: #dbe8a2;
	cursor: pointer;
	color: DimGray;
}

