@charset "UTF-8";
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #303535;
	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: #fcdc41;
}

p {
	font-size: 0.9em;
	line-height: 1.9em;
}

/*h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman", Times, serif;
}*/
h1 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: .1em;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: .1em;
}
h3 {
	font-size: 1em;
	font-weight: normal;
	letter-spacing: .05em;
	line-height: 1.8em;
}
a:link, a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: underline;
	color: #ffffff;
}

 a:hover, a:active {
	color: #fcdc41;
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	width: 996px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #303535 no-repeat;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;
	height: 7.05em;
	text-align: center;
	position: relative;
}
.oneColFixCtrHdr #mainContentHome {
	padding: 30px 20px 0;
	text-align: center;
}
.oneColFixCtrHdr #mainContent {
	padding: 30px 75px;
}
.oneColFixCtrHdr #container #mainContent img {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
}
.oneColFixCtrHdr #container #header h1 {
	color: #fcdc41;
}
.oneColFixCtrHdr #container #header h2 {
	color: #fcdc41;
	font-variant: small-caps;
}
.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 */
	line-height: 1.2em;
}


#header a:link, #header a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: underline;
	color: #ffffff;
	padding-right: 0.4em;
	padding-left: 0.4em;
}
#header a:hover, #header a:active {
	color: #fcdc41;
	text-decoration: none;
}
#header a:active {
	color: #CB6B8D
}

.noLink {
	font-size: 0.9em;
	text-decoration: none;
	color: #CB6B8D;
	padding-right: 0.4em;
	padding-left: 0.4em;
}	

/* ------------------- Start of contact form ------------------- */
#contactFormWrap {
	background: #666666;
	border: 1px solid #FFFFFF;
	width: 450px;
}
form#contact {
	margin: 0 auto;
}
#contactFormWrap p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.85em;
	line-height: 0.75em;
	margin: .5em;
	text-align: left;
}
fieldset {
	background: #666666;
	border: none;
	margin: 1em 0 0px;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	line-height: 1.4;
	background: #666666;
	padding: 0.3em;
	margin-left: 0.2em;
}
label.top {
	display: block;
	margin-bottom: 0.5em;
	width: 200px;
}
input.text:focus, textarea:focus {
	background: #C8D3CB;
}
.oneColFixCtrHdr #container #mainContent #thankYou {
	width: 500px;
	border: 1px solid #FFFFFF;
	text-align: left;
	background: #666666;
	color: #FFFFFF;
	line-height: 0.75em;
	padding: 1em;
}
.whiteText {
	color: #fff;
	font-size: .9em;
}