/* Styles the Current Link in Left Margin
-----------------------------------------------------*/
@import "currentlink_styles.css"; 


/* HTML Elements 
---------------------------------------------------*/

	

/* General Layout 
-----------------------------------------------------*/
#headerDiv {
	margin-left:auto;
	margin-right:auto;
	width:800px;
}
	
.required {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:red;
}	

#anchorList {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px;
}

#anchorList a:link, #anchorList a:visited, #anchorList a:active {
	text-decoration:underline;
	color:#333333;
}

#anchorList a:hover {
	text-decoration:underline;
	color:#FF3300;
}

	
#anchorLink {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background:#19497E;
	color:#ffffff;
	padding:3px;
}

#anchorLink a:link, #anchorLink a:visited, #anchorLink a:active {
	color:#FFFFFF
}

#anchorLink a:hover {
	color:#CCCCCC;
}

a.propData:link, a.propData:visited, a.propData:active {
	
	display:block;
	width:100%;
}

a.propData:hover {
	color:#FF3300;
	display:block;
	width:100%;
}

body {
	background:#6A90B7;
}
	
	td {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	
.tableBorder td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #FFFFFF;		
}

.tableBorder tr {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}	
	
.tableBorderGrey td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;		
}

.tableBorder tr {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
	
#header h1 {
		padding-top:1px;
		color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:35px;
		text-align:center;
		font-weight:bold;
}
	
#short_listings 
{
	padding-left: 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#mainContainer {
	width:815px;
	min-width:815px;
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
}

#leftPanel {
    float: left;
	width: 180px;
	background:#FFFFFF;

}
#rightPanel {
	width:635px;
	background:#FFFFFF;
	margin-left: 5px;
	marign-right: 5px;
}

#rightPanel h1 {
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	display:inline;
}
#rightPanel h2 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:inline;
}

/* left panel Elements 
-----------------------------------------------------*/		
	
#leftcontent {
	
	border: 1px solid #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#leftMenu {
	padding:5px;
}	
	
#leftMenu a:link, #leftMenu a:visited, #leftMenu a:active {
		color:#3D5B72;
		line-height: 18px;
		font-size: 12px;
		text-decoration:none;
		display:block;
		font-weight:bold;
}

#leftMenu a:hover {
		color:#2079D2;
		line-height: 18px;
		font-size: 12px;
		text-decoration:underline;
		font-weight:bold;
		display:block;
}

#leftHeader {
		background:#F6A508;
		color:#FFFFFF;
		font-size: 13px;
		font-weight: bold;
		display:block;
		padding:1px;
		
}	
		
#contactDiv {
	padding:5px;
}	

#contactDiv h1 {
	font-size:14px;
	font-weight:bold;
	display:inline;
	}	
		
/* Menu Bar
-----------------------------------------------------*/
	#logo {
		height:205px;
		background:#000;
		margin:0,auto;
		width:800px;
	}
		#menuLinks {
		font-size:15px;
		color:#ffffff;
		font-family:Arial, Helvetica, sans-serif;
		width:760px;
		background:#19497E;
		padding-top:10px;
		padding-bottom:10px;
		padding-left:40px;
		border-bottom: #ffF solid 1px;
	}
	
		
	#menuLinks a:link, #menuLinks a:visited, #menuLinks a:active {
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#FFFFFF;
		text-decoration:none;
		display:inline;
	}
	
	#menuLinks a:hover {
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#FFCC00;
		text-decoration:underline;
		display:inline;
	}
	
	
/* Tables
-----------------------------------------------------*/


/* Footer
-----------------------------------------------------*/
	
#footer {
	margin:auto;
	width:790px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#19497E;
	color:#ffffff;
	padding-left:5px;
	padding-right:5px;
	}
	
#footer	a:link, #footer a:visited, #footer a:active  {
font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:hover {
font-size:11px;
	color:#FF9900;
	text-decoration:underline;
}
	
/* Forms
-------------------------------------------------------*/


		
/* Miscellaneous 
------------------------------------------------------*/

	.rightalign {
		float: right;
		margin: 0px 0px 15px 15px;
		padding: 0px;
		}
	.leftalign {
		float: left;
		margin: 0px 15px 15px 0px;
		padding: 0px;
		}

.contactText
{
	text-align:center;
   font-family:Arial; 
   font-size:12pt; 
   color:#003366; 
   font-weight:bold;
	width:700px;
}

.contactText a:link
{
	color:blue;
	text-decoration:none
}

.contactText a:visited
{
    text-decoration:none;
    color:purple
} 

.contactText a:active 
{
	color:red;
	text-decoration:none;
}

.contactText a:hover 
{
	color:green;
	text-decoration:underline;
}

#downtownBrowse {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.medInput {
	width: 90px;
	font-size:9px;
}
.commontext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;

}
.bigtext1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.minitext1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.minitext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;

}
.forminputelement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CCCCCC;
	border: 1px solid #78C1FA;
}
.formbuttonelements {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #769DD4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EDF5F3;
	border-right-color: #616D6A;
	border-bottom-color: #616D6A;
	border-left-color: #EDF5F3;
}
.bigtext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bigtext3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;

}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2A5382;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2A5382;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DCFF72;
	font-weight: normal;
	text-decoration: underline;
}

.middletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.introtxt {
	FONT-SIZE: 10px;
	COLOR: #000000;
	MARGIN-RIGHT: 3px;
	FONT-FAMILY: verdana;
	TEXT-ALIGN: justify;
	font-weight: normal;

	}
.piclinktxt {
	FONT-SIZE: 10px; COLOR: #000; MARGIN-RIGHT: 30px; FONT-FAMILY: verdana; TEXT-ALIGN: left
}
.piclinktxtbold {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; MARGIN-LEFT: 3px; COLOR: #000; MARGIN-RIGHT: 30px; FONT-FAMILY: verdana; TEXT-ALIGN: left
}
.NotFoundText{
	FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #FF0000; MARGIN-RIGHT: 30px; FONT-FAMILY: verdana; TEXT-ALIGN: left
}
.NotFoundTextQuery{
	FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #000000; FONT-FAMILY: verdana; TEXT-ALIGN: left
}

/*new style for CSS implementation*/
.container {
	width:855px;
	position:relative;
	top:0px;
}
.thinline {
	margin-top:0px;
	margin-bottom:0px;
	height:1px;
	width:98%;
	color:#2C5581;
}

A.orange_links {
	color:#000000;
	text-decoration:none;
}
A.orange_links:hover {
	color:#ff3300;
	text-decoration:underline;
}
A.orange_links:visited {
	color:#000000;
}
#topLinks {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px;
}

#topLinks a:link, #topLinks a:visited, #topLinks a:active {
	text-decoration:none;
	color:#000000;
}

#topLinks a:hover {
	text-decoration:underline;
	color:#FF3300;
}

/* Headings */
H1 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px; color: #003366; font-weight: bold;
	margin-top: 0px; margin-bottom: 0px; }
H2 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px; color: #003366; font-weight: bold;
	margin-top: 0px; margin-bottom: 0px; }
H3 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px; color: #003366; font-weight: bold;
	margin-top: 0px; margin-bottom: 0px; }
.headerPhone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 9px;
	font-weight: bold;
}
.subLogo {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	line-height: 20px;
}
/*
body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
TR,TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
*/
.hoverlinks A {
	font-size: 10px;
	padding-left: 5px;
	text-decoration: none;
}
.hoverlinks A:hover {
	color: blue;
	text-decoration: underline;
}
.otherHomes {
	font-size: 0.75em;
	font-weight: bold;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 5px 10px;
}
.footerNav A {
	font-size: 1em;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}
.footerNav A:hover {
	font-size: 1em;
	font-weight: normal;
	color: #000066;
	text-decoration: underline;
}
.contentTitle {
	font-size: 125%;
	color: #6666CC;
	font-weight: bold;
}
.footerDisclaimer {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* --------------------- Property picture ------ */
.property-picture {
	position: relative;
	width: 200px;
}
.property-picture  span.days{
	position: absolute;
	top: 0;
	left: 0;
	color:#EA8104;
	font-weight:bold;
	font-size:17px;
}
/* --------------- Notification DIVs ---------------- */
.info{
	display:block;
	margin:15px 0pt;
	font-weight:bold;
	padding:10px 10px 10px 50px;
	background-color:#F7FFDF;
	border-bottom:3px solid #85DA1B;
	border-top:3px solid #85DA1B;
	color:#333333;
	text-align:left;
}
