/*

08/08/2009
www.ohiowebdev.com

*/

html, body, button, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*********************
 * 		Define Body 
 * ******************/

#name h1, #phone h5 {
	font-size:24px;
	color:#fff;
	padding:25px 0 5px;
}

#name h2 {
	font-size:11px;	
	color:#999;
	font-weight:normal;
}

h3 {
	font-size:16px;	
	color:#fff;
	margin:10px 0;
}

html, body {
	text-align:left;
	background:#151515 url('images/bg.gif') no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
	height:100%;
}

#container {
	position:relative;
	min-height:100%;
	height:100%;
	height: auto;
	margin:0 auto;
	text-align:left;
	width:960px;
	background-color:#000;
	color:#fff;
}
			
#header {
	margin:0 15px;
}

#name {
	float:left;
	width:50%;
}

#phone {
	float:right;
	width:50%;
	color:#fff;
	text-align:right;
}

#phone a {
	font-size:12px;	
	color:#999;
}

#navigation {
	clear:both;
	height:20px;
	padding:20px;
}

#navigation ul {
	list-style:none;
}

#navigation li {
	display:inline;
}

#navigation li a {
	color:#999;
	padding:20px;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
}

#navigation li a:hover {
	color:#fff;
	padding:20px;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
}

#showcase {
	background-color:#000;
	color:#fff;
}

#showcase-left {
	float:left;
	margin:15px;
	width:290px;
}

#showcase-right {
	float:right;
	margin:15px;
	width:580px;
}

#mini-showcase {
	background:#444;
	margin:0 0 15px;
}


#main-content ul {
	margin:20px 0;
	list-style:disc;
	color:#fff;
}

#main-content li {
	margin:5px 0 5px 30px;
}

#main-content h1 {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	margin:0;
	padding:80px 10px 10px;
}

#main-content h2 {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:italic;
	margin:0;
	padding:0
}

#return a {
	color:#005aab;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}

#main-content p {
	margin:5px 0 15px;
	color:#fff;
	font-size:12px;
}

#main {
	margin:0 15px 15px;
	background-color:#000;
}

#main-content {
	float:left;
	width:650px;
	margin:0 30px 15px 0;
}

#main-sidebar {
	float:right;
	width:250px;
	margin:0 0 15px;
	background:#444;
	color:#fff;
}

#form {
	width:420px;
	float:left;
}

#form-wrapper {
	width:400px;
}

label {
	display:block;
	color:#999;
	font-size:11px;
}

#field {
	width:400px;
}

.field, textarea {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	width:400px;
	border:0;
	padding:7px;
	margin:0 0 15px;
}

#content {
	background-color:#000;
}

#content-box {
	width:290px;
	float:left;
	color:#fff;
	margin:15px;
	background-color:#000;
}

#content-box a {
	color:#005aab;
	font-weight:bold;
	text-decoration:none;	
}

#content-box a h4 {
	font-size:11px;	
	color:#666;
	font-weight:normal;
	padding-bottom:10px;
}

#content-box a:hover h4 {
	font-size:11px;
	font-weight:normal;
	padding-bottom:10px;
}

#break {
	clear:both;
	height:1px;
	background:#333;
	margin:0 15px;
}

#footer {
	clear:both;
	margin:15px 15px 0;
	border-top:1px solid #333;
	padding:15px 0;
	height:65px;
	background-color:#000;
	color:#666;
	font-size:10px;
}