/*

Theme Name: LeadRival Law II
Author: Lead Rival / Bradley Joyce
Author URI: http://www.leadrival.com

Copyright © 2008 LeadRival

*/


body { 
	margin: 0;
	background: #ccc url(images/bodybg.jpg) repeat-x; 
	padding-bottom: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}

h1, h2, h3, h4 { margin: 0; }

img { border: 0px; }

#wrapper {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	}
	
#header {
	width: 100%;
	margin-top: 5px;
	}
	
#header h1 {
	color: #fff;
	margin: 10px;
	font-size: 16px;
	}
	
	
#header h1 span {
	font-size: 12px;	
}

.clear { clear: both; }

#nav {
	width: 100%;
	height: 40px;
	background: url(images/navbg.jpg) no-repeat;
	}

#nav ul {
	text-align: left;
	margin-left: 10px;
	padding: 0;
	height: 40px;	
	}
	
#nav ul li {
	display: inline; 
	line-height: 40px;
	}
/*
#nav ul li a {
	text-decoration: none;
	background: url(images/navHover.jpg) repeat-x;
	color: #fff;
	}
*/
#nav ul li a {
	padding: 12px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	}
	
#nav ul li a:hover {
	background: url(images/navHover.jpg) repeat-x;
	color: #fff;
	}	
	
#banner {
	width: 100%;
	height: 250px;
	border: 1px solid #CCCCCC;
	background-color: #fff;
	margin-top: 5px;
	}
	
#banner img {
	float: right;
	margin: 0;
	}

#sidebar {
	width: 225px;
	float: left;
	display: inline;
	height: 500px;
	padding: 5px;
	background: url(images/sidebarbg.jpg) repeat-x;
	}
	
#sidebar h2 {
	text-align: left;
	font-size: 18px;
	}

#mainWrapper {
	width: 100%;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-bottom: none;
	padding-top: 10px;
	margin-top: 5px;
	}
	
#main {
	width: 575px;
	float: left;
	display: inline;
	font-size: 14px;
	color: #333;
	padding: 5px 10px;
	margin: 0 auto;
	font-size: 14px;
	background-color: #fff;
	line-height: 1.5em;
	font-family: Verdana, Arial, sans-serif;
	}
	
#main a {
	color: #790000;
	text-decoration: none;
	}
#main a:hover {
	text-decoration: underline;
	}

.leftImg {
	display: inline;
	margin: 10px;
	float: left;
	}

#main h1, #main h2 {
	color: #790000;
	}

#main p {
	display: inline;
	}
	
#sidebar h1, #sidebar h2 {
	color: #fff;
	}
	
#sidebar ul {
	margin: 0 0 10px 0;
	padding-left: 20px;
	}
		
#sidebar a, #sidebar li {
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 2px 0;
	font-size: 12px;
	}
	
#sidebar a:hover, #main a:hover {
	text-decoration: underline;
	color: #83ceff;
	}

#footer {
	width: 100%;
	background-color: #fff;
	height:30px;
	color: #999;
	font-size: 12px;
	margin: 0;
	}

#footerwrap {
	width: 825px;
	margin: 0 auto;	
	border-top: 8px solid #ccc;
}

#footerleft {
	display: inline;
	width: 50%;
	float: left;
	margin: 0 auto;
	}
	
#footerright { 
	text-align: right;
	display: inline;
	width: 50%;
	float: left;
	margin: 0 auto; 
	}
	
#footer a {
	text-decoration: none;
	color: #999;
	}
#footer a:hover {
	text-decoration: underline;
	}
#shadow {
	width: 900px;
	background: url(images/shadow.jpg) center no-repeat;
	height: 25px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-top: none;
	}
	
/*FORM CSS */
#eval_form { width: auto; font-size:0.9em;}
#eval_form h3{ font-family: Arial, Helvetica, sans-serif; font-size:1.5em; margin:0 0 10px 10px; color: #5EAEFF; text-transform:none;  }
fieldset{ width: auto; }
legend { font-size: 18px;}
label{ color: #333333; padding-left: 10px; padding-bottom: 10px; vertical-align:top; width: 9em; float: left; display: block;}
label.wide{ color: #333333; padding-left: 10px; padding-bottom: 10px; vertical-align:top; width: 14em; float: left; display: block;}
label.xtra_wide{ color: #333333; padding-left: 10px; padding-bottom: 10px; vertical-align:top; width: 18em; float: left; display: block;}
input, select, textarea{ margin-bottom: 10px; vertical-align: middle;}
input:focus, textarea:focus, select:focus { background-color: #FFFFCC;}
.required {color: #FF0000; font-weight:bold; vertical-align:top;}
.br{ height: 5px; }
.formCols{ width: 560px; margin: auto; }
.formColLeft{ float: left; width: 250px;}
.formColRight{ float: left; width: 250px; padding-left: 20px;}
.clear{clear: both;}
.divider{ border-bottom:1px dotted #5EAEFF; height: 5px; margin-left: 20px; margin-bottom: 10px;  width: 500px }
.error_message{ font-size: 1.25em; color: #ff0000; width: 100%; text-align: center; font-weight:bold; padding: 10px;}
