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



body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-repeat: repeat;
	background-color: #000000;
}
a {
	color:#900;
	text-decoration: none;
}
#footer a {
	color: #FFF;
}
#contact-form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	background-color: #CCC;
	border: 2px dashed #600;
	width: 75%;
	float: none;
	padding-left: 15px;
	margin-left: 12%;
}



a:hover{
	color:#000;
	padding:5px;
}
#social {
}
.oneColFixCtrHdr #container {
	width: 700px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#navigation {
	width: 680px;
	color: #FFF;
	word-spacing: 0.2em;
	line-height: 2em;
	padding-top: 183px;
}

#navigation a{
	color:#FFF;
	padding: 2px;
	background-color:#000;
}
#navigation a:hover{
	color:#000;
	background-color:#FFF;
	padding:5px;
}
#title {
	background-image: url(images/bg-title.png);
	background-repeat: repeat-x;
	height: 50px;
	padding-left: 20px;
	color: #FFF;
	font-size: x-large;
	padding-top: 10px;
}
#index-main-img {
	width: 335px;
	float: right;
	margin-top: 15px;
	padding: 10px;
	text-align: center;
}
#footer h1 {
	font-size: medium;
	color: #FFF;
}
.oneColFixCtrHdr #header {
	background-image: url(images/header.png);
	height: 210px;
	width: 700px;
}
.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 20px;
	background-image: url(images/footer2.jpg);
	font-size: medium;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer p {
	font-size: small;
}
.copyright  {
	font-size: x-small;
}
.float-left {
	border: 1px double #000;
	float: left;
	margin: 15px;
	padding: 10px;
}
.oneColFixCtrHdr #container #mainContent #index-main-img p {
	font-weight: bold;
	font-size: large;
}
.pic-caption {
	font-size: small;
}

