/* @override 
	http://webdesign.gs/baker-rannells/baker.css
	http://www.webdesign.gs/baker-rannells/style/baker.css
*/

body{
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

#cms_content{
	width: 550px;
}

#wrapper{
	margin: 0 auto;
	padding: 0px;
	width: 802px;
}

#header{
	margin: 0px;
	padding: 0px;
}

#middle{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/middle-back.jpg);
	background-repeat: repeat-y;
}

#aop{
	width: 25px;
	float: left;
}

#sidebar{
	margin: 0px;
	padding: 0px;
	width: 217px;
	float: left;
}

#sidebar #title{
	height: 30px;
	float: left;
	background-color: #2c0a02;
	width: 207px;
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	font-size: 17px;
	color: #f0e9dd;
	margin: 0px;
	padding: 10px 0px 0px 10px;
}

#contact-form{
	margin: 0px;
	padding: 10px;
	float: left;
}

#contact-form form p input, #contact-form form p textarea, #contact-form form p .select{
	width: 180px;
	background-color: #fff;
	border: 1px solid #9b9c9a;
	padding: 5px;
	color: #757575;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;}

#contact-form p.dark{
	color: #3e3e3e;
	text-indent: 7px;
	font-size: 11px;
}

#contact-form p .submit{
	width: 65px;
	background-color: #b7842e;
	color: #fff;
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 127px;
	border: 1px solid #886323;
}

#right{
	margin: 0px;
	padding: 0px;
	width: 560px;
	float: right;
}

#flash{
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

#content{
	margin: 0px;
	padding: 0px;
	margin-top: -3px;
	font-size: 11px;
}

img.attorney-pic{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

#content ul{
	line-height: 18px;
	padding: 0px 20px 0px 50px;
}

#content h1{
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	font-size: 26px;
	color: #741803;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	background-color: #fcf5eb;
	border-bottom: 1px solid #ebd7c3;
	width: 549px;
	padding: 5px 0px 3px 10px;
}

#content p{
	margin: 15px 0px 0px 0px;
	padding: 0px 15px;
	line-height: 21px;
	color: #333;
}

#content p.button .submit{
		width: 65px;
	float: left;
	background-color: #b7842e;
	color: #fff;
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #886323;
	padding: 5px;
}

#content p.button .reject{
		width: 65px;
	float: left;
	background-color: #b7842e;
	color: #fff;
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 20px;
	border: 1px solid #886323;
	padding: 5px;
}

#footer{
	clear: both;
	margin: 0px;
	padding: 5px 15px 5px 10px;
	text-align: right;
	background-color: #2e0c04;
	color: #faecd7;
	font-size: 11px;
	line-height: 18px;
}

#footer a{
	color: #faecd7;
	text-decoration: none;
}

#footer a:hover{
	color: #c8bcad;
}

a{
	color: #6e1d08;
	text-decoration: none;
}

a:hover{
	color: #000;
}

h2{
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	font-size: 18px;
	color: #a47629;
	font-weight: normal;
	margin: 15px 0px 0px 15px;
	padding: 0px;
}

.blogEntry{
	padding: 10px 20px;
}

.blogCategories b{
	clear: both;
	float: right;
	padding-right: 20px;
	margin-top: 15px;
}

.blogCategories ul{
	clear: both;
}

.blog_travel{
	padding: 15px;
}

#nav{
	margin: 0px;
	padding: 0px;
}

#nav ul{
	margin: 0px;
	padding: 0px;
}

#nav ul li{
	display: block;
	float: left;
}

#nav ul li a{
	display: block;
	float: left;
	height: 28px;
	background-image: url(../images/nav.jpg);
	overflow: hidden;
	text-indent: -8000px;
}

a#home{
	background-position: 0px 0px;
	width: 108px;
}

a#home:hover{
	background-position: 0px -28px;
}

a#practice{
	background-position: -108px 0px;
	width: 158px;
}

a#practice:hover{
	background-position: -108px -28px;
}

a#attorney{
	background-position: -266px 0px;
	width: 168px;
}

a#attorney:hover{
	background-position: -266px -28px;
}

a#recent{
	background-position: -434px 0px;
	width: 139px;
}

a#recent:hover{
	background-position: -434px -28px;
}

a#contact{
	background-position: -573px 0px;
	width: 131px;
}

a#contact:hover{
	background-position: -573px -28px;
}

a#blog{
	background-position: -704px 0px;
	width: 98px;
}

a#blog:hover{
	background-position: -704px -28px;
}

#secondnav{
	margin: 0px;
	padding: 0px;
}

#secondnav ul{
	margin: 0px;
	padding: 0px;
}

#secondnav ul li{
	display: block;
	float: left;
}

#secondnav ul li a{
	display: block;
	float: left;
	width: 217px;
	background-image: url(../images/secondnav.jpg);
	overflow: hidden;
	text-indent: -8000px;
}

a#trade{
	background-position: 0px 0px;
	height: 26px;
}

a#trade:hover{
	background-position: -217px 0px;
}

a#copy{
	background-position: 0px -26px;
	height: 26px;
}

a#copy:hover{
	background-position: -217px -26px;
}

a#patent{
	background-position: 0px -52px;
	height: 26px;
}

a#patent:hover{
	background-position:  -217px -52px;
}

a#license{
	background-position: 0px -78px;
	height: 26px;
}

a#license:hover{
	background-position:  -217px -78px;
}

a#intellectual{
	background-position: 0px -104px;
	height: 39px;
}

a#intellectual:hover{
	background-position:  -217px -104px;
}

a#domain{
	background-position: 0px -143px;
	height: 26px;
}

a#domain:hover{
	background-position:  -217px -143px;
}

a#entertainment{
	background-position: 0px -169px;
	height: 26px;
}

a#entertainment:hover{
	background-position:  -217px -169px;
}

a#anti{
	background-position: 0px -195px;
	height: 24px;
}

a#anti:hover{
	background-position: -217px -195px;
}


