@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #630018;
}
p {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-weight: lighter;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-weight: lighter;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #000000;
}
h1.homeHeader {
	font-size: 42px;
	font-style: italic;
	color: #000000;
	text-align: right;
	letter-spacing: -1px;
}
p.homeDek {
	font-size: 18px;
	text-align: right;
	line-height: 34px;
}
p.homeAddress {
	font-size: 11px;
	text-align: right;
	line-height: 26px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: lighter;
	padding-right: 12px;
	padding-top: 136px;
}

.twoColFixRtHdr #container {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #FFF8E1;
} 
.twoColFixRtHdr #header {
	width: 980px;
	height: 90px;
	background-color: #000000;
	background-image: url(../_images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
} 
ul.mainNav {
	color: #FFFFFF;
	float: right;
	width: 554px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
ul.mainNav li  {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: lighter;
	font-variant: normal;
	letter-spacing: 1px;
	float: left;
	display: block;
	padding-right: 18px;
}

a:link.nav {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.nav {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.nav {
	color: #F3C729;
	text-decoration: none;
}
a:active.nav {
	color: #FFFFFF;
	text-decoration: none;
}
a:link.navCurrent, a:visited.navCurrent, a:hover.navCurrent, a:active.navCurrent {
	color: #F3C729;
	text-decoration: none;
}

.twoColFixRtHdr #mainContent {
	float: left;
	width: 555px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 585px;
	background-image: url(../_images/wvc_icon.jpg);
	background-repeat: no-repeat;
	background-position: right 12px;
} 
.mainContentimgHome {
	padding-top: 178px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 425px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	height: 585px;
}
.sidebar1homeAnimation {
	text-align: left;
	float: left;
	height: 403px;
	padding-top: 142px;
	width: 425px;
}
#footer  {
	width: 980px;
	clear: both;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 16px;
	background-color: #003016;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0px;
	padding-top: 10px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
} 
#footer2 {
	width: 980px;
	clear: both;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 20px;
	margin-top: 0px;
	padding-top: 6px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
.tag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
}
.mainCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #F3C729;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.spacer10px {
	padding-right: 10px;
	padding-left: 10px;
}
.spacer5px {
	padding-right: 5px;
	padding-left: 5px;
}

