@charset "utf-8";

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 0px;
	color: #000;
	background-image: url(../images/bit2.JPG);
	background-repeat: repeat;
	font-family: "Times New Roman", Times, serif;
	width: auto;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 5;
	margin: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	list-style-type: decimal;
	list-style-position: inside;
}
h1, h2, h3, h4, h5, h6, p {
	line-height: normal;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #060;
	font-weight: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #060;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	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;
}

a:visited {
	color: #060;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #063;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 960px;
	background-color: #FFF;
}
.container2 {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 960px;
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	background-color: #FFFFFF;
	background-image: url(../images/vwlogo.jpg);
	height: 150px;
	background-repeat: no-repeat;
	float: none;
	text-align: right;
	left: 1px;
	background-position: -50px -1;
	font-family: Tahoma, Geneva, sans-serif;
	color: #060;
}
/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the block elements. The elements within these blocks have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the block itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the block element and place a second block element within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a block set to float right). Many times, padding can be used instead. For blocks where this rule must be broken, you should add a "display:inline" declaration to the block element's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar blocks could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the blocks around in the HTML source.

*/

.content {
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	padding: 0px;
	margin: 0px;
	height: auto;
	line-height: normal;
	background-image: none;
}



nav p {
	font-size: 90%;
	color: #063;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	text-align: right;
	font-family: "Arial Black", Gadget, sans-serif;
	background-color: #CCC;
	border-top-style: solid;
	
	border-right-width: thin;
	
	border-left-width: thin;
	font-weight: bold;
}

/* ~~ The footer ~~ */
footer {
	background-color: #FFFFFF;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-image: url(../images/cost_footer.jpg);
	height: 70px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-repeat: repeat-x;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	background-position: bottom;
	color: #000;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
	color: #060;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bolder;
}

.container .content h1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #006600;
}
.container .content h2 {
	text-align: center;
	color: #063;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
th a {
	color: #060;
	text-decoration: underline;
}

iframe {
	float: none;
	position: absolute;
	left: 700px;
	top: 222px;
	height: 358px;

}

#mainTable {
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	width: 100%;
	float: left;
	border: 1px solid #000;
	margin: 1px;
}
.container .content #mainTable tr {
	padding: 1px;
	margin: 1px;
	border: 1px solid #000;
}
.container .content #mainTable tr th {
	font-family: "Arial Black", Gadget, sans-serif;
	border: 1px solid #000;
}
.textLeft {
	float: left;
	height: 250px;
	width: 460px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: normal;
	clear: none;
	background-color: #FFC;
	margin: 5px;
	color: #000;
}
.imgRight {
	float: right;
	padding: 5px;
	width: auto;
	clear: none;
	height: auto;
	margin: 5px;
}

.imgLeft {
	float: left;
	width: 150px;
	vertical-align: middle;
	text-align: center;
	margin: 10px;
}
.boxleft {
	float: left;
	height: auto;
	width: 450px;
	color: #000;
	clear: left;
	border: 1px dotted #999;
	margin: 10px;
}
.boxright {
	height: auto;
	width: 450px;
	float: right;
	clear: right;
	text-align: center;
	padding: 0;
	margin: 10px;
	
}
.container .content h1 .vwred {
	color: #F00;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bolder;
	font-size: 50px;
}
.container_12 .content .grid_6 img {
	margin: 5px;


}
.container_12 .content .grid_12 h1 {
	font-size: 40px;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFF;
}
.SOGreen {
	color: #060;
}
.container footer h4 {
	color: #000;
	font-weight: bolder;
}
.container_12 .content .grid_6 h2 {
	color: #060;
}
.red {
	font-size: 36px;
	color: #F00;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.container_12 .content .grid_6 .red a {
	color: #F00;
}
.container2 .container_12 footer h4 {
	color: #000;
}
.content .Adtel {
	background-color: #FFF;
}
.container2 .container_12 .content .grid_6 h4 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	line-height: 50%;
}
.container .content h4 {
	text-align: center;
	color: #F00;
}
.container .content #mainTable tr th .red {
	color: #F00;
	font-size: 16px;
}
.container .content .guide h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
	color: #360;
}
.container .content .guide p img {
	margin-left: 220px;
}
.container .content .guide h3 img {
	height: 200px;
	width: 200px;
	float: none;
	margin: 30px;
}
.container2 .container_12 .content .grid_12 h1 a {
	color: #FFF;
}
.container2 .container_12 .content .grid_12 img {
	height: 300px;
	width: 400px;
	margin-left: 250px;
	margin-right: auto;
}
.worddoc {
	font-family: "Arial Black", Gadget, sans-serif;
	background-color: #FFF;
	padding: 25px;
	margin: 20px;
}
.worddoc p {
	font-family: Arial, Helvetica, sans-serif;
	color: #060;
	font-size: 18px;
	text-align: justify;
}
.worddoc ol li {
	color: #060;
	font-family: "Times New Roman", Times, serif;
}
.worddoc ol li {
	font-family: "Times New Roman", Times, serif;
	color: #F00;
}
.worddoc ol li {
	font-weight: bold;
}
.worddoc ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.worddoc ol li {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #030;
}
.container2 .container_12 .content .textLeft p .red {
	color: #F00;
}
.worddoc h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 36px;
}
.worddoc h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.worddoc ol {
	color: #060;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
}
.container2 .container_12 .content .grid_6 h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.container2 .container_12 .content h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	text-align: center;
	color: #060;
	background-color: #FFF;
}
.container2 .container_12 .content .textLeft h1 a {
	color: #060;
}
