* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
.clear {
	clear: both;
	}
img {
	border: none;
	}	
li.last {
	border: none;
	}

textarea {
	height:100px; width:200px;
	}
	
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	background: #fff url(headerBG.jpg) repeat-x; 
	font-size: 12px;
	}
	
p {
	margin-bottom: 10px;
	line-height: 1.3;
	}
h1 {
	font-size: 22px;
	color: #b3090c;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 9px;
	margin-bottom: 13px;
	}
	#home h1, #secondaryContent h1 {
	border: none;
	padding: 0;
	margin: 0;
	}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.3;
	}	
h3 {
	font-size: 14px;
	color: #b3090c;
	margin-bottom: 10px;
	font-weight: bold;
	}	

a {
	outline: none;
	color: #807763;
	text-decoration: underline;
	}
	a:hover {
	text-decoration: none;
	}

hr {
	margin-bottom: 15px;
	color: #ccc;
	background: #ccc;
	height: 1px;
	border: none;
	}		
	
#header {
	width: 756px;
	height: 122px;
	margin: 31px auto 0;
	text-align: left;
	display: inline;
	display: block;
	}
	#logo {
	margin-left: -68px;
	margin-bottom: 19px;
	}
	#tagline {
	float: right;
	margin-top: 31px;
	}
	
#nav {
	list-style: none;
	}
	#nav li {
	display: inline;
	}
	#nav li a {
	display: block;
	width: 126px;
	height: 36px;
	text-indent: -9000px;
	float: left;
	background-position: left;
	}
	#nav li a#home {
	background: url(navHome.jpg) no-repeat left;
	}
	#nav li a#home:hover, #nav li a#home.current {
	background: url(navHome.jpg) no-repeat right;
	}
	#nav li a#about {
	background: url(navAbout.jpg) no-repeat left;
	}
	#nav li a#about:hover, #nav li a#about.current {
	background: url(navAbout.jpg) no-repeat right;
	}
	#nav li a#attorneys {
	background: url(navAttorneys.jpg) no-repeat left;
	}
	#nav li a#attorneys:hover, #nav li a#attorneys.current {
	background: url(navAttorneys.jpg) no-repeat right;
	}
	#nav li a#practice {
	background: url(navPractice.jpg) no-repeat left;
	}
	#nav li a#practice:hover, #nav li a#practice.current {
	background: url(navPractice.jpg) no-repeat right;
	}
	#nav li a#resources {
	background: url(navResources.jpg) no-repeat left;
	}
	#nav li a#resources:hover, #nav li a#resources.current {
	background: url(navResources.jpg) no-repeat right;
	}
	#nav li a#contact {
	background: url(navContact.jpg) no-repeat left;
	}
	#nav li a#contact:hover, #nav li a#contact.current {
	background: url(navContact.jpg) no-repeat right;
	}
	#nav li a:hover {
	background-position: right;
	}

#wrapper {
	text-align: left;
	width: 750px;
	margin: 0 auto;
	display: block;
	}	

#callout {
	display: block;
	width: 750px;
	margin: 0 0 25px;
	}
	#callGraphic {
	float: left;
	border: 1px solid #c9c0a3;
	padding: 1px;
	}
	#callText {
	width: 260px;
	float: right;
	border: 1px solid #c9c0a3;
	padding: 1px;
	}
	#callText div {
	border: 1px solid #c9c0a3;
	background: #f1f0ee;
	padding: 15px;
	height: 258px;
	}
	#callText ul {
	margin-left: 20px;
	padding-left: 10px;
	}
	#callText ul li {
	margin-bottom: 10px;
	}
	
#contentArea {
	display: block;
	width: 750px;
	margin:0 0 40px;
	}

#primaryContent {
	float: left;
	width: 450px;
	margin-left: 20px;
	}	
	
#secondaryContent {
	float: right;
	width: 260px;
	padding-left: 15px;
	}	
	
#footer {
	border-top: 1px solid #d6d6d6;
	color: #a1a2a5;
	padding: 10px 0 0 20px;
	font-size: 10px;
	margin-bottom: 20px;
	}	
	#footer p {
	width: 575px;
	}

#tgLogo {
	float:right;
	}
	
.regList {
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	}	
	.regList li {
	margin-bottom: 3px;
	}
/*---------- FORM STYLES --------*/
#secondaryContent form {
	margin-top: 10px;
	}
label {
	display: block;
	}
input, textarea {
	border: 1px solid #7f9db9;
	width: 245px;
	padding: 2px 3px;
	}
#home input, #home textarea {
	width: 235px;
	}	
.submit label {
	display: none;
	}
	.submit {
	display: block;
	text-align: right;
	width: 100%;
	}
	.submit input#submit {
	display: block;
	width: 60px;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background: #181515;
	font-size: 11px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	cursor: hand;
	float: right;
	margin-right: 7px;
	_margin-right: 2px;
	}	
span.error {
	font-weight: bold;
	color: #c90000;
	}		