/*
Theme Name: TVA Home Page
*/

/* Normalization, Global Reset for Browser Consistency */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0 auto;
	padding: 0;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}

ol, ul, li {
	list-style: none;
	}	

html {
	height: 100%;
	}

fieldset,img {
	border: none;
	}

caption,th {
	text-align:left;
	}

h1,h2,h3,h4,h5,h6,a,a:visited,a:hover {
	font-weight:normal;
	}
	
q:before,q:after {
	content:'';
	}
	
abbr,acronym { 
	border:0;
	}

em {
	font-style: italic;
	}


small {
	font-size: 11px;
	line-height: 100%;
	color: #666666;
	}

a img {
	border: none;
	}


hr {
	display: none;
	}

strong {
	font-weight: bold;
	}

/* General Elements */

body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
	background: #4D0003 url(../images/home/redgradient.png) repeat-x top;
	}

a, a:visited, a:active {
	color: #990000; /*dark red*/
	text-decoration: none;
	font-weight: normal;
	}

a:hover {
	color: #990000;/*dark red*/
	text-decoration: underline;
	}

/* header */

#logo {
	width: 935px; /*+20=955*/
	text-align: right;
	margin-top: 20px;
	padding-right: 25px;
	}

#logo h1 { /*hidden header text*/
	display: none;
	}

#ieNotice { /*notice for old IE browsers*/
display: none;
}
/*page content */

#page {
	width: 955px;
	text-align: left;
	background: url(../images/home/whitebar_bottom.png) no-repeat bottom center;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 13px;
	}

.halfpg {
	width: 445px;
	}

/* brown gradient */

#toppercap {
	width: 955px;
	height: 13px;
	background: url(../images/home/brownbar_top.png) no-repeat bottom center;
	}

#topper {
	width: 905px; /*+50 padding=955*/
	padding: 10px 25px 20px 25px;
	text-align: left;
	background: #6E4024 url(../images/home/browngradient.jpg) repeat-x top;
	color: white;
	font-size: 14px;
	line-height: 150%;
	/*border-right: 1px solid #700B02;
	border-left: 1px solid #700B02;*/
	}

#topper h2 {
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	}

#topper p {
	padding: 5px 0 5px 0;
	}

#searchbanner a {
	height: 181px;
	width: 473px;
	margin-top: -24px;
	margin-right: -27px;
	float: right;
	background: url(../images/home/searchproperties_mapbanner.png) no-repeat top right;
	cursor: pointer;
	}

#searchbanner b {
	display: none;
	}

/* white gradient */

#whitegradientcap {
	width: 955px;
	height: 6px;
	background: url(../images/home/whitegradient_top.jpg) repeat-x top;
	}

#whitegradient {
	width: 955px;
	overflow: hidden;
	background: white url(../images/home/whitegradient_norm.jpg) repeat-x top;
	color: #333333;
	font-size: 12px;
	line-height: 130%;
	}

#whitegradient .block {
	float: left;
	width: 237px;
	padding-bottom: 10px;
	}

#whitegradient .divbar {
	width: 2px;
	height: 230px;
	background: url(../images/home/divbar_big.gif) repeat-y top;
	float: left;
	}

.block a, .block a:visited {
	background: url(../images/home/whitegradient_over.jpg) repeat-x top;
	height: 165px;
	display: block;
	text-align: center;
	}

.block a:hover {
	text-decoration: none;
	background: none;
	}

.block.alignright {
	float: right;
	}
	
#whitegradient h2, #whitegradient h2 a, #whitegradient h2 a:visited {
	padding: 10px 0 3px 10px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	height: auto;
	width: auto;
	background-image: none;
	}

#whitegradient h2 a:hover {
	text-decoration: underline;
	}

#whitegradient p {
	padding: 0 20px 0 20px;
	}

/* various */

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.clear {
	clear: both;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}

.hide { 
	position: absolute;
	display: none;
	left: -100em; 
	width: 2em;
	}

code {
	font-family: "Courier New", Courier, monospace;
	}

/* End Various Tags & Classes*/