/*
-----------------------------------------------
  WildBlue.com Style Sheet
  Author:   Matt Farr
  Version: 2.0
  Slogan: "All CSS since October 2008"
----------------------------------------------- */

/*  GLOBAL SET */

body, div, span, applet, 
object, iframe, pre, del, 
dfn, ins, kbd, q, s, samp,
strike, tt, var, dd, dl, 
dt, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.1;
	vertical-align: baseline;
}

input {
	margin: 0;
	padding: 0;
}


body {
	font-size:62.5%;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 	background: #d5e0ef url(../images/wildbluecom_bckgnd-whitecenter-wide.gif) center repeat-y; 
}

img, a img, :link img, :visited img {
	border: 0;
}

/* ================================================================ */

/* TAGS */

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	margin: 0 0 0 0;
	padding: 0 0 12px 0;
}	

td, th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
}	

blockquote {
	margin:8px 40px;
	padding:0;
}

ul, ol {
	margin: 0 0 0 0;
	padding:0 0 12px 10px;
}

ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	list-style: disc;
	margin: 4px 0 4px 8px;
	padding: 0 0 4px 0;
}

ol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	list-style: decimal;
	margin: 4px 0 4px 8px;
	padding: 0 0 4px 0;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	letter-spacing: -.5px;
}

h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
h3 { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 16px 0;
}
h4 { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 6px 0;
	text-transform: uppercase;
	color: #cc0000;
	letter-spacing: 1.1px;
	line-height: 1.3; 
}
h5 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3; 
	font-weight: bold;
	color: #000000;
}
h6 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
}
big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #0e6aa4;
}


/* ================================================================ */

/* COLORS */

.White { color: #FFFFFF; }
.Red { color: #CC3300; }
.OrangeRed { color: #d4491c; }
.Black { color: #000000; }
.Blue { color: #0e6aa4; }
.GrayMed { color: #b4b4b4; }
.GrayDark { color: #999999; }
.WelcomeOrange { color:#f06f00; }


/* ================================================================ */

/* FORMS */

textarea { 
	line-height: 1.25;
}

label {
	cursor: pointer;
}


/* ================================================================ */

/* LINKS */

a:link, a:visited {color:#007cc3;}
a:hover, a:active {color: #CC6600;}


/* ================================================================ */

/* BOXES */

.BoxBorderBlack {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding: 15px 15px 15px 15px;
	margin: 0 0 10px 0;
}
.BoxBorderBlack p {
	margin: 0 12px 0 0;
}

.ErrorBox {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding: 15px 15px 15px 15px;
	margin: 0 0 10px 0;
	background-color: #FFCC33;
}
.ErrorBox p {
	margin: 0 12px 0 0;
}

.BoxBorderGray {
	border-color: #c7c7c7;
	border-style: solid;
	border-width: 1px;
	padding: 15px 15px 15px 15px;
	margin: 0 0 10px 0;
}
.BoxBorderGray p {
	margin: 0 12px 0 0;
}


/* ================================================================ */
/* TABLE GRID LINES */

.grid, table.grid {
	position:relative;
	background-color:#FFFFFF;
	overflow:auto;
	border-collapse:collapse;
	top: -1px;
}
.grid td, .grid th{
	border:1px solid #c7c7c7;
}
.grid .th, .grid th {
	background-color:#d4491c;
	color:#FFFFFF;
	font-weight:bold;
	}
.grid td td{
	border:none;
}
.grid .altRow {
	background-color:#f4f3f0;
}
.gridFoot{
	text-align:left;
	color:#000000;
}

/* old color 	border:1px solid #4f64a5; */



/* ================================================================ */

/* STANDARD CLASSES */

.clear 			{ clear:both; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left; margin: 0 10px 10px 0; }
.img-right 		{ float:right; margin: 0 0 10px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0; padding-left:0; }
.nobullet 		{ list-style:none; list-style-image:none; }

.PictureBoxRight {
	float: right;
	padding: 0 0 12px 24px;
}
.PictureBoxLeft {
	float: left;
	padding: 0 24px 12px 0;
}
.strike {
	text-decoration: line-through;
}

.MasterText, .MasterText p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
}

.dottedline {
	border-bottom: #999999 dashed 1px;
	margin: 0 0 12px 0;
	clear: both;
}

.NoUnderline {
	text-decoration: none ! important;
}
.space10 {
	margin: 10px 0 10px 0;
}

/* ================================================================ */

/* CUSTOM LAYOUT STYLE */


#wrap {
	width: 900px;
	margin: 0 auto 0 auto;
}
#MainContent {
	padding: 8px 20px 0 18px;
	background-color: #FFFFFF;
}

#LeftColumn {
	float: left;
	width: 140px;
	margin: 0 12px 20px 0;
}

#RightColumn {
	float: left;
	width: 710px;
	margin: 0 0 20px 0;
}

#RightColumnContentPages {
	float: left;
	width: 680px;
	margin: 0 0 20px 0;
	padding: 10px 20px 0 10px;
}

#RightColumnContentPages h1 { 
	margin: 0 0 12px 0;
}

#CenterColumnContentPages {
	margin: 0 auto 30px auto;
	width: 660px;
	padding: 30px;
	border: #000000 1px solid;
}

#CenterColumnContentPages h1 { 
	margin: 0 0 12px 0;
}

#FullWidthContent {
	width: 830px;
	margin: 0 0 20px 0;
	padding: 10px 20px 0 0;
}

#RightColumnContentPages h1 { 
	margin: 0 0 12px 0;
}


#TopCustomerLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	color: #b4b4b4;
	height: 22px;
	padding: 4px 0 0 0;
	clear: both;
}

#TopCustomerLinks a:link, #TopCustomerLinks a:visited {color:#007cc3; text-decoration:none;}
#TopCustomerLinks a:hover, #TopCustomerLinks a:active {color: #CC6600; text-decoration:underline;}

#SubNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	color: #b4b4b4;
	height: 29px;
	padding: 8px 0 0 0;
}

#SubNav a:link, #SubNav a:visited {color:#007cc3; text-decoration:none;}
#SubNav a:hover, #SubNav a:active {color: #CC6600; text-decoration:underline;}


.CallNow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
	color: #0e6aa4;
}

.PhoneNumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 1.3;
	font-weight: bold;
	color: #d4491c;
}
.FooterPhone1 {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #0e6aa4;
	text-align: center;
}
.FooterPhone2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -.5px;
	color: #0e6aa4;
	text-align: center;
}

#CallNowOperator {
	position: relative;
	width: 140px;
/*	height: 142px;  */
	height: 151px;
	margin: 0 0 4px 0;
}

#CallNowOperatorImage {
	position:absolute;
	left:0px;
	top:0px;
	width: 140px;
/*	height: 142px;  */
	height: 151px;
	z-index:4;
}

#CallNowOperatorPhoneNumber {
	position:absolute;
	left:0px;
/*	top:110px; */
/*	top:120px; */
	top:9px;
	width: 130px;
	z-index:5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color:#FFFFFF;
	letter-spacing: -.5px;
	text-align: center;
	overflow: hidden;
}

/* ================================================================ */

/* GET STARTED - ONLINE WELCOME KIT - LAYOUT STYLE */

#DoubleColumn1 {
	float: left;
	width: 325px;
	margin: 0 30px 20px 0;
	padding: 0 0 0 0;
}

#DoubleColumn2 {
	float: left;
	width: 325px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}

#SingleColumn1 {
	width: 680px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}


/* ================================================================ */

/* SUBNAV IN LEFT BAR ABOVE THE BUTTONS */

#SubNavLeft {
	margin: 0 0 0 6px;
}

#SubNavLeft ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#SubNavLeft li {
	list-style:none;
	padding:0px;
	margin: 0 0 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#SubNavLeft li.Dashed {
	margin: 6px 0 0 0;
	padding: 6px 0 0 0;
	width: 122px;
	border-top: #CCCCCC dashed 1px;
}

#SubNavLeft a:link, #SubNavLeft a:visited {color:#007cc3; text-decoration:none;}
#SubNavLeft a:hover, #SubNavLeft a:active {color: #CC6600; text-decoration:underline;}

#SubNavLeft h1 {
	color: #d4491c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 6px 0;
	text-transform: uppercase;
	letter-spacing: normal;
}

/* ================================================================ */



#Search {
	float: right;
	margin: 0 6px 0 0;
	padding: 5px 0 0 0;
	width: 302px;
	height: 32px;
	text-align: center;
	background: url(../images/searchbox-bkgnd.gif) no-repeat;
}

#SearchBox {
	width: 206px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color:#000;
	margin: 1px 6px 0 0;
	padding: 1px 2px 1px 2px;
	border: 1px solid #267ec5;
}
#SearchPageBox {
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color:#000;
	margin: 0 6px 0 0;
	padding: 4px 2px 4px 2px;
	border: 1px solid #267ec5;
}

.bodytext, .bodytext p, font.bodytext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.HomePagePromoBox {
	float: right;
	margin: 0 0 10px 20px;
}
.HomePagePromoBoxHeader {
	display: block;
	color: #FFFFFF;
	background-color: #004c62;
	margin: 0px;
	padding: 6px 16px 6px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 282px;
}
.LetterSpaceWide {
	letter-spacing: 1.3px;
}
.HomePageZipBox {
	width:80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	color:#000;
	margin: 0;
	padding: 3px 2px 3px 2px;
/*	border:1px solid #007cc3; */
	border:1px solid #000;
	font-weight: bold;
}
.Dealer {
	margin: 0 0 12px 0;
	padding: 0 0 6px 0;
	width: 300px;
	border-bottom: #CCCCCC dashed 1px;
}

.ButtonPad {
	margin: 0 0 6px 0;
}

.required {
	color: #E64600;
	font-weight: bold;
}

.bodytextred {
	color: #E64600;
}

.bodytextredbold {
	color: #E64600;
	font-weight: bold;
}

#Legal {
	clear: both;
}
#Legal p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px ! important;
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d4491c;
	line-height: 20px;
	text-decoration: none;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
}

.prHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	text-decoration: none;
	border-bottom: #999999 dashed 1px;
	margin: 10px 0 10px 0;
}

.jobHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom: #999999 dashed 1px;
	margin: 10px 0 10px 0;
}

/* ================================================================ */

/* NAVBAR STYLE */


#navbar {
	width: 200px;
	background-color:#D7E3F6;
	border-width:20px 0px 20px 0px;
	border-style:solid;
	border-color:#002859;
	padding:0px;
	margin:0px;

}
#navbar ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#navbar li {
	list-style:none;
	padding:0px;
	margin: 0 0 0 0px;
}
#navbar a {	
	padding:6px 40px 6px 8px;
	margin:0px;
	color:#112747;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	border-top: #082a79 1px solid;
	display:block;
}

#navbar a:hover	{	
	background-color:#A2BFE9;
	text-decoration:none;
	display:block;
}

#navbar li:hover>a {	
	background-color:#A2BFE9;
	text-decoration:none;
	display:block;
}
/* ================================================================ */

.ButtonBackgroundMargin {
	margin: 24px 0 12px 0;
} 
.BlackButtonBackground {
	background-color: #000000;
	padding: 6px 8px 6px 8px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.0;
}
.RedButtonBackground {
	background-color: #d4491c;
	padding: 6px 8px 6px 8px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.0;
}
