﻿html {
	margin:0; padding: 0;
}

body {
	
	padding: 0;
	background-color: #d7d7d7;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	
	
}

#header {
	
	height: 171px;
	background: url(images/img01b.png) no-repeat left top;
}


#allcontent {
	
	margin-top: 10px;
	width: 1026px;
	padding-bottom: 10px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	
}

th {
	background-color:#003366;
	color: #ffffff;
	padding: 3px;
}

.cellcolor {
	background-color:#779ce8;
}
#mainpage {
	font-size: 105%;
	
	padding: 15px 20px 25px 23px;
	background-color:#e7e7cd;
	background: #e7e7cd url(images/ourTenants.png) no-repeat left bottom;
	
		}
#mainpage p {
font-size: 120%;
	margin-bottom: 70px;
}

#mainSubpage {
	font-size: 105%;
	text-align: left;
	padding: 15px 20px 25px 23px;
	background: #e7e7cd;
}

#mainSubpage p {
	font-size: 100%;
	line-height: 1.4em;
}

#main_links {
	margin: 0px 0 0 0;
	

	background-color:#ffffff;
	padding: 15px 20px 5px 5px;	
}

#main_links ul{

	padding:0 0 0 1px;
	text-align:left;
}
 
#main_links li{
text-align:left;
	margin:5px;
	list-style-type:none;
	padding:0 0 0 0px;
}

#main_links a {
	text-decoration: none;
	color: #000000;
	padding: .4em 1em;
	display: block;
	position: relative;
	text-align:center;
}

#main_links a:hover {
	color:#003366;
	font-weight: bold;
	
}

    
.row{

} 
 
.col1{


float:left;
Xpadding:0px 10px 25px 0px;
width:500px;
}
 
.col2{

float:left;

width:525px;

}

.col3{
/**background-color: #dcdcc0;**/

float:left;
width:266px;
padding-right:10px
}

#mainImage {
	width: 753px;
	height: 236px;
	position:relative;
	background-image:url('images/CSBbuilding.jpg');
	background-repeat: no-repeat;
	background-position: top-left;
	margin-bottom: 25px;
}

#mainImageEnergyStar {
	width: 185px;
	height: 225px;
	background-image:url('images/energyStarLEED.png');
	background-repeat:no-repeat;
	background-position:top-left;
}
#mainAwardImage {
	width: 753px;
	height: 236px;
	background-image:url('images/awardImg.jpg');
	background-repeat: no-repeat;
	background-position: top-left;
	margin-bottom: 25px;
}

#sidebar {
margin-top:15px;
	background-image:url('images/energyStarLEED.png');
	background-repeat: no-repeat;
	background-position: top-left;
	padding: 15px;
	width: 185px;
	height: 225px;
	float: right;
	
}

#sidebar h1{
	margin:0 0 5px 0px;
	color:#000000;
	font:bold 14px verdana,arial;
}
 
#sidebar h2{
	margin:0 0 10px 0px;
	color:#c0c0c0;
	font:bold 13px tahoma;
}

#sidebar ul{
	text-align: left;
	padding-left: 0;
}
#sidebar li {
list-style-type:none;
}



#footer {
	background-color: #09358f;
	height:20px;
	padding:0;
	margin: 0;
	clear: left;
}

#copyright {
	background-color:white;
	padding: 5px;
		
}

#copyright p{
	
	padding-left: 20px;
	font-weight:bold;
	font-size:65%;
	margin-bottom: auto;
}
h1 {
	font-size: 140%;
	color: #000000;
}
h2{
	font-size: 110%;
/*Original Blue
	color: #09358f;*/
/*Dark Green 
	color: #2F4F2F;*/
/*Forest Green	
	color: #238E23;*/
/*Hunter Green*/
	color: #215E21;  

}
/*
#menu {
	width: 1026px;
	height: 30px;
	margin: 0 auto;
	padding-top: 0px;
	background-color: white;
}

#menu ul {
	margin: 0 30px 0 30px;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block; 
	float: left;
	margin: 0 2px 0 0;
	background: url(images/img02.gif) no-repeat left 50%;
	padding: 0px 15px 0px 15px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#menu a:hover {
	margin: 0 2px 0 0;
	padding: 0px 15px 0px 15px;
	color: #c0c0c0;
}

#menu .current_page_item a {
	background: none;
	margin: 0 2px 0 0;
	padding: 0px 15px 0px 15px;
	color: #000000;
	
}
*/
/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0 auto 0px 0;
	padding-left: 10px;
	height: 35px;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0 0 0 0px;
	border: 0;
	text-align:left;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */

/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	color: #000000;
	background: #fff;
}

.menu ul {
	width: 11em;
}

.menu a {
	text-decoration: none;
	color: #000000;
	padding: .4em 1em;
	display: block;
	position: relative;
}

.menu a:hover, .menu li:hover>a {
	color: #003366;
}

.menu li li {	/* create borders around each item */
	border: 1px solid #ccc;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts 
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #000000;
}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/*]]>*/
</style>

