@charset "utf-8";
* {
   padding:0;
   margin:0;
}
image { border: none; }
img { border: none; }
body {
	font: 0.9em "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	background: #e4e1e0;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
h1 {
		margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.5em;
	color: #59504D;
	font-weight: bold;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #menubar {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: url(images/Rasteau_menubar.jpg);
	height: 70px;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: url(images/rasteau_header.jpg);
	height: 258px;
}
.oneColFixCtrHdr #widepage {
	padding: 90px 100px 0 70px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: url(images/supersize.jpg);
	height: 555px;
}
#wideinner {
	height: 554px;
	overflow: auto;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #FFFFFF;
	background-image: url(images/rasteau_body.jpg);
	height: 387px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #DDDDDD;
	background-image: url(images/rasteau_footer.jpg);
	height: 42px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.9em;
	color: #A39794;
	text-align: right;
	padding-top: 10px;
	padding-right: 140px;
	padding-bottom: 10px;
	padding-left: 0;
}

#side-a {
	float: left;
	width: 270px;
	padding-top: 20px;
	margin-left: 35px;
	height: 358px;
	text-align: center;	
	font-size: 0.9em;
	color: #A39794;
	
}
#side-b {
	float: right;
	width: 514px;
	margin-right: 80px;
	padding-left: 5px;
	padding-right: 5px;
	height: 380px;
	overflow: auto;
	
}
#leftie {
	text-align: left;
	padding: 4px;
	background-color: #FFF;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	z-index:100;
	width: 100%; /* precision for Opera */
	left: 20px;
	top: 33px;
	position: relative;
}
#menu ul, li {
	list-style-type: none;
}
#menu dl {
float: left;
width: 180px;

}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
margin: 1px;
}
#menu dd {
display: none;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #e4e1e0;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

.contactform {
	width: 450px;
	background-color: #EBF5E0;
	border: 1px solid #996;
	padding: 5px 0px 0px;
	margin: 0px auto;
	padding: 20px;
	color: #000;
	font-size: 1.1em;
}
div.row {
  clear: right;
  padding-top: 4px;
  }


div.row span.label {
	float: left;
	width: 180px;
	text-align: right;
	color: #000;
  }


div.row span.formw {
  float: right;
  width: 260px;
  text-align: left;
  }   

  
div.spacer {  
  clear: both;
  }

.contacttablebuttonbox {
	background-color: #996;
	background-position: center;
	margin-top: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
  
form {
	margin: 0px;
	padding: 0px;
}
.Left_Floated_Image {
float:left;
clear:left;
padding: 0;
margin-right: 15px;
} 

.Right_Floated_Image {
float:right;
clear:right;
padding: 0;
margin-left: 15px;
}
