@import url("/portals/_default/Skins/Global/global_t01.css");
@import url("/portals/_default/Skins/Global/staffList_detailed.css");
@import url("menu.css");
@import url("containerOverrides.css");

#Body 
{
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	background-color: #ffffff;
	color: #555555;	
	/*background-image: url(images/);*/
	background-repeat: repeat-x;
}

.headerSection 
{
	width: 100%; 
	margin-top: 0;
	background-image: url(images/logo2.png);
	background-color: #09a026;
	background-repeat: no-repeat;
	height: 102px;
}

.headerLogoContainer 
{
    height: 60px;
    width: 360px;
}

.horizontalMenuSection 
{
}

.pageBorder 
{
    margin-top: 36px;
	border: solid 1px #003300;
	background-color: #f5f5f5;
}

.pageWidth 
{
	width: 700px; /* Page width */	
}

.pageWidthMinusBorder 
{
	width: 698px;
}

.contentSection 
{
	line-height:1.4em;
	/*background-image*/
	background-repeat: repeat-y;
	background-color: #f5f5f5;
	/*border: solid 1px #d1dae3;*/
}

.mainContentZone 
{
	padding: 0;
	vertical-align: top;
}

.mainContentZoneInner 
{
	padding: 20px;
}

.footerSection 
{
	text-align: left;		
	margin: 0 auto;
	background-color: inherit;
	/*background-image: url();*/
	background-repeat: repeat-x;
	border: none;
	margin-bottom: 12px;
	color: #000000;
	font-size: 13px;
}

.footerLeft 
{
	float: left;
	padding-top: 10px;	
	padding-left: 0;
}
.footerRight 
{
	float: right;
	padding-top: 10px;
	padding-right: 0;	
}

.footerLeft a, .footerLeft a:link, .footerLeft a:visited, .footerLeft a:active
{
	color: #073b07;
}

.footerLeft a:hover
{
	color: #000000;
}

a.brooklynItLink:link, a.brooklynItLink:visited, a.brooklynItLink:active
{
    color: #999999;
}

a.brooklynItLink:hover 
{
    color: Blue;
}

.fullContentZone 
{
	min-height: 350px;
	margin-top: 20px;
	padding: 0 20px 20px 20px;	
}

/*================================*/

h1  
{
    background-color: #e7ede7;
    border: solid 1px #90ae8e;
    border-bottom: solid 1px #065504;
    background-repeat: no-repeat;
    background-position: 5px 4px ;
    padding: 5px 0 4px 46px;
    color: #044400;
    font-size: 15px;
    font-weight: bold;      
    background-image: url(images/h1-scales-icon.gif);   
    margin-bottom: 12px;
}

h2 {
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #055500;
	padding-bottom: 3px;
	border-bottom: solid 1px #055500;
	margin-bottom: 6px;
}

h3, h4, h5, h6 
{
    font-size: 14px; 
    color: #055500;
}

.mainContentZone p 
{
	margin-top: 0;
	margin-bottom: 18px;
	font-family: arial, sans-serif; 
	color: #555555;	
	font-size: 14px; 	
}

.contentSection ul 	
{
    /*
	margin: 0; 	
	padding: 0;	
	padding-bottom: 12px;
    */
	font-size: 14px;
	line-height:1.6em;    
}

.contentSection li 
{
    /*
	display:block;	
	list-style-type:none;	
	padding-left:20px;
	background: url(images/bullet.gif);	
	background-repeat: no-repeat;
	background-position: left 5px;    
	margin-bottom: 4px;
	color: #667666; 
	font-family: arial, sans-serif; 
	font-size: 15px; 
	line-height:1.4em;
    */
}

.contentSection a {
 	color: #075b07;
 	text-decoration: underline;
}
.contentSection a:hover {
	color: #006600;
}

hr {
	border-top: 1px solid #cccfcc; 
	margin: 16px 0;
}


.XModContent td
{
    padding: 0;
}

.sidePhoto
{
    border: solid 1px #f5f5f5;
}
