/* CSS Document */
/* Stour Valley Estates style sheet for http://www.stourvalley.com */
html, body, ul, ol, li, p, blockquote, q,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, div, img {
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	font-size: 76%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/* MSIE 5 doesn't center based on auto left/right margins, 
    but 'text-align:center' does center top-level divs: */
	text-align: center;
  	/* Specify a min-width for the body as wide as the 'wrapper'
    element itself. This prevents negative (i.e. inaccessible)
    left-margins in narrow browser windows when using 
    Navigator 6+/Mozilla on Win32: */
  	min-width: 950px;
	background: #fff url("../images/sve-bg.jpg") repeat-x left top;
	color: #666;
}

#wrapper {
	vertical-align: top;
	text-align: left;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#nav-container {
	width: 950px;
	float: left;
	display: inline;
	border-bottom: 1px solid #2FACBC;
	margin-bottom: 2em;
}

#nav {
	float:left;
	display:inline;
	margin: 2em 0 .5em 0;
}	

#nav ul {
	list-style-type: none;
	line-height: 1.2em;
	margin: 0;
}

#nav li {
	display: inline;
}

#nav a {
	color: #2FACBC;
	text-transform: uppercase;
	border-right: 1px solid #CCE70B;
	padding: 0 .6em 0 .3em;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
}

#nav a:hover {
	text-decoration: underline;
}

#nav .last {
	border-right: none;
}

#nav .first {
	padding: 0 .6em 0 0;
}

#tabs {
	float: right;
	margin: 1.2em 0 0 0;
}
/*tab-wrapper {
	float: left;
	display: inline;
	width: 400px;
}

#tab-container {
float: left;
display: inline;
text-align: right;
margin: 0 .3em 0 0;
}*/
.tab-left {
	float: left;
	display: inline;
	height: 30px;
	width: 5px;
	background:  url("../images/tab-lhs-bg.png") repeat-x left top;
}
.tab-mid {
	background: #2FACBC url("../images/tab-bg.png") repeat-x left top;
	float: left;
	display: inline;
	height: 25px;
	padding-top: 5px;
}
.tab-mid a {
	color: #fff;
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 25px;
}
.tab-mid a:hover {
	text-decoration: underline;
}
.tab-right {
	float: left;
	display: inline;
	height: 30px;
	width: 5px;
	background:  url("../images/tab-rhs-bg.png") left top;
	margin-right: .5em;
}

#content {
	width: 950px;
	padding-bottom: 1em;
	float: left;
	display: inline;
}

/*#content p {
	font-size: 1.2em;
}*/

.top {
	background:  url("../images/top_page_button.gif") no-repeat left center;	
	padding-left: 1.5em;	
	clear: both;
	font-size: 0.9em;
}

/* Style for wrapping text around an image */
.floatimgleft {
	float:left;	
	margin: 0 1em 1em 0;
	padding: 2px;
	border: solid 1px #dfdfdf;
} 

.floatimgright {
	float: right;	
	margin: 0 0 1em 1em;
	padding: 2px;
	border: solid 1px #dfdfdf;
	clear: both;
}
.floatleft {
	float:left;	
	margin: 0 1em 1em 0;
} 

.floatright {
	float: right;	
	margin: 0 0 1em 1em;
}

#footer {
	width: 950px;
	float:left;
	display: inline;
	padding: .5em 0 1em 0; 
	border-top: solid 1px #dfdfdf;
}

#footer a {
	color: #666;
}

#footer a:hover {
	color: #2FACBC;
}

#footer ul {
	list-style-type: none;
}

#footer li {
	display: inline;
}

#footer li a {
	border-right: 1px solid #CCE70B;
	padding: 0 0.4em 0 0.6em;
	margin-left: -0.5em;
	color: #666;
}

#footer li a:hover {
	color: #2FACBC;
	text-decoration: none;
}

#footer .last {
	border-right: none;
}

#large-text {
	font-size: 1.3em;
}

#siteplan-container {
	float: left;
	display: inline;
}

#siteplan {
	margin: 0 1em 1em 0;
	float: left;
	display: inline;
}

#svbp-companies {
	float: right;
	width: 225px;
}

#ccp-companies {
	float: right;
	width: 225px;
}

#ct3-companies {
	float: left;
	display: inline;
	width: 400px;
	margin-left: 2em;
}
/* ----------------------------------------------------------------------------- */

/* FORMS - ALL CSS FOR FORMS AND FORM ELEMENTS BELOW */
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color:#666;
  margin: 0;
  padding: 0;
  width: 100%;
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #2FACBC;
  border-width: 1px;
  border-style: solid;
  padding: 1em 1em 2em 1em;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	font-size: 1em; 
	padding: 0; 
	margin: 10px 0 0 10px; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

/*form fieldset label:first-letter {  /* use first-letter pseudo-class to underline accesskey, note that */
/*	text-decoration:underline;    	/* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* you could instead underline first letter on each element and accesskey */
                                    /* each input but doing only legends lessens cognitive load */
									/* changed to label first letter, opera broke after first letter legend */
/*}*/

form fieldset legend {
	color:#666;
	font-size:1.3em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#666;
	width:200px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:10px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	border: solid 1px #666;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required { /* uses class instead of div, more efficient */
	font-weight:bold;
	color: #2FACBC;
} 

/*form br {
	clear:both;  setting clear on inputs didn't work consistently, so brs added for degrade
} */

form ol{
	position:relative;
	top:0;
	margin:0;
	padding:0;
	list-style: none;
}

form .button {
	width: 80px;
}

form .checkbox {
	width: auto;
}


h1,h2,h3,h4,h5,h6 {
	color: #2FACBC;
	font-weight: normal;
}

h1 {
	font-size: 1.9em;
	margin-bottom: .2em
}

h2 {
	font-size: 1.5em;
	margin-bottom: .2em
}

h3 {
	font-size: 1.2em;
	margin-bottom: .2em;
}

p {
	font-size: 1em;
	line-height: 1.6em;	
	margin-bottom: .5em;	
	color: #666;
}

a {
	color: #2FACBC;
}

a:hover {
	text-decoration: none;
}

table {
	table-layout: auto;
	margin-bottom: .5em;
}

th {
	text-align: left;
	vertical-align: top;
	padding: 2px 5px;
	color: #fff;
	background-color: #2FACBC;
	cursor: pointer;
	text-decoration: underline;
	font-weight: normal;
}

th:hover {
	text-decoration: none;
}

td {
	padding: 2px 5px;
	vertical-align: top;
}

tr:hover {
	background-color: #CCE70B;
}

ul {
	line-height: 1.6em;
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: .5em;
}

hr {
	border: 0;	
	color: #dfdfdf;	
	background-color: #dfdfdf;	
	height: 1px;	
	margin-bottom: 1em;
	width: 100%;
	float:left;
	display: inline;
}

.column-wrapper {
	float:left;	
	display: inline;
	width: 950px;
}

.column-left {
	float:left;	
	display: inline;
	width: 450px;
}

.column-right {
	float: right;
	width: 450px;
}

#home-column-left {
	float:left;	
	display: inline;
	width: 325px;
	margin-right: 35px;
}

#home-column-middle {
	float:left;	
	display: inline;
	width: 325px;
	margin-right: 35px;
}

#home-column-right {
	float: right;
	width: 225px;
}

#home-pix {
	margin-bottom: 2em;
}

#to-let-container {
	width: 325px;
	height: 350px;
	float: left;
	display: inline;
	background:  url("../images/to-let.gif") no-repeat left top;
	padding: 5px;
}

/*#to-let-header{
	width: 300px;
	height: 10px;
	float: left;
	display: inline;
	background: transparent url(../images/to-let-table-header.gif) no-repeat center top;
}*/

#to-let-table {
	width: 300px;
	height: 200px;
	overflow: auto;
	float: left;
	display: inline;
	padding: 0 5px;
	margin-top: -5px;
}

#to-let-table th, #to-let-table td {
	font-weight: normal;
	font-size: 1em;
}

#to-let-table p {
	font-size: 1em;
}



/*#to-let-footer{
	width: 300px;
	height: 10px;
	float: left;
	display: inline;
	background: transparent url(../images/to-let-table-footer.gif) no-repeat center bottom;
}*/

#home-map-container {
	float: left;
	display: inline;
	width: 325px;
	height: 265px;
	margin: 0 0 2em 0;
}

#map-container {
	float: left;
	display: inline;
	width: 450px;
	height: 265px;
	margin-bottom: 2em;
}

#map {
	width: 448px;
	height: 265px;
}

#outline {
	margin:1px; 
	float:left; 
	display: inline;
	-moz-outline-radius:5px;  
	-moz-outline-style:solid;
    -moz-outline-color:#dfdfdf;
	-moz-outline-width:1px;
}
#news {
	width: 225px;
	float: left;
	display: inline;
}

.news-item {
	background:  url("../images/news-item-bg.gif") no-repeat left top;
	width: 215px;
	height: 170px;
	margin-top: 1em;
	padding: 5px;
	text-align: center;
	float: left;
	display: inline;
}

.news-item h1 {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
}

.news-item p {
	font-size: .95em;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.highlight {
	color: #CCE70B;
}

.small-text {
	font-size: 0.95em;
	line-height: 1.2em;
}

.flash-movie {
	margin: 0 0 .5em 0;
}

.to-let {
	color: #BA0000;
}

/* ----------------------------------------------------------------------------- */
/* CSS FOR ACCESSIBILITY */
#skiplink {display:none} 