@charset "utf-8";
body, html {padding:0;
margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, li, address {
	margin: 0 auto;
	padding: 0;
	}

body {
	background: url(../_images/background.png)fixed repeat-x;
}

.oneColFixCtrHdr #container {
	width: 784px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #DDD;
	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. */
}
#header h1 a img {
	border-width: 0px;
	border-style: none;
}

.oneColFixCtrHdr #header {
	background: #DDDDDD url(../_images/images/rollover_backround.jpg) left top;  /* 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. */
	height: 225px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #DDD;
	margin: 15px;
	line-height: 1.1em;
	text-align: justify;
}
#mainContent h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: none;
	font-variant: small-caps;
	color: #220282;
	font-weight: lighter;
	font-size: 2.1em;
	letter-spacing: .2em;
}
#mainContent ul li {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 1.4em;
	list-style: square;
	margin-left: 1em;
}
#mainContent table tr td {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	color: #222;
	float: none;
}

/*--------------------form tags------------------------*/

#formWrap {
	background:#DDD;
	padding:1em 0;
}

form#frmContact {
	width: 506px;
	margin: 0 auto;
}

fieldset {
	background:#b4b09b;
	border:none;
	margin:1em;
	padding-bottom:.5em;
}

#formWrap legend {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	color: #222;
	font-size:1.3em;
	line-height:1.5em;
	background:#b4b09b;
	padding-top:-.2em;
	padding-bottom:0.2em;
	padding-left:.5em;
	padding-right:.5em;
	margin-left:0.5em;
}

#formWrap p{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #222;
	font-size:1em;
	line-height:1.2em;
	margin:1.5em0;
}

input {
	width: 200px;
}

input#submit{
	width: 100px;
}

input.text:focus, textarea:focus {
	border: 1px solid #220282;
}

	
#mainContent p img {
	float: right;
	margin: 10px 8px 10px 10px;
	padding: 2px;
	border: 1px solid #666;
	background: #EFEADA;
}


#mainContent p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 1.4em;
	color: #222;
	margin-top: 1.2em;
}
#mainContent h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 1em;
}


#mainContent h5 {
	text-align: center;
	font-size: 0.9em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: lighter;
	text-decoration: none;
}
.subNav {
	text-align: center;
	margin-bottom: 1em;
}

#mainContent table tr td img {
	text-align: center;
}
#mainContent table tr td a img {
	border: 1px solid #333;
}


#mainContent #contactInfo p {
}

#mainContent #contactInfo h2 {
	margin-top: -5px;
}
#mainContent p #FlashID {
	margin: 5px 102px;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: center;
	clear: both;
}
.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 */
	font-size: 0.9em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.text {
}
#mainContent h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	margin-top: 1em;
}
