/**
	Cy Klassen, TourRE
	Date: 1/25/06
	Template: "House"
**/


/*
	HTML TAGS
-------------------------------------
*/

/* Default to 0 */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Body */
body {
	background-color: #160D06;
	background-image: url(../images/leftbar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment:scroll;
	color: white;
}

/* Paragraph */
p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Headers */
h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
}

/* Links */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B1763C;
	text-decoration:underline;
}

a:hover {
	color: white;
}

/*
	LAYOUT
------------------------------------
*/

/* Wrapper of contents */
#wrapper {
	margin: 0px;
	padding-left: 115px;
	height: 750px;
	z-index: 1;
	position: relative;
}

/* Header */
#header {
	margin-bottom: 10px;
}

/* Content */
#content{
	margin-top: 20px;
	width: 80%;
}

/* Footer */
#footer{
}

/* Navigational Menu */
#navmenu {
	width: 152px;
	text-align: right;
	float: left;
	margin-top: 40px;
	margin-right: 15px;
	height: 870px;
	
}

#navmenu ul{
	list-style-image: none;
	list-style-type: none;

}

#navmenu ul li{
	padding-top: 1px;
	padding-bottom: 5px;

}

#agentPhoto{
	position: absolute;
	left: 63px;
	top: 10px;
	z-index: 2;
}

.AgentPhoto{
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #724B24;
	border-right-color: #160D06;
	border-bottom-color: #160D06;
	border-left-color: #724B24;
}



#agentInfo{
	margin-left: 110px;

}

/*
	COMPONENTS
-------------------------------------
*/

/* Nav Menu Links */
#navmenu ul li a{
	font-size: 11px;
	color: #FFFFFF;
}

#navmenu ul li a:hover{
	text-decoration: none;
	font-weight: bold;

}

.header {
	font-weight: normal;
	color: #B1763C;
	font-size: 24px;
}

/* Classes */

.floatright {
	float:right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.padit {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.headerText{
	margin-left: 100px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 48px;
	font-weight: normal;
	z-index: 2;
}

.headerBackgroundText{
	margin-left: 100px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 80px;
	font-weight: normal;
	position: absolute;
	left: 175px;
	z-index: 0;
	color: #543312;
	top: 10px;
	width: 500px;
	overflow: hiddin;
	white-space: nowrap;
}

.topHomelink{
	font-weight: bold;
}

/* TourRE Default Classes */

#AgentDetailsCTable{
	font-size:10px ! important;
}

.wxcity{
	color:white;
}

input.body,textarea.body,select.body{
background-color:#F4EBE1;
color:black;
}

#DreamHomeDetails input{
background-color:#FAFAFA;
}

.title{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #B1763C;
	font-size: 18px;
}

.lgbody {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

font{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

a.searchlinks{
	color: white;
}

a.searchlinks:hover{
	color: white;
	text-decoration:underline;
}

a.searchlinks:visited{
	color: white;
}

#results a.searchlinks{
	color: #5F3E1D;
	text-decoration:underline;
}

#results a.searchlinks:hover{
	color: #5F3E1D;
	text-decoration:none;
}

.results a.searchlinks{
	color: #5F3E1D;
	text-decoration:underline;
}

.results a.searchlinks:hover{
	color: #5F3E1D;
	text-decoration:none;
}

.redletter{
	color: #B1763C;
}

.bodylinks{
	color: #2F829D; 
}

.redtitle{
	color: #2F829D;
}

.body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FAF2ED;
	font-size:11px ! important;
}

select.body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: black;
}

#results td {
	font-family: "Times New Roman", Times, serif;
	color: black ! important;
}
.results td {
	font-family: "Times New Roman", Times, serif;
	color: black ! important;
}
#NoteHomeFind{
	color: black ! important;
	}
	
#results .comparePropInfo{
	color: #452C14;
}

.results .comparePropInfo{
	color: #452C14;
}

.greyTitle{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #B1763C !important;
	font-size: 18px;
}

#emailgif{
background-color:#FFFFFF;
}


.qSearchTitle{
	color: #B1763C;
}


/** End of Stylesheet **/