/*NOTES:



-IE for MAC needs a specific border color for anchor (link) borders (e.g. the links) or it will default the border color to standard #00f blue. Other browsers use the text color by default.



-All margins and padding are removed. Borders are removed from link images.



-Different 'visited link' colors are used.



END NOTES*/





/*A Few Bits and Pieces

============================================================

*/



*{

	margin:0;

	padding:0;

}



.skiplink{

	display:none;

}



div.shade-box{

	background:#333333;

	border:1px solid #84C326;

	padding:15px;

	padding-bottom:0;

}



img{border:none; margin:0;}





/*Typography, Links and General margins for block elements

=============================================================

*/



body{

	font:11px/1.6em verdana, helvetica, arial, sans-serif;

	color:#84C326;

	text-align:justify;

	padding-bottom:25px;
	
	background:#333333;

}



h1{

	margin-bottom:15px;

	padding-left:36px;

	background:url(../images/t4utitle.jpg) left center no-repeat;

	font:bold 16px arial;

	border-top:1px solid #84C326;

	height:22px;

	padding-top:7px;

	color:#B9DD7D;

	}

	

h2{

	margin-bottom:15px;

	padding-left:25px;

	background:url(../images/t4usubheading.jpg) left center no-repeat;

	font:bold 12px arial;

	border-bottom:1px solid #84C326;

	height:17px;

	padding-top:7px;

	color:#B9DD7D;

	}

	

h3{

	margin-bottom:15px;

	padding-left:36px;

	background:url(../images/t4utitle.jpg) left center no-repeat;

	font:bold 16px arial;

	height:18px;

	color:#B9DD7D;

	}

	

#external h3{margin-bottom:3px;}



h4, h5, h6{font-size:11px;}







/*Margins and Padding for the CONTENT div elements

==============================================================

*/



#content p,

#content ul,

#content dl,

#content ol,

#content blockquote{

	margin-bottom:15px;

}



#content ul,

#content ol{

	margin-left:50px;

	font-weight:normal;

}



#content blockquote{

	margin-left:25px;

	border-left:5px solid #ccc;

	padding-left:5px;

	font-style:italic;

}







/*==========================================

MAIN DIVS LAYOUT

==========================================*/



div#wrapper{

	width:772px;

	margin:10px auto;

	background:#333333;

	}

	
div#navigation{

	width:174px;

	float:left;

	}

	

#navigation div#links{

	background:url(../images/nav1.jpg) left top repeat-y;

	margin:1px 0;

	}

	

#links a, #links a:visited{

	color:#84C326;

	display:block;

	text-decoration:none;

	font:bold 11px arial;

	height:22px;

	padding-top:8px;

	padding-left:16px;

	}

	

#links a:hover{

	background:url(../images/nav2.jpg) left no-repeat;

	color:#fff;

	text-transform:uppercase;

	font:bold 11px arial;

	}

	

div#content{

	float:right;

	width:590px;

	margin-top:6px;

	background:url(../images/tenant4ulogo.gif) top center no-repeat;

	padding-top:135px; /*padding to reveal logo*/

	}

	

#content div#text{

	margin:0 15px;

	padding-bottom:15px;

	}

	

div#footer{

	clear:both;

	padding:10px;

	margin-top:10px;

	background:#333333;

	border-top:1px solid #84C326;

	font:10px arial;

	color:#84C326;

	}
	
#footer a, #footer a:visited{

	color:#E47725;

	border-bottom:2px dotted;

	text-decoration:none;

	}

	

#footer a:hover{

	color:#B9DD7D;

	border-bottom:2px solid;

	}



#external a{

display:block;

}



#text a, #external a, #text a:visited, #external a:visited{

	color:#E47725;

	border-bottom:2px dotted;

	text-decoration:none;

	}

	

#text a:hover, #external a:hover{

	color:#B9DD7D;

	border-bottom:2px solid;

	}

	

div#external{

	padding:5px;

	border-right:1px solid #ccc;

	border-left:1px solid #ccc;

	border-bottom:1px solid #ccc;

	margin-bottom:10px;

	}