﻿/* -------------------------- <revisions> ---------------------------

Bayshore Solutions CSS Standard 

All non-general elements should be specified in their respective sections
and labeled appropriatly according to Design Standards Guide.

Latest Revisions: 
	- 7/31/06 :: DAB

-------------------------- </revisions> --------------------------- */

body {
	background: url(images/home_bg_tile.jpg) top center repeat-x #040404;
	margin: 0;
	padding: 0;
}
p, table, th, tr, td, h1, h2, h3, img, a:link, a:visited, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	border: none;
}

h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #ee523c;
	padding: 0;
	margin: 0;
	font-style: italic;
	text-transform: uppercase;
	}

.subpage_header h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #ee523c;
	padding: 0;
	margin: 0;
	font-style: italic;
	text-transform: uppercase;
	line-height: 1.4em;
	letter-spacing: .08em;
	margin-bottom: 10px;
	}

h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ee523c;
	padding: 0;
	margin: 0;
	font-style: italic;
	text-transform: uppercase;
	}

h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ee523c;
	padding: 0;
	margin: 0;
	font-style: italic;
	text-transform: uppercase;
	}


h4 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #ee523c;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	}

h5 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ee523c;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	}

h6 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ee523c;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	}
	
p {
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	text-decoration: underline;
	color: #ee523c;
}
a:hover, a:active {
	text-decoration: none;
	color: #ee523c;
}
/* ----------------------- <genClasses> --------------------------- */

.HomeWrap {
	background-image: url(images/home_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 691px;
}

.RequestQuote {
	background: url(images/home_quote_bg.jpg) top left no-repeat;
	width: 269px;
	height: 238px;
}
.RequestQuote p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #D2D2D2;
	margin: 17px 5px 0 47px;
	line-height: 16px;
}
.RequestQuote h1 {
	color: #D2D2D2;
	margin: 33px 5px 0 47px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-style: normal;
}
.RequestQuote a:link, .RequestQuote a:visited {
	text-decoration: underline;
	color: #ee523c;
}
.RequestQuote a:hover, .RequestQuote a:active {
	text-decoration: none;
	color: #ee523c;
}
.QuoteButton {
	width: 106px;
	height: 33px;
	float: right;
	margin-right: 6px;


}
.SearchTable {
margin-top:12px;
}

.SearchBox {
	width: 136px;
	height: 20px;
	background-image:url(images/home_bnr_searchinput_bg.jpg)
}

.SearchArea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bolder;
	padding-right: 5px;

}
.SearchInput {
	font: 10px Arial, Helvetica, sans-serif;
	background: none;
	float: left;
    padding: 0;
    margin: 3px 0 0 10px;
    border: 0;
    width: 120px;

}

.FlashArea {
	width: 565px;
	height: 216px;
	padding-top: 22px;
	background-image:url(images/home_flash_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: bottom;
	float: left;
}
.HomeNavBar {
	background-image: url(images/home_nav_bg.jpg);
	height: 41px;
	width: 834px;
}
.HomeNavLinks {
	text-align:center;
	color: #FFFFFF;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bolder;
}
.HomeNavLinks a:link, .HomeNavLinks a:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bolder;
}
.HomeNavLinks a:hover, .HomeNavLinks a:active {
	color: #e64f3a;
	text-decoration:none;
}
.HomeBody {
	padding: 9px 0 0 9px;
}
.HomeBody p {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 240px;
	line-height: 18px;
	padding-top: 9px;
	margin: 0 0 10px 6px;
}
.HomeBody a:link, .HomeBody a:visited {
	text-decoration: underline;
	color: #ee523c;
}
.HomeBody a:hover, .HomeBody a:active {
	text-decoration: none;
	color: #ee523c;
}

.InTheKnow {
	width: 264px;
	background-image: url(images/hdr_intheknow_bg.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.InTheKnow ul {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
}
.InTheKnow ul li {
	padding: 0 0 0 12px;
	margin: 0 0 10px 17px;
	line-height: 13px;
	background-image: url(images/arrow_icon.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

.InTheKnow a:link, .InTheKnow a:visited {
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}
.InTheKnow a:hover, .InTheKnow a:active {
	text-decoration: none;
	color: #e64f3a;
}

.InTheKnow h1 {
	color: #D2D2D2;
	margin: 14px 0 5px 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-style: normal;
}

.footer {	
	color: #b5b5b5;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 834px;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 30px;
	}

.footer_top {
	border-top: 1px solid #ee523c;
	width: 770px;
	margin: 0 auto;
	padding-top: 10px;
	height: 36px;
	color: #b5b5b5;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.footer_top td {
	color: #b5b5b5;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.footer_top a:link, .footer_top a:visited {
	color: #b5b5b5;
	text-decoration: underline;
	padding: 0 7px;
	}

.footer_top a:hover, .footer_top a:active {
	color: #b5b5b5;
	text-decoration: none;
	padding: 0 7px;
	}

.footer_bottom {
	width: 790px;
	margin: 0 auto;
	margin-top: 20px;
	}	
	
	

/* ----------------------- <Sub Page> --------------------------- */
.SubWrap {
	background-image: url(images/sub_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 691px;
}

.hdr_sub {
	height: 67px;
	overflow: hidden;
	}

.nav_sub {
	background: url(images/bg_nav_sub.jpg) top left no-repeat;
	height: 46px;
	padding: 6px 0 0 22px;
	width: 812px;
	margin: 0 auto;	
	}

.wrap_sub_bg {
	width: 802px;
	margin: 0 auto;	
	background: url(images/bg_sub_body_tile.jpg) 7px top repeat-y;
	}

.wrap_sub {
	background: url(images/bg_sub_body_top.jpg) top left no-repeat;
	min-height: 427px;
	}

.wrap_sub_container {
	background: url(images/bg_sub_body_bottom.jpg) 7px bottom no-repeat;
	min-height: 427px;
	}

.content_left {
	width: 211px;
	vertical-align: top;
	}

.content_left_cta {
	background: url(images/bg_cta_quote.jpg) 7px top no-repeat;
	min-height: 111px;
	bottom: 0;
	padding: 52px 17px 20px 21px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	}

.content_right {
	width: 523px;
	vertical-align: top;
	padding: 24px 34px 34px 34px;
	line-height: 18px;
	font-size: 11px;
	}

/* ----------------------- <imgRollOver> --------------------------- */

.imageSwap {
	padding: 3px 0 30px 18px;
	}

.imageSwap a:link, .imageSwap a:visited {
	display: block;
	background: url(images/bullet.gif) 0 9px no-repeat;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
	width: 178px;
	margin: 0;
	padding: 0;
	}

.imageSwap a:hover, .imageSwap a:active {
	background: url(images/bullet.gif) 0 9px no-repeat;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #ee523c;
	width: 178px;
	margin: 0;
	padding: 0;
	}

.imageSwap span {
	display: block;
	padding: 8px 3px 3px 18px;
	margin: 0;
	}
    
    
div .LinkDiv a:link, div .LinkDiv a:visited, div .LinkDiv a:hover, div .LinkDiv a:active
{
	padding-left:25px;
	padding-bottom: 8px;
	padding-top:8px;
	text-decoration: none;
	
}
div .LinkDivon a:link, div .LinkDivon a:visited, div .LinkDivon a:hover, div .LinkDivon a:active
{
	padding-left:25px;
	padding-bottom: 8px;
	padding-top:8px;
	color: #ee523c;
	text-decoration: underline;
}

.tertiaryNav {
	padding-bottom: 4px;
	padding-top: 4px;
	}


div .tertiaryNav a.tertiaryNav:link, div .tertiaryNav a.tertiaryNav:visited
 {
	padding-left:40px;
	text-decoration: none;
	background: none;
	color:#ffffff;
	width: 145px; }
 div .tertiaryNav a.tertiaryNav:hover, div .tertiaryNav a.tertiaryNav:active 
 {
 	padding-left:40px;
	text-decoration: underline;
	background: none;
	color: #ee523c;
	width: 145px; }
	
div .tertiaryNav a.tertiaryNavOn:link, .tertiaryNav a.tertiaryNavOn:visited, .tertiaryNav a.tertiaryNavOn:hover, .tertiaryNav a.tertiaryNavOn:active
{
	padding-left:40px;
	text-decoration: underline;
	color: #ee523c;
	background: none;
	width: 145px;}

div.quaternaryNav a.quaternaryNav:link, div.quaternaryNav a.quaternaryNav:visited 
{
	
}

div.quaternaryNav a.quaternaryNav:hover, div.quaternaryNav a.quaternaryNav:active 
{
	
}
	
.quaternaryNav a.quaternaryNavOn:link, .quaternaryNav a.quaternaryNavOn:visited, .quaternaryNav a.quaternaryNavOn:hover, .quaternaryNav a.quaternaryNavOn:active
{
	
}

.mainNavDropDown_item {
	background: #242424;
    text-align: left;
	width: 220px;
	height: 25px;
	border-bottom: 1px solid #1c1c1c;
	}

.mainNavDropDown_item a:link,
.mainNavDropDown_item a:visited,
.mainNavDropDown_item a:hover,
.mainNavDropDown_item a:active
{
    font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
    text-decoration: none;
    color: #fff; 
    cursor: hand;
	padding-left: 10px;
}

.mainNavDropDown_item_hover {
    background: #1c1c1c;
	text-align: left;
	width:220px;
	height: 25px;
	}
	

.mainNavDropDown_item_hover a:link,
.mainNavDropDown_item_hover a:visited,
.mainNavDropDown_item_hover a:hover,
.mainNavDropDown_item_hover a:active
{
    font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
    text-decoration: none;	
    color: #d2d2d2; 
    cursor: hand;
	padding-left: 10px;
}
