/* **************************
		MAIN ELEMENTS 
****************************/

body {
	background-color:#013366; 
	margin:0;
}

P, SPAN, BODY, A, LI, UL, OL, DL, TD
{
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Tahoma, sans-serif; 
	color: white;
}

.boldwhite
{
	color: white;
	font-weight: bold;
}

.smallblack
{
	font-size : 9.5px;
	color: black;
}

.boldblack
{
	color: black;
	font-weight: bold;
}

.yellow
{
	color: #FFCC00;
}

.red
{
	color: #FF0303;
}

.lightblue
{
	color: #7A95AF;
}

.footer_links {
	font-weight:bold;
	font-size:13px;
	line-height:19px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.image_link {
	text-decoration:none;
}
/***** Home div layout ******/
#content_home_page {
	background:url("/images/home/ss_hm_backgroundTile.jpg") no-repeat fixed; 
	width:764px;
}

#content_home {
	background:url("/images/commonElements/ss_cnt_backgroundTile.jpg") no-repeat fixed;
	width:780px;
}

#content_home_top {
	margin-top:11px;
 	margin-left: 4px;  /* all other browsers */
 	.margin-left: 2px;  /* ie 6 double margin-left bug*/
}

#container_gc {
	float:right;
	margin-top: 16px;
}

#denver_link {
  margin-left:4px;
  .margin-left:2px;	/* ie 6 double margin-left bug*/
}

#pitt_link {
  position:relative;
  top: -152px;
  left: 189px;	
}

#content_gnav_buttons {
	position:relative;
	left:-299px;
	top:96px;
	width:175px;
	height:40px;
	float:right;
}

#content_sidebar_left {
	text-align:right;
	width:196px;
	margin-top:10px;
	float:left;
	margin-right:8px;
}

#content_body {
	float:right;
	width:570px;
}

#line {
	background: url("/images/commonElements/1pxBlue.gif") repeat-x; 
	width:730px;
	height:1px;
	margin-bottom:8px; 
}

#content_footer {
	text-align:center;
	position:relative;
	padding: 0 10px;
	margin-bottom:20px;
}

/* ******** Denver content divs *************** */
#denver_location_image {
	background: url("/images/denver/land/ss_images_denver_exterior.jpg") no-repeat; 
	width:177px;
	height:263px;
	float:left;
	margin-top:4px;
}

#denver_location_description {
	padding:8px;
	padding-left: 185px;
}

#denver_description {
	padding-left:192px;
}

#denver_location {
	background-color:#7a95af;
	height:172px;	
	margin-left:177px;
}

#denver_location_map {
	background: url("/images/denver/land/ua_loc_map_2002.gif") no-repeat;
	width:170px;
	height:170px;
	float:left;
	margin:1px;
}

#clear {
	height:1px;
	clear:both;
	width:764px;
}
