/* @override 
	http://webdesign.gs/baysinger/baysinger.css
	http://www.webdesign.gs/baysinger/style/baysinger.css
*/

body{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #494a4c;
}

#cms_content{
	width: 650px;
}

#wrapper{
	margin: 0 auto;
	padding: 0px;
	width: 979px;
}

#header{
	margin: 0px;
	padding: 0px;
}

#content{
	margin: 0px;
	padding: 15px;
	width: 565px;
	float: left;
	line-height: 26px;
	font-size: 12px;
}

#content2{
	clear: both;
	margin: 0px;
	padding: 20px;
	line-height: 26px;
}

#content2 h1{
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #011c66;
	background-image: url(../images/h1-bg2.jpg);
	background-repeat: no-repeat;
	height: 42px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	width: 938px;
	text-transform: uppercase;
}



#sidebar{
	margin: 0px;
	padding: 15px;
	width: 280px;
	float: right;
	line-height: 19px;
	font-size: 11px;
	color: #575757;
}

#footer{
	clear: both;
	margin: 0px;
	padding: 20px;
	padding-top: 30px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 72px;
	font-size: 11px;
	text-align: right;
	color: #3b3b3b;
}

#footer a{
	color: #3b3b3b;
	text-decoration: none;
}

#footer a:hover{
	color: #192444;
}

h1{
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #011c66;
	background-image: url(../images/h1-bg.jpg);
	background-repeat: no-repeat;
	height: 42px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	width: 548px;
	text-transform: uppercase;
}

h2{
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #0a1f54;
	border-bottom: 3px solid #c8c8c8;
	padding-left: 15px;
}

#content2 h2{
	border-width: 1px;
	padding-left: 2px;
}

.title{
	clear: both;
	font-weight: bold;
	color: #384c69;
}

.blogEntry b a.readtitle{
	clear: both;
	font-weight: bold;
	color: #384c69;
}

#blogPosted{
	color: #2a2a2a;
}

a.readmore {
	clear: both;
	background-color: #384c69;
	width: 65px;
	text-align: center;
	border: 1px solid #1b2a40;
	padding: 5px;
	float: right;
	color: #fefefe;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}

 a.readmore:hover{
	background-color: #2f415b;
	color: #fefefe;
	text-decoration: none;
}

a{
	color: #576ca8;
	text-decoration: none;
}

a:hover{
	color: #3d465b;
}

#nav{
	margin: 0px;
	padding: 0px;
}

#nav ul{
	margin: 0px;
	padding: 0px;
}

#nav ul li{
	display: block;
	float: left;
}

#nav a{
	display: block;
	float: left;
	background-image: url(../images/nav.jpg);
	height: 103px;
	overflow: hidden;
}

#nav .hidden{
	display: none;
}

a#start{
	background-position: 0px 0px;
	width: 13px;
}

a#home{
	background-position: -13px 0px;
	width: 52px;
}

a#home:hover{
	background-position: -13px -103px;
}

a#firm{
	background-position: -65px 0px;
	width: 90px;
}

a#firm:hover{
	background-position: -65px -103px;
}

a#practice{
	background-position: -155px 0px;
	width: 146px;
}

a#practice:hover{
	background-position: -155px -103px;
}

a#attorney{
	background-position: -301px 0px;
	width: 162px;
}

a#attorney:hover{
	background-position: -301px -103px;
}

a#resources{
	background-position: -463px 0px;
	width: 160px;
}

a#resources:hover{
	background-position: -463px -103px;
}

a#faq{
	background-position: -623px 0px;
	width: 49px;
}

a#faq:hover{
	background-position: -623px -103px;
}

a#litigation{
	background-position: -672px 0px;
	width: 196px;
}

a#litigation:hover{
	background-position: -672px -103px;
}

a#contact{
	background-position: -868px 0px;
	width: 99px;
}

a#contact:hover{
	background-position: -868px -103px;
}

a#end{
	background-position: -967px 0px;
	width: 12px;
}


