/* @override http://192.168.1.103:8888/sidneyturner/css/main.css */

/*
Company:	Sidney Turner
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/page-bkg.jpg) repeat-x 0 0 #18487c;
}
body {
	font-family: verdana, arial, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 783px;
	margin-left: auto;
	margin-right: auto;
}

/* Body */
div#bd {
	width: 783px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background: url(../images/bd-bkg.gif) repeat-y 0 0;
}
div#bd-inner {
	width: 783px;
	overflow: hidden;
	background: url(../images/side-arrow-watermark.gif) no-repeat 0 95%;
	padding: 0 0 20px 0;
}

/* Footer */
div#ft {
	width: 783px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bd-bkg.gif) repeat-y 0 0;
	overflow: hidden;
}
div#ft-bkg {
	background: url(../images/ft-bkg.gif) no-repeat 0 100%;
	width: 783px;
	overflow: hidden;
}
p.copyright {
	font-size: 77%;
	color: #f7f9fb;
	width: 783px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 10px 0;
	text-align: center;
}
p.copyright a:link, p.copyright a:visited {
	color: #f7f9fb;
	text-decoration: none;
}
p.copyright a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 783px;
	height: 116px;
	background: url(../images/head.jpg) no-repeat 0 0;
	text-indent: -9000px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Top Phone */
p.top-phone {
	color: #15467a;
	font-weight: bold;
	font-size: 116%;
	margin: 0;
	padding: 10px 0 5px 0;
	width: 783px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

/* Side */
div.side {
	width: 253px;
	margin: 0 0 0 17px;
	float: left;
	display: inline;
}

/* Main */
div.main {
	width: 463px;
	margin: 0 27px 0 0;
	float: right;
	display: inline;
}

/* Contact */
div.contact {
	padding: 20px 10px;
}
div.contact h4 {
	font-size: 93%;
	font-weight: bold;
	color: #15467a;
	margin: 0 0 2px 0;
}
div.contact p {
	color: #000000;
	font-size: 85%;
	line-height: 160%;
}
div.contact p span.phone {
	color: #15467a;
	font-weight: bold;
	font-size: 116%;
	display: block;
	padding: 3px 0 0 0;
}

/* Footer Links */
p.ft-links {
	color: #15467a;
	width: 762px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 77%;
	background: url(../images/hr.gif) no-repeat 50% 0;
	line-height: 180%;
	font-family: Arial, sans-serif;
}
p.ft-links a:link, p.ft-links a:visited {
	color: #15467a;
	text-decoration: none;
}
p.ft-links a:hover {
	text-decoration: underline;
}

/* Pics */
.pic-right {
	margin: 0 0 10px 15px;
	float: right;
	display: inline;
}
.pic-left {
	margin: 0 15px 10px 0;
	float: left;
	display: inline;
}

/* Blog */
div.post {
	padding: 0 0 30px 0;
}

div.navigation {
	font-size: 85%;
	padding: 0 0 10px 0;
}
div.navigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.navigation {display: inline-block;}

/* Hides from IE-mac \*/
* html div.navigation {height: 1%;}
div.navigation {display: block;}
/* End hide from IE-mac */
/* @end */

/* @group Common Text Styles */
div.main {
	color: #333;
}
div.main p {
	font-size: 85%;
	line-height: 140%;
}
div.main p.note {
	font-size: 77%;
	color: #333;
}
div.main p.callout {
	color: #4e1a21;
	font-weight: bold;
	font-style: italic;
	font-size: 108%;
	border-top: 2px solid #15467a;
	border-bottom: 2px solid #15467a;
	padding: 10px 0;
	margin: 0 0 10px 0;
	width: 100%;
}

.news-date {
	font-weight: bold!important;
}
.italic {
	font-style: italic!important;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	font-size: 123%;
	color: #5e0300;
	font-weight: bold;
	margin: 0 0 5px 0;
	border-bottom: 2px solid #15467a;
	padding: 0 0 5px 0;
}
div.main h2 {
	color: #15467a;
	font-weight: bold;
	font-size: 108%;
	margin: 0 0 10px 0;
}
div.main h3 {
	font-style: italic;
	font-weight: bold;
	font-size: 93%;
	color: #5e0300;
	margin: 0 0 10px 0;
}
div.main h4 {
	font-weight: bold;
	font-size: 93%;
	color: #5e0300;
	margin: 0 0 10px 0;
}
div.main h5 {
	margin: 0;
	font-size: 93%;
	font-weight: bold;
}


/* @end */

/* @group Default Lists */
div.main li {
	font-size: 85%;
	line-height: 140%;
	margin-bottom: 3px;
}
div.main li li {
	font-size: 100%;
	list-style: circle;
	margin-bottom: 1px;
}
/* @end */

/* @group Nav */
/* Side WP Nav */
ul.side-wp-nav {
	margin: 0;
	padding: 0 10px 25px 10px;
}
ul.side-wp-nav ul {
	margin: 0;
	padding: 0;
}
ul.side-wp-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 93%;
}
ul.side-wp-nav h2 {
	font-size: 108%;
	font-weight: bold;
	color: #15467a;
	margin: 0 0 2px 0;
}

/* Service Nav */
div#service-nav {
	padding: 10px 0 20px 0;
}
div#service-nav ul {
	margin: 0;
	padding: 0;
	width: 746px;
	margin-left: auto;
	margin-right: auto;
}
div#service-nav ul li {
	list-style: none;
	width: 184px;
	float: left;
	display: inline;
}
div#service-nav ul li a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background: url(../images/service-nav-bkg.gif) no-repeat 0 0;
	border: 1px solid #98adc4;
	font-size: 93%;
	font-weight: bold;
}
div#service-nav a:link, div#service-nav a:visited {
	color: #15467a;
	text-decoration: none;
}
div#service-nav a:hover {
	color: #fff;
	text-decoration: none;
	background-position: 0 -100px;
}
body.p-chapter11 li#sn-chapter11 a, body.p-alternatives li#sn-alternatives a, body.p-commercial li#sn-commercial a, body.p-creditor li#sn-creditor a {
	color: #fff!important;
	text-decoration: none;
	background-position: 0 -100px;
}


/* Nav */
div#nav {
	width: 253px;
	background: url(../images/nav-mid-bkg.gif) repeat-y 0 0;
}
div#nav-inner {
	width: 253px;
	overflow: hidden;
	background: url(../images/nav-top-bkg.gif) no-repeat 0 0;
}
div#nav ul {
	margin: 0;
	padding: 1px 0 4px 0;
	width: 253px;
	overflow: hidden;
	background: url(../images/nav-btm-bkg.gif) no-repeat 0 100%;
}
div#nav ul ul {
	background: none;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#nav ul li a {
	display: block;
	width: 217px;
	padding: 5px 10px 5px 20px;
	margin: 0 0 0 2px;
	border-top: 1px solid #728fa5;
}
div#nav ul li li a {
	padding: 5px 10px 5px 30px;
	width: 207px;
}
div#nav ul a#n-home {
	font-weight: bold;
	border: none;
}
div#nav ul li a.n-section {
	font-weight: bold;
}
div#nav a:link, div#nav a:visited {
	color: #336699;
	font-size: 100%;
	text-decoration: none;
}
div#nav a:hover {
	text-decoration: none;
	background-color: #488438;
	color: #fff;
}
body.p-home a#n-home, body.p-sid a#n-sid, body.p-practice a#n-practice, body.p-chapter11 a#n-chapter11, body.p-alternatives a#n-alternatives, body.p-wealth a#n-wealth, body.p-creditor a#n-creditor, body.p-commercial a#n-commercial, body.p-business a#n-business, body.p-news a#n-news, body.p-thelaw a#n-thelaw, body.p-notable a#n-notable, body.p-resources a#n-resources, body.p-contact a#n-contact, body.p-blog a#n-blog {
	color: #5e0300!important;
	background-color: transparent!important;
	font-weight: bold;
}
/* @end */

/* @group Forms */
.error {
	color: red!important;
}
div.row label {
	font-size: 85%;
	color: #333;
	display: block;
	width: 120px;
	padding: 2px 10px 0 0;
	text-align: right;
	float: left;
	display: inline;
}
div.row span.required {
	color: red;
}
div.row {
	padding: 0 0 5px 0;
}
div.row input.txt {
	font-size: 85%;
	width: 150px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #333;
}
div.row textarea {
	font-size: 85%;
	width: 250px;
	height: 100px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #333;
}
div.row input.btn {
	margin: 5px 0 10px 330px;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #15467a;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
