@charset "utf-8";
/* ------------------------------------------------------------------------
CSS sheet for ####COMPANY NAME####
Author: Jeff Sanders
Date Created: ####DATE####
All inquiries for this document should be directed to information@virtualtech.com.
--------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
}
body {
	background: url(../images/body_bg.jpg) top left repeat-x;
}
#wrapper {
	margin: 0px auto;
	width: 1000px;
	min-height: 500px;
}
#header {
	position: relative;
	height: 200px;
}
	#header h1 {
		position: absolute;
		top: 20px;
		left: 20px;
		width: 237px;
		height: 157px;
		background: url(../images/logo.png) no-repeat;
		text-indent: -10000px;
		overflow: hidden;
	}
	#header #flash {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 354px;
		height: 120px;
	}
	#header #flash p {
		margin: 0px;
		padding: 18px 10px 0px 0px;
		font: 30px Georgia, "Times New Roman", Times, serif;
		color: #fff;
		text-align: right;
	}
#content {
	padding: 20px;
}
#footer {
	padding-top: 40px;
	clear: both;
}
	#footer p {
		font: 12px Arial, Helvetica, sans-serif;
		text-align: center;
	}


/* ------------------------------------------------------------------------
NAVIGATION ELEMENTS
--------------------------------------------------------------------------*/
ul#nav {
	margin-left: 12px;
	height: 40px;
	list-style-type: none;
}
ul#nav li {
	float: left;
	display: block;
}
ul#nav li a {
	padding: 0px 15px;
	height: 40px;
	border-left: 1px solid #ccc;
	font: 18px/38px Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	display: block;
}
ul#nav li a:hover {
	background: url(../images/nav_hvr.jpg) top left repeat-x;
	text-shadow: 1px 1px 2px #333;
	color: #fff;
}
ul#nav li a.contact {
	border-right: 1px solid #ccc;
}
#home ul#nav li.home a,
#about ul#nav li.about a,
#lender ul#nav li.lender a,
#resource ul#nav li.resource a,
#license ul#nav li.license a,
#hvcc ul#nav li.hvcc a, 
#contact ul#nav li.contact a {
	background: url(../images/nav_hvr.jpg) top left repeat-x;
	text-shadow: 1px 1px 2px #333;
	color: #fff;
}

/* ------------------------------------------------------------------------
SHARED ELEMENTS
--------------------------------------------------------------------------*/
#main {
	width: 600px;
	float: left;
	min-height: 400px;
}
#sidebar {
	float: right;
	width: 313px;
}
#sidecontent {
	margin-top: 20px;
	padding: 10px;
	min-height: 380px;
	background: #edf2f9;
	border: 1px solid #ccc;
}
	ul.order {
		list-style-type: none;
	}
	ul.order li {
		margin-right: 10px;
		margin-bottom: 10px;
		width: 130px;
		height: 40px;
		text-align: center;
		float: left;
		display: block;
	}
	ul.order li a {
		width: 130px;
		height: 40px;
		font: 13px/40px Arial, Helvetica, sans-serif;
		color: #fff;
		text-decoration: none;
		text-shadow: 2px 2px 2px #000;
		display: block;
	}
	ul.order li.red {
		background: url(../images/redButton.jpg) top center no-repeat;
	}
	ul.order li.blue {
		background: url(../images/blueButton.jpg) top center no-repeat;
	}
img {
	border: 1px solid #ccc;
}

/* ------------------------------------------------------------------------
TEXT ELEMENTS
--------------------------------------------------------------------------*/
h2 {
		font: bold 24px/1.5em Georgia, "Times New Roman", Times, serif;
		color: #003366;
}
h3 {
	font: 18px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #003366;
	clear: both;
}
p {
	font: 14px/1.5em Arial, Helvetica, sans-serif;
	margin: 1.0em 0px;
}
	p.intro {
		margin-top: 0px;
		font: bold 30px Georgia, "Times New Roman", Times, serif;
		color: #003366;
	}
	
/* ------------------------------------------------------------------------
LENDER RESOURCE CENTER ELEMENTS
--------------------------------------------------------------------------*/
#main ul {
	margin-top: 20px;
	margin-left: 20px;
}
#main ul li {
	font: 14px/1.5em Arial, Helvetica, sans-serif;
	list-style-image: url(../images/bullet.jpg);
}
#main ol {
	margin-left: 20px;
}
#main ol ol {
	margin: 1.5em 0px 1.5em 40px;
}
#main ol li {
	font: 14px/1.5em Arial, Helvetica, sans-serif;
} 

/* ------------------------------------------------------------------------
FORM ELEMENTS
--------------------------------------------------------------------------*/
.attn {
	color: #CC0000;
}
.success {
	color: #006600;
}
form {
	font: 14px/1.5em Arial, Helvetica, sans-serif;
}
	form p {
		margin: 0;
		clear: both;
	}
fieldset {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #ccc;
}
legend {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #333;
}
label {
	margin: .4em 0px;
	float: left;
	display: block;
	clear: left;
}
select {
	margin-bottom: .5em;
	padding: 2px 3px;
	width: 200px;
	float: left;
	display: block;
	clear: left;
}
input {
	margin-bottom: .75em;
	float: left;
	display: block;
	clear: left;
}
	div > input, div > label {
		float: left;
		display: inline;
		clear: none;
	}
	div > input[type="radio"] {
		margin-top: .6em;
	}
	div > label {
		margin-left: .5em;
		margin-right: .5em;
	}
	input[type="text"] {
		padding: 2px 3px;
		border: 1px solid #ccc;
		width: 200px;
	}
	input[type="image"] {
		margin-top: 10px;
	}
textarea {
	margin-bottom: .5em;
	width: 500px;
	height: 200px;
	font: 14px/1.5em Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
	display: block;
	clear: left;
}