@charset "utf-8";
/********** MAIN STYLING **********/
body {
	font: 125% Georgia, "Times New Roman", Times, serif;
	background: #ebebeb;
	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: 887px;  /* 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. */
	z-index:1;
}
#mainContent {
	padding: 0 20px 30px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:180%;
	font-weight:normal;
	letter-spacing: 2.5px;
	color: #213154;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight:normal;
	letter-spacing: 2.5px;
	margin-bottom: 5px;
	color: #213154;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:130%;
	font-weight:normal;
	letter-spacing: 2.5px;
	margin-bottom: 5px;
	color: #213154;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	letter-spacing: 1.5px;
	margin-bottom: 0;
	color: #213154;
}
a{
	color: #213154;
	outline:none;
}
a:hover{
	color: #4667a2;
}
/********** HEADER **********/
#header ul a{
	color: #fff;
}
#header ul  a:hover{
	color: #aaa;
}
#header ul ul a{
	color: #000;
}
#header ul ul a:hover{
	color: #fff;
}
#headercontainer {
	width: 887px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	padding: 70px 0 0 0;
}
#header {
	background:url(../images/header.jpg) repeat-x;
	height: 149px;
	z-index:3;
	position:relative;
}
#header #logo{
	background:url(../images/logo.png) no-repeat;
	height: 61px;
	width: 316px;
}
/********** HOME PAGE **********/
#specials{
	height: 233px;
	width: 920px;
	float: left;
	position:relative;
	margin-left: -37px;
	background:url(../images/specialsbox.jpg) no-repeat;
}
/********** ABOUT US **********/
#aboutleft{
	float:left;
	width: 400px;
	margin:0;
	padding:0;
}
#aboutright{
	margin: 0 0 0 470px;
	padding: 1px 0 0 0;
}
.address{
	font-size: 70%;
}
/********** FOOTER **********/
#footer {
	padding: 0 20px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/background_footer.jpg) repeat-x;
	height: 132px;
	border-top: 1px #000 solid;
}
#footer ul{
	list-style:none;
	padding: 25px 0 0 0px;
}
#footer li{
	float: left;
}
#footer li a{
	display:block;
	margin: 0 15px;
	text-decoration: none;
}
#footertext{
	float:right;
	text-align:right;
	margin: 0;
	padding: 0;
}