/* BASIC */
body {
	margin: 0px;
	padding: 0px;
	font: 62.7% Verdana, Arial, Helvetica, sans-serif;
	background: black url(../images/blackdamask.jpg) repeat center top;
	text-align: center;
}

h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}

a img { 
	border: none;
}


/* LAYOUT  */
#wrapper {
	
}

#header {
	width: 800px;
	height: 185px;
	/*background: url(../images/design.png) repeat-x center top;*/
	padding-left: 10px;
	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 20px;
	margin-top: 15px;
	background-color: white;
	padding-bottom: 20px;
	padding-top: 20px;
}

#sidebar {
	float: right;
	top: 0px;
	right: 0px;
	width: 190px;
	color: #8c7a71;
	font-size: .9em;
	padding-right: 20px;
}

#mainText {
	width: 480px;
	min-height: 320px;
	border-right: 1px solid #9f8d67;
	padding-right: 10px;
	color: #8c7a71;
}

#mainText ul, #mainText ol {
	margin-left: 30px;
	padding-top: 10px;
}
#mainText li {
	padding-bottom: 10px;
}

#footer {
	margin-bottom: 100px;
	margin-top: 15px;
}

#legal, #legal a {
	font-weight: bold;
	color: #665854;
	padding: 5px 0px 20px;
}


/* SIDEBAR  */

#mainSidebar {
	font-size: 1.3em;
	text-align: center;
}

#optIn {
	margin-top: 20px;
	text-align: left;
}
#optIn label{
	float: left;
	width: 80px;
	text-align: right;
	clear: left;
	margin-right: 5px;
	padding-top: 4px;
	font-weight: bold;
}
#optIn input {
	width: 100px;
}
#optIn .submit {
	width: auto;
	margin-left: 75px;
}

#optIn .privacy {
	font-size: 10px;
	font-style: italic;
}

#main #sidebar h2{
	margin: 0;
	margin-bottom: 10px;
}

#main #sidebar a{

}

/* HEADER STYLES */
#header img {
	float: left;
}
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header li {
	display: inline;
	float: left;
	margin-right: 0px;
	padding-bottom: .5em; /* to display bottom border on links in IE */
}
#header h1, #header h1 a {
	color: white;
	font-size: 2.2em;
	font-family: helvetica;
	text-decoration: none;
	padding: 0px 0 0px 0px;
	text-align: left;
}
#header h2 {
	color: #9f8d78;
	font-size: 1.5em;
	font-family: Verdana;
	text-decoration: none;
	padding: 0px 0 10px 0px;
	text-align: left;
}
#topNav li a {
	font-size: 1em;
	text-decoration: none;
	color: #123456;
	line-height: 2em;
	background: #fff;
	padding: 5px;
	height: 1.5em;
	border: 1px solid #123456;
	font-weight: bold;
}
#topNav li a:hover {
	color: #10214E;
	background: #DCE5FF;
}

.top_phone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	color: white;
	font-size: 16px;
	text-align: center;
	margin-top: 40px;
}

.top_phone a {
	color: yellow;
	text-decoration: none;
	font-size: 32px;
	font-weight: bold;
}

.headpic {
	height: 225px;
	margin-top: -20px;
}

/* MAIN */

#main a {
	color: #9f8d67;
}

#main a:hover {
	color: #EFDE2C;
}

#main h1 {
	color: #9f8d67;
	margin-top: 0px;
    margin-bottom: 0px;
	padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
	font: normal 2.7em Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
}

#main b{
	color: #9f8d78;
}

#main h2 {
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #9f8d78;
}
#main p {
	font-size: 1.25em;
	margin-bottom: 5px;
}

.instructions {
	padding: 10px;
	text-align: center;
}

#scrolling_image {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
}

.pageList {
margin-left: 175px;
list-style-type: none;
font-size: 1.5em;
font-weight: bold;
}

.pageList li{
padding-bottom: 10px;
}

.pageList a{
text-decoration: none;
}

