/* @override http://lettierilaw.com/css/main.css */

/* @override http://lettierilaw.com/css/main.css */

/* @override http://lettierilaw.com/css/main.css */

/* @group reset */
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,p {font-size: 1em;font-weight:normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
a {text-decoration: none;outline:none;}
/* @end */

/* @group Layout */

body {
	text-align: center;
	background: #580009;
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
}

#header-fluid {
	background: #580009;
	height: 125px;
	width: 100%;
}

#header-fixed {
	height: 125px;
	width: 870px;
	margin: 0 auto;
	text-align: left;
}

img#logo {
	padding-top: 40px;
	margin-left: 30px;
}

#main-nav-fluid {
	background: #726845;
	height: 40px;
	width: 100%;
}

#main-nav-fixed {
	width: 868px;
	margin: 0 auto;
	height: 40px;
	border-left: 1px solid #A79B6F;
	border-right: 1px solid #A79B6F;
}

#content-fluid {
	width: 100%;
	background: #DBCD99;
}

#content-fixed {
	width: 870px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	background: url(../images/content-bg.gif) repeat-y #fff;
}

#home-intro {
	width: 620px;
	float: right;
	background: #C9B467;
}

#content {
	width: 570px;
	padding: 15px 25px;
	float: right;
	
}

#left-column {
	color: #EDE6CC;	
 	width: 200px;
 	padding: 0px 25px;
 	font-size: 12px;
	background: #726845;
	float: left;
}
#left-col-image {
	margin-left: -25px;
	margin-bottom: 10px;
}

#contact {
	padding-bottom: 15px;
}

#footer-fluid {
	width: 100%;
	background: #580009;
}

#footer-fixed {
	margin: 0 auto;
	overflow: hidden;
	height: 100px;
	padding-top: 10px;
	width: 870px;
	text-align: left;
}


#footer-fixed p#copyright {
	float: left;
}

#footer-fixed p#imagebox {
	float: right;
}

/* @end */

/* @group Typography */

p {
	font: 14px Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	color: #726845;
}

#content h1 {
	font: 26px Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	color: #580009;
	margin-bottom: 10px;

}

#content h2 {
	font: italic 20px Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	color: #580009;
	margin-bottom: 10px;
	padding-top: 10px;
}

#content h3 {
	font: italic 16px Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	color: #580009;
	margin-bottom: 10px;
	/*padding-top: 10px;*/
}

#content h4 {
	font: 14px Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	color: #580009;
	margin-bottom: 10px;
}

#content ol li {
	font: 14px Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	color: #726845;
	list-style-type: decimal;
	margin-left: 30px;
	margin-bottom: 10px;
}

#content ul li {
	font: 14px Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	color: #726845;
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 10px;
}

#home-intro blockquote {
	height: 200px;
	padding: 30px 50px 20px 50px;
	color: #580008;
	font-size: 23px;
	line-height: 27px;
}

#home-intro blockquote cite {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 10px;
	float: right;
	width: 430px;
	padding-top: 10px;
	
}

#home-intro blockquote p {
	color: #580008;
	font-size: 11px;
	line-height: 14px;
	float: right;
	width: 510px;
}

#left-column h2{
	font-size: 16px;
	padding-top: 10px;
	line-height: 20px;
	border-bottom: 1px solid #958E74;
	margin-bottom: 10px;
}

#left-column p {
	margin-bottom: 15px;
	color: #EDE6CC;
}

#left-column p a {
	color: #EDE6CC;
	text-decoration: underline;
}

#left-column p a:hover {
	text-decoration: none;
}

#content p {
	margin-bottom: 10px;
}

ul#three-col {
	padding: 20px 0px;
}

ul#three-col li {
	float: left;
	list-style: none;
	margin-left: 0;
	width: 175px;
}



ul#three-col li p {
	color: #726845;
	font: 12px Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	padding-top: 10px;
}

ul#three-col li#middle {
	padding: 0px 22px;
	
}

#footer-fixed p{
	color: #B79B34;
	font: 11px Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
}

#footer-fixed p a{
	color: #B79B34;
	text-decoration: underline;
}

#footer-fixed p a:hover {
	text-decoration: none;
}

a:link, a:visited, a:active {
	/*color: #580008;*/
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:link.returntop, a:visited.returntop, a:active.returntop {
	color: #580008;
	text-decoration: underline;
}

a:hover.returntop {
	text-decoration: none;
}

#three-col li p a:link, #three-col li p a:visited, #three-col li p a:active {
	color: #580008;
	text-decoration: underline;
	font-weight: bold;
}

#three-col li p a:hover {
	text-decoration: none;
}

/* @end */


/* @group Navigation */

#nav {
	width: 868px;
	height: 40px;
	position: relative;
	background: url(../images/main-navigation.png);
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	list-style: none;
}

#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 40px; /* height of menu items */
	background: url(../images/main-navigation.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

/* dead states */

li#nav-home a {
	left: 0;
	width: 129px;
	background-position: 0	0;
}

li#nav-practice a {
	left: 130px;
	width: 153px;
	background-position: -130px	0;
}

li#nav-attorney a {
	left: 284px;
	width: 160px;
	background-position: -284px	0;
}

li#nav-news-events a {
	left: 445px;
	width: 192px;
	background-position: -445px	0;
}

li#nav-writing-speaking a {
	left: 638px;
	width: 230px;
	background-position: -638px	0;
}

/* hover states */

li#nav-home a:hover {
	left: 0;
	width: 129px;
	background-position: 0	-40px;
}

li#nav-practice a:hover {
	left: 130px;
	width: 153px;
	background-position: -130px	-40px;
}

li#nav-attorney a:hover {
	left: 284px;
	width: 160px;
	background-position: -284px	-40px;
}

li#nav-news-events a:hover {
	left: 445px;
	width: 192px;
	background-position: -445px	-40px;
}

li#nav-writing-speaking a:hover {
	left: 638px;
	width: 230px;
	background-position: -638px	-40px;
}

/* @end */
