@charset "UTF-8";
body  {
	font: 13px/21px Verdana, Arial, Helvetica, sans-serif;
	background: #43AABB url(../images/background_EBD.gif);
	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;
	margin: 0px 0px 25px;
}
#wrapper {
	width: 946px;
	margin: 0px auto;
	text-align: center;
}
#wrapper .style1 a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper .style1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper .style1 a:hover {
	color: #00FFFF;
}
#container {
	width: 930px; 
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top: 8px solid #8DDAC9;
	border-right: 8px solid #8DDAC9;
	border-bottom: 0px solid #8DDAC9;
	border-left: 8px solid #8DDAC9;
} 
#containerHome {
	width: 930px; 
	background: #FFFFFF url(../images/monogram_background.gif) no-repeat;
	margin: 0 auto;
	text-align: left;
	border-top: 8px solid #8DDAC9;
	border-right: 8px solid #8DDAC9;
	border-bottom: 0px solid #8DDAC9;
	border-left: 8px solid #8DDAC9;
} 
#header {
	background: #DDDDDD;
	padding: 0;  /* 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. */
	height: 145px;
	border-style: none;
	border-width: 0px;
	margin-bottom: 25px;
} 
#header_images {
	height: 120px;
	width: 930px;
}
#nav {
	position: absolute;
	width: 890px;
	padding-left: 40px;
	background-color: #7AB67F;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding: 0px 50px 15px;
	height: 350px;
	min-height: 350px;
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding: 0px 50px 15px;
}
#sidebar1 p {
	margin: 0px;
	padding: 0px;
}
#sidebar1 a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #5C8F7A;
	text-decoration: none;
	display: block;
	height: 21px;
	padding-top: 4px;
	border-bottom: 1px solid #5C8F7A;
}
#sidebar1 a:hover {
	color: #FFFFFF;
	background: #4AB7CA;
	margin-left: -10px;
	padding-left: 10px;
	border-bottom: 1px solid #4AB7CA;
}
#button_wrap {
	height: 128px;
	width: 200px;
	margin-bottom: 25px;
}
#button_wrap p {
	margin: 0px;
	padding: 0px;
}
#button_wrap a {
	text-decoration: none;
	color: #FFFFFF;
	height: 28px;
	margin-bottom: 25px;
	width: 200px;
	display: block;
	font: bold 11px/25px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/button_bottom.gif) no-repeat;
	text-align: center;
	margin-top: 0px;
	vertical-align: middle;
}
#button_wrap a:link {
	background: url(../images/button_bottom.gif) no-repeat;
	display: block;
	height: 28px;
	width: 200px;
	vertical-align: middle;
}
#button_wrap a:hover {
	background: url(../images/button_bottom_over.gif) no-repeat;
	width: 200px;
	height: 28px;
	display: block;
	text-decoration: none;
	margin-bottom: 25px;
	vertical-align: middle;
}
#mainContent {
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 50px 0 0px;
} 
#mainContent  a:link {
	color: #4E9E56;
}
#mainContent a:visited {
	color: #7AC080;
}
#mainContent a:hover, a:active, a:focus {
	color: #349DA8;
	text-decoration: none;
}
#footer {
	background:url(../images/footer_background.gif);
	height: 63px;
	width: 846px;
	padding-right: 50px;
	padding-left: 50px;
} 
#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: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #4E9E56;
	border-top: 1px solid #4E9E56;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.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;
}
.style1 {
	color: #FFFFFF;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin-top: .5em;
	margin-bottom: .5em;
}
h2   {
	color: #213878;
	font: italic bold 21px/25px Georgia, "Times New Roman", Times, serif;
}
h3 {
	margin-bottom: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
	padding-top: 5px;
	color: #213878;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
h4 {
	color: #349DA8;
	text-align: left;
	font: 16px/26px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0px 0px 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	color: #213878;
	margin-top: 10px;
	font: normal 26px/26px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mainContent p {
	margin-top: 0px;
	margin-bottom: 15px;
}
#mainContent ul {
	margin: -5px 10px 10px;
}
#mainContent li {
	list-style: square url(../images/bullet_fancy.gif);
	margin-bottom: 5px;
}
#sidebar3 {
	float: right;
	width: 200px;
	background: #DEFAED;
	margin: 0px 0px 0px 20px;
	padding: 5px 20px 20px;
}

