@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
/* Page Styling */
html, body {
	height: 100%;
}
#wrapper {
	position: relative;
	height: auto !important;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: url(images/wrapper.jpg) repeat-x;
}
#header {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 395px;
	background: url(images/vadd-header.jpg) no-repeat;
}
#content {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
	height: auto;
	background: url(images/content-bg.jpg) repeat-y;
}
.right {
	float: right;
	width: 299px;
	background: url(images/right-bg.jpg) no-repeat;
}
.left {
	float: left;
	width: 661px;
	background:url(images/left-bg.jpg) no-repeat;
}
.footer {
	clear: both;
}
#footer2 {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 220px;
	background: url(images/footer.jpg) no-repeat;
}
body {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	background: url(images/page-bg.png) repeat;
}
img {
	border: none;
}
.dui {
	position: absolute;
	top: 22px;
	right: 22px;
}
.content-start {
	display: block;
	margin:0 auto;
}
td, tr {
	text-align: center;
}
.flt-lft {
	float: left;
	padding: 7px 7px 0 0;
}
/* Headings and Paragraph Styling */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #000;
	padding-bottom: 5px;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	color: #000;
}
h3 {
	font-size: 18px;
	color: #000;
}
blockquote {
	margin: 0 40px 0 40px;
	font-size: 12px;
}
.footnote {
	font-size: 16px;
	color: #F00;
}
.left p {
	padding: 7px;
}
.right p {
	padding: 5px 0;
	text-align: left;
}
.left ul li {
	list-style-type: circle;
	margin-left: 35px;
	padding-bottom: 10px;
}
/* Contact Form */
#form {
	background: url(images/contact.jpg) right no-repeat;
	width: 274px;
	height: 372px;
	overflow: hidden;
	display: block;
	padding-left: 4px;
}
#contactform p {
	display: block;
	font-size: 16px;
	padding-bottom: 4px;
}
#contactform p input, #contactform p textarea {
	width: 230px;
	font-size: 14px;
	color: #FFF;
	background: url(images/field2.png) repeat;
	border: none;
	margin-left:15px;
	padding: 3px;
}
#contactform p input:focus, #contactform p textarea:focus {
	background: url(images/field.png) repeat;
	color: #000;
}
.submit {
	margin-left: 15px;
	margin-bottom: 8px;
}
.error {
	margin-left: 5px;
	background-color: #a78e8e;
	color: #900;
	border: 1px solid #900;
	font-weight: bold;
	padding: 2px 2px;
}
.good {
	margin-left: 5px;
	background-color: #8ea78e;
	color: #090;
	border: 1px solid #090;
	font-weight: bold;
	padding: 2px 2px;
}
/* Footer Informatiom */
.lfn {
	position: absolute;
	width: 151px;
	height: 55px;
	right: 0;
	top: 48px;
}
.disclaimer {
	position: absolute;
	width: 577px;
	height: 105px;
	left: 197px;
	text-align: justify;
	border-left: #999 thin solid;
	border-right: #999 thin solid;
	top: 48px;
}
.disclaimer p {
	margin-top: 10px;
	font-size: 12px;
	padding: 0 10px;
}
.justice {
	position: absolute;
	width: 194px;
	height: 105px;
	left: 4px;
	top: 48px;
}
.copy {
	position: absolute;
	text-align: center;
	width: 960px;
	height: 50px;
	bottom: 1px;
	left: 0;
}
/* Link Styling */
a {
	font-size: 16px;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

