/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.25;
	margin: 0px;
	padding: 0px;
	background-color: #CF4A2A;
}

a:link, a:visited, a:hover {
	color: #425C53;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #425C53;
}

h2{
	font-size: 100%;
	color: #425C53;
	font-weight: normal;
	padding-top: 8px;
}

h3{
	font-size: 110%;
	letter-spacing: 0.05em;
	color: #425C53;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}

h5{
	font-size: 100%;
	color: #425C53;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

label{
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	color: #a59968;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/wrapper-bkgrnd.jpg);
	background-repeat: repeat-y;
}

#wrapper_pictures{
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/wrapper-pics-bkgrnd.jpg);
	background-repeat: repeat-y;
}
#wrapper_pictures {
}
tr td .address {
}



#wrapper_home{
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/wrapper-home.jpg);
	background-repeat: repeat-y;
}

#masthead{
	width: 940px;
	position: relative;
	margin: 0px 30px 10px 30px;
	background-image: url(images/dunlop-header-723.jpg);
	background-repeat: no-repeat;
}

#navBar_listings{
	width: 200px;
	float: left;
	margin-left: 35px;
	padding: 0 10 10 5;
}

#navBar_basic{
	width: 200px;
	float: left;
	margin-left: 35px;
	padding: 0 10 10 5;
}

#content_listings{
	width: 730px;
	float: right;
	margin-right: 25px;
}

#content_picture {
	width: 940px;
	position: relative;
	margin: 0px 30px 10px 30px;
}

#content_basic{
	width: 730px;
	float: right;
	letter-spacing: 0.05em;
	margin-right: 25px;
}

#content_home {
	width: 900px;
	height: auto;
	margin: 0px 50px 0px 50px;
}

#content_category{
	width: 730px;
	float: right;
}

#content_category img{
	margin: 0px 0px 5px 0px;
	}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName {
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName {
	padding: 5px 0px 5px 10px;
	font-size: 120%;
	letter-spacing: 0.05em;
}

#pageNamehome {
	padding: 0px 0px 5px 0px;
	font-size: 130%;
	text-align: center;
	letter-spacing: 0.05em;
	color: #425C53;
}

#homeText {
	padding: 10px 25px 5px 25px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 110%;
	line-height: 1.4;
	text-align: justify;
	letter-spacing: 0.05em;
	color: #333333;
}

#homeText a:link {
	color: #CC6600;
	text-decoration: none;
	}

#homeText a:visited {
	color: #CC6600;
	text-decoration: none;
	}

#homeText a:hover {
	color: #CC6600;
	text-decoration: underline;
	}


/************* #globalNav styles **************/

#globalNav {
	background-color: #425C53;
	color: #FFFFFF;
	width: 940px;
	height: 25px;
	font-size: 90%;
	text-indent: 15px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img {
 	display: block;
}

#globalNav a:link {
	font-size: 90%;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	padding: 0px 4px 5px 0px; 
}

#globalNav a:hover {
	font-size: 90%;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	text-decoration:underline;
	padding: 0px 4px 5px 0px; 
}

#globalNav a:visited {
	font-size: 90%;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	padding: 0px 4px 5px 0px; 
}

#homeNav {
	position: relative;
	background-image:url(images/homeNav.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 900px;
	font-size: 90%;
	line-height: 23px;
	padding: 0px 0px 0px 0px;
	height: 47px;
	margin: 0px 50px 0px 50px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

#homeNav a:link {
	color: #FFFFFF;
	font-size: 90%;
}

#homeNav a:hover {
	color: #FFFFFF;
	font-size: 90%;
	text-decoration: underline;
}

#homeNav a:visited {
	color: #FFFFFF;
	font-size: 90%;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature {
	padding: 0px 0px 5px 10px;
	font-size: 100%;
}

.feature h3 {
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-align: center;
}

.feature img {
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */



/*************** .contact styles ***************/

.contact {
	padding: 0px 0px 5px 10px;
	color: #333333;
	font-size: 100%;
}

.contact a:link, a:visited {
	color: #425C53;
	text-decoration: none;
	}

.contact a:hover {
	color: #CC6600;
	text-decoration: underline;
	}


/************** .story styles *****************/

.story {
	clear: both;
	padding: 0px 0px 5px 10px;
	font-size: 80%;
}

.story p {
	padding: 0px 0px 5px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo {
	clear: both;
	font-size: 90%;
	color: #425C53;
	padding: 10px 5px 8px 0px;
	margin: 0px 25px 0px 255px;
	border-top: 1px solid #778983;	
}
#siteInfo2 {
	clear: both;
	font-size: 90%;
	color: #425C53;
	padding: 10px 5px 8px 0px;
	margin: 0px 25px 0px 25px;
	border-top: 1px solid #778983;	
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img {
	padding: 0px 15px 0px 0px;
	vertical-align: middle;
}

#siteInfo2 img {
	padding: 0px 15px 0px 0px;
	vertical-align: middle;
}

#siteInfo_home {
	clear: both;
	font-size: 100%;
	color: #425C53;
	height: 35px;
	text-align: center;
	padding: 10px 25px 8px 25px;
	margin: 10px 75px 30px 75px;
	border-top: 1px solid #778983;	
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #c6be9e;
	font-size: 90%;
}

#search form{
	margin: 0px;
	padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar_basic  ul a:link, #navBar_basic ul a:visited {display: block; color: #425C53; text-decoration: none;}
#navBar_basic ul {list-style: none; margin: 0; padding: 0;}
#navBar_listings  ul a:link, #navBar_listings ul a:visited {display: block; color: #425C53; text-decoration: none;}
#navBar_listings ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar_basic li {border-bottom: 1px solid #425C53;}
#navBar_listings li {border-bottom: 1px solid #425C53;}

/* fix for browsers that don't need the hack */
html>body #navBar_basic li {border-bottom: none;}
html>body #navBar_listings li {border-bottom: none;}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #425C53;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 5px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 5px;
	border-bottom: 1px solid #425C53;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-bottom: 1px solid #425C53;
	padding: 2px 0px 2px 5px;
}

#sectionLinks a:hover{
	border-top: 1px solid #425C53;
	background-color: #ffffcc;
	padding: 2px 0px 2px 5px;
}


/*********** .relatedLinks styles ***********/

#navBar_listings .relatedLinks{
	margin: 0px;
	padding: 0px 5px 10px 5px;
	font-size: 90%;
}

#navBar_basic .relatedLinks{
	margin: 0px;
	padding: 0px 5px 10px 5px;
	font-size: 90%;
}

#navBar_listings .relatedLinks a:hover {
	text-decoration: underline;
}

#navBar_basic .relatedLinks a:hover {
	text-decoration: underline;
}

.relatedLinks a:hover {
	color: #425C53;
	text-decoration: underline;
}

.relatedLinks a:link, a:visited {
	color: #425C53;
	text-decoration: none;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 0px 0px 0px 5px;
	font-size: 90%;
	border-top: 1px solid #778983;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 2px;
}

#advert img{
	display: block;
	padding: 10px 5px 8px 0px;
}


/************** #headlines styles **************/

#headlines {
	margin: 0px;
	padding: 10px 0px 0px 10px;
	font-size: 90%;
	border-top: 1px solid #666666;
}

#headlines p {
	padding: 0px 0px 5px 0px;
}


/************* header style ****************/

.address {
	font-size: 100%;
	line-height: 1.4;
	color: #425C53;
}

.address2 {
	font-size: 150%;
	line-height: 1.5;
	color: #425C53;
	font-family: Georgia, Times New Roman, Times, serif;
}


/************* table styles *****************/

.propertyName {
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.propertyInfo {
	font-size: 80%;
	line-height: 1.4;
	font-weight: normal;
	letter-spacing: normal;
}

.propertyImage {
	font-size: 80%;
	line-height: 1.25;
}

.propertyDescription {
	font-size: 90%;
	line-height: 1.25;
	text-align: justify;
	padding: 240px 0px 0px 0px;
}

.propertyDescription2 {
	font-size: 90%;
	line-height: 1.25;
	text-align: justify;
}

.categoryPages {
	font-size: 90%;
	line-height: 1.25;
	text-align: left;
}

.browserWarning {
	font-size: 80%;
	line-height: 1.0;
	text-align: justify;
	text-transform: uppercase;
	color: #425C53;
	}


/* listing page styles */

#listing_Name {
	position: relative;
	width: 730px;
	}
	
#listing_Name2 {
	position: relative;
	width: 940px;
	}
	
#listings_left {
	position: relative;
	width: 320px;
	float: left;
	margin-left: 20px;
	}

#prop_description_left {
	position: relative;
	width: 315px;
	float: left;
	vertical-align: text-top;
	}

#listings_spacer {
	position: relative;
	width: 25px;
	height: 10px;
	margin: 0px;
	}

#listings_spacer2 {
	position: relative;
	width: 20px;
	}

#listings_right {
	position: relative;
	width: 360px;
	float: right;
	margin-right: 5px;
	}

#listing_pictures_right {
	position: relative;
	width: 600px;
	height: 400px;
	margin: 15px 0px 12px 0px;
	float: right;
	}

#pictures_1 {
	position: relative;
	width: 600px;
	height: 400px;
	}

#thumbnails {
	position: relative;
	width: 940px;
	}

#listings_1 {
	position: absolute;
	width: 360px;
	height: 240px;
	margin: 0px 0px 5px 0px;
	}

#listings_2 {
	position: absolute;
	width: 360px;
	height: 240px;
	margin: 0px 0px 5px 0px;
	}

#listings_3 {
	position: absolute;
	width: 360px;
	height: 240px;
	margin: 0px 0px 5px 0px;
	}

#listings_4 {
	position: absolute;
	width: 360px;
	height: 240px;
	margin: 0px 0px 5px 0px;
	}

#listings_5 {
	position: absolute;
	width: 360px;
	height: 240px;
	margin: 0px 0px 5px 0px;
	}

#listings_6 {
	position: absolute;
	width: 360px;
	height: 240px;
	margin: 0px 0px 5px 0px;
	}

#listings_7 {
	position: absolute;
	width: 360px;
	height: 240px;
	margin: 0px 0px 5px 0px;
	}

#listings_8 {
	position: absolute;
	width: 360px;
	height: 240px;
	margin: 0px 0px 5px 0px;
	}

#listings_9 {
	position: absolute;
	width: 360px;
	height: 240px;
	margin: 0px 0px 5px 0px;
	}

#listings_10 {
	position: absolute;
	width: 360px;
	height: 240px;
	margin: 0px 0px 5px 0px;
	}

#listings_11 {
	position: absolute;
	width: 360px;
	height: 240px;
	margin: 0px 0px 5px 0px;
	}

#listings_12 {
	position: absolute;
	width: 360px;
	height: 240px;
	margin: 0px 0px 5px 0px;
	}

#listings_13 {
	position: absolute;
	width: 360px;
	height: 240px;
	margin: 0px 0px 5px 0px;
	}

#listings_14 {
	position: absolute;
	width: 360px;
	height: 240px;
	margin: 0px 0px 5px 0px;
	}

#listings_15 {
	position: absolute;
	width: 360px;
	height: 240px;
	margin: 0px 0px 5px 0px;
	}````11
