/*	Springfield Divorce Law 
 *	Created by: Lonnie Ezell for dotDigital Studios
 *	Version 1.0: 5/20/07
 */

/*
 * =Common
 */
body, div, span, ul, li, h1, h2, h3, h4, h5, h6, table, td, tr, form, input, select, textarea, p, ol {
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 83%;
}
h2#form{
	padding-top:2px;
	padding-bottom:0px;
	padding-left:5px;
	background-color:#ECA748;
	height:18px;
	font-size:16px;
	vertical-align:middle;
}

body {
	text-align: center;
	background-color: #222;
	margin: 3px auto;
	height: 100%;
}

p {
	font-size: 1.5em;
	line-height: 1.3em;
	padding-top: 1em;
}

br {
	clear: both;
}

h2 {
	display: inline;
	*display: block;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: normal;
	padding-right: 6em;
	border-bottom: 1px solid #183A8A;
}

h2 span {
	font-weight: bolder;
	font-size: 1.3em;
}

h3 {
	margin-top: 1.5em;
	text-transform: uppercase;
	font-size: 1.3em;
}

h4 {
	font-size: 1.5em;
	font-style: italic;
	margin-top: 1em;
}

/*
 * =Structure
 */
#page {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background-color: #FEFEEB;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 4px solid #4A3A9B;
	z-index: 0;
}

/*
 * =Links
 */
a {
	text-decoration: none;
	color: #143889;
}

a:hover {
	text-decoration: underline;
}



/*
 * =Header
 */
#header {
	text-align: right; 
	padding: 0.5em 1em 0.5em 0;
	color: #757253;
	background: transparent url(images/logo.jpg) 0 10px no-repeat;
}

#header address {
	margin-right: 1em;
	font-size: 1.1em;
	line-height: 1.2em;
	font-style: normal;
	
}

/*
 * =Banner
 */
#banner {
	background: transparent url(images/banner.jpg) top left no-repeat;
	height: 211px;
	width: 100%;
}

/*
 * =Menus
 */
#nav {
	width: 100%;
	font-size: 13pt;
	text-transform: uppercase;
	z-index: 10;
}

#nav ul {
	list-style: none;

}

#nav li {
	float: left;
	background-color: #A28147;
	border-left: 2px solid #666;
	border-bottom: 2px solid #666;
	margin: 0 0 0 1px;
}

#nav a, #nav a:visited, #nav a:link {
	display: block;
	color: #F7F4E7;
	text-decoration: none;
	padding: 0.5em 0.5em;
}

#nav a:hover, body#home #t_home, body#divorce #t_divorce, body#children #t_children,
body#maintenance #t_maintenance, body#property #t_property, body#violence #t_violence, body#blog #t)blog {
	background-color: #4A3A9B;
	padding-top: 0.75em;
}

/*
 * =Content
 */
#main {
	background: transparent url(images/content_bg.gif) top right repeat-y;
	padding-bottom: 20px;
	height: 100%;
}

#content {
	float: left;
	width: 570px;
	padding: 45px 10px 1em 20px;
	margin-top: -3em;
	font-size: 0.95em;
	background-color: transparent;
	z-index: 1;
}

#content ol {
	font-size: 1.85em;
	margin-left: 20px;
	margin-top: 1em;
}
#content ul {
	font-size: 1.2em;
	margin-top: 0.67em;
	margin-left: 1em;
}

#content ul li {
	margin-top: 0.5em;
}

#content dl {
	* display: inline;
}

#content dt {
	font-weight: bolder;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}

#content dd {
	margin-left: 0;
	margin-bottom: 0.75em;
}

#content h3 {
	font-size: 1.5em;
	margin-top: 3em;
}

#content address {
	font-size: 1.5em;
	font-style: normal;
	margin-top: 1em;
}

#content ul.resources {
  font-size: 1.85em;
}

/*
 * =Sidebar
 */
#sidebar {
	float: right;
	width: 130px;
	padding: 35px 5px 1.5em 15px;
	margin-top: -3em;
	font-size: 1.2em;
	text-transform: uppercase;
	background-color: transparent;
}

#sidebar #start_img {
	margin-left: -2px;
	border: 0;
}

#sidebar .big_link {
	font-size: 1.2em;
	color: #9B1024;
	font-weight: bolder;
	display: block;
	width: 90%;
	margin: auto;
	text-align: center;
	text-decoration: none;
	line-height: 1.1em;
}

#sidebar a.big_link:hover, #sidebar a:hover {
	text-decoration: underline;
}

#sidebar h3 {
	width: 95%;
	display: block;
	text-align: center;
	color: #3C3576;
	margin: 1em auto 0.2em auto;
}

#sidebar p {
	font-size: 0.85em;
	text-align:justify;
}

/*
 * =Footer
 */
#footer {
	width: 100%;
	background-color: #A28147;
	color: #FEFEEB;
	font-size: 0.75em;
	text-align: center;
}

#footer p {
	padding: 0.5em;
}

a.whitey {
  display: block;
  margin: 0.55em auto;
  font-size: 1.4em;
  font-weight: bold;
  color: white;
}
.tbl_font {
	font-size:18px;
}
.note {
	font-size:11px;
	color:#FF6600;
}