/*
	// +====================================================+
	//      stylesheets/default.css
	// +----------------------------------------------------+
	// Company: Artistech Newmedia
	// Author: Brett LaForge
	// +----------------------------------------------------+
	// Version 1.0  2008_10_21
	//  - Initial Development.
	// +====================================================+
*/
:focus, :active { outline: 0; } 
body, p, h1, h2, h3, h4, h5, h6, ul, li {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	min-height: 400px;
}
h1 {
	font-size: 12px;
	line-height: 15px;
	padding: 0px 0px 15px 0px;
}
p {
	font-size: 11px;
	line-height: 20px;
	padding: 0px 0px 10px 0px;
}
img {
	border: none;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0FADD2;
}
span.highlight {
	color: #0FADD2;
}
div.vertical-space {
	float: left;
	height: 50%;
	margin-top: -200px;
	width: 100%;
}
div.vertical-content {
	background: url('images/vertical-content_bg.jpg') top right no-repeat;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	clear: left;
	height: 400px;
}
div.horizontal-wrap {
	text-align: center;
}
div.horizonal-content {
	margin: 0px auto;
	width: 600px;
	padding:0;
}
div.logo {
	background:url('images/logo_bg.jpg') no-repeat 0 100%;
	float: left;
	height: 80px;
	width: 242px;
	margin:0;
	padding:20px 0 0;
}
div.content {
	margin: 0px 0px 15px 0px;
	width: 300px;
	float: right;
}
div.top {
	margin-top: 20px;
	padding-top: 15px;
}
div.footer p {
	font-size: 12px;
}

div.contact_form {
	margin-left:-200px;
	margin-top: 40px;
}