﻿html {
	height: 100%;
}

body {
	height: 100%;
	color: #000000;
	background-color: #e9e9e9; 
	background-image: url(background-hstrip.png);
	background-repeat: repeat-y;
	background-position: top center;
	font-family: Trebuchet MS, Lucida Grande, Lucida Sans, Verdana, Tahoma, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	z-index: -3;
}

img{
	border: 0;
	padding: 0;
	margin: 0;
}

p{
	text-align: left;
}

li{
	text-align: left;
}

hr {
	border-top: 1px dotted #a7a9bc;
	border-left: none;
	border-right: none;
	border-bottom: none;
	width: 90%;
}
a:link{
	color: #64a3d0;
	text-decoration: none;
}

a:visited{
	color: #0000aa;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:active{
	color: #aa00aa;
	text-decoration: underline;
}

#header_div a em {
	visibility: hidden;
}

#header_div{
	width: 100%;
	height: 100px;
	background-image: url(logo-vstrip.png);
	background-repeat: repeat-x;
	z-index: 2;
}

#container_div{
	width: 100%;
	height: 100%;
}

#wings_container
{
	position: absolute;
	top: 100px; left: 0px;
	right: 0; bottom: 0;

	
	overflow: hidden;
	z-index: -1;
}

#wings_div{
	width: 852px;
	height: 300px;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(wings-greybackff.png);
}

#below_header_div {
	position: absolute;
	background-image: url(background-vstrip.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 390px;
	margin-top: -100px;
	margin-left: auto;
	margin-right: auto;
	z-index: -2;
}

#content_background_div{
	position: absolute;
	min-height: 100%;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	background-color: #fff;
	z-index: -1;
	overflow: auto;
}



#content_div{
	min-height: 10%;
	margin-bottom: -100px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	z-index: 1;
	overflow: auto;
}

/* classes for the tab bar */
#tab_container_div{
	width: 750px;
	height: 62px;
	text-align: left;
	margin: 0;
}

/* classes for the feature box bar */
#featurebox_container_div{
	width: 750px;
	height: 206px;
	text-align: left;
	padding-top: 15px;
	margin: 0;
}

#featurebox_1_div{
	position: absolute;
	width: 175px;
	top: 0px;
	left: 15px;
}
#featurebox_2_div{
	position: absolute;
	width: 175px;
	top: 0px;
	left: 205px;
}
#featurebox_3_div{
	position: absolute;
	width: 175px;
	top: 0px;
	left: 395px;
}
#featurebox_4_div{
	position: absolute;
	width: 175px;
	top: 0px;
	left: 585px;
}

.featurebox_img {
	position: relative;
	margin-left: 10px;
}

.spacer_div{
	width: 15px;
	position: absolute;
}

.featurebox_div{
	width: 175px;
	position: absolute;
}

/* copy area */
#pagetitle_div{
	width: 554px;
	height: 30px;
	border-left: 1px solid #a7a9bc;
	border-bottom: 1px solid #a7a9bc;
	margin-top: 36px;
	margin-left: 176px;
}

#copy_div{
	width: 524px;
	margin-left: 176px;
	margin-top: -20px;
	padding: 15px 0px 0px 15px;
	border-left: 1px solid #a7a9bc;
}

/*navigation area*/

#navigation_div{
	float: left;
	margin-left: 24px;
	margin-top: -1px;
	padding-top: 15px;
	border-top: 1px solid #a7a9bc;
	border-right: 1px solid #a7a9bc;
	width: 152px;
	text-align: left;
	font-size: smaller;
	color: #64a3d0;
}

#navigation_spacer_div{
	border-bottom: 1px solid #a7a9bc;
	width: 152px;
}

.phone_number_div{
	margin-left:15px;
	font-weight: bold;
}

/*footer*/

#footer_div {
	width: 100%;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: x-small;
	color: #aaa;
}

/* about us page only */
#about_us_left_div {
	width: 50%;
	text-align: left;
}

#about_us_right_div {
	float: right;
	width: 50%;
	text-align: right;
}



/* formfield us page only */

.formfield_left_div {
	right: 50%;
	width: 49%;
	text-align: right;
	float: left;
}

.formfield_right_div {
	left: 50%;
	width: 49%;
	text-align: left;
	float: right;
}

.formfield_container_div {
	overflow: auto;
}
