/*  Main STE Template Style Sheet  */
@import url("nav.css");
@import url("park.css");
@import url("sitemap.css");
@import url("propertyFinder.css");
@import url("compareResults.css");

/*  Styles  */
h1, h2, h3 {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 20px;
	color: #CC0000;
	font-weight: normal;
	padding-bottom: 10px;
}
h2 {
	font-size: 14px;
	color: #333333;
	padding-bottom: 10px;
}
h3 {
	font-size: 13px;
	color: #000000;
	margin-bottom: 0;
}
h4 {
	font-size: 13px;
	color: #cc0000;
}

p {
	color:#000 !important;
	margin-top: 0px;
}

img {border: none;}

#searchOutput {}
#searchOutput .OutputTitle a { color:#cc0000; text-decoration:underline;}
#searchOutput .OutputTitle a:hover {text-decoration:underline;}
#searchOutput .OutputTitle a:visited { color:#cc0000; text-decoration:underline;}
#searchOutput .OutputTitle a:visited:hover { text-decoration:underline;}

/*  Layout  */
body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	background: #999999;
}
#wrapper
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 100%;
	text-align: left;
	background: #FFFFFF;
}

#content
{
	/*border: solid 1px blue;*/
	min-height: 400px;
	/*height:400px;*/
	width:960px;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 13px;
	background: url(../Images/content-landing-bg.gif) repeat-y right top;
}
#content.sub {background: url(../images/content-bg.gif) left top;}

/* Added by db Solutions ltd */

/* Single Column Template */
#contentSingleColumn 
{
	/*border: solid 1px blue;*/
	/*min-height: 400px;*/
	height:400px;
	width:960px;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 12px;
	/*background: url(../Images/content-landing-bg.gif) repeat-y right top;*/
}

#mainContentSingleColumn
{
	float:left;
	padding: 0px;
	width: 960px;
}

/* Two Column Template */
#contentTwoColumn
{
	/*border: solid 1px blue;*/
	min-height: 400px;
	/*height:400px;*/
	width:960px;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 12px;
	/*background: url(../Images/content-landing-bg.gif) repeat-y right top;*/
}

#contentTwoColumn.sub
{
	background: url(../images/twocolumncontent-bg.gif) repeat-y left top;
}

#mainContentTwoColumn
{
	float:left;
	padding: 0px;
	width: 760px;
}

#mainContentTwoColumn #mainContentpadding { width:760px;}

/* ------------------------- */

#mainContent
{
	float:left;
	padding: 0px;
	width: 560px;
}

#mainContent.mainContentlanding
{
	float:left;
	padding: 0px;
	width: 760px;
}
.mainContentpadding
{
	min-height: 400px;
	/*height:300px;*/
	margin: 0px;
	padding: 15px;
}

#breadCrumb
{
	/*color: #FFFFFF;*/
	color: #666666;
	font-size: 10px;
	text-transform: none;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 15px;
	overflow: hidden;
}
#breadCrumb a:link, #breadCrumb a:visited
{
	text-decoration: none;
	/*color: #FFFFFF;*/
	color: #999999;
}
#breadCrumb a:hover
{
	text-decoration: none;
	color: #333333;
}

/*  LeftNav Styles  */
#leftNav
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
	width: 200px;
}

#leftNav ul
{
	list-style: none;
	padding: 0;
	border-top: 2px dotted #999999;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0px;
}

#leftNav ul ul
{
	border-top: none;
	margin-left: 15px;
	margin-bottom: 10px;
}

#leftNav li
{
	border-bottom: 2px dotted #999999;
	margin: 0;
}

* html #leftNav ul li a {
	height: 1%;
}

#leftNav li a
{
	color: #000000;
	text-decoration: none;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	display: block;
	font-weight: normal;
	background: url(../IMAGES/bullet_arrow.png) no-repeat left center;
	padding-left: 15px;
}

html > body #leftNav li a
{
	width: auto;
}

#leftNav li a:hover
{
	color: #333333;
	text-decoration: none;
}

#leftNav li li
{
	border-bottom: 0;
	margin: 0;
	padding:0;
}

#leftNav li li a
{
	display: block;
	color: #000000;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	font-weight: normal;
	background: url(../IMAGES/emDash.png) no-repeat left center;
}

/*#leftNav li li li a
{
	display: block;
	color: #fff;
	text-decoration: none;
	padding-bottom: 3px;
	padding-left: 2.5em;
	font-size: 1.2em;
	font-style: italic;
}*/
#leftnav li li li a
{
	display: block;
	text-decoration: none;
	padding-bottom: 3px;
	padding-left: 15px;
}
#leftNav .activelink {
	font-weight: bold;
	color: #CC0000;
}
.leftNavpadding
{
	margin: 0;
	padding: 10px 20px;
}


/*  Right Column Styles  */
.rightColumn {
	width: 200px;
	float: right;
	padding-right: 0px;
}

.RedText
{
	color:#cc0000;
}

.newsWrap {
	padding-right: 15px;
	padding-left: 17px;
	padding-top: 10px;
}
.newsArticle {
	margin-top: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666666;
}
.newsArticle a, .newsArticle a:link, .newsArticle a:visited {
	text-transform: capitalize;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.newsArticle a:hover {
	color: #CC0000;
	text-decoration: none;
}


/*  Header Styles  */
#header
{
	margin: 0;
	padding: 0;
	height: 160px;
	background: #000000;
	width: 960px;
	position: relative;
}
#headerlogo
{
	margin: 0;
	padding: 0em;
	position: absolute;
	
	float:left;
	
	left: 20px;
	top: 32px;
	z-index: 20;
}

#headerlogo 
{
	margin: 0;
    padding: 0em;
    position: absolute;
    left: 25px;
    top: 0px;
    z-index: 20;
    height: 70px;
    width: 250px;
    background-color: #CC0000;
}

#imageHead1 
{
    position: absolute;
    text-align: right;
    background: url(../IMAGES/ste_main_head1.jpg) no-repeat right center;
    width: 760px;
    height: 160px;
    z-index: 10;
}
 
#imageHead2 
{
    position: absolute;
    text-align: right;
    background: url(../IMAGES/ste_main_head2.jpg) no-repeat right center;
    width: 760px;
    height: 160px;
    z-index: 10;
}

#headerlogo a img
{
	border: none;
}

/* Image fader properties */
#imageContainerFader {
	position:relative;
	/*margin:auto;*/
	/*width:750px;*/
	background-color:White;
}
#imageContainerFader {
	/*height:100px;*/
}

#imageContainerFader img {
	display:none;
	position:absolute;
	z-index:0;
	top:0; left:0;
	z-index:10;
}

#imageHeadright {
	
	position: absolute;
	right: 0px;
	height: 160px;
	width: 199px;
	border-left: 1px solid #FFFFFF;
	z-index: 30;
}
#imageHead {
	position: absolute;
	text-align: right;
	/*background: url(../IMAGES/ste_main_head.jpg) no-repeat right center;*/
	width: 760px;
	height: 160px;
	z-index: 10;
}

#otherImageHead {
	position: absolute;
	text-align: right;
	background: green;
	width: 760px;
	height: 160px;
	z-index: 10;
}

#searchSegro {
	position: absolute;
	
	/*right: 15px;
	bottom: -28px;*/
	
	text-align: right;
	z-index: 50;
	
	top:162px;
	right:10px;
}
#searchSegro input[type="text"] {
	color: #666666;
	width: 125px;
	height: 14px;

}


/*  Footer Styles  */
#footer
{
	background: #000000;
	clear: both;
	height: 70px;
	font-size: 10px;
	border-top: 1px solid #FFFFFF;
}

#footerlinks
{
	float: left;
	overflow: hidden;
	color: #FFFFFF;
	text-transform: capitalize;
	font: 1.1em/70px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-left: 1em;
}
#footerlinks a:link, #footerlinks a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
#footerlinks a:hover
{
	text-decoration: underline;
	color: #CC0000;
}
#footerlogo
{
	float: right;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 1em;
}
#footerlogo img
{
	text-decoration: none;
	border: none;
}


/*  Misc Styles  */
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
	background: #000000;
  }

/*.console { position:absolute; bottom:0; margin: 0 auto;}*/
.rightColumn img {
	display: block;
}
a, a:link, a:visited {
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
#mainContent ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 20px;
}
#mainContent li {
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../IMAGES/square-triangle.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}

