	/* 
The WV Parade of Homes
Main Stylesheet 
By Anna Taylor on behalf of Axis 80 Interactive
Copyright (c) Axis 80 Interactive

*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
}

body {
	background-color: #0f9763;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
	font: normal 11px/16px Tahoma, Verdana, Arial, Georgia, sans-serif; 
	color: #353535;
}

A:link { 
    color: #0F9763;
	 text-decoration: underline;
}

A:visited { 
    color: #a54294; 
	 text-decoration: underline;
}

A:active { 
     color: #0F9763;
	 text-decoration: underline;
}

A:hover { 
     color: #a54294;
    text-decoration: none; 
}

h1 {
	font-family: "lucida grande", verdana, tahoma, arial;  
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 20px;
	color: #a54294; 
	font-weight: normal;
	border-bottom: 1px solid #0f9763;
}

h2 {
	font-family: "lucida grande", verdana, tahoma, arial;  
	font-size: 14px;
	color: #0f9763;
}

h3 {
	color: #353535;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

/* IDs */

#wrapper {
	position: absolute;
	left: 50%;
	margin: 14px 0 0 -400px; 
	padding: 0px;
	width: 800px;
}

#container {
	background-color: #FFFFFF;
	width: 800px;
	float: left;
}

#content_wrapper {
	width: 780px;
	margin: 10px;
	padding: 0;
	float: left;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
}

/* LEFT COLUMN STYLES */
#left_column {
	width: 240px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

#purple_box {
	width: 200px;
	margin: 0;
	padding: 20px;
	background-color: #a54294;
	background-image: url(../images/bg_purple.jpg);
	background-repeat: repeat-x;
	float: left;
}

/* FORM STYLES*/
#purple_box form {
	margin: 0 0 5px 0;
	padding: 0;
}

#purple_box select {
	background-color: #fef0db;
	border: 2px solid #faa635;
	color: #771b62;
	font-size: 11px;
	width: 200px;
	margin: 5px 0;
	padding: 0;
}

#sponsor {
	width: 200px;
	padding: 0;
	margin: 0;
}

#sponsor a:link { color: #fef0db; text-decoration: underline; }
#sponsor a:visited { color: #fef0db; text-decoration: underline; }
#sponsor a:active { color: #fef0db; text-decoration: underline; }
#sponsor a:hover { color: #ec9ade; text-decoration: none; }


/* RIGHT COLUMN STYLES */
#right_column {
	width: 530px;
	margin: 0;
	padding: 0;
	float: left;
}

#photo_header {
	width: 530px;
	height: 165px;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
}

#nav_wrapper {
	width: 530px;
	height: 35px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
}

#content {
	width: 510px;
	min-height: 740px;
	margin: 0;
	padding: 10px;
	background-image: url(../images/bg_body.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}

#footer {
	margin: 0; 
	padding: 10px 0;
	width: 800px;
	font-size: 10px;
	text-align: center;
	color: #f4e8d8;
}

#footer a {
	color: #f4e8d8;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover {
	color: #f4e8d8;
	text-decoration: none;
}

/* CLASSES */

.floatright { float: right; margin: 0; }
.floatleft { float: left; margin: 0; } 

.clearer
{
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.tiny {
	font-size: 10px;
	line-height: 12px;
}

.list_heading {
	background-color: #0f9763;
	font-weight: bold;
	color: #f4e8d8;
	text-align: center;
}

.list_white {
	background-color: #FFFFFF;
	text-align: center;
}

.list_colored {
	background-color: #D4EEE5;
	text-align: center;
}

.img-detail {
	padding-right: 10px;
	padding-bottom: 5px;
	float: left;
}

a.prize-sponsor-link {
	font-weight: bold;
}

table.prize-sponsors {
	border: none;
}

table.prize-sponsors tr.white {
	background-color: #FFFFFF;
}

table.prize-sponsors tr.shaded {
	background-color: #f8f8f8;
}

table.prize-sponsors th {
	background-color: #D4EEE5;
	border: none;
}

table.prize-sponsors td {
	border: none;
	font-size: 10px;
}

table.prize-sponsors a:link {
	color: #a54294;
}

table.prize-sponsors a:visited {
	color: #d572c4;
}

.silver-sponsor {
	font-size: 17px;
	line-height: 20px;
	color: #FEF0DB;
}

a.bronze-sponsor {
	font-size: 13px;
	color: #FEF0DB;
}

/* Error Messages, form notes, etc. added by DKM */
p.errors { font-weight: bold; color: red }
ul.errors { font-weight: bold; color: red; margin-left: 20px; list-style-type: disc; }

p.notification { font-weight: bold; color: blue }

p.no-homes-found { color: #a54294; text-align: center; font-size: 12px; font-style: italic; font-weight: bold }

.formnote { font-size: 11px; font-weight: normal; font-style: italic }