@charset "utf-8";
/* CSS Document */
body  {
	font: 100% "Trebuchet MS", Verdana, Arial, sans-serif;
	background-image:url(../images/gradient.jpg); background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 803px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #572c0e;
	border-right: 1px solid #572c0e;
	border-bottom: 1px solid #572c0e;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header { background-image:url(../images/header_bckgrnd.jpg); background-repeat:no-repeat; width: 803px; height: 188px; margin: 0;
	padding: 0 10px;  /* 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. */
	position:relative;
} 
#header ul{ list-style:none; margin: 0; padding:0; position:absolute; right:1.8em; top:1.15em;}
#header li{ list-style:none; margin: 0; padding:0; }
#header a{ list-style:none; margin: 0; padding:0; }
#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 */
}
#sidebar1 {
	float: right; 
	width: 12em; /* since this element is floated, a width must be given */
	background: #ECE9D8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px 0; /* top and bottom padding create visual space within this div  */
	margin-left: 1em;
	}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#sidebarpic{
	float: right; 
	width: 12em; /* since this element is floated, a width must be given */
	padding: 5px 0; /* top and bottom padding create visual space within this div  */
	margin-left: 1em;
	}
/*Form styles*/
#formwrap {
	background-color:#FFFFFF;
	padding: 1em 0;
	text-align:center;
}
form#frmcontact {
	width:700px;
	margin: 0 auto;
	text-align: left;
}
fieldset{
	background-color:#FFFFCC;
	margin:1em 0;
	padding-bottom: 0.5em;
}
legend {
	font-size: 95%;
	font-weight:bold;
	line-height: 1em;
	background-color: #FFFFCC;
	padding: 0.5em 0.5em;
	margin-left: 0.5em;
}
#formwrap p{
	line-height:2.25em;
	font-size:83%;
	margin:1em;
}
input.text {
	width:200px;
}
input.textsm {	width:80px;
}
input.textlg {
width: 600px;
height:100px;
}
input.text:focus, input.textarea:focus {
	background-color:#CCCCCC;
	}
textarea{
	width:30px;
	margin: .5em;
	}
.bx {
	margin-right:2em;
	}
label {
	margin-right:.5em;
	}
#mainContent {
  margin: 2em; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
  padding: 0; margin-bottom:1em;
  } 
h1 {color: #572c0e; font-weight:bolder; letter-spacing:.15em; text-align:center;  }
h2 {text-transform: uppercase; color: #572c0e; font-weight:bolder; letter-spacing:.15em;  }
h3 { font-size: 95% }
h4 { font-size: 95%; font-weight: normal; font-weight:bold; }
ul {list-style: disc; margin:2em; font-size: 90%; color: #2c1c56;   }
ol {font-size:90%; color:#2c1c56; margin: 2em;}
p {font-size:90%; color:#2c1c56}
#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ background-image:url(../images/footer.png); background-repeat:no-repeat;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size: 80%;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.logo {
  border-style: none;
  border-width: 0px;
  visibility: visible;
  z-index: 100;
  float: left;
  overflow: hidden;
  display: inline;
  top: 1.5em;
  left: -2em ;
  margin-top: 0em;
  padding-top: 0em;
  position: relative;
}
.synergy {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #B0B34B;
	text-align: center;
}
	
