body {
	margin:0px;
	background:url(bg_body.jpg) repeat-x #FFFFFF;
	color:#444444;
}
body, div, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:21px;
}

p, h1, h2 {
	margin:0px 0px 12px 0px;
}
h1 {
	font-size: 21px;
    margin: 10px 0 29px;
	color:#be9510;
}
h2 {
	font-size:16px;
	color:#be9510;
}

/*  LINKS */
a 		{ color:#63551a; text-decoration:none; }
a:hover { color:#000000; text-decoration:none; }

#footer-links a 	  { color:#FFFFFF; text-decoration:none; }
#footer-links a:hover { color:#d6c88d; text-decoration:underline; }

/* CONTAINERS */
#container-top {
	width:962px;
	height:101px; 
	margin:0px auto;
}
#container-middle {
	width:962px;
	margin:0px auto;
	height:299px; 
}
#container-content {
	width:962px;
	margin:0px auto;
}

#container-bottom {
	width:100%;
	height:189px;
	clear:both;
	padding-top:15px;
}
#container-footer {
	width:100%;
	height:160px;
	background:url(bg_footer2.jpg) repeat-x;
}
#subcontainer-footer {
	width:962px;
	margin:0px auto;
	height:160px;
}


/* CLASSES AND IDS */
/* TOP */
#logo {
	float:left;
}
#navigation {
	float:left; 
	width:611px;
	background-image:url(bg_navigation2.jpg);
}
#nav-secondary {
	height:68px;
	padding-left:345px;
}
#nav-primary {
	height:33px;
	padding:68px 0px 0px 34px;
}

/* MIDDLE */

#middle-left {
	float:left;
	width:351px;
	padding-top:22px;
}
#middle-right {
	float:left;
	width:611px;
}
.stock {
	background:url(bg_stock.png);
	width:277px;
	height:15px;
	margin-bottom:6px;
	color:#FFFFFF;
	padding:2px 18px 8px;
}
.stock div {
	width:138px; 
	float:left;
}
#signup {
	padding:16px 0px 0;
	height:33px;
	width:313px;
}
#tagline {padding:5px 0;}

/* CONTENT */

#content-left {
	float:left;
	width:351px;
}
#content-right {
	float:left;
	width:611px;
}
#content {	
	background:url(bg_content.jpg) repeat-y;
	padding:18px 35px 35px;
}

#emailbox {
	float: left;
}
#submit {
	float: left;
}
#news {
	float:left;
	border-bottom:1px solid #E0E0E0;
	padding: 18px 0 0;
}
.hr {
	height:1px;
	width:100%;
	margin:16px 0;
	border-bottom:1px solid #E0E0E0;
}
#buttons {
	padding-top:12px;
	float:left;
}
#buttons div {
	float: right;
    padding: 18px 22px 0;
}
#social {
	float: left;
	padding-left:9px;
}

#signup_header {
	color:#777777; 
	padding:12px 0px 7px 0px;
}
#signup_container {
	padding-bottom:30px; 
	height:36px;
}
#inputWrapper {
	width: 209px;
	background: url(bg_email.jpg) left top no-repeat;
	margin:0px auto;
	padding:0px 8px;
	float:left;
}
#inputWrapper input {
	border: 0;
	padding: 9px 0px 9px 0px;
	height: 18px;
	width: 209px;
	background-color: transparent;
	color:#444444;
}
#signup_message {
	padding:0px 19px 0px 16px;
}
#news_break {
	margin:20px 0px;
	border-top:1px solid #DEDEDE;
	width:100%;
	height:1px;
}
.news_container {
	clear:both;
	float:left;
}
.news_item {
	float:left;
	clear:both;
	padding:0 22px 10px 0;
}
.news_date {
	float:left;
	margin-right:10px;
	padding:2px 0px 0px;
	font-weight:bold;
	height:19px;
	width:79px;
}
.news_title {
	float: right;
    padding-top: 2px;
    width: 240px;
}


/* NAVIGATION */
#nav-primary ul, #nav-secondary ul {
	margin:0px;
	padding:0px;
	list-style: none;
}
#nav-primary ul li, #nav-secondary ul li {
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	background-image:url(bg_navigation.jpg);
	height:33px; 
}
#nav-primary ul li a, #nav-secondary ul li a {
    text-indent: -9000px;
    overflow: hidden;  
	display:block;
	height:33px; 
}

#nav-home { width:114px; background-position:-35px -68px; }
#nav-corporate { width:120px; background-position:-148px -68px; }
#nav-properties { width:113px; background-position:-268px -68px; }
#nav-investors {  width:97px; background-position:-381px -68px; }
#nav-contact { width:103px; background-position:-478px -68px; }

#nav-home:hover {  background-position:-35px -101px; }
#nav-corporate:hover  { background-position:-148px -101px; }
#nav-properties:hover  {  background-position:-268px -101px; }
#nav-investors:hover  { background-position:-381px -101px; }
#nav-contact:hover { background-position:-478px -101px; }


/* FOOTER */
#blender {
	height:29px;
	width:962px;
	margin:0px auto;
	text-align:right;
}
#copyright {
	float:left; 
	padding:40px 30px 0px 0px;
	color:#FFFFFF;
}
#footer-links {
	float:right; 
	padding:40px 4px 0px 4px;
	color:#FFFFFF;
}

