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

/* site margin and padding and link colors
=============================== */

* {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #5C9FD6;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #1A1D84;
}
a:hover {
	text-decoration: underline;
	color: #434E23;
}
a:active {file:///Users/danielsdunnam/Desktop/Blerancourt/website/index.html#
	text-decoration: none;
	color: #A8B564;
	outline: none;
}

:focus {
  -moz-outline-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Arial, sans-serif;
}
h1 {
	font-size: 22px;
	color: #6c432f;
	line-height: 22px;
}
h2 {
	font-size: 16px;
	color: #b93d02;
	line-height: 16px;
}
h3 {
	font-size: 12px;
	color: #a76e19;
	line-height: 22px;
}


h4 {
	font-size: 14px;
	color: #582812;
	line-height: 16px;
}
h5 {
	font-size: 12px;
	color: #0d0603;
	line-height: 16px;
}
h6 {
	font-size: 12px;
	color: #7d6052;
	line-height: 16px;
}

#content p {
	font: 13px/22px Georgia, "Times New Roman", Times, serif;
	color: #41446f;
	margin-bottom: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* structure
================================= */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(../images/bg-site.gif) repeat-x left top;
	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: #16186F;
}
.site  #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.site  #header {
	background: #FFF url(../images/header.jpg) no-repeat left top;
	float: left;
	height: 313px;
	width: 960px;
	padding: 0px;
}
.site  #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.site   #mainArea {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.site  #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#749AB8 url(../images/bg-footer.gif) repeat-x;
	text-align: center;
	font: normal 10px/32px Georgia, "Times New Roman", Times, serif;
	color: #D2EBFF;
	text-transform: uppercase;
}
.site  #footer  p {
	margin: 0 0 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0 110px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background: url(../images/footer.jpg) no-repeat center top;
}
body,td,th {
	color: #16186F;
	font: 12px/19px Georgia, "Times New Roman", Times, serif;
}
.site #content {
	clear:both;
	width: 890px;
	background: url(../images/bg-page.jpg) no-repeat left top;
	height: auto;
	padding: 15px 35px 30px;
	min-height: 900px;
}

.splashCol {
	width: 280px;
	float:right;
	margin-left: 10px;
	clear:both;
}

.splashBoxes {
	width:260px;
	background: #fefdfb url(../images/front_page_boxs-bottom.gif) no-repeat bottom;
	padding: 10px 10px 10px;
	margin-bottom: 15px;
}

/* misc
======================*/

.rightPhoto {
	margin: 5px 0px 15px 20px;
	float: right;
}

.leftPhoto {
	margin: 5px 20px 15px 0px;
	float: left;
}


.divider {
	clear: both;
	height: 8px;
	width: 905px;
	margin: 0px 0px 5px;
	background:url(../images/divider.gif) left top repeat-x;
}

.blankdivider {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clear {
	clear: both;
}

