
html, body { 
	height: 100%;
	}
	
body { 
	margin: 0;
	padding: 0;
	font: 12px/18px Arial, Helvetica, Verdana, sans-serif;
	color: #737373;
	text-align: center;
	background: #052747;
	height: 100%;
	}

#prewrapper { 
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    min-height: 100%;
	z-index: 0; 
	background: url(../images/common/bg-footer.png) no-repeat center bottom;
    }		

	
#wrapper { 
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
	z-index: 1; 
    }		
	
#wrappertwo { 
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    background: #083866 url(../images/common/BG-wrapper-top.jpg) no-repeat top center;
	z-index: 0; 
    }		


.container { 
	width: 940px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	position: relative;
	}

.clear { clear: both; }
.leftCol, .rightCol { float: left; display: block; }


#flashSection {
	display: block;
	width: 100%;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0;
	background: url(../flash/flash-placeholder.jpg) no-repeat center top;
	}
		

/* TOP SECTION */	

#topSection {
	height: 144px;
    position: relative;
    display: block;
    z-index: 100;
	}

	#topSection .container {
		
		}
	
	#topSection #logo { 
		display: block;
		height: 144px;
		width: 405px;
		float: left;
		}
	
	#topSection #logo a { 
		background: url(../images/common/logo1.png) no-repeat;
		text-indent: -5000px;
		height: 144px;
		width: 405px;
		display: block;
		}

	.page-home2 #topSection #logo a { 
		background: url(../images/common/logo2.png) no-repeat;
		text-indent: -5000px;
		height: 144px;
		width: 405px;
		display: block;
		}

	#topSection #tagline { 
		display: block;
		height: 144px;
		width: 425px;
		float: right;
		background: url(../images/common/tagline.png) no-repeat;
		text-indent: -5000px;
		}
		
		
/* MENU SECTION */

#mainMenu { 
	position: absolute;
	top: 0;
	left: 25px;
	z-index: 999;
	}

	#mainMenu ul { 
		padding: 0;
		margin: 0;
		list-style-type: none;
		}
		
	#mainMenu ul li.mainMenuLi { 
		float: left;
		margin: 0 2px 0 0;
		padding: 0;
		height: 50px;
		width: auto;
		position: relative;
		}

	#mainMenu ul li a.mainMenuLink { 
		display: block;
		height: 50px;
		text-indent: -5000px;
		margin: 0;
		}
		
		#mainMenu ul li.home a.mainMenuLink { width: 78px; background: url(../images/menu/mainMenu-home.png) no-repeat 0 0; } 
		#mainMenu ul li.about a.mainMenuLink { width: 98px; background: url(../images/menu/mainMenu-about.png) no-repeat 0 0; } 
		#mainMenu ul li.practices a.mainMenuLink { width: 95px; background: url(../images/menu/mainMenu-practices.png) no-repeat 0 0; } 
		#mainMenu ul li.contracts a.mainMenuLink { width: 100px; background: url(../images/menu/mainMenu-contracts.png) no-repeat 0 0; } 
		#mainMenu ul li.careers a.mainMenuLink { width: 89px; background: url(../images/menu/mainMenu-careers.png) no-repeat 0 0; } 
		#mainMenu ul li.contact a.mainMenuLink { width: 90px; background: url(../images/menu/mainMenu-contact.png) no-repeat 0 0; } 
		
	#mainMenu ul li:hover a.mainMenuLink,
	#mainMenu ul li a.mainMenuLink:hover,
	#mainMenu ul li a.mainMenuLinkHover { background-position: 0 -50px; }  
	
		.section-home #mainMenu ul li.home a.mainMenuLink,
		.section-about #mainMenu ul li.about a.mainMenuLink,
		.section-practices #mainMenu ul li.practices a.mainMenuLink,
		.section-contracts #mainMenu ul li.contracts a.mainMenuLink,
		.section-careers #mainMenu ul li.careers a.mainMenuLink,
		.section-contact #mainMenu ul li.contact a.mainMenuLink { background-position: 0 -50px; }
	
	#mainMenu ul li .submenuContainer { 
		display: none;
		position: absolute;
		top: 38px;
		left: -30px;
		z-index: 999;
		}
		
		#mainMenu ul li.about .submenuContainer { left: -28px; }
		#mainMenu ul li.practices .submenuContainer { left: -29px; }
		#mainMenu ul li.contracts .submenuContainer { left: -29px; }
		#mainMenu ul li.careers .submenuContainer { left: -32px; }

	#mainMenu ul li .submenuContainer .inside {
		display: block;
		width: 147px;
		padding: 25px 5px 5px 5px;
		background: url(../images/common/bg-submenuContainerTop.png) no-repeat;
		} 
		
		#mainMenu ul li .submenuContainer .inside ul { 
			margin: 0;
			padding: 0;
			list-style-type: none;
			width: 147px;
			}
			
		#mainMenu ul li .submenuContainer .inside ul li { 
			line-height: 14px;
			display: block;
			clear: both;
			margin: 0;
			padding: 0;
			}

		#mainMenu ul li .submenuContainer .inside ul li a { 
			line-height: 14px;
			border-bottom: 1px solid #6890ae;
			display: block;
			color: #fff;
			font-size: 11px;
			padding: 4px 10px;
			text-align: center;
			}

		#mainMenu ul li .submenuContainer .inside ul li a:hover { 
			background: #eb9500;
			}

	#mainMenu ul li .submenuContainer .bottom {
		display: block;
		width: 157px;
		height: 12px;
		padding: 0;
		background: url(../images/common/bg-submenuContainerBot.png) no-repeat;
		} 


/* MID SECTION */


#midSection {
    background:  url(../images/common/inner-wrapper-bottom.png) no-repeat center bottom;
    position: relative;
    display: block;
    z-index: 999;
    padding: 0 0 5px 0;
	height: auto;
	}
	
	#midSection .topBackground { 
		position: absolute;
		top: 0;
		left: 0;
		width: 640px;
		height: 315px;
		background: url(../images/common/BG-leftCol-top-home.png) no-repeat left top;
		}
	
	#midSection .container {
		padding-top: 315px;
		}	
		
/* LeftCol Styles */
	
	#midSection .leftCol {
		float: left;
		width: 647px;
		margin: 0;
		_margin: 0 0 -315px 0;
		background: url(../images/common/BG-leftCol-bottom.png) no-repeat left bottom;
		}
		
	#midSection .leftCol #content {
		position: relative;
		padding: 0 40px 90px 40px;
		width: 565px;
		z-index: 110;
		min-height: 590px;
		margin: 0 0 -260px 0;
		top: -260px;
		}
	
	#midSection #content .notch {
		width: 21px;
		height: 45px;
		margin-left: -5px;
		background: url(../images/common/notch.png) no-repeat top left;
		position: absolute;
		top: 98px;
		left: 7px;
		}
	
	.page-home #midSection #content .notch {
		position: absolute;
		top: 265px;
		left: 7px;
		}

	#midSection .leftCol h2 {
		font: 19px/25px Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #003465 !important;
		margin: 0 0 7px 0;
		}
		

	#midSection .leftCol h3 {
		font: 16px/25px Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #003465 !important;
		margin: 25px 0 7px 0;
		letter-spacing: -0.05em;
		}

	#midSection .leftCol p {
		margin: 0 0 15px 0;
		}
				
	#midSection .leftCol .headerPhoto { 
		margin: 0 -25px;
		display: block;
		height: 91px;
		overflow: hidden; 
		}
		
		.section-home #midSection .leftCol .headerPhoto { height: 246px; }
	
	#midSection .leftCol .divider { 
		margin: -5px -25px 0 -25px;
		height: 17px;
		display: block;
		background: url(../images/common/divider.gif) no-repeat;
		}
	
	#midSection .leftCol #content .twoColumn { 
		display: block;
		clear: both;
		margin: 20px 0;
		}
	
		#midSection .leftCol #content .twoColumn .leftCol {
			display: block;
			float: left;
			background: none;
			width: 290px;
			margin: 0 30px 0 0;
			}

		#midSection .leftCol #content .twoColumn .rightCol {
			display: block;
			float: left;
			background: none;
			width: 225px;
			margin: 0;
			}

	#midSection ul.style1 { 
		padding: 0 0 0 0;
		margin: 0;
		list-style-type: none;
		}
		
	#midSection ul.style1 li { 
		display: block;
		padding: 0;
		height: 46px;
		width: 540px;
		margin: 0;
		line-height: 14px;
		}
				
	#midSection ul.style1 li a { 
		display: block;
		padding: 10px 10px 7px 25px;
		margin: 0;
		width: 253px;
		height: 28px;
		font-size: 12px;
		color: #40464a;
		background: url(../images/common/bg-listStyle1.gif) no-repeat left -1px;
		}
		
		#midSection ul.style1 li.first a { 
			padding-top: 11px;
			background-position: left 0;
			}
			
		#midSection ul.style1 li.first a:hover { background-position: 0 -47px; }
					
		#midSection ul.style1 li.last a { 
			padding-bottom: 8px;
			}
			
	#midSection ul.style1 li a:hover { color: #62686c; background-position: left -48px; }
	#midSection ul.style1 li a:hover strong { color: #40464a; }

			

	#midSection ul.style3 { 
		padding: 0 0 0 0;
		margin: 0;
		list-style-type: none;
		}
		
	#midSection ul.style3 li { 
		display: block;
		padding: 0;
		height: 32px;
		width: 360px;
		margin: 0;
		line-height: 14px;
		}
				
	#midSection ul.style3 li a { 
		display: block;
		padding: 10px 10px 7px 25px;
		margin: 0;
		width: 360px;
		height: 14px;
		font-size: 12px;
		color: #40464a;
		background: url(../images/common/bg-listStyle3.gif) no-repeat left -1px;
		}
		
		#midSection ul.style3 li.first a { 
			padding-top: 11px;
			background-position: left 0;
			}

		#midSection ul.style3 li.first a:hover { background-position: left -33px; }
					
		#midSection ul.style3 li.last a { 
			padding-bottom: 8px;
			}
					
	#midSection ul.style3 li a:hover { color: #62686c; background-position: left -34px; }
	#midSection ul.style3 li a:hover strong { color: #40464a; }


	#midSection .leftCol #content ul.style2 { 
		padding: 0 0 0 0;
		margin: 0;
		list-style-type: none;
		}
		
	#midSection .leftCol #content ul.style2 li { 
		display: block;
		padding: 0 0 0 12px;
		background: url(../images/common/bullet.gif) no-repeat left 3px;
		margin: 0 0 5px 0;
		font-size: 12px;
		color: #40464a;
		line-height: 16px;
		}
		
	#midSection #clientContainer { 
		display: block;
		border-top: 1px solid #d3d3d3;
		border-bottom: 1px solid #d3d3d3;
		padding: 7px 0;
		width: 545px;
		height: 90px;
		background: #fff;
		overflow: hidden;
		}
		
		#midSection #clientContainer .slide { 
			top: 13px !important;
			width: 545px;
			height: 90px;
			background: #fff;
			}
		
	#midSection #clientContainer .slide ul { 
		margin: 0;
		padding: 0;
		list-style-type: none;
		background: #fff;
		}
		
		#midSection #clientContainer .slide ul li { 
			margin: 0;
			padding: 0;
			list-style-type: none;
			float: left; 
			width: 90px;
			height: 90px;
			display: inline-block;
			overflow: hidden;
			}	
							
		#midSection #control {
			margin-top: -20px;
			position: relative;
			float: right;
			margin-right: 20px;
			text-align: center;
			}
			 
		#midSection #control a {
			height: 10px;
			width: 10px;
			display: block;
			float: left;
			text-indent: -5000px;
			text-decoration: none;
			padding: 0;
			margin: 0 2px 0 0;
			color: #eee;
			background: url(../images/common/a.gif) no-repeat;
			overflow: hidden;
			}
	
		#midSection #control a.activeSlide,
		#midSection #control a:hover {
			background-position: 0 -10px;
			}
			 
			 
	#midSection .programRow { 
		clear: both;
		margin-bottom: 10px;
		padding-top: 10px;
		}
		
		#midSection .programRow .lrgLogo {
			float: left;
			width: 140px;
			display: block;
			padding: 10px 0 0 0;
			} 

		#midSection .programRow .list {
			float: left;
			width: 410px;
			display: block;
			} 
			
		#midSection .programRow .list ul { 
			width: 410px;
			}
			
	#midSection h1.h1-homepage { 
		width: 485px;
		height: 45px;
		display: block;
		text-indent: -5000px;
		background: url(../images/titles/h1-homepage.gif) no-repeat;
		}
		
	a.readMore { 
		background: url(../images/common/bullet.gif) no-repeat 0 2px;
		padding: 0 0 0 10px;
		text-decoration: underline;
		font-size: 11px;
		}

	#midSection .leftCol .article { 
		margin: 0;
		padding: 0 0 15px 0;
		}

		#midSection .leftCol .article .date { 
			margin: 0;
			font-size: 11px;
			line-height: 14px;
			font-weight: bold;
			color: #275d8d;
			}

		#midSection .leftCol .article h3 { 
			line-height: 15px;
			margin: 0;
			font-size: 12px;
			font-weight: bold;
			color: #df9d2f;
			}			
		
		#midSection .leftCol .article a { 
			color: #df9d2f;
			text-decoration: underline;
			}

		#midSection .leftCol .article a:hover {
			color: #ecb151;
			text-decoration: none;
			} 


		#midSection .leftCol .archive a { 
			font-size: 10px;
			padding: 3px 5px;
			background: #df9d2f;
			color: #fff;
			text-decoration: none;
			font-weight: bold;
			margin: 0 2px 0 0;
			}

		#midSection .leftCol .archive a:hover {
			background: #275d8d;
			} 


/* RightCol Styles */

	#midSection .rightCol {
		float: left;
		width: 280px;
		margin: -305px 0 0 0;
		position: relative;
		z-index: 999;
		}

	#midSection .rightCol h2 {
		font: 19px/25px Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #fff;
		margin: 0 0 7px 0;
		}
		
	#midSection .rightCol .newsContainer { 
		display: block;
		}

	#midSection .rightCol .newsContainer .inside { 
		display: block;
		padding: 15px 20px 0 20px;
		min-height: 300px;
		background: url(../images/common/bg-newsContainerTop.png) no-repeat;
		}
		
	#midSection .rightCol .newsContainer h2 { 
		text-shadow: #222 0 0 5px;
		}

	#midSection .rightCol .newsContainer .bottom {
		height: 42px;
		padding: 13px 20px 0 20px;
		display: block;
		background: url(../images/common/bg-newsContainerBottom.png) no-repeat;
		} 
		
	#midSection .rightCol .article { 
		margin: 0;
		padding: 10px 0 5px 0;
		}

		#midSection .rightCol .article .date { 
			margin: 0;
			font-size: 11px;
			line-height: 14px;
			font-weight: bold;
			color: #275d8d;
			}

		#midSection .rightCol .article h3 { 
			line-height: 15px;
			margin: 0;
			font-size: 12px;
			font-weight: bold;
			color: #fff;
			}			
		
		#midSection .rightCol .article a { 
			color: #fff;
			text-decoration: underline;
			}

		#midSection .rightCol .article a:hover {
			color: #fce6b5;
			text-decoration: none;
			} 
			
			
	#midSection .rightCol .contactContainer { 
		margin: 15px 12px;
		padding: 15px 13px;
		border-top: 1px solid #4d7091;
		color: #fff;
		font-size: 12px;
		line-height: 14px;
		}

		#midSection .rightCol .contactContainer p { 
			font-size: 12px;
			line-height: 14px;
			margin: 0 0 7px 0;
			}
			
		#midSection .rightCol .contactContainer span { 
			display: block;
			float: left; 
			width: 30px;
			font-weight: bold;
			}
			
		#midSection .rightCol .contactContainer a.mapIt { 
			display: block;
			padding: 2px 0 10px 20px;
			text-decoration: underline;
			color: #f1a91f;
			background: url(../images/common/btn-mapIt.gif) no-repeat left 3px;
			}

		#midSection .rightCol .contactContainer a.mapIt:hover { 
			color: #fff;
			}
					
		#midSection .rightCol .contactContainer a { 
			color: #fff;
			}

		#midSection .rightCol .contactContainer a:hover { 
			color: #8ebdde;
			}
			
			#mapit { 
				display: block;
				width: 800px;
				height: 550px;
				overflow: hidden;
				}
			


	#midSection .rightCol .resourcesContainer { 
		margin: 15px 0;
		padding: 0;
		}

	#midSection .rightCol .resourcesContainer .inside { 
		display: block;
		padding: 18px 20px 5px 20px;
		background: url(../images/common/bg-resourcesContainerTop.png) no-repeat;
		color: #fff;
		font-size: 10px;
		line-height: 14px;
		}
		
		#midSection .rightCol .resourcesContainer h2 { 
			font-size: 12px;
			font-weight: bold;
			line-height: 14px;
			margin: 0 0 10px 0;
			text-shadow: #222 0 0 5px;
			}
			
		#midSection .rightCol .resourcesContainer a { 
			color: #fff;
			}

		#midSection .rightCol .resourcesContainer a:hover { 
			color: #eee;
			}
			
		#midSection .rightCol .resourcesContainer .bar { 
			color: #f8dca0;
			padding: 0 3px;
			}

	#midSection .rightCol .resourcesContainer .bottom {
		height: 12px;
		padding: 0 20px;
		display: block;
		background: url(../images/common/bg-resourcesContainerBottom.png) no-repeat;
		} 
		

	#midSection a.btnStyle1 {
		display: inline-block;
		width: auto;
		height: 31px;
		background: url(../images/common/btn-style1.gif) no-repeat left top;
		padding: 0 0 0 13px;
		}		
		
		#midSection a.btnStyle1 span {
			display: inline-block;
			width: auto;
			height: 31px;
			background: url(../images/common/btn-style1Right.gif) no-repeat right top;
			line-height: 31px;
			font-size: 11px;
			color: #666;
			padding: 0 19px 0 0;
			letter-spacing: -0.05em;
			}
	
	#midSection a.btnStyle1:hover { 
		background-position: left -31px;
		}

	#midSection a.btnStyle1:hover span { 
		background-position: right -31px;
		color: #444;
		}

	#midSection a.btnStyle2 {
		display: inline-block;
		width: auto;
		height: 31px;
		background: url(../images/common/btn-style2.gif) no-repeat left top;
		padding: 0 0 0 13px;
		}		
		
		#midSection a.btnStyle2 span {
			display: inline-block;
			width: auto;
			height: 31px;
			background: url(../images/common/btn-style2Right.gif) no-repeat right top;
			line-height: 31px;
			font-size: 11px;
			color: #fff;
			padding: 0 19px 0 0;
			letter-spacing: -0.05em;
			}
	
	#midSection a.btnStyle2:hover { 
		background-position: left -31px;
		}

	#midSection a.btnStyle2:hover span { 
		background-position: right -31px;
		color: #fae8c2;
		}


			
			

/* FOOTER SECTION */

#footerSection {
	position: relative;
	margin: 10px 0 0 0;
	height: 120px;
	display: block;
	overflow: hidden;
    background: #052747 url(../images/common/BG-wrapper-bottom-x.png) repeat-x;
	}
	
#footerSection .container {
	}
	
	#footerSection .container .leftCol { 
		width: 665px;
		}
		
	#footerSection .container .leftCol ul { 
		margin: 0 0 0 33px;
		padding: 0;
		list-style-type: none;
		}
	
	#footerSection .container .leftCol ul li { 
		float: left;
		width: 75px;
		line-height: 13px;
		font-size: 10px;
		}

	#footerSection .container .leftCol ul li ul { 
		display: block;
		margin: 0;
		padding: 0;
		list-style-type: none;
		}

	#footerSection .container .leftCol ul li ul li { 
		float: none;
		width: 70px;
		line-height: 13px;
		font-size: 10px;
		padding: 0;
		margin: 0;
		}

		#footerSection .container .leftCol ul li.home { width: 50px; }
		#footerSection .container .leftCol ul li.about { width: 100px; }
		#footerSection .container .leftCol ul li.about ul li { width: 100px; }
		#footerSection .container .leftCol ul li.practices { width: 120px; }
		#footerSection .container .leftCol ul li.practices ul li { width: 120px; }
				
	#footerSection .container .leftCol ul li a { 
		color: #ddd;
		padding: 0;
		}

	#footerSection .container .leftCol ul li a.mainMenuLink { 
		color: #4995c3;
		text-transform: uppercase;
		text-decoration: underline;
		height: 20px;
		line-height: 20px;
		}

	#footerSection .container .leftCol ul li a:hover { 
		color: #fff;
		}


	#footerSection .container .rightCol { 
		width: 250px;
		font-size: 10px;
		line-height: 13px;
		color: #b8babd;
		text-align: center;
		}
		
	#footerSection .container .rightCol a { 
		color: #b8babd;
		text-decoration: none;
		}

	#footerSection .container .rightCol a:hover { 
		color: #eee;
		text-decoration: underline;
		}


/* BOTTOM SECTION */
	

#botSection {
	display: none;
	height: 135px;
	margin: 0;
	background: url(../images/common/bg-footer.png) no-repeat right bottom;
	position: relative;
	z-index: 1;
	}
	
	#botSection .leftCol {
		width: 500px;
		}
	
	#botSection .rightCol { 
		width: 400px;
		}


/* GENERAL STYLES */


h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
	line-height: 18px;
	font-weight: normal;
	color: #342f25;
}



p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a {
	color: #ef9638;
	text-decoration: none;
	outline: none;
}

a.arrow {
	background: url(../images/common/icon-arrow-orange.gif) no-repeat 0px 3px;
	padding-left: 7px;
	margin-right: 5px;
	display: inline; 
	}


a:hover {
	color: #ffac54;
}


ul {
	margin: 0 0 0 0px;
	padding: 0px 0 0 0px;
	list-style-type: none;
}		

ul li {
	margin: 0px;
	padding: 1px 0 1px 14px;
	background: url(../images/common/icon-bullet.gif) no-repeat 0px 7px;
}
		
img { behavior: url(/_scripts/iepngfix.htc); border: none; }	



.dxdvItem { 
	padding: 0 0 10px 0 !important; 
	font: Arial, Helvetica, Verdana, sans-serif !important;
	font-size: 12px !important;
	line-height: 18px !important;
	color: #40464a !important;
	}
	
.dxdvItem h3 { font-weight: bold !important; }
	
a.dxeHyperlink { color: #ef9638 !important; font-weight: bold; }
a.dxeHyperlink:hover { color: #ffac54 !important; }

.contactRow { background: #eee; padding: 8px 10px; border: 1px solid #e3e3e3; }
.contactRow .leftColumn { float: left; width: 45px; margin: 0; padding: 0 10px 0 0; text-align: right; }
.contactRow .rightColumn { float: left; width: 190px; margin: 0; padding: 0; }

.row { padding: 5px 0; }

.divImage { float: right; margin: 0 0 10px 20px; } 
.divImage img { outline: 2px solid #e9e9e9; border: 5px solid #fff !important; } 



#midSection .contactRow h3 { 
	margin-top: 0px;
	}

#midSection .contactRow2 { 
	clear: both;
	margin: 0 0 5px 0;
	}
	
	#midSection .contactRow2 .leftCol { 
		width: 120px;
		background: none;
		margin: 0;
		padding: 0;
		line-height: 20px;
		}

	#midSection .contactRow2 .rightCol { 
		width: 365px;
		background: none;
		margin: 0;
		padding: 0;
		}
		
	input.inputText { 
		border: 1px solid #d6d6d6;
		outline: 1px solid #ddd;
		background: #fff;
		color: #052747;
		padding: 4px 5px;
		font: 11px/15px Arial, Helvetica, sans-serif;
		width: 350px;
		}

	textarea.inputText { 
		border: 1px solid #d6d6d6;
		outline: 1px solid #ddd;
		background: #fff;
		color: #052747;
		padding: 4px 5px;
		font: 11px/15px Arial, Helvetica, sans-serif;
		width: 350px;
		height: 95px;
		}

	input.inputSubmit { 
		border: 1px solid #d6d6d6;
		outline: 1px solid #ddd;
		background: #052747;
		color: #fff;
		padding: 5px 9px;
		font: bold 10px/15px Arial, Helvetica, sans-serif;
		width: auto;
	
		}

