@charset "utf-8";
body  {
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #DDD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mainContent p {
	line-height: 1.3em;
}
h6 {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#scrollBox {
	margin-top: 15px;
}
.scrollText {
	font-size: 11px;
}
#marqueecontainer{
	position: relative;
	width: 200px; /*marquee width */
	height: 155px;
	border: 2px solid #555;
	padding-left: 4px;
	float: right;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	overflow: hidden;
	visibility: visible;
	margin: 5px;
	background-color: #EEE;
}
#vmarquee  {
	position: absolute;
	width: 95%;
	overflow: hidden;
}

#marqueeOuter {
	width: 210px;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#marqueeOuter p {
	margin: 0px;
	padding: 0px;
}


#navBar {
	height: 30px;
	width: 960px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AAA;
	background-color: #000;
	text-align: center;
}


.thrColFixHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #777;
} 
.thrColFixHdr #header {
	height: 250px;
	padding: 0px;
	background-image: url(images/vaughn-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 

.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 13px;
	color: #000;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	text-decoration: underline;
}
#header  h4 {
	font-size: 11px;
	font-style: italic;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.sidebar1 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #F7F7F7;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	font-size: 95%;
}

.sidebar1 h5 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 2px;
	margin-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222;
}
.sidebar1 p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.sidebar1 a {
	color: #000;
	text-decoration: none;
	font-size: 95%;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}
.sidebar1 h6 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 2px;
	margin-top: 1px;
	color: #00C;
}
.mainContent {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D1D1D1;
	border-left-color: #D1D1D1;
} 
.mainContent h1 {
	margin-right: 0px;
	padding-bottom: 3px;
	font-size: 20px;
	margin-top: 0px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.mainContent h3 {
	text-decoration: underline;
	margin-bottom: 2px;
}
.mainContent h4 {
	text-decoration: underline;
	margin-bottom: 2px;
	font-size: 14px;
}
.mainContent h5 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sidebar2 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	background-color: #F7F7F7;
	font-size: 90%;
}
.sidebar2 #form h4 {
	margin-top: 0px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.sidebar2 h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 2px;
	margin-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222;
}
.sidebar2 h1 {
	font-size: 17px;
	margin-right: 25px;
	background-color: #BBB;
	border: 1px solid #000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-transform: uppercase;
	margin-top: 5px;
	width: 160px;
	text-align: center;
}
.sidebar2 img {
	padding-bottom: 3px;
	margin-top: 1px;
	padding-top: 0px;
}
.sidebar2 h5 {
	font-size: 15px;
	text-transform: uppercase;
	border: 1px solid #222;
	font-weight: 500;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin-bottom: 1px;
	margin-top: 5px;
	background-color: #FC6;
	color: #FFF;
}
.sidebar2  a {
	color: #339;
	font-weight: bold;
	text-decoration: none;
}

.footer {
	padding: 0 10px 0 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888;
	background-color: #FFF;
} 
.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	letter-spacing: .1em;
	font-weight: bold;
}
.disclaimer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888;
}
.disclaimer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#video {
	text-align: right;
	float: right;
	width: 325px;
}

img
{
	border-style: none;
}

.red {
	color: #C00;
	font-weight: bold;
	background-color: #FF9;
}
.redDark {
	color: #600;
	font-weight: bold;
}

#contactForm {
	float: right;
	height: 300px;
	width: 200px;
	background-image: url(images/bkgd-contact-form.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#contactForm3 {
	float: right;
	height: 230px;
	width: 240px;
	padding: 0px;
	background-image: url(images/contact-bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contactForm4 {
	float: right;
	height: 220px;
	width: 220px;
	background-image: url(images/contact-bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 90%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#videoDiv {
	float: right;
	width: 270px;
}
.blogText {
	font-size: 40px;
}
#google_translate_element {
	margin-bottom: 15px;
}
.formFont {
	font-size: 11px;
}
#header #contactForm4 a {
	color: #900;
	padding-left: 5px;
}
.thrColFixHdr .mainContent h2 {
	font-size: 16px;
}
.thrColFixHdr #container #mainContent #contactForm p {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.formBkgd {
	background-image: url(images/bkgd-contact-form.png);
	background-repeat: no-repeat;
	padding: 10px;
}
.thrColFixHdr #container .mainContent li {
	padding-bottom: 7px;
}
