/*CSS File by Jason Rhodes - JR Network Solutions www.jrnetworksolutions.com*/

body {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/logos/vvlogo.gif);
	background-position: 0px -10px;
	background-repeat: no-repeat;
}
#header {
	background-image: url(../images/banner.gif);
	width: 766px;
	height: 132px;
}
#container {
	text-align: left;
}
#navigation {
	float: left;
	width: 200px;
	background: transparent;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #e3e3e3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#navigation ul {
 	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #CCCCCC;
}
#navigation li a {
	display: block;
	padding: 5px 5px 5px .5em;
	color: #000000;
	text-decoration: none;
}
#navigation li a:link, #navigation a:visited, #navigation a:active {
	border-left: 6px solid #d80024;
	border-right: 1px solid #3366FF;
	color: #000000;
}
#navigation a:hover {
	border-left: 6px solid #3366FF;
	background-color: #FFFFCC;
	text-decoration: none;
	width: 182px;
}
#content {
	float: right;
	width: 540px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #e3e3e3;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#content p, #content ul {
	line-height: 1.4;
}
#content h1 {
	font-size: 1.2em;
	font-weight: bold;
}
#content h2 {
	font-size: 1.0em;
	font-weight: bold;
	color: #CC3300;
	line-height: 1.6em;
}
#content h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #6699ff;
}
#content a:link, #content a:visited, #content a:active {
	text-decoration: underline;
	color: #000000;
}
#content a:hover {
	text-decoration: none;
	color: #d80024;
}
#container {
	width: 766px;
	margin: 0 auto
}
#footer {
	clear: both;
	width:100%;
	background: #d80024;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#footer p {
	margin: 0;
	padding: 5px 10px;
	font-size: 0.8em;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #ffffff;
}
#footer a:hover {
	text-decoration: underline;
}

/*Use this for text input fields, boxes and submit & reset buttons*/
TEXTAREA, INPUT, SELECT {
	border: #B9D0EB 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #48698F;	
	background-color: #EFF7FF;
}

/*onFocus is for dynamic on/off on form input fields*/
.onFocus {
	border: 1px solid #003C76;
	background-color: #eff6fc;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #000000;
}
.onBlur {
	border: 1px solid #B9D0EB; 
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.thumbs {
	border: 1px;
	border-thickness: 1px;
	border-color: #999999;
	border-style: solid;
}
.redtext {
	color: #FF0000;
}

/*CSS File by Jason Rhodes - JR Network Solutions* =END=/