@charset "utf-8";

/* 
========
=Global= 
========
*/

html{
	min-height:100.2%;
}

* {
	margin: 0;
	padding: 0;
}

body { 
	background: #000000 url('../../images/WXD-BG-hero.png') 50% 0px no-repeat;
	color: #5A6370;
	font-family: verdana, arial, sans-serif;
	padding-bottom: 25px;
	margin: 0px;
	font-size: 12px;
}

p { 
	margin: 0px;
	padding: 0px 10px 16px 15px;
	line-height: 1.3em;
}

h1 { 
	font-family: arial, sans-serif;
	letter-spacing: .1em;
	background: transparent;
	color: #1775D5;
	border-color: #89A9C7;
}

h2 { 
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
}

h3 { 
	margin: 0px;
	padding: 0px 0px 2px 0px;
	font-size: 19px;
	font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
	font-weight: normal;
}

h6 { 
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, sans-serif;
	letter-spacing: .1em;
	background: transparent;
	color: #1775D5;
	border-color: #89A9C7;
	font-size: 17px;
}


img{
	border: 0px;
}

.clearthis {
	margin: 0px;
	height: 1px;
	clear: both;
	float: none;
	font-size: 1px;
	line-height: 0px;
	overflow: hidden;
}

.h_divider {
	margin-top: 1px;
	margin-bottom: 2px;
	height: 1px;
	background-color: #ffffff;
	overflow: hidden;
}


span.left {
	float: left; 
	padding: 0px 8px 0px 0px;
}	

span.right { 
	float: right; 
	padding: 0px 0px 0px 0px;
}	


/* 
================
=Main Container=
================
*/

#main {
	width: 820px;
	margin-left: auto; 
	margin-right: auto;
	background: transparent;
	color: #5A6370;
	border-left: 0px #a1b5d2 solid;
	border-right: 0px #a1b5d2 solid;
	border-bottom: 0px #a1b5d2 solid;
}


/* 
======
=Logo=
======
*/

#logo { 
	margin-left: auto; 
	margin-right: auto;
	width: 866px;
	height: 150px;
	text-align: left;
	background: url('../../images/wxd-logo_header.png') no-repeat center;
	color: #5A6370;
	text-align: left;
	overflow: visible;
}


/* 
=================
=Navigation Menu=
=================
*/

#menu {
	width: 820px;
	height: 33px;
	max-height: 33px;
	overflow: hidden;
	background: transparent;
}

#top-nav_spotlight {
	width: 205px;
	height: 33px;
	min-width: 213px;
	background: transparent url('../../images/top-nav_spotlight.png') no-repeat left;
	float: left;
	text-align: center;
	clear: left;
}

#top-nav_curve {
	width: 20px;
	height: 33px;
	min-width: 20px;
	background: transparent url('../../images/top-nav_curve.png') no-repeat right;
	text-align: center;
	overflow: hidden;
	float: right;
	clear: right;
}

#nav {
	margin: 0;
	padding: 0;
	width: 555x;
	height: 33px;
	background: transparent url('../../images/wxd_menu.png') repeat-x;
	font-family: Verdana;
	float: left;
}

#nav a {
	padding: 7px 0px 0px 0px;
	height: 33px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font: bold 15px Verdana;
}

#nav a:hover {
	color: #000000;
	text-decoration: none;
	text-align: center;
	font: bold 15px Verdana;
}

.nav-web {
	margin-left: 7px;
	width: 135px;
	margin-right: 8px;
	float: left;
	clear: left;
}

.nav-web a {
	display: block;
	width: 135px;
	background: url("/images/wxd_menu.png") 0 0 repeat-x;
	height: 33px;
}

.nav-web a:hover {
	width: 135px;
	background: url("/images/wxd_menu-hover.png") 0 0 repeat-x;
	height: 33px;
}

.nav-print {
	margin-right: 8px;
	width: 115px;
	float: left;
}

.nav-print a {
	display: block;
	width: 115px;
	background: url("/images/wxd_menu.png") 0 0 repeat-x;
	height: 33px;
}

.nav-print a:hover {
	width: 115px;
	background: url("/images/wxd_menu-hover.png") 0 0 repeat-x;
	height: 33px;
}
	
.nav-social {
	margin-right: 8px;
	width: 110px;
	float: left;
}

.nav-social a {
	display: block;
	width: 110px;
	background: url("/images/wxd_menu.png") 0 0 repeat-x;
	height: 33px;
}

.nav-social a:hover {
	width: 110px;
	background: url("/images/wxd_menu-hover.png") 0 0 repeat-x;
	height: 33px;
}

.nav-package {
	margin-right: 8px;	
	width: 90px;
	float: left;
}

.nav-package a {
	display: block;
	width: 90px;
	background: url("/images/wxd_menu.png") 0 0 repeat-x;
	height: 33px;
}

.nav-package a:hover {
	width: 90px;
	background: url("/images/wxd_menu-hover.png") 0 0 repeat-x;
	height: 33px;
}

.nav-about {
	margin-right: 8px;
	width: 90px;
	float: left;
}

.nav-about a {
	display: block;
	width: 90px;
	background: url("/images/wxd_menu.png") 0 0 repeat-x;
	height: 33px;
}

.nav-about a:hover {
	width: 90px;
	background: url("/images/wxd_menu-hover.png") 0 0 repeat-x;
	height: 33px;
}

/* 
==============
=Main Content= 
==============
*/

#content {
	margin-left: auto; 
	margin-right: auto;
	background: #475871 url('../../images/content-top_spotlight.png') no-repeat 0px 0px;
	width: 820px;
	height: auto;
	min-height: 200px;
	padding: 0px;
} 


/* 
===================================
=Column 1 - Contains Sidenav Items=
===================================
*/

#column1 { 
	width: 176px;
	background: #110406 url('../../images/sidenav_bg-4.png') top left repeat-x;
	float: left;
	margin-top: 8px;
	margin-left: -25px;
	padding: 0px 0px 15px 0px;
	border-top: 2px #a1b5d2 solid;
	border-right: 2px #a1b5d2 solid;
	border-bottom: 2px #a1b5d2 solid;
	border-left: 2px #a1b5d2 solid;
	overflow: hidden;
	z-index: 2;
}

.sidenav_item { 
	text-align: left;
	width: 171px;
	float: left;
	margin: 0px 0px 25px 0px;
	background: transparent;
	color: #ffffff;
}

.sidenav_item a { 
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	background: transparent;
	color: #000000;
}

.sidenav_item a:hover { 
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.sidenav_head { 
	height: 14px;
	width: 170px;
	padding: 5px 0px 5px 6px;
	text-transform: uppercase;
	background: #720008 url('../../images/wxd-sidenav_header3.png');
	color: #fff;
}

.sidenav_head h1 { 
	padding: 0px; 
	margin: 0px; 
	font-weight: bold;
	font-size: 112%;
	background: transparent;
	color: #fff;
}

.sidenav_content {
	padding: 14px 8px 8px 10px;
	text-align: center;
	font-weight: bold;
}

.sidenav_content h1 {
	color: #7b99d0;
	font-size: 18px;
	text-align: center;
}

.sidenav_content h2 {
	color: #7b99d0;
	font-size: 13px;
	text-align: center;
}

.sidenav_content p { 
	line-height: 14px; 
	padding: 0px 0px 8px 0px;
}

.sidenav_links {
	padding: 0px;
}

.sidenav_warrior {
	padding-top: 8px;
}

.sidenav_warrior img {
	padding: 5px 3px 5px 3px;
}


/* 
=========================
=Column 2 - Page Content=
=========================
*/

#column2 { 
	text-align: center;
	background-color: #transparent;
	width: 645px;
	float: right;
	padding: 8px 10px 15px 10px;
	overflow: hidden;
	color: #ffffff;
}

#column2 h1 { 
	padding: 6px 0px 4px 0px; 
	margin: 0px 0px 12px 0px; 
	border-bottom: 1px solid;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: normal;
	background: transparent;
	color: #ffffff;
	border-color: #89A9C7;
}

#column2 h3 { 
	padding: 6px 0px 4px 0px; 
	margin: 0px 0px 12px 0px; 
	border-bottom: 1px solid;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	background: transparent;
	color: #ffffff;
	border-color: #89A9C7;
}

#underlink a { 
	padding: 0px 0px 2px 0px;
	text-decoration: none;
	border-bottom: 1px dashed;
	background: transparent;
	color: #ffffff;
	font-size: 14px;
}


#underlink a:hover { 
	padding: 0px 0px 2px 0px;
	text-decoration: none;
	border-bottom: 1px solid;
	font-size: 14px;
	color: #ffffff
}

.sub-page {
	margin: 0px 5px 0px 5px;
	padding-left: 5px;
	padding-right: 13px;
	width: 617px;
	background: url('../../images/sub-page_bg-2.png') repeat-y top;
	text-align: center;
	border: 0px #000000 solid;
	color: #ffffff;
	font: bold 14px Arial, Helvetica, sans-serif;
}

.sub-page_top {
	margin: 0px 5px 0px 5px;
	width: 635px;
	min-height: 15px;
	height: 15px;
	background: url('../../images/sub-page_top-2.png') top left;
}

.sub-page_bottom {
	margin: 0px 5px 0px 5px;
	width: 635px;
	min-height: 15px;
	height: 15px;
	background: url('../../images/sub-page_bottom-2.png') top left;
}

.sub-page a {
	color: #ffffff;
	text-decoration: none;
}

.sub-page a:hover {
	text-decoration: none;
	color: #ad2123;
}

.sub-page-header-web {
	margin: 0px 5px 0px 5px;
	padding: 0px 13px 0px 5px;
	width: 617px;
	min-height: 195px;
	background: url('../../website-design/images/web-top.png') no-repeat top;
	border: 0px #000000 solid;
}

.sub-page-header-print {
	margin: 0px 5px 0px 5px;
	padding: 0px 13px 0px 5px;
	width: 617px;
	min-height: 205px;
	background: url('../../print-design/images/print-top.png') no-repeat top;
	border: 0px #000000 solid;
}

.sub-page-header-aboutus {
	margin: 0px 5px 0px 5px;
	padding: 0px 13px 0px 5px;
	width: 617px;
	min-height: 255px;
	background: url('../../about-us/images/aboutus-top.png') no-repeat top;
	border: 0px #000000 solid;
}

.sub-page-header-content {
	padding: 20px 2px 0px 5px;
	width: 610px;
	text-align: center;
	border: 0px #000000 solid;
	color: #ffffff;
	font: bold 15px Arial, Helvetica, sans-serif;
}

.sub-page ul {
	list-style-type: none;
	padding: 0px 8px 0px 30px;
	margin: 0px;
}

.sub-page li {
	list-style-image: url('/images/circle_red_8.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 0px; 
}

.sub-page_content-left {
	padding: 0px 0px 0px 0px;
	width: 303px;
	float: left;
	text-align: left;
	font-size: 12px;
}

.sub-page_content-left a {
	text-decoration: none;
	color: #ffffff;
}

.sub-page_content-left a:hover {
	text-decoration: none;
	color: #ffffff;
}

.sub-page_content-right {
	padding: 0px 0px 0px 0px;
	width: 303px;
	float: right;
	text-align: left;
	font-size: 12px;
}

.sub-page_content-right a {
	text-decoration: none;
	color: #ffffff;
}

.sub-page_content-right a:hover {
	text-decoration: none;
	color: #ffffff;
}

.sub-page_small {
	margin: 0px 2px 0px 2px;
	padding-left: 1px;
	padding-right: 1px;
	width: 313px;
	background: url('../../images/sub-page_bg_small-2.png') repeat-y top;
	text-align: left;
	border: 0px #000000 solid;
	color: #ffffff;
	font: bold 14px Arial, Helvetica, sans-serif;
}

.sub-page_top_small {
	margin: 0px 2px 0px 2px;
	width: 315px;
	min-height: 15px;
	height: 15px;
	background: url('../../images/sub-page_top_small-2.png') top left;
}

.sub-page_bottom_small {
	margin: 0px 2px 0px 2px;
	width: 315px;
	min-height: 15px;
	height: 15px;
	background: url('../../images/sub-page_bottom_small-2.png') top left;
}

.sub-page_small a {
	text-decoration: underline;
	color: #ffffff;
}

.sub-page_small a:hover {
	text-decoration: none;
	color: #ad2123;
}

.sub-page_small_content {
	padding: 0px 8px 0px 5px;
}

.sub-page_small_content ul {
	list-style-type: none;
	padding: 0px 8px 0px 25px;
	margin: 0px;
}

.sub-page_small_content li {
	list-style-image: url('/images/circle_red_8.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 0px; 
}

.left_sub-page_small {
	float: left;
	padding-left: 2px;
}

.right_sub-page_small {
	float: right;
	padding-right: 5px;
}

.sub-page_title a {
	text-decoration: none;
	color: #ffffff;
}

.sub-page_title a:hover {
	text-decoration: none;
	color: #ffffff;
}


/* 
==================
=Rollover Buttons=
==================
*/

.warrior-bio-top {
	height: 250px;
	overflow: hidden;
}

.warrior-bio-bottom {
}

.warrior p.question {
	padding: 0px 0px 0px 0px;
	text-align: left;
	text-decoration: underline;
}


/* 
==================
=Rollover Buttons=
==================
*/
 
.sidenav_content-rollover a {
	display: block;
	width: 121px;
	background: url("/images/sidenav_free-quote-2.0-slide.png") 0 0 no-repeat;
	height: 32px;
}

.sidenav_content-rollover a:hover { 
	width: 121px;
	background-position: -122px 0px;
	height: 32px;
}

.sidenav_content-readmore a {
	display: block;
	margin: auto;
	width: 81px;
	background: url("/images/sidenav_read-slide.png") 0 0 no-repeat;
	height: 20px;
}

.sidenav_content-readmore a:hover { 
	width: 81px;
	background-position: -81px 0px;
	height: 20px;
}

.sub-page-view-portfolio a {
	display: block;
	width: 250px;
	background: url("../../website-design/images/webportfolio-button.png") 0 0 no-repeat;
	height: 50px;
}

.sub-page-view-portfolio a:hover { 
	width: 250px;
	background-position: 0px -50px;
	height: 50px;
}

.sub-page-veiw-page a {
	display: block;
	width: 200px;
	background: url("../../website-design/images/web-button.png") 0 0 no-repeat;
	height: 30px;
}

.sub-page-veiw-page a:hover { 
	width: 200px;
	background-position: 0px -30px;
	height: 30px;
}

.sub-page-veiw-more a {
	display: block;
	width: 200px;
	background: url("../../website-design/images/webmore-button.png") 0 0 no-repeat;
	height: 30px;
}

.sub-page-veiw-more a:hover { 
	width: 200px;
	background-position: 0px -30px;
	height: 30px;
}

.sub-page-view_warriorbios a {
	display: block;
	width: 176px;
	background: url("../../about-us/images/view-warrior-bios.png") 0 0 no-repeat;
	height: 30px;
}

.sub-page-view_warriorbios a:hover{ 
	width: 176px;
	background-position: 0px -30px;
	height: 30px;
}


/*
===========================
=Footer and Subnav Content=
===========================
*/

#footer, #subnav { 
	margin-left: auto; 
	margin-right: auto;
	width: 820px;
	height: 26px;
	font-size: 94%;
	text-transform: uppercase;
}

#footer {
	background: #475871 url('../../images/wxd_footer2.png') repeat-x;
	color: #D1D3D7;
	height:21px;
}

#subnav {
	text-align: center; 
	height:50px; 
	width: 820px; 
	font-weight: 900;
	background: #transparent;
	color: #ffffff;
	border-left: 0px #a1b5d2 solid;
	border-right: 0px #a1b5d2 solid;
	border-bottom: 0px #a1b5d2 solid;
}

#subnav a {
	text-decoration: none;
	background: transparent;
	color: #D1D3D7;
}

#subnav a:hover {
	text-decoration: underline;
	background: transparent;
	color: #D1D3D7;
}


/* 
=====================
=Terms Page Specific=
=====================
*/

#terms {
	padding-left: 0px;
	padding-right: 15px;
	color: #ffffff;
	text-align: left;
}

#terms_links {
	font-size: 12px;
}


/* 
=======================
=SiteMap Page Specific=
=======================
*/

.sitemap {
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

.sitemap a {
	font-size: 16px;
	color: #ffffff;
	border-bottom: 0px solid;
	padding: 0px 0px 2px 0px;
	text-decoration: none;
}

.sitemap a:hover {
	color: #000000;
	border-bottom: 0px solid;
	padding: 0px 0px 2px 0px;
	text-decoration: none;
}

.sitemap ul {
	padding-left: 20px;
	list-style: inside;
}

.sitemap ul li ul {
	padding-left: 30px;
	list-style-type: circle;
}


/*
======
=Misc=
======
*/

.templateheader {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	background: #a1bde2;
	text-decoration: none;
    border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

.templateheader:hover {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	background: #72879a;
	text-decoration: none;
    border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

.styleheader {
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}

.substyleheader {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #a52327 dashed;
	padding-bottom: 4px;
}

.stylerequesthead{
	font-family: Tahoma;
	font-size: 14px;
	background: #500000;
	color: #000000;
	text-decoration: none;
}

.styletext {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.stylefoot {
	font-family: Tahoma;
	font-size: 13px;
	color: #676767;
	text-decoration: none;
}

.stylefoot:hover {
	font-size: 13px;
	color: #676767;
	text-decoration: none;
}

.stylenote {
	font-family: tahoma;
	font-size: 12px;
	color: #a52327;
	text-decoration: none;
}

.stylenotewhite {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}


/* 
=============================
=Submit Rquest Page Specific=
=============================
*/

input.required, textarea.required {
	border: 1px solid #a52327;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #a52327;
	color : #a52327;
}

.validation-advice {
	color : #a52327;
	font-weight: bold;
}

.current {
	font-size: 11px;
	color: #808080;
	text-decoration: none;
}

.freequote {
	font-size: 14px;
}

.freequote .note {
	font-size: 12px;
	color: #73a5e4;
	font-weight: normal;
}

.freequote td {
	padding-bottom: 5px;
}

.date {
	width: 308px;
	padding-left: 175px;
}