@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;
	color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat;
	background-color: #0D312B;
	}
#container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFF;
	margin-top: 20px;
	background-image: url(backgrounds/VW_longcontainerbackground.jpg);
	background-repeat: no-repeat;
	background-position: left;
	} 
#header {
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFF;
	background-image: url(backgrounds/VW_longcontainerbackground.jpg);
	background-repeat: no-repeat;
}
#Navigation{
	position:inherit;
	width: 950px;
}
		

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	height: 470px;
	width: 220px;
	background-image: url(backgrounds/VW_sidebar.jpg);
	background-repeat: no-repeat;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	line-height: 1px;
	text-indent: 75px;
	text-align: left;
	white-space: normal;
	display: inherit;
	margin-top: 0px;
	padding-top: 0px;
	background-position: bottom;
	}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 145px;
	font-size: 0.7em;
	color: #1C1B20;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	padding-bottom: 50px;
	vertical-align: bottom;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
	
#mainContent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #1C1B20;
	line-height: 1.3em;
	text-align: left;
	padding-left: 240px;
	vertical-align: baseline;
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	text-indent: 10px;
	}  

#locationsContent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #1C1B20;
	line-height: 1.3em;
	text-align: center;
	padding-left: 240px;
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	text-indent: 10px;
	}  
	
	
#footer {
	color: #1C1B20;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	height: 27px;
	width: 942px;
	text-align: center;
	background-color: #FFF;
	border: thick solid #1C1B20;
	vertical-align: middle;
	overflow: hidden;
	position: static;
	left: -1px;
	top: -1px;
	font-size: 0.8em;
	} 
#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 */
	}
.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;
	}
h1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #1C1B20;
	font-weight: bolder;
	text-align: left;
	}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	color: #1C1B20;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-indent: -5px;
	text-align: center;
	line-height: 1em;
	}
h3 {
	font-size: .8em;
	color: #1C1B20;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	padding-bottom: 50px;
	vertical-align: bottom;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	text-indent: 50px;
	font-weight: normal;
	text-align: left;
	line-height: 0.01px;
	}

