﻿/* Override background color */

body { background: #571109;}

/*page background color #eeeee4


/* Brings in the department banner */

#globalarea {
    background: url("../MasterPages/images/banners/MayorHeader_02.jpg") top right no-repeat;	
	width:236px;
	height:122px;	
}

#LeftDeptBanner {
	background: url("../MasterPages/images/banners/MayorHeader_01.jpg") top right no-repeat;	
	width:736px;
	height: 122px;		
}

#LeftDeptBanner a { 
    display:inline-block;
    width:736px;
	height: 122px;
	    
}

#LeftDeptBanner a:hover 
{
	text-decoration:none;
}


#LeftDeptBanner a span { visibility:hidden; }

img.RightPad {
				padding-right:7px;
				padding-bottom:5px;
				padding-top:5px;
}

img.LeftPad {
				
				padding-left:7px;
				padding-bottom:5px;
				padding-top:5px;
}

table.border {
width:85%;
margin-left:5%;
margin-right:1%;
padding:4px;
vertical-align:top;
}


/*shorthand  order for border properties width, style, color*/
table.border td {
vertical-align: top;
text-align: left;
border-bottom: 1px solid #CCCCCC;
}

