/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	
	FONT SIZING KEY
	
	8px = .5em
	9px = .562em
	10px = .625em
	11px = .689em
	12px = .75em
	13px = .814em
	14px = .875em
	15px = .938em
	16px = 1em
	17px = 1.064em
	18px = 1.125em
	19px = 1.188em
	20px = 1.25em
	21px = 1.313em
	22px = 1.375em
	23px = 1.438em	
	24px = 1.5em	
	25px = 1.563em
	26px = 1.625em
	27px = 1.688em
	28px = 1.750em
	29px = 1.813em
	30px = 1.875em	
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* =RESET STYLES
   ----------------------------------------------------*/
   
body,div,dl,dt,dd,ul,ol,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,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,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; 
}
   
/* =TYPOGRAPHIC STYLES
   ----------------------------------------------------*/


h1 {
	font: bold 1.625em verdana, arial, helvetica, sans-serif;
	color: #000;
	padding: 15px 0 0 0;
}

h2 {
	font: bold 1.25em verdana, arial, helvetica, sans-serif;
	color: #000;
	padding: 10px 0;
}

h3 {
	font: bold .9em verdana, arial, helvetica, sans-serif;
	color: #2c4765;
	padding: 5px 0;
}

h4 {
	font: bold .75em verdana, arial, helvetica, sans-serif;
	color: #4B4B4B;
	padding: 2px 0;
}

p {
	font: normal .689em/1.5em verdana, arial, helvetica, sans-serif;
	color: #4B4B4B;
	margin: 5px 0;
}

a {
    font: normal .689 verdana, arial, helvetica, sans-serif;
    color: #6fa2e8;
}
	a:hover {color: #000;}
	
strong {font-weight: bold;}
b {font-weight: bold;}
em {font-style: italic;}


#content ul, #sidebar ul {
	list-style: outside disc;
 font: normal .689em/1.5em verdana, arial, helvetica, sans-serif;
  color: #4B4B4B;
	margin: 10px;
	padding-left: 10px;
}

#content ol {
	list-style: outside decimal;
	font-size: .689em;
	margin: 10px;
	padding-left: 10px;
}

#content dl {
	font-size: .689em;
	margin: 10px;
	padding-left: 10px;
}


/* =LAYOUT STYLES (header, content, footer, etc.)
   ----------------------------------------------------*/

body {
	font: normal 100%/1em verdana, arial, helvetica, sans-serif;
	color: #777;
	background-color: #fff;
	margin: 0;
	padding: 0;
}


#wrapper {
	width: 980px;
	background: transparent url(../images/main_bg.gif) 0 0 repeat-y;
	padding: 0 7px;
	margin: 0 auto;
}




#header {
	position: relative;
	width: 980px;
	height: 172px;
	background: transparent url(../images/header_bg.jpg) 0 0 no-repeat;
}
	
	
    #header h1 {
		display: block;
		float: left;
		width: 191px;
		height: 110px;
		margin: 0 0 0 24px;
		padding: 0;
    }

    #header h1 a {
		display: block;
		float: left;
		width: 191px;
		height: 110px;
		background: transparent url(../images/stonewater_logo.gif) 0 0 no-repeat;
    }
	
#home_banner {
	width: 948px;
	height: 299px;
	background-image: url(../images/banner_bg.jpg);
	padding: 129px 32px 0 0;
}

#content {
	float: left;
    width: 670px;
	margin: 0 24px;
	padding-top: 20px;
}

#sidebar {
    width: 234px;
	float: right;
	margin-right: 24px;
}

#sidebar h3 {
	display: block;
	width: 218px;
	background-color: #6fa2e8;
	color: #fff;
	font-size: .75em;
	font-weight: bold;
	line-height: 20px;
	padding: 0 8px;
	margin: 10px 0 0 0;
}

#sidebar .side_block {
	padding: 8px;
	background-color: #e6effa;
	margin: 0 0 20px 0;
}

#sidebar .side_block p {
	margin: 10px 0;
}



#footer {
    width: 994px;
	height: 33px;
	background: transparent url(../images/footer_bg.gif) 0 0 no-repeat;
	text-align: center;
	clear: both;
	margin: 0 auto;
}

#footer p {
	color: #fff;
	line-height: 26px;
	margin: 0;
	padding: 0;
}
	#footer p a {
		color: #fff
	}


/* =NAVIGATION
   ----------------------------------------------------*/
	
#nav {
	float: left;
	background-color: #000;
	width: 980px;
	height: 28px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
	#nav ul {
		padding: 0;
		margin: 0;
		list-style-type: none;


	}
		#nav ul li {
			float: left;
			position: relative;
		}
			#nav ul li a {
				float: left;
				display: block;
				text-decoration: none;
				color: #fff;
				font: bold .689em/28px Verdana, Arial, Helvetica, sans-serif;
				padding: 0px 24px;
				line-height: 28px;
				height: 28px;
				border-right: 1px solid white;
			}

			#nav ul li a:hover {
				background-color: #0F335D;
			}

			#nav ul li:hover {width:auto;}

				#nav ul li ul {
					display: none;
				}

					#nav ul li ul li a {
						font-weight: normal;
						border: none;
					}

	#nav table {
		margin:0;
		border-collapse:collapse;
		position:absolute;
		top:0;
		left:0;
	}

/* specific to non IE browsers */
		#nav ul li:hover ul {
			display: block;
			position:absolute;
			top:28px;
			left:10px;
			width:152px;
		}

			#nav ul li:hover ul li a {
				display:block;
/*				background:#fff;*/
			background-color: #E6EFFA;
				color:#000;
				height:auto;
				line-height:15px;
				font-weight: normal;
				padding:4px 16px;
				width:120px;
				border-bottom:0;
			}
		#nav ul li:hover ul li a:hover {
			color: #fff;
			background-color: #709ddc;
		}

		#nav ul li:hover ul li:hover ul {
			display:block;
			position:absolute;
			left:153px;
			top:-2px;
		}

/* specific to IE5.5 and IE6 browsers */
		#nav ul li a:hover ul {
			display: block;
			position: absolute;
			top: 28px;
			t\op: 28px;
/*			background: #fff;*/
			background-color: #E6EFFA;
			left: 0;
			border-bottom: 1px solid #000;
		}

	#nav ul li a:hover ul li a {
		display:block;
/*		background-color: #fff;*/
			background-color: #E6EFFA;
		color:#000;
		height:1px;
		line-height:15px;
		padding:4px 16px;
		width: 154px;
		w\idth: 120px;
		border: 1px solid #000;
		border-bottom:0;
		font-size: 1em;
	}

	#nav ul li a:hover ul li a ul {
		visibility:hidden;
		position:absolute;
		height:0;
		width:0;
	}
	#nav ul li a:hover ul li a:hover {
		color:#fff;
/*		background-color: #000;*/
			background-color: #E6EFFA;
	}
		#nav ul li a:hover ul li a:hover ul {
			visibility:visible;
			position:absolute;
			top:0;
			color:#000;
			left:153px;
		}

/* =LANGUAGE BUTTONS
   ----------------------------------------------------*/
   
ul#language_buttons {
	position: absolute;
	top: 0;
	right: 32px;
	width: 218px;
	height: 24px;
}

	ul#language_buttons li {
		display: block;
		float: left;
		width: 72px;
		height: 24px;
	}

		ul#language_buttons li a {
			display: block;
			float: left;
			width: 72px;
			height: 24px;
			text-align: center;
			color: #fff;
			font-size: .689em;
			line-height: 20px;
			text-decoration: none;
		}
		ul#language_buttons li a.english_btn {
			background: transparent url(../images/english_button.gif) 0 0 no-repeat;
		}
		ul#language_buttons li a.espanol_btn {
			background: transparent url(../images/espanol_button.gif) 0 0 no-repeat;
		}
		ul#language_buttons li a.mandarin_btn {
			background: transparent url(../images/mandarin_button.gif) 0 0 no-repeat;
		}
	
/* =CLIENT LOGIN FORM
   ----------------------------------------------------*/
   
form#clientlogin dl dt {
	display: block;
	float: left;
	width: 80px;
	font-weight: bold;
	font-size: .75em;
	color: #000;
}

form#clientlogin dl dd {
	display: block;
	float: left;
	width: 118px;
	margin-bottom: 10px;
}

form#clientlogin dl dd input{
	width: 118px;
	border: 1px solid #7f9db9;
}

/* =NEWSBLOCK (news and press releases)
   ----------------------------------------------------*/

.newsblock {
	border-bottom: 1px solid #bbb;
	padding-bottom: 5px;
	margin-top: 20px;
}
.newsblock img {
	float: left;
	margin: 0 10px 10px 0;
}

.newsblock h3 {
	font-size: .875em;
	padding: 0;
	margin: 0;
}
	.newsblock h3 a {color: #0f335d;}
		.newsblock h3 a:hover {color: #000; text-decoration: none;}
	
.newsblock p.newsdate {
	margin: 0;
	padding: 0;
	font-size: .625em;
	color: #bbb
}

/* =PROPERTYBLOCK
   ----------------------------------------------------*/

.propertyblock {
	border-bottom: 1px solid #bbb;
	padding-bottom: 5px;
	margin-top: 20px;
}
.propertyblock img {
	float: left;
	margin: 0 10px 10px 0;
}

.propertyblock h3 {
	font-size: .875em;
	padding: 0;
	margin: 0;
}

/* =PROPERTYDETAILBLOCK
   ----------------------------------------------------*/

.propertydetailblock {
	border-bottom: 1px solid #bbb;
	padding-bottom: 5px;
	margin-top: 20px;
}

.propertyimage {
	width: 260px;
	float: left;
	font-size: .689em;
	margin: 0 10px 10px 0;
}
.propertyimage img {
	float: left;
}

.propertydetailblock h3 {
	font-size: .875em;
	padding: 0;
	margin: 0;
}

/* =GOOGLE MAPS
   ----------------------------------------------------*/

.mapInstr {
	color: #000;
	font-size: .689;
}

#mapcontainer {
	margin-top: 20px;
	width: 670px;
}


/* =HOMEPAGE
   ----------------------------------------------------*/

a.tenants_button, a.investors_button, a.media_button {
	display: block;
	float: right;
	width: 212px;
	height: 66px;
	margin-bottom: 5px;
	clear: both;
}

a.tenants_button {background: transparent url(../images/tenants_button.gif) 0 0 no-repeat;}
a.tenants_button:hover {background: transparent url(../images/tenants_button_over.gif) 0 0 no-repeat;}
a.investors_button {background: transparent url(../images/investors_button.gif) 0 0 no-repeat;}
a.investors_button:hover {background: transparent url(../images/investors_button_over.gif) 0 0 no-repeat;}
a.media_button {background: transparent url(../images/media_button.gif) 0 0 no-repeat;}
a.media_button:hover {background: transparent url(../images/media_button_over.gif) 0 0 no-repeat;}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Misc.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a.bulletlink {
	padding-left: 10px;
	font-weight: bold;
	background: transparent url(../images/bulletlink.gif) 0 70% no-repeat;
}

#content dl.linkbox {
	width: 400px;
	background-color: #f6f6f6;
	margin: 20px 0;
	padding: 10px;
}

#content dl.linkbox dd {
	background: transparent url(../images/bulletlink.gif) 0 50% no-repeat;
	border-bottom: 1px dotted #ccc;
	line-height: 20px;
	margin: 0 0 10px 10px;
	padding-left: 10px;
}
#content dl.linkbox dd a {
	text-decoration: none;
	color: #175298;
}
#content dl.linkbox dd a:hover {color: #6FA2E8;}

#content dl.linkbox dt {
	font-weight: bold;
	font-size: 1.09em;
	margin-bottom: 10px;
	background-color: #939393;
	color: #fff;
	padding: 5px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    CONTACT FORM
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content form.contactform {
	margin-top: 40px;
}

#content form.contactform th {
	font: bold .689em/1.5em verdana, arial, helvetica, sans-serif;
	color: #4B4B4B;
	padding-right: 20px;
}

#content form.contactform td {
	font: italic .689em/1.5em verdana, arial, helvetica, sans-serif;
	color: #4B4B4B;
	padding-bottom: 10px;
	padding-right: 10px;
}

#content form.contactform td.buttons input {
	width: 80px;
}

#content form.contactform input {
	width: 200px;
}

#content form.contactform option {
 	width: 164px;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ADMIN PANEL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#container{
	width: 980px;
	background: transparent url(../images/main_bg.gif) 0 0 repeat-y;
	padding: 0 7px;
	margin: 0 auto;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    GLOBAL STYLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul#language_buttons li a.mandarin_btn,
a.tenants_button,
a.investors_button,
a.media_button,
#header h1 a {      /*----Add image replaced element here----*/
    letter-spacing: -1000em;
    text-indent: -9999em;
    overflow: hidden;
}


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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearall {
	height: 1px;
	width: 980px;
	clear: both;
}

