@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/* Normal, standard links. */
a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #cccccc;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* 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;
	background-image: ;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;
	background-image: url(images/bghead.gif);
}
.oneColFixCtrHdr #menu {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(images/bgfooter.gif);
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	background-attachment: scroll;
	background-color: #000;
	background-repeat: repeat-x;
	background-position: 0px;
}
.oneColFixCtrHdr #nav {
	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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
        background-image: url(images/bgnav.gif);
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/bgbody.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #mainContentlarge {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/bgbody2.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(images/bgfooter.gif);
	font-size: xx-small;
	color: #FFF;
	vertical-align: text-top;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	background-attachment: scroll;
	background-color: #000;
	background-repeat: repeat-x;
	background-position: 0px;
}



#page-wrap {
	width: 660px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

#contact-area {
	width: 600px;
	margin-top: 5px;
}

#contact-area input, #contact-area textarea {
	padding: 2px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 00px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 0px;
	font-size: 1em;
}
