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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff8dc;
	}
div.wrapper {
	width: 750px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 420px;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #46a2b4;
}
#header {
	width: auto;
	background-image: url(../assets/images/header-background.jpg);
	background-repeat: repeat;
	height: 140px;
	margin-bottom: 10px;
}
#headercontent {
	width: 760px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#logo {
	width: 601px;
	height: 149px;
	border: medium solid #d2b48c;
	float: right;
	margin-right: auto;
	margin-left: auto;
	top: -30px;
	position: relative;
	display: inline;
}
#navigation {
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	width: 150px;
	float: left;
	margin-top: 10px;
}
#content1 {
	float: left;
	width: 750px;
}
h1 {
	color: #d2b48c;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 210%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
h2 {
	margin: 0px, 0px, 30px, 0px;
	color: #333333;
	font-size: 150%;
	text-align: left;
}
h3 {
	font-size: 125%;
	color: #d2b48c;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: left;
	}

.wrapper a{
	color: #666666;
	font-size: 100%;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 10px;
	text-align: center;
	background-position: center;
}
ul.mainNav {
	float: left;
	width: 150px;
	list-style-image: none;
	list-style-type: none;
	display: block;
	text-align: left;
	height: 120px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		}
ul.mainNav li {
	width: 7.718em;
	padding-right: 0px;
	padding-left: 10px;
	float: left;
	padding-top: 4px;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #d2b48c;
	padding-bottom: 4px;
	margin-bottom: 2px;
	height: 25px;
	margin-right: 4px;
	background-image: url(../assets/Images/greybar2.gif);
}
ul.mainNav a {
	margin-right: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	float: none;
	text-decoration: none;
	font-weight: bold;
	}
ul.mainNav a:link {
	font-weight: 200;
	color: #ffebcd;
	font-size: 12px;
}
ul.mainNav a:visited  {
	font-size: 12px;
	color: #ffebcd;

}
ul.mainNav a:hover {
	color: #333333;
	}
ul.mainNav a:active {


}
a:link {
	color: #46a2b4;
}
a:visited {
	color: #333333;
}
a:active {
	color: #333333;
}
a:hover {
	color: #333333;
}

ul.list li {
	width: 400px;
	list-style-type: square;
	color: #008080;
	
}
#footer {
	font-size: 90%;
	color: #d2b48c;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 750px;
	text-align: left;

	}

