@charset "UTF-8";


/*----------------------------------------------------------------------------- 
[www.landlordofchoice.com] Screen Stylesheet 

version:   1.0 
date:      04/30/08 
author:    [Brandon L. Rager] 
email:     [brandonlee@cysy.com] 
website:   [www.cysy.com]
-----------------------------------------------------------------------------*/



/* Import other stylesheets
@import url("typography.css");
-----------------------------------------------------------------------------*/



/* Remove padding and margin ------------------------------------------------*/ 
p, h1, h2, h3, h4, h5, h6, ul, li, hr, div, ol,   { 
    margin: 0px; 
    padding: 0px; 
    border: 0px; 
}

p {
	margin: 20px 0px 20px 0px;
}

/* Random Classes -----------------------------------------------------------*/

.clear 
    { 
    clear:both; 
} 

.right 
    { 
    float: right; 
} 

.left 
    { 
    float: left; 
}





/* Tables 
-----------------------------------------------------------------------------*/ 

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

td 
    { 
    font-weight: normal; 
}

/*---------------------------------- BODY TAG ----------------------------- */

body {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: #7f7f7f;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

strong {
	color: #73abb8;
}

a {
	color: #67b563;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #73abb8;
	font-weight: normal;
	text-decoration: underline;
}

h2 {
	color: #67b563;
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	border-bottom: 1px #cdcdcd solid;
	margin-bottom: 15px;
	margin-top:15px;
}

h3 {
	color: #73abb8;
	font-size: 25px;
	font-weight: normal;
	height:30px;
	padding: 5px 0px 0px 44px;
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 1px #cdcdcd solid;
	margin-bottom: 19px;
}

h4 {
	color: #73abb8;
	font-size: 25px;
	font-weight: normal;
	line-height:30px;
	margin-bottom: 19px;
}

h5 {
	display:inline;
	color: #67b563;
	font-style: italic;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: normal;
}
	
		h5 a {
			color: #67b563;
			text-decoration: none;
			font-weight: normal;
		}
		
		h5 a:hover {
			color: #73abb8;
			text-decoration: underline;
			font-weight: normal;
		}
		


h6 {
	color: #993333;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}

h6#alt {
	color: #73abb8;
	font-style: italic;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 20px;
	border-bottom: 1px #cdcdcd solid;
	display: block;
	margin-top: 0px;
	padding-top: 0px;
}
	
		h6#alt a {
			color: #73abb8;
			text-decoration: none;
			font-weight: normal;
		}
		
		h6#alt a:hover {
			color: #67b563;
			text-decoration: underline;
			font-weight: normal;
		}

/*-------------------------  ID TAGS ----------------------------------*/

#container {
	margin: 0px auto 0px auto;
	text-align:left;
	width:950px;
}

#nav_area {
	width:521px;
	height:300px;
	float:right;
}

		h1 {
			font-family: Gill Sans, Trebuchet MS, Arial, Helvetica, sans-serif;
			width:521px;
			height: 51px;
			margin: 20px 0px 0px 0px;
			color: #fff;
			font-size: 45px;
			line height: 45px;
			font-weight: normal;
			text-align: right;
			background-image: url(images/graphiclogotype.gif);
			background-position: bottom right;
			background-repeat: no-repeat;
		}
		
				h1 a {
					font-size: 45px;
					line-height: 45px;
					text-decoration: none;
					font-weight: normal;
					color: #fff;
				}
				
				h1 a:hover {
					color: #fff;
				}
		
		#navigation_area {
			width:521px;
			height: 32px;
			padding-top:59px;
			text-align:right;
		}
		
						#main_nav {
							font-size: 14px;
							line-height: 15px;
							color: #fff;
							text-decoration: none;
							font-weight: normal;
							margin:0px;
						}
						
						#main_nav li {
							display:inline;
							margin: 0px 0px 0px 23px;
						}
						
								#main_nav li a {
									color: #fff;
									text-decoration: none;
									font-weight: normal;
								}
								
								#main_nav li a:hover {
									color: #A8D2DD;
									text-decoration: none;
									font-weight: normal;
								}
						
						#random {
							margin-left:0px;
						}

#image_area {
	width:429px;
	height:300px;
	float:left;
}

#front_content {
	width:521px;
	float:right;
	font-size: 1em;
	line-height:1.4em;
}


#front_left_navigation {
	width:300px;
	padding-right:61px;
	float:right;
	font-size:18px;
	color: #84b5c1;
	font-weight:normal;
	text-align:right;
	margin-top:30px;
	background-image: url(images/graphic_vert_line.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

		#front_left_navigation a {
			color: #84b5c1;
			text-decoration: none;
			font-weight:normal;
		}
		
		#front_left_navigation a:hover {
			color: #67b563;
			text-decoration: underline;
			font-weight:normal;
		}

#sub_content {
	width:709px;
	float:right;
	font-size: 1em;
	line-height:1.4em;
}

.sub_content_table {
	width:709px;
	font-size: 1em;
	line-height:1.4em;
}

#sub_wide_content {
	width:950px;
	float:left;
	font-size: 1em;
	line-height:1.4em;
}
	
#sub_left_navigation {
	width: 180px;
	padding-right:61px;
	float:right;
	font-size:18px;
	color: #84b5c1;
	font-weight:normal;
	text-align:right;
	margin-top:30px;
	background-image: url(images/graphic_vert_line.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

		#sub_left_navigation a {
			color: #84b5c1;
			text-decoration: none;
			font-weight:normal;
		}
		
		#sub_left_navigation a:hover {
			color: #67b563;
			text-decoration: underline;
			font-weight:normal;
		}
		
		.newsletter {
			color: #7f7f7f !important;
			font-size: 13px !important;
			line-height: 16px !important;
			font-weight: normal !important;
			width: 150px;
			float: right;
		}
				.newsletter form input {
					width: 130px;
					border: 1px solid #bbb;
					border-bottom: 1px solid #ddd;
					border-left: 1px solid #ddd;
					height: 25px;
					line-height: 25px;
				}
				.newsletter form button {
					width: 107px;
					height: 47px;
					background: none;
					background: url(images/sign_up.gif) top left no-repeat;
					float: right;
					cursor: pointer;
					border:none;
					margin-top: 10px;
				}
					.newsletter form button span {
						display: none;
					}
				
		
#sub_left_navigation_webdata {
	width: 180px;
	padding-right:20px;
	float:right;
	font-size:18px;
	color: #84b5c1;
	font-weight:normal;
	text-align:right;
	margin-top:30px;

}

		#sub_left_navigation_webdata a {
			color: #84b5c1;
			text-decoration: none;
			font-weight:normal;
		}
		
		#sub_left_navigation_webdata a:hover {
			color: #67b563;
			text-decoration: underline;
			font-weight:normal;
		}
		
#left_boxes {
	background-image: url(images/graphic_leftnav_boxes.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float:right;
	width:200px;
	height: 100px;
	margin-top:25px;
}

#footer {
	text-align: right;
	font-size: smaller;
	color: #929292;
	width:521px;
	float:right;
	padding-bottom: 50px;
}

		#footer a {
			color: #929292;
			font-weight: normal;
			text-decoration:none;
		}
		
		#footer a:hover {
			color: #67b563;
			font-weight: normal;
			text-decoration:underline;
		}

/*------------------------------- PROPERTIES PAGES --------------------------------*/

#results {
	margin-top: 20px;
	padding: 10px;
	background-image: url(images/results_bg.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}

#results #image {
	float: left;
	border: 1px solid #dddddd;
	margin-right: 20px;
}

#results #left {
	float: left;
	margin-right: 20px;
}

#results #right {
	float: right;
	text-align: right;
}

#results_details #image {
	float: right;
	margin-left: 20px;
	width:300px;
}

#results_details #image img {
	border: 1px solid #dddddd;
	width: 300px;
}

		#results_details #status {
			margin-top: 10px;
			padding: 10px;
			padding-bottom: 20px;
			width: 280px;
			background-image: url(images/results_status_bg.jpg);
			background-repeat:no-repeat;
			background-position: top left;	
		}

/*------------------------------- GOOGLE MAP --------------------------------*/

#news {
	padding: 20px 0px 10px 0px;
}

/*------------------------------- GOOGLE MAP --------------------------------*/


#popup_thumb {
	padding: 1px;
	float: left;
	border: solid 1px #cdcdcd;
	margin-right: 10px;
}

/*--------------------------- CLASSES ----------------------------------- */

.text_smaller {
	font-size: smaller;
}

.news_click_here {
	font-size: 1em;
	color: #73abb8;
}

	.news_click_here a {
		color:#73abb8;
		text-decoration: none;
		font-weight: normal;
	}
	
	.news_click_here a:hover {
		color:#67b563;
		text-decoration: underline;
		font-weight: normal;
	}
	
.p_smaller_top {
	margin: 10px 0px 20px 0px;
}

.grey_bar {
	border-bottom: 1px #cdcdcd solid;
}

#search_area {width:165px;}
#search_type {width:165px;}
#search_size {width:165px;}

