/* GENERAL */
body {
	background-color: #316e9d;
	background-image: url(images/bluesky_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #CC0000; 
	padding: 20px 0 0 0;
}
p {
	font-size: 12px;
}

/* SUN BACKGROUND */
#sunBackground {
	background-image: url(images/bluesun_bg.jpg); 
	background-position: top right; 
	background-repeat: no-repeat;
}

/* HEADER */
#flHeader {
	background-image: url(images/flagship_header.jpg);
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 904px; 
	height: 250px; 
	position: relative;
	
	/* MUST ALWAYS SPECIFY A WIDTH TO THE CONTAINER FOR IE TO SHOW THE BACKGROUND */
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=images/flagship_header.png); */
}
	/* IE ignores styles with [attributes], so it will skip the following. */
/* .flHeader[class] {
	background-image: url(images/flagship_header.png);
} */
.leftOutside {
	position: absolute; 
	left: -105px; 
	top: 0px;
	width: 105px;
	height: 250px;
	
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=images/outside_rv.png);
	background-position: top left;
	background-repeat: no-repeat;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.leftOutside[class] {
	background-image:url(images/outside_rv.png);
}
.rightOutside {
	position: absolute; 
	left: 903px; 
	top: 111px;
	width: 41px;
	height: 198px;
	
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=images/outside_arm.png);
	background-position: top left;
	background-repeat: no-repeat;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.rightOutside[class] {
	background-image:url(images/outside_arm.png);
}
.leftShadow {
	background-position: top left;
	background-repeat: repeat-y;
	width: 10px;
	
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=images/lt_shadow.png);
	background-position: top left; 
	background-repeat: repeat-y;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.leftShadow[class] {
	background-image:url(images/lt_shadow.png);
}
.rightShadow {
	background-position: top left;
	background-repeat: repeat-y;
	width: 10px;
	
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=images/rt_shadow.png);
	background-position: top left; 
	background-repeat: repeat-y;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.rightShadow[class] {
	background-image:url(images/rt_shadow.png);
}
.flHeader2 {
	background-image: url(images/flagship_header02.jpg); 
	background-repeat: no-repeat; 
	background-color: #FFFFFF;
}
.flLake {
	background-image: url(images/rv_lake.jpg); 
	background-position: bottom left; 
	background-repeat: no-repeat; 
	border-bottom: 1px solid #316e9d;
}
.flBottom {
	background-image: url(images/bt_shadow.gif); 
	background-position: bottom left; 
	background-repeat: no-repeat; 
	border-bottom: 1px solid #316e9d;
}
.flashContainer {
	position: absolute; 
	left: 9px; 
	top: 45px; 
	width: 884px; 
	height: 200px;
}

/* TOP NAVIGATION */
.topNavigation {
	font-size: 11px; 
	text-align: right; 
	padding: 7px 5px 5px 5px;
	margin-right: 5px;
}
.topNavBorder {
	background-image: url(images/whitedotv1_3px.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
.topNavigation a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 10px;
}
.topNavigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* SIDE NAVIGATION */
#buttonBackground {
	background-color: transparent;
	background-repeat: no-repeat; 
	background-position: top left;
	float: left; 
	width: 192px;
	padding: 0 0 0 2px;
	cursor: pointer;
}
#generateButton {
	background-color: transparent;
	text-align: left;
}
.menuButtons {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: 192px;
	height: 31px;
	float: left;
	margin: 0 -3px 0 0;
	cursor: pointer;
}
.menuButtons a {
	color: #003a90;
	text-decoration: none;
	/* background-image: url(images/navbutton.png); */
	background-color: transparent;
	background-position: top left; 
	background-repeat: no-repeat; 
	display: block;
	width: 158px;
	height: 23px;
	padding: 8px 0px 0px 30px;
	
	/* MUST ALWAYS SPECIFY A WIDTH TO THE CONTAINER FOR IE TO SHOW THE BACKGROUND */
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=images/navbutton.png);
}
/* IE ignores styles with [attributes], so it will skip the following. */
.menuButtons a[class] {
	background-image: url(images/navbutton.png);
}
.menuButtons a:hover {
	color: #003a90;
	text-decoration: underline;
	/* background-image: url(images/navbutton_on.png); */
	background-color: transparent;
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 158px;
	height: 23px;
	
	/* MUST ALWAYS SPECIFY A WIDTH TO THE CONTAINER FOR IE TO SHOW THE BACKGROUND */
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=images/navbutton_on.png);
}
/* IE ignores styles with [attributes], so it will skip the following. */
.menuButtons a:hover[class] {
	background-image: url(images/navbutton_on.png);
}
/**GREEN BT **/
.menuButtonsGreen {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: 192px;
	height: 31px;
	float: left;
	margin: 0 0 0 0;
	cursor: pointer;
}
.menuButtonsGreen a {
	color: #003a90;
	text-decoration: none;
	/* background-image: url(images/navbutton2.png); */
	background-color: transparent;
	background-position: top left; 
	background-repeat: no-repeat; 
	display: block;
	width: 158px;
	height: 23px;
	padding: 8px 0px 0px 30px;
	
	/* MUST ALWAYS SPECIFY A WIDTH TO THE CONTAINER FOR IE TO SHOW THE BACKGROUND */
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=images/navbutton2.png);
}
/* IE ignores styles with [attributes], so it will skip the following. */
.menuButtonsGreen a[class] {
	background-image: url(images/navbutton2.png);
}
.menuButtonsGreen a:hover {
	color: #003a90;
	text-decoration: underline;
	/* background-image: url(images/navbutton2_on.png); */
	background-color: transparent;
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 158px;
	height: 23px;
	
	/* MUST ALWAYS SPECIFY A WIDTH TO THE CONTAINER FOR IE TO SHOW THE BACKGROUND */
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=images/navbutton2_on.png);
}
/* IE ignores styles with [attributes], so it will skip the following. */
.menuButtonsGreen a:hover[class] {
	background-image: url(images/navbutton2_on.png);
}
/**END GREEN BT**/
.menuButtons2 {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: 192px;
	height: 31px;
	float: left;
	margin: 0 0 0 0;
	cursor: pointer;
}
.menuButtons2 a {
	color: #003a90;
	text-decoration: none;
	/* background-image: url(images/navbutton.png); */
	background-color: transparent;
	background-position: top left; 
	background-repeat: no-repeat; 
	display: block;
	width: 158px;
	height: 23px;
	padding: 8px 0px 0px 30px;
	
	/* MUST ALWAYS SPECIFY A WIDTH TO THE CONTAINER FOR IE TO SHOW THE BACKGROUND */
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=images/navbutton.gif);
}
/* IE ignores styles with [attributes], so it will skip the following. */
.menuButtons2 a[class] {
	background-image: url(images/navbutton.gif);
}
.menuButtons2 a:hover {
	color: #003a90;
	text-decoration: underline;
	/* background-image: url(images/navbutton_on.png); */
	background-color: transparent;
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 158px;
	height: 23px;
	
	/* MUST ALWAYS SPECIFY A WIDTH TO THE CONTAINER FOR IE TO SHOW THE BACKGROUND */
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=images/navbutton.gif);
}
/* IE ignores styles with [attributes], so it will skip the following. */
.menuButtons2 a:hover[class] {
	background-image: url(images/navbutton.gif);
}

.rollover a {
	display: block;
	width: 160px;
	padding: 8px 0 10px 30px;
	font-size: 12px;
	color: #003a90;
	background-image: url(images/tributton.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
}
.rollover a:hover {	
	background-position: 0 -31px;
	color: #003a90;
	text-decoration: underline;
}
.rollover a:active {
	background-position: 0 -62px;
	color:#003a90;
	text-decoration: none;
}
.pIndicator {
	cursor: pointer;
}

/* TESTIMONIAL CONTAINER */
.testimonialContainer {
	background-image: url(images/ltbluedoth2_3px.gif); 
	background-position: top left; 
	background-repeat: repeat-x; 
	margin: 10px 5px 0 5px; 
	padding: 5px 0 0 0; 
}
.testimonialContent {
	background-image: url(images/testimonial_box.gif); 
	background-position: top center; 
	background-repeat: no-repeat; 
	font-size: 11px; 
	color: #666666;
	height: 185px; 
	padding: 10px 10px 0 10px;
}
.moreTestimonials {
	padding: 10px 0 0 18px ;
	background-image: url(images/doublearrow.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.moreTestimonials a {
	color: #003a90;
	text-decoration: underline;
}
.moreTestimonials a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.testimonialBottom {
	background-image: url(images/ltbluedoth2_3px.gif); 
	background-position: bottom left; 
	background-repeat: repeat-x; 
	height: 10px;
}

/* OFFICE LOCATION */
.officeContainer {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #003a90; 
	text-align: center; 
	padding: 20px 0 10px 0;
}
.locationText {
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: underline; 
	padding: 0 0 5px 0;
}

/* MAIN CONTENT */
.mainContent {
	padding: 5px 10px 20px 10px;
}
.breadCrumbs {
	font-size: 10px; 
	font-weight: normal;
	color: #62a7cf;
	padding: 62px 0 5px 0; 
	background-image: url(images/ltbluedoth1_3px.gif); 
	background-position: bottom left; 
	background-repeat: repeat-x;
}
.breadCrumbs a {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.breadCrumbs a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}

/* CONTACT FORM */
.contactInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.contactContainerLeft {
	float: left;
	margin-left: 10px;
	margin-right: 0px;
	top: 0px;
	width: 310px;
}
.contactContainerRight {
	float: right;
	width: 350px;
}
.contactContainerColor {
	background-color: #ebf4ff;
}
.contactCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 0;
}
.copyPadding {
	padding-left: 10px;
}
.copyHighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CC0000;
}
.contactStatement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00309C;
	padding-bottom: 5px;
}
.fields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.requiredFields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFCC;
}

/* SITE MAP */
.smButton {
	list-style: none;
	list-style-position: outside;
	list-style-image: url(images/sitemap_button.gif);
	line-height: 27px;
}



/* FOOTER */
.footerContainer {
	font-size: 11px; 
	color: #FFFFFF;
}
.footerContainer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footerContainer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.rvusaContainer {
	padding: 0 0 0 12px;
}
.featuredText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.featuredText h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

