@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 985px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
} 
#header {
	background: #00543d;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-left: 185px;
	height: 27px;
	margin-bottom: 15px;
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
#mainContent {
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 

/*FORM*/
#mainContent .formLabel {text-align:right; vertical-align: top; padding-right:10px; line-height:2em; width:180px; }

#service_form td{padding-bottom:10px;}

a img {border: none;}	

/*HOMEPAGE*/
#mainContent #leftParagraph {
	width: 355px;
	float:left;
	color:#636363;
	font-size:11px;
	line-height: 18px;
	padding-left:30px;
}
#mainContent #rightParagraph {
	width: 355px;
	float:right;
	color:#636363;
	font-size:11px;
	line-height: 18px;
	padding-right: 20px;
}

#firstParagraph {
	padding-top:45px;
}

.style1 {
	font-size: 21px;
	color: #659689;
	font-weight: normal;
	padding-top: 30px;}

	
.style2 {
	font-size: 15px;
	color: #659689;
	font-weight: normal;
	padding-top: 15px;
	line-height: 1em;
	padding-bottom: 0px;
}

		
#mainContent .headline {
	font-size: 21px;
	color:#659689;
	padding-top: 30px;
}
#mainContent #main_image {
	border-bottom:4px solid #e1e1e1;
	padding: 0;
	margin: 0;
	width: 800px;
	float: right;
}
	
#mainContent #main_image img {padding:0; margin:0;}

#mainContent a:link {text-decoration:none; color:#00543d;} 
#mainContent a:visited {text-decoration:none;color:#00543d;} 
#mainContent a:hover {text-decoration:none;color:#1f735c;} 
#mainContent a:active {text-decoration:none;color:#000000;} 



#mainContent #mainParagraph {
	width: 545px;
	float:left;
	color:#636363;
	font-size:11px;
	line-height: 18px;
	padding-left:30px;
}

#mainContent #mainParagraph .subHead {
	color:#659689;
	line-height: 14px;
}

#mainContent #mainParagraph .indented {padding-left: 20px;}

#mainContent .sideImage img{
	margin-top: 45px;
	margin-left: 30px;
	border:1px solid #e1e1e1;
}

#mainContent #mainParagraph .leftIndent {margin-left:200px;}

/*RENTALS*/
#mainContent #rentals {
	width: 770px;
	float:left;
	color:#636363;
	font-size:11px;
	line-height: 18px;
	padding-left:30px;}
	

#mainContent #rentals div {
	height:100%;
	border-bottom:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
	margin-bottom: 15px; min-height:125px;
}
#mainContent #rentals img {
	width:167px;
	float:left;
	padding-right:30px;
	padding-bottom: 5px;
	
}
#mainContent #rentals p {margin-left: 200px;}

#mainContent #rentals .price {color:#8a1e04; font-weight:bold; line-height:2.5em;}
#mainContent #rentals .bldg_address {font-weight:bold;}
	
#mainContent #rentals #studio_01{}

/*SIDE NAV*/
#sidebar1 .sideNav {padding-left:0px; margin-left:0px; font-size:11px;  line-height: 24px;}

#sidebar1 .sideNav ul {
	list-style:none;
	padding-left:28px;
	margin-left:0px;
	padding-top:35px;
	padding-right:20px;
}
#sidebar1 .sideNav ul li {border-bottom:1px solid #e1e1e1;}

#sidebar1 .sideNav a:link {text-decoration:none; color:#00543d;}
#sidebar1 .sideNav a:visited {text-decoration:none; color:#00543d;}
#sidebar1 .sideNav ul li a:hover {text-decoration:none; color:#1f735c;}
#sidebar1 .sideNav ul li a:active {text-decoration:none; color:#1f735c;}

#footer {
	padding: 0 0px 0 0px;
	margin-top: 30px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-left: 10px;
	border-top: 1px solid #659689;
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*MENU top*/


#mainnav {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	background:#00543d url(images/nav_bg.gif) 0 0 repeat-x;
	height:25px;
	border:1px solid #659689;
	width: 100%;
	}
	
	#mainnav li {
		margin:0;
		padding:0;
		float:left;
		line-height:1.0em;
		}
	
		#mainnav li a {
			display:block;
			padding-top:4px; padding-bottom: 5px; padding-left: 30px; padding-right:30px;
			*padding:5px 12px 5px 13px;
			background:#000000 url(images/nav_bg_hi.gif) 0 0 repeat-x; /* preload for rollover */
			background:#00543d url(images/nav_bg.gif) 0 0 repeat-x;
			color:#fff;
			border-right:1px solid #659689;
			font-size:11px; text-decoration:none;
			}


		#mainnav li a:hover {
			background:#659689 url(images/nav_bg_hi.gif);
			}


body.home #mn_home a,
body.about #mn_about a,
body.client_svcs #mn_client_svcs a,
body.ten_svcs #mn_ten_svcs a,
body.news #mn_news a,
body.rentals #mn_rentals a,
body.contact #mn_contact a {
	background:#1f735c url(images/nav_bg_selected.gif)  0 0 repeat-x;
	}


/*LEFT column*/

#sidebar1 #logo {}
#sidebar1 #contact {
	padding-left:30px;
	padding-top:30px;
	padding-bottom: 30px;
	
}
.contact #container #mainContent #mainParagraph #email {
	padding-top: 20px;
}
