@charset "utf-8";
/* CSS Document */

/*
  
 * Filename		 		style.css
 * Website				Lawyer Support Services
 * Author				InMotion Hosting - http://inmotionhosting.com 

 */

/* --------- self clearing rules */
.selfclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.selfclear {
    display: inline-block;
    _height: 1%;
}
/* Hides from IE-mac \*/
.selfclear {
    display: block;
    }
/* End hide from IE-mac */ 


/* ------------- general styles */

html, body { 
	font-family: Arial, Helvetica, sans-serif;
	color: #252525;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 14px;
	margin: 0; 
	padding: 0;
	height: 100%;
	}	
	
body {
	background-color: #fff;
	}
	
h1 { 
	font-family: 'Oswald', sans-serif;	
 	font-size: 30px;
	color: #2b4976;
	margin-bottom: 20px;
	padding-bottom: 24px;
	font-weight: 400;
	border-bottom: 1px dashed #252525;
}
h2 {
	font-family: 'Oswald', sans-serif;	
 	font-size: 24px;
	color: #d02023;
	margin-bottom: 20px;
	padding-bottom: 24px;
	font-weight: 400;
	border-bottom: 1px dashed #252525;
}
h3 {
	font-family: 'Oswald', sans-serif;	
 	font-size: 20px;
	color: #d02023;
	margin-bottom: 5px;
	padding-bottom: 10px;
	font-weight: 400;
	border-bottom: 1px dashed #252525;
}
.red {	
 	font-size: 14px;
	color: #d02023;
	font-weight: 400;
}
p {
	margin-bottom: 2em;
}
	
/* ------------- link styles */

a {
	color: #d02023; 
	text-decoration: none; 
		}
		
a:hover, a:active, a:focus { 
	color: #252525; 
	text-decoration: none;
	}

a img { 
	border: 0;
	}
	
/* ------------- containers styles */

#header-container {
	width: 100%;
	background-color: #8db3e2;
	}
	
#leader-container {
	width: 100%;
	background-color: #d02023;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 200px;
	}
	
#footer-container {
	width: 100%;
	background-color: #8db3e2;
	border-top: 1px solid #000;
	}			

/* ------------- header styles */

	
#header {
	margin:  0 auto;
	width: 960px;
	padding: 30px 0 20px 0;
	}	
		
#header #logo {
	padding: 0;
	float: left;
	width: 396px;
}

#header #contact {
	float: right;
	width: 400px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;	
	font-size: 20px;
	text-align: right;
	color: #fff;
	height: 35px;
}

#header #contact a {
	color: #000;
}
	
/* ------------- navigation styles */	
#nav {
	margin: 0;
	width: 355px;
	float: right;
	padding: 5px 5px 5px 0;
	background-color: #2b4976;
	}
	
#nav ul {
	float: right;
	width: 350px;
	}
	
#nav ul li {
	display:inline;
	text-align: left;
	}
	
#nav ul li a {
	padding: 0px 10px;
	font-family: 'Open Sans Condensed', sans-serif;
 	font-size: 18px;
	color: #fff;
	}
	
#nav ul li a:hover {
	background-color: #d02023;
	padding: 10px;
	}
#nav ul li a.selected { 
	background-color: #d02023;
	padding: 10px;
	}

/* ------------- leaderboard styles */
#leaderboard {
	margin: 0 auto;
	width: 960px;
}

#leaderboard div.left {
	width: 500px;
	float: left;
	padding-top: 25px;
}

#leaderboard div.left h1 { 
	font-family: 'Oswald', sans-serif;	
 	font-size: 30px;
	color: #e1e1e1;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: 400;
	border-bottom: 1px dashed #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

#leaderboard div.left p { 
	font-family: 'Open Sans Condensed', sans-serif;
 	font-size: 24px;
	text-transform: uppercase;
	line-height: 34px;
	margin: 0;
	color: #fff;
}

#leaderboard div.left p a { 
	text-align: right;
}

#leaderboard img.right { 
	float: right;
	width: 403px;
	margin-top: -5px;
}

	
/* ------------- content styles */	
	
#content {
	margin: 30px auto 0;
	width: 960px;	
	clear: both;
	}
	
#content p.disclaimer {
	text-align: center;
	font-size: 12px;
	font-style: italic;
}

#sidebar {
	float: left;
	width: 35%;
	margin-right: 2.5em;
	padding: 0;
}
#sidebar .box {
	background-color: #f0efef;
	border: 1px solid #cccccc;
	padding: 20px;
	margin: 20px 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
}

#sidebar .box ul {
	list-style: url(../_img/list.png);
	margin-left: 20px;
}

#sidebar .box ul li {
	margin-bottom: 5px;
}

#main {
	float: left;
	width: 60%;
	margin-top: 20px;
	padding: 0;
}

#main .box {
	background-color: #f0efef;
	border: 1px solid #cccccc;
	padding: 20px;
	margin: 20px 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
}
#main .box div.left {
	width: 300px;
	float: left;
}
#main .box img {
	float: right;
	width: 202px;
	border: 1px solid #252525;
}

#main ul.services {
	list-style: none;
	margin-left: 0;
	margin-bottom: 2em;
}

#main ul.services li {
	margin-bottom: 15px;
}

#main form {
	margin: 10px 0 20px 0;
}

#main form input {
	margin-bottom: 10px;
}


		
/* ------------- footer styles */

#footer {
	margin: 0 auto;
	clear: both;
	width: 960px;
	min-height: 100px;
	padding-top: 20px;
	}
	
#footer ul li {
	display:inline;
	text-align: left;
	}
	
#footer ul li a {
	padding: 0px 10px;
	font-family: 'Open Sans Condensed', sans-serif;
 	font-size: 18px;
	color: #252525;
	border-right: 1px solid #252525;
	text-transform: uppercase;
	}
	
#footer ul li a:hover {
	color: #fff;
	}
	
#footer ul li a.last {
	border-right: 0;
	}

#footer ul li a.first {
	padding-left: 0;
	}
	
#footer ul li a.selected {
	color: #fff;
	}
	
#footer p {
	line-height: 1em;	
	font-size: 12px;
	padding-top: 10px;
	margin: 0;
	}
	
#footer p a {	
	color: #252525;
	}
	
#footer p a:hover {	
	text-decoration: underline;
	}	

/* Errors */

#404wrap {
	margin:20px auto;
	width:800px;
	height:400px;
	background:#f2f2f2;
	border:1px solid #e3e3e3;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#404wrap h1 {
	font-size:18px;
	margin:20px;
	text-align:center;
	width: 900px; 
	
}
#404wrap p {
	margin:20px;
	text-align:center;
}
#404wrap ol {
	margin:40px;
}
#404wrap ul {
	margin:40px;
}
#404wrap li {
	padding-bottom:8px;
}
#404wrap a:link, #404wrap a:visited {
	color:#01759d;
	text-decoration:none;
	outline:none;
}
#404wrap a:hover, #404wrap a:focus {
	color:#e26c1d;
	text-decoration:underline;
	outline:none;
}
