/*********************************************** 
				Browser reset
***********************************************/

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/*********************************************** 
				Tags
***********************************************/

body {
	font-size: 62.5%;
	background: #E9F2F6 url(../../images/bg-complete.png) repeat-x center 0;
	font-family: Geneva,Tahoma,arial,sans-serif;
	color: #333;
}

noscript {
	display: none;
}

fieldset {
	border: 1px solid #D3E5E8;
	padding: 10px;
	margin-bottom: 1em;
}

/*********************************************** 
				Main Layout
***********************************************/


#wrapper { width: 940px; margin: 0 auto; }

#header { height: 188px; position: relative; }
	
	#header h1,
	#header #h1 {
		right: 0;
		bottom: 13px;
		height: 63px;
		width: 219px;
		position: absolute;
	}
	
	#header h1 span,
	#header #h1 span { display: none; }
	
	#header #toolbar-nav { position: absolute; top: 15px; }

	#header #toolbar-nav li {
		float: left;
		font-size: 1.2em;
		margin-right: 10px;
		padding: 2px 10px 2px 0;
		border-right: 1px solid #fff;
	}
	
	#header #toolbar-nav li a { color: #009DDC; text-decoration: none; }
	
	#header #search {
		position: absolute;
		height: 29px;
		width: 219px;
		right: 0;
		top: 15px;
	}
	
	#header #search label { display: none; }
	
	#header #search #Template_searchArea_quickSearch {
		width: 203px !important;
		height: 17px !important;
		padding: 6px 8px;
		background: url(../../images/searchField.gif) no-repeat;
		border: none;
		font-size: 1.3em;
	}
	
	#header #search .Button {
		position: absolute;
		right: 3px;
		top: 3px;
		height: 25px;
		width: 26px;
	}	
	
	#header #font-changer {
		text-indent: -10000px;
		font-size: 0;
		line-height: 0;
		position: absolute;
		right: 223px;
		top: 16px;
		height: 26px;
		width: 66px;	
	}
	
	#header #font-changer li { float: left; margin-right: 1px; }
	
	#header #font-changer li a {
		background: url(../../images/fontSprite.gif) no-repeat 0 0px;
		display: block;
		height: 26px;
		width: 21px;
	}
	
	#header #font-changer li a.Mediumtext { background-position: -22px -27px; }
	
	#header #font-changer li a.Largetext { background-position: -44px -27px; }
	
	#header #welcome {
		position: absolute;
		top: 16px;
		right: 295px;
		height: 26px;
		width: 97px;
	}
	
#main-nav {
	position: absolute;
	background: url(../../images/nav-bar.png) repeat-x;
	height: 38px;
	width: 100%;
	top: 44px;
	left: 0px;
	right: 0;
	padding: 10px 0;
}
	
	#main-nav ul { margin: 1px auto 0; width: 940px; }
	
	#main-nav li { float: left; position: relative; padding: 0 0 0 17px; }
	
	#main-nav li.first {
		margin-left: -17px;
	}
	
	#main-nav li a {
		color: #333;
		text-decoration: none;
		text-transform: lowercase;
		font-size: 1.4em;
		padding-right: 15px;
		position: relative;
		padding: 9px 10px 10px 0;
		float: left;
	}
		
	#main-nav ul li.parent:hover { background: url(../../images/nav-drop-tab.png) top left no-repeat; }
	
	#main-nav ul li.parent:hover a  { 
		background: #fff url(../../images/nav-drop-tab.png) top right no-repeat; 
		position: relative; 
		color: #fff; 
	}
	
	#main-nav li.parent:hover a span {
		background: url(../../images/dash-white.gif) no-repeat right 0.45em;
	}
	
	/* dropdowns */
	
	#main-nav ul li.parent ul {
		position:absolute;
		top:36px;
		width:160px;
		font-size:0.85em;
		text-transform:none;
		left: -999em;
		background: url(../../images/nav-drop-menu.png) no-repeat 0 top;
		padding: 2px 7px 0;
		z-index: 99;
	}
	
	#main-nav ul li.parent a { padding-right: 32px; }
	
	#main-nav ul li.parent:hover ul { left: 0px; }
	
	#main-nav ul li.parent:hover ul li a { color: #2A3795; }
	
	#main-nav ul li.parent li {	
		background:transparent none repeat scroll 0 0;
		border-bottom:1px solid #D3E5E8;
		height:auto;
		padding:0;
		width:153px;
	}
	
	#main-nav ul li.parent li:hover { background: none; }
	
	#main-nav ul li.parent li a {
		background:transparent none repeat scroll 0 0 !important;
		color:#009DDC;
		display:block;
		float:none;
		height:auto;
		line-height:normal;
		margin:0 0 0 1px;
		padding: 6px 10px 8px;
		width:131px;
	}
		
	#main-nav ul li.parent li a:hover {
		color: #FFFFFF;
		background: #D3E5E8 !important;
		
	}
	
	#main-nav ul li.parent li.last {
		background: url(../../images/nav-drop-btm.png) no-repeat 0 bottom;
		padding: 0px 7px 8px;
	    margin: 0 -7px -11px -7px;
	    display: inline;
	}

#breadcrumbs { margin-bottom: 15px; position: relative; }

	#breadcrumbs dt ,
	#breadcrumbs dd {
		float: left;
		color: #fff;
		font-size: 1.4em;
		margin-right: 8px;
	}
	
	#breadcrumbs dd a {
		text-decoration: none;
		background: url(../../images/arrow-white.gif) no-repeat right 0.45em;
		padding-right: 15px;
	}

#leftCol {
	width: 140px;
	float: left;
	margin-right: 20px;
	border: 3px solid #D3E5E8;
	position: relative;
}

	#leftCol ul li {
		background: #fff;
		position: relative;
		width: 140px;
	}
	
	#leftCol ul li a {
		color: #009DDC;
		text-decoration: none;
		font-size: 1.2em;
		padding: 8px 10px;
		display: block;
		border-bottom: 1px solid #DFEDF2;
		width: 120px;
		font-size: 1.3em;
	}
	
	#leftCol ul li.active a {
		color:#FFFFFF;
		margin: 0 -12px;
		padding-left:24px;
		width:129px;
		border: none;
	}
	
	#leftCol ul ul li { padding-left: 10px; width: 130px; }
	
	#leftCol ul li ul li a { background-position: 0 1em; }
	
	#leftCol ul li ul li a { 
		background: url(../../images/side-nav-child.gif) no-repeat 0.9em 1em; 
		color: #009DDC; 
		margin-left:-10px;
		padding-left:20px;
		width: 108px
	}
	
	#leftCol ul li.active ul li a { 
		background: url(../../images/side-nav-child.gif) no-repeat 1.1em 1em; 
		color: #009DDC; 
		border-bottom: 1px solid #DFEDF2;
		width: 108px
	}

	#leftCol ul ul li.active a {
		color:#FFFFFF;
		margin:0 -21px;
		padding-left:32px;
		width:120px;
	}



	#leftCol ul ul li.active ul li a {
		background: url(../../images/side-nav-child-child.gif) no-repeat 1.8em 1em; 
		width: 99px; 
		
	} 

	#leftCol ul ul ul li.active a {
		color:#FFFFFF;
		margin:0 -30px;
		padding-left:39px;
		width:112px;
	}

	#leftCol ul ul ul li { width: 120px; } 

	#leftCol ul ul ul li a {
		margin-left: -20px;
		background: url(../../images/side-nav-child-child.gif) no-repeat 1.8em 1em;  
		padding-left: 32px;
		width: 99px;
	}

#content {
	width: 409px;
	float: left;
	margin-right: 20px;
	padding: 20px;
	background-color: #fff;
	position: relative;
}

#rightCol { width: 305px; float: left; position: relative; }

	#rightCol #tabContainer { position: relative; }

	#rightCol ul.tabs li { float: left; }
	
	#rightCol ul.tabs li a { 
		float: left; 
		font-size: 1.5em; 
		padding: 8px 10px; 
		text-decoration: none;
		color: #fff;
	}

	#rightCol #news,
	#rightCol #popular { 
		padding: 8px; 
		clear: both; 
		background: #fff;
	}
	
	#rightCol li { position: relative; }
	
	#rightCol .caption {
		position: absolute;
		width: 228px;
		bottom: 0px;
		left: 0px;
		background: url(../../images/black-trans.png) repeat;
		padding: 10px 51px 10px 10px;
		display: block;
	}
	
	#rightCol .caption .description { 
		color: #fff; 
		font-size: 1.1em; 
		margin-bottom: 0; 
		display: block;
	}
	
	#rightCol .caption .title { font-size: 1.8em; }
	
	#rightCol .newsBtn {
		display: block;
		height: 20px;
		width: 18px;
		background: url(../../images/news-btns.gif) no-repeat 0 0;
		position: absolute;
		bottom: 14px;
		text-indent: -10000px;
		font-size: 0;
		line-height: 0;
	}
	
	#rightCol .newsBtn.left { background-position: 0px 0; right: 35px; }
	
	#rightCol .newsBtn.right { background-position: -20px 0; right: 14px; }
	
	#rightCol #related { background: #fff; padding: 15px; margin-top: 0px;}
	
	#rightCol #feature,
	#rightCol #events { background: #fff; padding: 15px; margin-top: 15px;}
	
	#rightCol #related li { font-size: 1.3em; line-height: 1.5em; margin-bottom: 5px; }
	
	#rightCol #related li a { 
		text-decoration: none; 
		background: url(../../images/arrow-right-blue.gif) no-repeat 0 0.3em; 
		padding-left: 17px;
	}

#services { margin-top: 15px; background: #fff; padding: 5px 0 0;}

	#services dl { float: right; }

	#services dt { 
		color: #009DDC; 
		font-size: 1.4em; 
		padding: 4px 7px 5px 0px;
	}
	
	#services dt,
	#services dd,
	#services dd a { float: left; }
	
	#services dd { font-size: 1.4em; margin-right: 5px; text-align: center;}
	
	#services dd a { padding: 2px 0px 1px; 
		border: 1px solid #DFEDF2; 
		display: block; 
		width: 24px; 
		height: 20px;
	}

#footer { 
	background: #DFEDF2; 
	border-top: 1px solid #fff; 
	margin-top: 20px; 
	padding: 15px 0;
}

	#footer ul { margin: 0 auto 10px; width: 320px;}
	
	#footer ul li { float: left; margin-right: 15px; text-transform: lowercase; }
	
	#footer ul li a { float: left; color: #A7CBD2; font-size: 1.2em; }

	#footer span.copyright { 
		clear: left; 
		color: #A7CBD2; 
		font-size: 1em; 
		display: block;
		margin: auto;
		width: 323px;
	}

/* search page */

#searchpage h3 { margin-top: 10px; }

#searchpage #tab1 label {
	font-size: 1.1em;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 10px;
	line-height: 2.5em;
}

#searchpage #tab1 input { margin-right: 5px; }

#searchpage #tab1 #Template_ctl20_searchPage_terms { border: 1px solid #ccc; padding: 2px; }

#searchpage .read { float: right; }

#searchpage #searchResults div {
	clear: both;
}

#searchpage #searchResults p {
	margin-bottom: 5px;
}

/* sitemap */

#content #sitemap { padding-top: 5px; }

#content #sitemap ul { margin: 10px 0; }

#content #sitemap li { font-size: inherit; margin-bottom: 5px; background: none; }

#content #sitemap li a { font-size: 1.6em; background: #F5F8FD; display: block; width: 96%; padding: 5px; }

#content #sitemap ul a { font-size: 1.2em; }

#content #sitemap ul li { padding-left: 20px; border: none; }

#content #sitemap ul li a { background: none; padding: 0; }

/* news */

.newsItem { 
	border-bottom:1px solid #CCCCCC;
	clear:both;
	margin-bottom:15px;
	padding-bottom:15px; 
}

.newsItem img { float: left; margin-right: 15px; }

.newsItem .newsCopy { float: left; }

.newsItem h3 { float: left; }

.newsItem .newsDate { float: right; }

.newsItem p { clear: both; }

/* Decent Homes Search */

.SearchResults { width: 100%; font-size: 1.2em;}
.SearchResults th { font-weight: bold; font-size: 1.2em; }
.SearchResults td { padding: 5px 3px; }
.SearchResults .alt { background:#D3E5E8;}
.SearchResults .select { background:#009DDC; color: #FFF; padding: 1px 3px; display: block; width: 40px; text-align: center;}

.dhDetailsView { font-size: 1.2em; padding: 0 0 2em 0}
.dhDetailsView dl { clear: left;}
.dhDetailsView dt { width: 150px; font-weight: bold;}
.dhDetailsView dd { width: 209px;}
.dhDetailsView dt, dd { float: left; display: block; padding:5px 0;}

/*********************************************** 
			Common classes
***********************************************/

.clearFix { height: 1%; }

.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.last { border: none !important; }

.backToTop {
	display: block;
	background: url(../../images/arrow-up-blue.gif) no-repeat 385px 0.8em;
	padding: 5px 32px 5px 5px;
	text-align: right;
	text-decoration: none;
	font-size: 1.2em;
	border: 1px solid #D3E5E8;
	clear: both;
}
#wide #content {
	width: 732px;
	margin: 0;
}

#wide .backToTop {
	background-position: 704px 0.7em;
}

#calendar .backToTop {
	background-position: 69.3em 0.7em;
}

.read {
	font-size: 1.2em;
	background: url(../../images/arrow-right-blue.gif) no-repeat 0 0.3em;
	padding-left: 15px;
}

.rss {
	display: block;
	height: 23px;
	width: 23px;
	background: url(../../images/rss-blue.gif) no-repeat;
	text-indent: -10000px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	right: 0px;
	top: 8px;
}

.column {
	min-height: 576px;
}

.atoz {font-size:1.2em;}

.ImmTS_Default {
	font-size:1.2em;
}

.tbform {font-size:1.2em;}
