/*  CSS Document
Name: Jay Cohen Law
URL: http://jaycohenlaw.com/
Description: Clean, modern, approachable business site
Version: 1.0
Design Copyright 2008 AddMultimedia.com
Author: AddMultimedia.com Designer
Author URL: http://addmultimedia.com
--------------------------------------------------------------------*/

* {
	margin: 0 auto;
	padding: 0;
}

body {
	background:#E9E8E6 url(images/bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #4F4F4F;
}

a {
	text-decoration:none;
	color: #002855;
}

a:hover {
	text-decoration:underline;
	
}

hr {
    height:1px;
	background:url(images/hr.png) repeat-x;
	text-align:center;
	margin: 10px auto;
	width: 80%;
}

p {
	text-align:justify;
	line-height:1.3em;
}

blockquote {
	padding: 0 20px;
	font-size: .9em;
	border-left: #C5C5BD solid 4px;
}

input {
	background-color:#E9E8E6;
}

.small {
	font-size: .8em;
	padding: 7px;	
}

#tagline {
	padding-top: 7px;
	text-align: center;
}

#tagline h1 {
	font-size:1em;
	letter-spacing: 2px;
	color: #002855;	
	font-weight: normal;
}

.call {
	font-weight: bold;
	font-size: 15px;
	color: #003673;
}

#header {
	background:url(images/header.jpg) no-repeat center;
	width: 950px;
	height:224px;
	padding: 0;
}	

.headtext {
	margin: 175px 0 0 130px;
	text-align:left;
	font-size:.8em;
	color:#dee0d5;
}

.headtext a {
	color:#dee0d5;
}

#wrapper {
	width: 750px;
	margin:0 auto;
	background:#DCD9D2 url(images/contentbg.png) repeat-y;
	overflow: hidden;
}	

#sidebar {
	float:left;
	width: 225px;
	color: #333333;
}

#content {
	float: right;
	width: 460px;
	margin-right:5px;
	padding: 30px;
}

#content h1 {
	font-size: 1.1em;
	color:#6F6D61;
	letter-spacing:.1em;
	margin-bottom:10px;
}

#content h2 {
	font-size: 1.1em;
	color:#6F6D61;
	letter-spacing:.1em;
	margin-bottom: 0;
}

#content h3 {
	font-weight: bold;
	color:#000033;
	font-size: 1em;
}

#content h4 {
	font-weight: 200;
	font-size: 1em;
}

#content .contact {
	margin-bottom:10px;
}

#content ul li {
	margin: 5px 0 0 30px;
}

.img {
	float:left;
	clear:left;
	width: 170px;
	height: 120px;
}	

.imgatty {
	float:left;
	clear:left;
	margin-top:5px;
	width: 140px;
	height: 175px;
}

.imgright {
	float:right;
	clear:right;
	margin:5px 0 10px 25px;
}

.imgleft {
	float:left;
	clear:left;
	margin:5px 15px 10px 0;
}


#menu {
	width: 225px;
	margin: 10px 0 20px;
}

#menu ul {
	display:block;
}

#menu ul li {
	list-style:none;
}

#menu ul li a {
	width: 165px;
	padding: 10px 30px;
	display:block;
}

.current {
	font-weight:bold;
}

#menu ul li a:hover {
	background:#DCD9D2 url(images/menuhover.png) left repeat-y ;
	text-decoration:none;
	color:#333333;
}

#spanish {
	width: 165px;
	background:#A9A99C;
	font-weight:bold;
	padding:20px 30px;
	color: #002855;
	letter-spacing: 1px;
}

#sidecontent {
	margin: 15px;
	font-size:0.8em;
	padding-left:10px;

}

#footer {
	background:url(images/footerbg.png) no-repeat;
	width: 714px;
	height: 70px;
	margin: 0 auto;
	padding:30px;
	font-size:0.8em;
}

#copyright {
	float:left;
	width:180px;
	color: #333333;
	font-size:11px;
	padding-left:5px
}

#footermenu {
	float:right;
	text-align:center;
	color: #333333;
	width: 400px;
	padding-right: 60px;
}

