/****************************
  VDMC.com, All Rights Reserved.
  Produced by MONFX (www.monfx.com)
  ***************************/

/* Basic Page Settings and Wrap */

body {font:13px Verdana,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:100% Verdana,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

body {
	background: url(../images/bg.gif) repeat-x top;
	}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
	}
a:hover {
	color: #00a910;
	}
p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	}
h1,h2,h3,h4 {
	margin-bottom: 10px;
	}
h1 {
	font-size: 24px;
	}
h2 {
	font-size: 22px;
	}
h3 {
	font-size: 18px;
	}
h4 {
	font-size: 16px;
	}
h1 a:link, h1 a:visited, h1 a:active, h2 a:link, h2 a:visited, h2 a:active, h3 a:link, h3 a:visited, h3 a:active {
	color: #000;
	}
h1 a:hover, h2 a:hover, h3 a:hover {
	color: #d40909;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
strong {
	font-weight: bold;
	}
.wrap {
	width: 900px;
	margin: 0 auto;
	}
/* Top Navigation */
	
/* Header, Logo and Search */

#header {
	float: left;
	width: 100%;
	}
#logo {
	background: url(../images/logo.gif) no-repeat top left;
	width: 140px;
	height: 34px;
	float: left;
	margin: 35px 0 0;
	}
	#logo h1 {
		height: 100%;
		width: 100%;
		margin: 0px;
		}
	#logo h1 a{
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -9999em;
		border: none;
		}
	
	
#top-nav {
	float: right;
	width: 500px;
	text-align: right;
	}
	#top-nav ul {
		list-style: none;
		background: #f7f7f7;
		padding: 6px 10px 10px 10px;
		float: right;
		}
		#top-nav ul li {
			float: left;
			margin-right: 10px;
			color: #e5e5e5;
			cursor: default;
			font-size: 11px;
			}
		#top-nav ul li.last {
			margin-right: 0px;
			}
			
#nav {
	float: right;
	width: 600px;
	text-align: right;
	margin: 20px 0 0;
	}
	#nav ul {
		float: right;
		}
	#nav ul li {
		float: left;
		display: block;
		}
	#nav ul li a {
		font-size: 14px;
		font-weight: bold;
		color: #878787;
		padding: 4px 5px 15px 5px;
		margin-left: 15px;
		display: block;
		}
	#nav ul li a:hover {
		background: url(../images/nav-hover.gif) no-repeat bottom center;
		color: #000;
		}
	#nav ul li a.selected {
		color: #000;
		background: url(../images/nav-select.gif) no-repeat bottom center;
		}
	
/* Content */

#content {
	width: 100%;
	float: left;
	overflow: hidden;
	margin: 30px 0 0;
	}
.splash {
	background: url(../images/splash-bg.gif) repeat-x;
	float: left;
	width: 100%;
	text-align: center;
	}
.splash.page {
	background: url(../images/page-bg.gif) repeat-x;
	}
	.splash .big {
		background: url(../images/splash3.jpg) no-repeat center;
		width: 100%;
		height: 250px;
		}
	.splash .small {
		background: url(../images/page.jpg) no-repeat center;
		width: 100%;
		height: 70px;
		}
	.splash .small h2 {
		color: #fff;
		padding: 20px 0 0;
		font-size: 28px;
		float: left;
		}
	.splash .small .spanish {
		float: right;
		display: block;
		color: #fff;
		font-size: 16px;
		background: url(../images/spanish.png) no-repeat top left;
		padding: 0 0 0 35px;
		margin: 30px 0 0 0;
		font-style: italic;
		}
	.splash .wrap {
		text-align: left;
		}
	.splash .wrap h1 {
		background: url(../images/promo.png) no-repeat top left;
		width: 523px;
		height: 112px;
		display: block;
		text-indent: -4000px;
		float: left;
		margin: 70px 0 0 30px;
		}
	.splash .wrap .learn-more {
		width: 116px;
		height: 28px;
		display: block;
		text-indent: -3000px;
		background: url(../images/learn-more.png) no-repeat;
		float: left;
		margin: 10px 0 0 205px;
		}
	.splash .left {
		width: 523px;
		}
	.splash .vid {
		float: right;
		padding: 20px 12px 0 0;
		}
		
.cleft {
	width: 530px;
	float: left;
	}
	.cleft h4 {
		margin: 20px 0 5px;
		text-decoration: underline;
		}
.cright {
	width: 350px;
	float: right;
	}
	.cright h3 {
		color: #777;
		border-bottom: 1px solid #f1f1f1;
		margin: 20px 0 10px;
		}
.boxed {
	background: #fbfbfb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #c8c8c8;
	}
	.boxed h2 {
		font-size: 14px;
		font-weight: bold;
		background: #fafafa;
		padding: 2px 5px 15px;
		background: url(../images/boxed.gif) no-repeat bottom left;
		display: block;
		margin: 4px 0 0;
		}
	.boxed p {
		padding: 5px 10px 0 10px;
		}
		
.bulleted {
	font-size: 14px;
	font-weight: bold;
	}
.bulleted.light {
	font-weight: normal;
	}
	.bulleted li {
		padding: 0 0 0 20px;
		background: url(../images/bullet.gif) no-repeat 5px 6px;
		margin: 0 0 5px 0;
		}
.page .bulleted {
	font-weight: normal;
	margin: 0 0 0 20px;
	}
.padded {
	padding-left: 30px;
	font-size: 16px;
	}
	.padded li {
		margin: 0 0 10px 0;
		}
#footer {
	border-top: 1px solid #d8d8d8;
	margin: 30px 0 0;
	padding: 30px 0 0;
	width: 100%;
	float: left;
	color: #afafaf;
	}
	#footer a {
		color: #afafaf;
		text-decoration: underline;
		}
	#footer a:hover {
		color: #000;
		}
	#footer .left h3 {
		width: 80px;
		height: 18px;
		display: block;
		}
	#footer .left h3 a {
		text-indent: -3000em;
		width: 100%;
		height: 100%;
		display: block;
		background: url(../images/footer.gif) no-repeat;
		}
	#footer .right {
		width: 640px;
		}
	#footer .right h3 {
		width: 448px;
		height: 18px;
		float: right;
		}
	#footer .right h3 a {
		text-indent: -3000em;
		width: 100%;
		height: 100%;
		display: block;
		background: url(../images/vdmc.gif) no-repeat left bottom;
		}
	#footer p {
		margin: 0;
		font-size: 11px;
		line-height: 14px;
		}
	#footer .right ul {
		float: right;
		}
	#footer .right ul li {
		float: left;
		margin-left: 10px;
		}
	#footer .right ul li a {
		font-weight: bold;
		}
		
		
.tbContactform .antispam {
	 display:  none;
	 visibility: hidden;
}

.tbContactform label {
	 width:  95px;
	 display:  inline-block;
	 vertical-align: top;
	 clear: both;
}

.tbContactform input.text,
.tbContactform textarea {
	 width:  225px;
	 padding: 2px;
}

.tbContactform textarea {
	 height:  115px;
}

.tbContactform input.submit
{
	display: block;
	margin-left: 250px;
	width:  auto;
}

.tbContactform .tbErrors p
{
	color: #FF0000;
}

.comment-captcha-success {
    background: #f1ffde;
    padding: 5px;
    border-top: 2px solid #afcc89;
    border-bottom: 2px solid #afcc89;
}
form input, form textarea {
    border: 1px solid #aaa;
    padding: 4px;
}
form {
	overflow: hidden;
	}
#comment_form {
    padding: 10px;
    background: #f3f3f3;
    font-size: 11px;
}
form label {
    font-size: 11px;
    font-weight: bold;
}
form p {
    font-size: 11px;
	width: 100%;
	float: left;
}
#comment-captcha {
	float: left;
	margin: 0 0 10px 0;
	}
.comment-form-submit {
    background: #008757;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
.comments {
    padding: 10px;
    border: 1px solid #f1f1f1;
    border-bottom: none;
}
.comment {
	border-bottom: 2px solid #f1f1f1;
	}
.comment p {
	margin: 0 0 5px 0;
}
.comment .meta {
	color: #aaa;
	font-size: 11px;
	}
.entry .info {
	font-size: 11px;
	color: #aaa;
	line-height: 13px;
	margin: 0 0 10px;
	}
.entry h3 {
	margin-bottom: 5px;
	line-height: 18px;
	}