@charset "UTF-8";

html,body,div,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,blockquote,pre,form,fieldset,table,th,td{font-size:16px;font-weight:normal;}

body {
	font: 100% "Gill Sans", GIllSans, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px; /* 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;
	font-family: "Gill Sans", GillSans, Helvetica, Arial, sans-serif;
}
#container {
	width: 810px;  /* 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 */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 20px 0 5px 0;
}

#header {
	background: #FFFFFF;
	padding: 0px;  /* 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. */
	/*spring background: background-image: url(images/header-bg-small.jpg);*/
	background-image: url(images/header-bg-summer-small.jpg);
	margin: 0 0 0px 0;
	height: 192px;
	background-repeat: no-repeat;
}

#home #header {
	background: #DDDDDD;
	padding: 0px;  /* 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. */
	/*Spring background: background-image: url(images/header-bg.jpg);*/
	background-image: url(images/header-summer-bg.jpg);
	margin: 0 0 0px 0;
	height: 266px;
	background-repeat: no-repeat;
}
#header  h1, #header h2{
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 1px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image: url(images/Center-bg.gif);
	margin: 0;
	min-height:1%;	
}

#mainContent h2{
	font-size: 1em;	
	font-weight:normal;
}

h3{
	color:#216998;
	font-size:1.25em;
	font-weight:normal;
	margin-bottom:0em;
	font-style: italic;
}

h4{
	color:#216998;
	font-size:1.12em;
	font-weight:normal;
	margin-bottom:0em;
	font-style: italic;
}

#mainContent ol{
	margin-top:0;
	padding-left:1em;
	list-style-type:circle;
	font-size:0.95em;
}

#mainContent ul{
	margin-top:0;
	padding-left:0px;
	list-style-type: none;
	font-size:0.95em;
}

#mainContent li{
	margin-bottom: 0.15em;
}

#footer {
	padding: 0px 50px 20px 50px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	background-image: url(images/footer-bg.gif);
	background-position: bottom;
	height: 74px;
	margin: -20px 0 0;
	background-repeat: no-repeat;
}
#footer p {
	margin: 0px; /* 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 */
	font-size: 0.75em;
	color: #216998;
}

#footer ul{
	color: #216998;
	font-size: 0.75em;
	margin-top:-.3em;
	padding:0;
	text-align:center;
}
#footer li{
	display:inline;	
	font-size: 100%;
	list-style-type:none;
	margin-right:2em;
}

#navigation {
	font-family: "Gill Sans", GillSans, Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
	margin: 0;
	position: absolute;
	top: 0px;
	width: 796px;
	padding: 7px 7px 0px 7px;
	font-size: 0.9em;
	color: #216998;
}
#navigation li {
	display: inline;
	list-style-type: none;
	margin-left: 1.5em;
	font-weight: bold;
	font-size: .9em;
}

#copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	margin: 0;
	padding: 0 7px 0 0;
	color: #216998;
	clear: both;
}
a, a:link, a:visited, a:active   {
	text-decoration: none;
	color: #216998;
	border: none;
}
a:hover {
	color: #73C7FF;
}

img {
	border: none;
}

#mainContent img {
	float: right;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#sandbag {clear:both;}	

.framed {
	background-image: url(images/content-backgroundframe_02.png);
	background-repeat: no-repeat;
	background-position: -10px -5px;
	margin-bottom: -100px;
	padding-bottom: 100px;
	padding-left: 15px;
	margin-left: -15px;
	padding-top: 20px;
	margin-top: 0px;
}


/*NAVIGATION LINKS*/
#home #home-link, #services #services-link, #directions #directions-link, #about #about-link{color:#DCEEFA;}
