@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	background-image: url(images/segments/bg.png);
	background-position: top center;
	background-repeat: repeat-x;
}
#container {
	font-family: Arial, Helvetica, sans-serif;	
	width:864px;
	background-color:#FFF;
	margin: 0px auto;
	background-image: url(images/segments/contentbg.png);
	background-position: top center;
	background-repeat: repeat-y;		
}
#header {
	width: 864px;
	height: 104px;
	background-image: url(images/segments/header.jpg);	
}
#sidebar{
	float: left;
	font-size:12px;
	width: 170px;	
	padding: 15px;
	padding-top:0px;
	color:#555;	
}
#sidebar a{
	text-decoration:none;
	color:#555;
	font-weight:bold;	
}
#sidebar a:hover{
	text-decoration:underline;
	color:#777;	
}
#content {
	float:right;
	width:620px;
	padding-top:0px;	
	padding-left:15px;
	padding-right:15px;
	padding-bottom:20px;
	line-height:18px;	
	font-size:11px;
	color:#333;
}
#content h1 {	
	
	font-size: 24px;
	color: #333;	
	
}
#content h2 {	
	font-size: 18px;
	border-bottom:solid 1px #333;
	
	
}
#content img {
	border: 0;	
}
.content_img{
	padding:0px 10px;
}
#content a {
	color: #616161;
}
#content a:hover {
	color: #667A45;
}
.red a
{
    color:#FF0000;
}	
#footer {
	margin: 0px auto;
	background-image: url(images/segments/footer.jpg);	
	width: 834px;
	height: 25px;
	clear:both;
	background-color:#aaa;
	color:#555;
	font-size:11px;
	padding:15px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#nav
{       
    width:864px;
    height:55px;    	
}
div#menu ul#menuitem{
	height:32px;
	width:864px;
	background:transparent url(images/segments/menu.jpg) top left no-repeat;	
	margin: 0px 0px 0px 0px;
	position:relative;
}
div#menu ul#menuitem li{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
ul#menuitem li,ul#menuitem a{
	height:32px;
	display:block;
}
div#menu ul#menuitem li a{
	text-indent:-9999px;
	text-decoration:none;
}
#commercial{
	left:200px;
	width:105px;
}
#retail{
	left:305px;
	width:75px;
}
#educational{
	left:380px;
	width:106px;
}
#international{
	left:486px;
	width:112px;
}
#conservatory{
	left:598px;
	width:133px;
}
#biotech{
	left:731px;
	width:133px;
}
#commercial a:hover,body#commercialon #commercial{
	background:transparent url(images/segments/menu.jpg) -200px -32px no-repeat;
}
#retail a:hover,body#retailon #retail{
	background:transparent url(images/segments/menu.jpg) -305px -32px no-repeat;
}
#educational a:hover,body#educational #educational{
	background:transparent url(images/segments/menu.jpg) -380px -32px no-repeat;
}
#international a:hover,body#international #international{
	background:transparent url(images/segments/menu.jpg) -486px -32px no-repeat;
}
#conservatory a:hover,body#conservatoryon #conservatory{
	background:transparent url(images/segments/menu.jpg) -598px -32px no-repeat;
}
#biotech a:hover,body#biotechon #biotech{
	background:transparent url(images/segments/menu.jpg) -731px -32px no-repeat;
}
.small {
	font-size:10px;
}
#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 0px solid black;
	padding: 2px;
	background-color: #FFF;
	visibility: hidden;
	z-index: 100;
	text-align:center;
	font-size:11px;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#ECECEC,direction=135);
}
.outline
{
    border:solid 1px #555;
}
#footer a
{
color: #555555;
}
.highlight{
	background-color:#FFFF00;	
}
.button {
	font-size: 13px;
	color: #555555;
	font-weight: bold;
	background-color: #DDDDDD;
	border: 1px solid #AAAAAF;
	margin: 0px;
	padding: 3px;
}
