@import url(reset.css);
@import url(layout.css);

/* This is the layout typography */

body {
	font-family: verdana, helvetica, tahoma, sans-serif;
	font-size: 76%;
	color: #212226;
	line-height: 1.7em;
}

p {
	margin: 1.5em auto;
}

a:link, a:visited {
	color: #a64732;
	text-decoration: none;
	border-bottom: solid 1px #a64732;
}

a:visited {
	border-bottom: none;
	padding-bottom: 1px;
}

#header a:link, #header a:visited {
	color: #F5E0B7;
}

a:hover {
	background-color: #f5e0b7;
}

#header a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

hr {
	width: 97%;
	margin: 2.4em auto;
	color: #d2c7ba;
	background-color: #d2c7ba;
	border: none;
	border-bottom: solid 1px #d2c7ba;
	height: 1px;
}

h1, h2, h3 { font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif; }

h1 {
	font-size: 275%;
	font-weight: normal;
	color: #a69076;
	margin: 0 0 1em 0;
	line-height: 1em;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	color: #a64732;
	margin: 2em 0 0 0;
}


h3 {
	font-size: 200%;
	font-weight: normal;
	color: #bf9445;
	margin: 0 0 1em 0;
}

h4 {
	font-size: 115%;
	font-weight: bold;
	color: #bf9445;
	margin: 0 0 1em 0;
}

ul {
	list-style: none;	
	margin-left: 1em;
}

ul li {
	margin: 2em 1em;
	background: transparent url(../images/template/bullet.png) no-repeat left 4px;
	padding-left: 15px;
}

ol {
	font-weight: bold;
	color: #bf9445;
	margin-left: 2em;
}

ol li {
	margin: 8px auto;
}

ol p {
	color: #212226;
}

ol a {
	font-weight: normal;
}

form p {
	margin: .5em 0;
}

label {
	width: 4.5em;
	float: left;
	clear: left;
	text-align: right;
	padding: 0 .5em;
}

em {
	color: #555;
	font-size: 90%;
}

#footer {
	font-size: 80%;
	line-height: 1.4em;
	color: #f5e0b7;
}

#footer a {
	color: #f5e0b7;
	border-bottom-color: #f5e0b7;
}

#footer a:hover {
	background-color: #a64732;
}

/* standard classes & styles */

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

.clear-left {
	clear: left;
	height: 0;
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
}

.search-graphic, .search-text {
	text-align: center;
	margin: .5em auto;
}

.search-graphic a {
	border: none;
	background: transparent url(../images/template/clickhere-sprite.jpg) no-repeat left -262px;
	display: block;
	margin: 0 auto;
	height: 262px;
	width: 309px;
	z-index: 1;
}

.search-graphic img {
	display: none;
}

.search-graphic a:hover {
	background-position: left 0px;
}


.ad, #header div, .ad div {
	display: block;
}

.ad a {
	border: none;
	background-color: transparent;
}

.standard, #header div {
	height: 90px;
	width: 728px;
	margin: 10px auto;
}

#header div div {
	margin: 0;
}

.skyscraper {
	height: 600px;
	width: 160px;
	float: left;
	margin: 0 20px 20px 0;
}

.sky-two-rows {
	height: auto;
	width: 160px;
	float: right;
	margin: 0 0 0 20px;
}

.med-rect, .med-rect div {
	height: 250px;
	width: 300px;
	float: right;
	margin: 0 0 10px 20px;
}

.med-two-rows {
	height: auto;
	float: right;
	margin: 0 0 0 20px;
}


.media-center, .media-center div {
	height: 300px;
	width: 160px;
	margin: 0 0 5px 15px;
	float: right;
}

.media-save {
	display: block;
	height: 475px;
	width: 160px;
	margin: 0 0 5px 15px;
	float: right;
}

.optin {
	border: solid 1px #f5e0b7;
	padding: 20px;
	height: 210px;
	width: 260px;
}

.optin div {
	margin: 0;
	float: none;
	height: 210px;
	width: 260px;
}


.no-float {
	float: none;
	margin: 0 0 10px 0;
}

.optin h2 {
	margin: 1em 0;
}

.three-col {
	width: 100px;
	float: left;
	margin: 0 3em;
}

.three-col-ad {
	float: left;
	margin: 6em 2.5em;
}

.float-left {
	float: left;
	margin: 0 20px 0 0;
}

.float-right {
	float: right;
	margin: 0 0 5px 20px;
}

.move-over {
	margin-left: 320px;
}

.req { color: #ff0000; }

#recaptcha_widget_div { margin-left: 5em; }