@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #54595d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a:hover {
	text-decoration: underline;
}

#container {
	width: 980px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
} 
#header {
	height: 275px;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#mainContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 100%;
	float: left;
} 
#footer {
	background-color: #FF7200;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 88px;
	width: 100%;
	text-align: left;
	float: left;
} 
#FooterNav {
	background-image: url(../images/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 981px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 53px;
	padding-top: 35px;
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 19px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.YellowText {
	color: #fedd00;
}
.WhiteText_Tahoma_11px {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
#HeaderTop {
	height: 62px;
	padding-bottom: 23px;
}
#TopNavBar{
	height:27px; 
	background-image:url(../images/orange_navbar_bg.gif);
}
#TopNav {
	float: right;
	height: 57px;
	width: 660px;
	padding-right: 4px;
	font-family: Tahoma;
	font-size: 9px;
	color: #9b9c9d;
	text-align: right;
	padding-top: 5px;
	position: relative;
}
#TopSearch {
	background-color: #e5e5e5;
	height: 26px;
	width: 148px;
	float: right;
}
.HeaderSearchField {
	font-family: Tahoma;
	font-size: 13px;
	color: #575452;
	background-color: #E5E5E5;
	height: 18px;
	width: 113px;
	border: 1px none #E5E5E5;
	margin: 0px;
	float: left;
	padding-top: 6px;
	padding-left: 7px;
}
.OrangeText {
	color: #ff7e00;
}
#TopNavLinks {
	font-family: Tahoma;
	font-size: 14px;
	color: #c2c4c6;
	width: 500px;
	float: right;
	height: 37px;
	padding-top: 6px;
	padding-right: 12px;
}
.DarkGreyText_Bold_12px {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #646464;
	text-decoration: none;
}
.LightGreyText {
	color: #9b9c9d;
	text-decoration: none;
}
#TopNav  a:hover {
	color: #ff7e00;
	text-decoration: none;
}
#HeaderImageContainer {
	background-color: #FFFFFF;
	padding: 6px;
	height: 151px;
	border: 1px solid #e96b03;
	margin-right: 3px;
	text-align: center;
	width: 146px;
	font-size: 14px;
	color: #434648;
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
}


#RegionCategoryImageContainer {
	
	background-image:url(../images/small_image_thumb.gif);
	height: 117px;
	text-align: center;
	width: 119px;
	font-size: 11px;
	color: #434648;
	float: left;
	margin-bottom: 0px;
	margin-left: 11px;
}
.RegionCategoryListingPropertyTitle {
	height: 28px;
	text-align: center;
	width: 105px;
	margin:auto;
	overflow:hidden;
}

.PropertyTitleInHeader {
	height: 30px;
	text-align: center;
	width: 140px;
	overflow:hidden;
}

.ImageBorder {
	padding: 1px;
	border: 3px solid #e7e9e9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.HeaderLink_12px {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #434648;
	text-decoration: none;
}
#HeaderLinks{
	float:right;
	height:37px;
	padding-top: 3px;
}
#HeaderLinksVhr{
	float: right;
	width: 24px;
	text-align:center;
}
.OrangeText_Bold_16px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ff8400;
	text-decoration: none;
}

.OrangeText_Bold_14px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff8400;
	text-decoration: none;
}
#Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ec6400;
	text-decoration: none;
	background-image: url(../images/dark_grey_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 18px;
	float: left;
	width: 944px;
}
#ListingArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ec6400;
	text-decoration: none;
	margin-right: 18px;
	margin-left: 18px;
	padding-top: 13px;
	line-height: 18px;
	float: left;
	width: 944px;
}
#ListingArea2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ec6400;
	text-decoration: none;
	margin-right: 18px;
	padding-top: 13px;
	line-height: 18px;
	float: left;
	width: 944px;
	margin-left: 18px;
}


#ListingArea ol
{
	list-style: none;
	margin: 0;
	padding: 0;

}
#ListingArea2 ol
{
	list-style: none;
	margin: 0;
	padding: 0;

}

.col1 {margin-left: 0px;}
 
.col2 {margin-left: 157px;}
 
.col3 {margin-left: 314px;}

.col4 {margin-left: 471px;}

.col5 {margin-left: 628px;}

.col6 {margin-left: 785px;}

.coltopper {margin-top: -24.7em;} 


#ListingArea ul
{
	list-style: none;
	margin: 0;
	padding: 0;

}
#ListingArea2 ul
{
	list-style: none;
	margin: 0;
	padding: 0;

}
#ListingArea ul li
{
	color: #ec6400;
	display: block;
	width: 157px;
	float: left;
}
#ListingArea li a
{
	display: inline;
	background-image:url(../images/grey_bullet.gif);
	padding-left: 10px;
	background-position:left;
	background-repeat:no-repeat;
	text-decoration: none;
	color: #54595d;
}

#ListingArea li a:hover
{
	padding-left: 10px;
	background-image:url(../images/orange_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #FD6200;
	text-decoration: underline;
}
#ListingArea2 ul li
{
	color: #ec6400;
	display: block;
	width: 157px;
	float: left;
}
#ListingArea2 li a
{
	display: inline;
	background-image:url(../images/grey_bullet.gif);
	padding-left: 10px;
	background-position:left;
	background-repeat:no-repeat;
	text-decoration: none;
	color: #54595d;
}

#ListingArea2 li a:hover
{
	padding-left: 10px;
	background-image:url(../images/orange_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #FD6200;
	text-decoration: underline;
}
#Hr {
	background-color: #e5e5e5;
	float: left;
	height: 1px;
	width: 100%;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.DarkGreyText_bold_14px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #54595d;
	text-decoration: none;
}
#HeaderArrow {
	height: 7px;
	width: 13px;
	position: absolute;
	left: 264px;
	top: 55px;
}
#TopBodyBar {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #54595d;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	height: 21px;
	padding-top: 10px;
}
.DarkGreyText_Bold_Tahoma_11px {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #54595d;
	text-decoration: none;
}
.RegionCategoryBannerDarkGreyText_Bold_Tahoma_11px {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #54595d;
	text-decoration: none;
}
.DarkGreyText_Tahoma_11px {
	font-family: tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #877e7e;
	text-decoration: none;
}
#Print {
	float: right;
	margin-top: -13px;
}
.RightBorder_1px {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e5e5;
}
.BottomBorder_1px {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}
#pagetable ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #54595d;
	text-decoration: none;
	line-height: 18px;

}
#pagetable ul li
{
	color: #ec6400;
	width: 157px;
	float: none;
}
#pagetable li a
{

	background-image:url(../images/grey_bullet.gif);
	padding-left: 10px;
	background-position:left;
	background-repeat:no-repeat;
	text-decoration: none;
	color: #54595d;
}

#pagetable li a:hover
{
	padding-left: 10px;
	background-image:url(../images/orange_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #FD6200;
	text-decoration: underline;
}
#RightColumn {
	width: 218px;
	margin-bottom: 25px;
	float: right;
	margin-top: 22px;
	position: relative;
}
#OrangeButton {
	height: 39px;
	width: 218px;
	margin-bottom: 16px;
	position: relative;
}
#OrangeButtonPopUp {
	width: 218px;
	position: absolute;
	background-image: url(../images/right_box_bg.gif);
	background-repeat: repeat-y;
	top: 42px;
	left: 0px;
}
#OrangeButtonPopUPContents {
	width: 218px;
	float: left;
	text-align: center;
	margin-top: 13px;
	margin-bottom: 13px;
}
.PopUpFields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #5f5650;
	background-color: #FFFFFF;
	height: 15px;
	width: 161px;
	border: 1px solid #c9cacb;
	background-image: url(../images/required_image.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 12px;
}
.PopUpFields2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #5f5650;
	background-color: #FFFFFF;
	height: 15px;
	width: 161px;
	border: 1px solid #c9cacb;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 12px;
}
.ImageBorder2 {
	padding: 3px;
	border: 1px solid #dad9d9;
}
#RightColumnGreyBox {
	background-image: url(../images/right_box_bg.gif);
	background-repeat: repeat-y;
	float: left;
	width: 218px;
	text-align: center;
}
#RightColumnImage {
	width: 200px;
	margin-top: 8px;
	margin-bottom: 7px;
}
#BodyTextArea {
	width: 535px;
	margin-left: 18px;
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #484b4e;
	text-decoration: none;
	padding-bottom: 25px;
}

#BodyTextArea ul
{
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;


}
#BodyTextArea ul li
{
	background-image:url(../images/red_bullet.gif);
	padding-left: 10px;
	background-position:left;
	background-repeat:no-repeat;
	text-decoration: none;
	color: #484b4e;
	width: 100%;
}
.RedText_Bold_12px {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #ff6c00;
	text-decoration: none;
}
.RedText_Bold_12px_Underline {
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #ff6c00;
	text-decoration: underline;
}
#BodyBottomArea {
	width: 780px;
	padding-top: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	float: right;
	padding-bottom: 20px;
	padding-left: 13px;
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #434242;
	text-decoration: none;
}
.RedText_Bold_17px {
	font-family: tahoma;
	font-size: 19px;
	font-weight: bold;
	color: #ff6c00;
	text-decoration: none;
}
.BlackLinkText_Bold_12px {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #625e5e;
	text-decoration: none;
}
.BlackLinkText_Underline_12px {
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #625e5e;
	text-decoration: underline;
}
.BottomBorder_2px {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}
.BodyText {
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #3f4346;
	text-decoration: none;
}
.MouseOverBg {
	background-color: #f1f1f1;
}
.SubTitleSmall {
	font-family: tahoma;
	font-size: 13px;
	color: #939392;
	
}

.RedText_11_Tahoma {
	font-family: tahoma;
	font-size: 13px;
	font-weight:bold;
	color: #FF0000;
	
}

.btnStyle{
	background:#ff8400; 
	font-size:16px; 
	font-weight:bold;
	color:#FFFFFF;
	border:thin;
	
}


#RightPanel {
	float: right;
	width: 307px;
	margin-left: 20px;
}

#ContentBox {
	width: 100%;
	margin-bottom: 7px;
	float: left;
}

#BoxOrangeHeading {
	background-color: #F7941D;
	background-image: url(images/heading_bg.jpg);
	height: 28px;
	width: 297px;
	font-family: "Trebuchet MS";
	font-size: 19px;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	margin: 0px;
	text-transform: uppercase;
}
#ContentArea {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;
	float: left;
	width: 303px;
	padding: 1px;
}

#ContentAreaFooter {
	background-color: #f6f7f7;
	float: left;
	width: 272px;
	height: 20px;
	padding-top: 8px;
	padding-left: 31px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #aba9a9;
	text-decoration: none;
}

.OrangeTextNonUnderlined {
	color: #ff6c00;
	text-decoration: none;
}

#ContentAreaFooterHr {
	background-image: url(../images/dottedHr.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	width: 100%;
	float: left;
	height: 3px;
}

.Map {
	padding: 3px;
}

#ContentAreaFooterWhite {
	float: left;
	width: 295px;
	height: 20px;
	padding-top: 8px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #403d3d;
	text-decoration: none;
	background-color: #FFF;
}

#IamgeThumbSmall {
	float: left;
	height: 59px;
	width: 59px;
	text-align: right;
}

.WeatherIcon {
	padding-top: 22px;
	padding-right: 13px;
	padding-left: 10px;
	float: left;
	padding-bottom: 18px;
}
#WeatherText {
	float: left;
	padding-top: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #403d3d;
	font-weight: normal;
}
.WeatherOrangeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ff6c00;
	text-decoration: none;
}
#BodyArea {
	float: left;
	padding-left: 20px;
	width: 451px;
}

#TextArea {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #403d3d;
	padding-top: 5px;
	padding-bottom: 15px;
}
#Columns {
	float: left;
	width: 46%;
}

#TextArea ul
{
	list-style: none;
	margin: 0;
	padding: 0;

}
#TextArea ul li
{
	color: #ec6400;
	display: block;
	width: 100%;
	float: left;
}
#TextArea li a
{
	display: inline;
	background-image:url(../images/red_bullet.gif);
	padding-left: 10px;
	background-position:left;
	background-repeat:no-repeat;
	text-decoration: none;
	color: #54595d;
}

#TextArea li a:hover
{
	padding-left: 10px;
	background-image:url(../images/grey_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #FD6200;
	text-decoration: underline;
}


#SearchBox {
	background-image: url(../images/bgTop.gif);
	background-repeat: no-repeat;
	float: left;
	width: 775px;
	padding-top: 10px;
	padding-left: 18px;
	margin-left: 7px;
}
#SearchFieldBg {
	background-image: url(../images/inputField.gif);
	background-repeat: repeat;
	float: left;
	height: 32px;
	width: 278px;
	padding-top: 8px;
	padding-left: 10px;
	margin-top: 26px;
	margin-right: 1px;
}
.SearchField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5c5753;
	text-decoration: none;
	height: 25px;
	width: 265px;
	border: 1px none #000;
}

#CalerdarBox {
	background-image: url(../images/bgBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 90px;
	width: 793px;
	margin-left: 7px;
	position: relative;
}
#CalendarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff6c00;
	text-decoration: none;
	float: left;
	height: 24px;
	width: 665px;
	padding-top: 6px;
	padding-left: 2px;
}
#calendarFieldBg {
	background-image: url(../images/calendarField.gif);
	background-repeat: no-repeat;
	float: left;
	height: 28px;
	width: 137px;
	padding-top: 5px;
	padding-left: 8px;
}


.CalendarField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5c5753;
	text-decoration: none;
	height: 20px;
	width: 100px;
	border: 1px none #FFF;
	float: left;
}
#CalendarIcon {
	float: right;
	height: 18px;
	width: 19px;
	padding-top: 2px;
	padding-right: 7px;
}
#CalenderDash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5c5753;
	text-decoration: none;
	text-align: center;
	height: 28px;
	width: 24px;
	float: left;
	padding-top: 5px;
}

#CalendarPopup1 {
	background-image: url(../images/calendarPopup.gif);
	height: 175px;
	width: 186px;
	position: absolute;
	left: 234px;
	top: -158px;
	padding-top: 19px;
	padding-left: 16px;
}
#CalendarPopup2 {
	background-image: url(../images/calendarPopup.gif);
	height: 175px;
	width: 186px;
	position: absolute;
	left: 402px;
	top: -158px;
	padding-top: 19px;
	padding-left: 16px;
}
