/*
Theme Name: Baltimore Law Theme
Author: ClearVision Internet Solutions
Author URI: http://www.clearvisionis.com/
*/

body {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#container {
	width:975px;
	margin:auto;
	}


.topbar {
	width: 206px;
	float: left;
	padding: 15px 0 0px 0px;
}	
	.topbar .search {
		width: 206px;    height: 26px;		background: url(images/search.gif) no-repeat 0 0;
	}
		.topbar .search button {
		    float: left;
			border: 0;
			width: 26px; height: 26px;
			text-indent: -9999px;
			background-color: transparent;
			
		}
		.topbar .search input {
			float: left;
			border: 0;
			width: 140px;
			padding-left:10px;
			/* margin: 2px 4px; */
			font-size: 1.1em;
			color:#999999;
		}
	.topbar .box {
		padding: 5px 0 15px;
	}
	

#topnav {
	width:675px;
	float:right;
	}	
		#topnav ul {
		list-style-type: none;
		height: 20px;
		padding: 10px 0 0 25px;
		}
		#topnav ul li {
			float: left;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 12px;
		}
		#topnav ul li a {
			color: #1d1d1d;
			display: block;
			padding: 10px 12px;
			text-decoration:none;
		}
		#topnav ul li a:hover {
			background-color: #aeaeae;
			color: #ffffff;
		}


#mainnav {
	width:975px;
	float:left;
	}
	
		#mainnav ul {
		list-style-type: none;
		height: 20px;
		padding: 15px 0 0 0px;
		}
		#mainnav ul li {
			float:left;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 14px;
		}
		#mainnav ul li a {
			color: #1d1d1d;
			padding-right:30px;
			text-decoration:none;
		}
		#mainnav ul li a:hover {
			color: #e25013;
		}
		
#bgleft {
	background:url(images/bg_headerleft.gif) repeat-x;
	}
	
#bgright {
	background:url(images/bg_headerright.gif) repeat-x;
	}