/*
-----------------------------
SHOEN LAW, GLOBAL STYLE SHEET
CREATED: MARCH 6, 2009
AUTHOR: AARON KUZEMCHAK
-----------------------
*/

/*
------------------
DEFAULT TYPOGRAPHY
------------------
*/

h1 {
	float: left;
}
h1 a {
	background: url(../images/logo.png);
	display: block;
	float: left;
	height: 50px;
	overflow: hidden;
	text-indent: -99em;
	width: 296px;
}
h2 {
	color: #e54c0b;
	font: 24px/normal "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}
h3 {
	color: #390;
	font: 18px/normal "Times New Roman", Times, Georgia, serif;
	margin: 1em 0 -0.5em;
	text-transform: uppercase;
}
h4 {
	font: 16px/normal "Times New Roman", Times, Georgia, serif;
	margin: 1em 0 -0.5em;
	text-transform: uppercase;
}
p {
	margin: 1em 0 0;
}
ol {
	margin: 1em 0 0;
	padding-left: 3em;
}
ol li {
	list-style-type: decimal;
}
ul {
	margin: 1em 0 0;
	padding-left: 3em;
}
ul li {
	list-style-type: disc;
}
object, embed {
	margin: 1em 0 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/*
----------
FOUNDATION
----------
*/

html {
	background: #390;
}
body {
	background: #390;
	color: #464646;
	font: 13px/normal Helvetica, Arial, Verdana, sans-serif;
	margin: 0 auto;
	width: 860px;
}
#canvas {
	background: #fff;
	padding-bottom: 20px;
}
.clearing {
	clear: both;
}

/*
--------
MASTHEAD
--------
*/

#masthead {
	font: 18px/normal "Times New Roman", Times, Georgia, serif;
	padding: 20px;
	position: relative;
}
#phone {
	background: url(../images/phone.png);
	bottom: 16px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	text-indent: -99em;
	width: 162px;
}

/*
----------
NAVIGATION
----------
*/

#menu {
	background: #8fb8b5 url(../images/menu.png) center bottom repeat-x;
	height: 40px;
	margin: 0 0 20px;
	padding: 5px 5px 0;
}
#menu > li {
	display: block;
	list-style: none;
	float: left;
	position: relative;
}
#menu > li > a {
	color: #e3edec;
	display: block;
	float: left;
	font: bold 12px/40px Helvetica, Arial, Verdana, sans-serif;
	height: 40px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu > li:hover > a, #menu > li > a:hover {
	background: #abcac7 url(../images/menu.png) center top repeat-x;
	color: #fff;
}
#menu > li > ul {
	background: #abcac7;
	display: none;
	font-size: 12px;
	left: 0;
	margin: 0;
	padding: 5px 0 10px;
	position: absolute;
	top: 40px;
	z-index: 999;
}
#menu > li:hover > ul {
	display: block;
}
#menu > li > ul > li {
	display: block;
	list-style: none;
	padding: 5px 15px;
}
#menu > li > ul > li > a {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}
#menu > li > ul > li > a:hover {
	text-decoration: underline;
}
#home #homeLink, #practice #practiceLink, #faqs #faqsLink, #links #linksLink, #statutes #statutesLink, #testimonials #testimonialsLink, #contact #contactLink {
	background: #fff;
	color: #e54c0b;
}
#practice li:hover #practiceLink + ul {
	display: none;
}

/*
------
BANNER
------
*/

#banner {
	height: 300px;
	margin: 20px auto;
	position: relative;
	width: 820px;
}
#banner img {
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
}
#banner img + img {
	display: none;
}

/*
------------
MAIN CONTENT
------------
*/

#mainContent {
	float: left;
	line-height: 1.5em;
	margin: 0 0 0 20px;
	width: 540px;
}
body.fullWidth #mainContent {
	width: 820px;
}
#mainContent div.leftCol {
	float: left;
	width: 400px;
}
#mainContent div.rightCol {
	float: right;
	width: 400px;
}
#mainContent a {
	color: #05f;
	text-decoration: underline;
}
#mainContent a:visited {
	color: #04c;
}
#mainContent a:hover {
	text-decoration: none;
}
#map {
	margin: 1em 0 0;
}
#commercial {
	float: right;
	height: 173px;
	padding: 1em 0 1em 20px;
	width: 260px;
}
#commercial img {
	vertical-align: bottom;
}
#commercial object, #commercial embed {
	margin: 0;
}

/*
-------
SIDEBAR
-------
*/

#sidebar {
	background: url(../images/sidebar.png) left top no-repeat;
	color: #333;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	min-height: 280px;
	padding: 0 20px;
	width: 240px;
}
body.fullWidth #sidebar {
	display: none;
}
#sidebar ol, #sidebar ul {
	padding-left: 2em;
}
#sidebar a {
	color: #05f;
	text-decoration: underline;
}
#sidebar a:visited {
	color: #04c;
}
#sidebar a:hover {
	text-decoration: none;
}

/*
------
FOOTER
------
*/

#footer {
	background: url(../images/footer.png) center top no-repeat;
	color: #fff;
	font-size: 10px;
	line-height: 1.5em;
	padding: 20px;
	text-align: center;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	background: #fff;
	color: #390;
	text-decoration: none;
}

/*
-----
FORMS
-----
*/

ul.fields {
	margin: 0;
	padding: 0;
}
ul.fields li {
	display: block;
	list-style: none;
	margin: 1em 0;
}
ul.fields label {
	font-weight: bold;
}
ul.fields label.inline {
	font-weight: normal;
}
ul.fields label em.required {
	color: #e54c0b;
	font-size: 10px;
}
ul.fields span {
	display: block;
	margin: 0 0 0.5em;
}
div.errors {
	background: #fcede6;
	border: 1px solid #e54c0b;
	color: #e54c0b;
	margin: 1em 0 0;
	padding: 1em;
}
div.errors ul {
	margin: 0;
	padding: 0 0 0 1.5em;
}
div.errors li {
	list-style-type: circle;
}