body {
  margin: 0px;
  padding: 0px;
	height: 100%;
	/*color: #545454;*/
	width: 100%;
	font: 11px Arial, Helvetica, sans-serif;	
	text-align: center;
	background: #6589a3 /*url(images/website/fermi_grad.jpg) repeat-x*/;	
}

h1{
	font-size:18px;
	font-style:italic;
	margin:0px;
	color:	#486275;
	font-family:Georgia, "Times New Roman", Times, serif;

	}

h2 {
	font-size:18px;
	font-style:italic;
	margin:0px;
	color:	#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;

	}

	
div { 
  /* behavior: url(iepngfix.htc); */
}

img { 
 /* behavior: url(iepngfix.htc); */
	}
	

#wrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

img { 
	text-decoration: none;
	}

a, a:link, a:visited, a:active {
  padding: 0px;
	text-decoration: none;
	color: white;
	font-family: tahoma;
	font-size: 14px;
}

a img {border: none}

a:hover {
  text-decoration: none;
	font-weight:bold;

}

#header {
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 100px;
}

#header_right {
	position: absolute;
	top: 0;
	left: 200px;
	width: 800px;
	height: 166px;
	margin: 0;
	padding: 0;
	text-align: right;
	background: url(images/website/carlsonBG_02.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: white;
	font-family: tahoma;
	font-size: 12px;
}

#header_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 166px;
	margin: 0;
	text-align: left;
	background: url(images/website/carlsonBG_01.jpg);
	background-repeat: no-repeat;  
}	

#left_section {
	position: absolute;
	top: 166px;
	left: 0;
	width: 250px;
	height: 626px;
	margin: 0;
	background: url(images/website/carlsonBG_03.jpg);
	background-repeat: no-repeat;   
}	

#leftcol {
  top: 100px;
  left: 0px;
  width: 150px;
  height: 500px;
	text-align: center;
}

#right_section {
	position: absolute;
	top: 166px;
	left: 150px;
	width: 850px;
	height: 626px;
	margin: 0;
	background: url(images/website/carlsonBG_04.jpg);
	background-repeat: no-repeat; 
}	

#rightcol {
  background-image: url(../images/body/media_center.png);
	position: absolute;
	float: right;
  left: 575px;
  width: 210px;
  height: 500px;
}

#content {
  position: absolute;
  top: 0px;
  left: 4px;
  width: 800px;
  height: 500px;
  text-decoration: none;
  font-family: tahoma;
  font-size: 14px;	
}

#content_text {
	color: white;
	padding: 5px 20px 5px 25px;
	text-decoration: none;
	font-family: tahoma;
	font-size: 14px;
}		

#paragraph {
	color: white;
	text-decoration: none;
	font-family: tahoma;
	font-size: 14px;
	text-align: left;
	width:800px;
	height:550px;
	float:left;
	margin:4px;
	padding:10px;
	background: url(images/website/content_div.png);
	background-repeat: no-repeat;
}

#paragraph2 {
	color: white;
	text-decoration: none;
	font-family: tahoma;
	font-size: 14px;
	text-align: left;
	width:800px;
	height:800px;
	float:left;
	margin:4px;
	padding:10px;
	background: url(images/website/content_div.png);
	background-repeat: no-repeat;
}
#footer {
  position: absolute;
  top: 725px;
  left: 0px;
  width: 1000px;
  height: 25px;
	text-decoration: none;
	font-family: tahoma;
	font-size: 12px;
	text-align: center;	
}

#footer2 {
  position: absolute;
  top: 1000px;
  left: 0px;
  width: 1000px;
  height: 25px;
	text-decoration: none;
	font-family: tahoma;
	font-size: 12px;
	text-align: center;	
}
		
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#navigation li {
	padding: 0;
  display: block;
	text-align: left;
	text-decoration: none;
	margin: 15px 2% -10px 20px;
}
	
#navigation a {
  padding: 0px;
	text-decoration: none;
	color: white;
	font-family: tahoma;
	font-size: 14px;
	}
	

#nav_background_old {
  background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: top left; 
	padding-top:68px; 
	margin-bottom:50px; 
} 



#nav_background {
  background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: top left; 
	padding-top:68px; 
	margin-bottom:50px; 
} 

#nav {
		width: 150px;
		position: absolute;
		top: 5px;
		left: 0;
	}
		#nav h1 {
			display: block;
			width: 110px;
			height: 149px;
			background: url(/workspace/images/_global/logo.gif) no-repeat;
			margin: 0;
		}       
			#nav h1 strong {
				visibility: hidden;
			}
		#nav p {
			display: none;
		}

		#nav ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		#nav li {
			text-align: right;
			font: 12px Helvetica, Arial, sans-serif;
			text-transform: uppercase;
			border-bottom: solid 1px #cacbb1;
			text-decoration: none;
		}
		#nav li.selected {
			font: bold 12px Helvetica, Arial, sans-serif;
			background: #ffffff;
			border-right: solid 4px #6589a3;
		}
		#nav li.bottom {
			border-bottom: none;
		}
			#nav li a {
				color: #52523a;
				border: none;
				padding: 6px 10px 5px 5px;
				display: block;
			}
			#nav li.selected a {
				padding: 6px 7px 5px 0;
			}




.plandiv {
	width:125px;
	height:160px;
	float:left;
	text-align:center;	
	background-color: #41607d;
	border:#ffffff 1px solid;
	color:#ffffff;
	margin:5px;
	padding:10px 3px 0px 3px;
	}

.plandiv a, .plandiv a:link, .plandiv a:visited {
	color:#6fa4d6;
	font-weight:bold;
	}

.plandiv img {
	border:1px #000000 solid;
	}	

.plandiv2 {
	width:152px;
	height:202px;
	float:center;
	text-align:center;	
	background-color: #41607d;
	border:#ffffff 1px solid;
	color:#ffffff;
	margin:5px;
	padding:3px 3px 3px 3px;
	}

.plandiv2 a, .plandiv2 a:link, .plandiv2 a:visited {
	color:#6fa4d6;
	font-weight:bold;
	}

.plandiv2 img {
	border:1px #000000 solid;
	}	
	
#home_details {
	position: absolute;
	top: 4px;
	left: 5px;
	width:210px;
	height: 492px;
	text-align:center;	
	background-color: #41607d;
	border:#ffffff 1px solid;
	color:#ffffff;
	/*margin:5px;*/
	padding:0px 3px 3px 3px;
	}
	
#home_features {
	position: absolute;
	top: 377px;
	left: 224px;
	width: 540px;
	text-align:left;	
	background-color: #41607d;
	border:#ffffff 1px solid;
	color:#ffffff;
	margin:5px;
	padding:10px 3px 0px 3px;
	}

#home_floor_plan {
	position: absolute;
  left: 224px;
  top:0px;
  z-index:5;
	width: 260px;
	height: 352px;
	background-color: #41607d;
	border:#ffffff 1px solid;
	color:#ffffff;
	margin:5px;
	padding:10px 5px 10px 5px;
  }
	
#home_floor_elevation {
	position: absolute;
  left:501px;
  top:0px;
  z-index:5;
	width: 260px;
	height: 352px;
	background-color: #41607d;
	border:#ffffff 1px solid;
	color:#ffffff;
	margin:5px;
	padding:10px 5px 10px 5px;
  }	

#contact_info {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
  position: absolute;
  left:0px;
  top:0px;
	width:800px;
	height:550px;
	float:left;
	margin:4px;
	padding:5px;
	background: url(images/website/content_div.png);
	background-repeat: no-repeat;
	
}

/* ++++++++++++++++++ IMAGES Size & aligment ++++++++++++++++++ */

img.alignleft {
        float: left;
        margin:0 10px 5px 0;

}

img.aligncenter {
        margin-top:10px;
        margin-bottom:10px;
        display: block;
        margin-left: auto;
        margin-right: auto;

}

img.alignright {
        float: right;
        margin:0 0 5px 10px;

}

img.size-thumbnail {
}

img.size-medium{
}

img.size-full {
}
