﻿/* -------------------------- <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 { 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #8c8b8b;
	background: url(images/bg.jpg) top left repeat-x;
	}

.body {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #8c8b8b;
	border: none;
	padding: 0;
	margin: 0;
	}
	
p, table, th, tr, td, h1, h2, h3, img, a:link, a:visited, a:hover, a:active {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #8c8b8b;
	border: none;
	}
	
h1 {
	font-weight: normal;
	font-size: 16px;
	color: #004881;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	}

h2 {
	font-weight: normal;
	font-size: 14px;
	color: #004881;
	padding: 0;
	margin: 0;
	text-transform: none;
	}

h3 {
	font-weight: normal;
	font-size: 12px;
	color: #004881;
	padding: 0;
	margin: 0;
	text-transform: none;
	}

p {
	margin: 0;
	padding: 0;
	}
	
a:link, a:visited {
	text-decoration: underline;
	color: #004881;
	}
	
a:hover, a:active {
	text-decoration: none;
	color: #004881;
	}

/* ----------------------- <genClasses> --------------------------- */
.wrap {
	width: 878px;
	min-height: 600px;
	margin: 0 auto;
	background: url(images/bg_wrap.jpg) top left no-repeat;
	}

.header {
	height: 115px;
	overflow: hidden;
	}

.logo {
	width: 270px;
	padding-top: 19px;
	vertical-align: top;
	}

.nav_contact {
	text-align: right;
	vertical-align: top;
	width: 100%;
	padding-right: 7px;
	}

.main_nav {
	height: 31px;
	padding-left: 117px;
	}

.flash_wrap {
	width: 810px;
	min-height: 343px;
	height: 343px;
	height: auto;
	overflow: none;
	margin: 0 auto;
	}

.flash {
	width: 548px;
	vertical-align: top;
	background-image: url(/userfiles/Image/flash_bg.jpg);
	}

#ctl00_DedicatedPane, #ctl00_IndependentPane, #ctl00_GlobalPane, #ctl00_WelcomePane 
{
	height:187px;
}

.accordion {
	width: 262px;
	vertical-align: top; 		
	}
.accordionHeader {
	padding-bottom:2px;
	height:37px;
	overflow:hidden;
	}
	
.accordionContent {
	padding-left:38px;		
	background-image:url(images/bg.jpg);
	font-size:14px;
	line-height:22px;
	}
	
.accordionContent p {	
	font-size:14px;	
	}

.accordion_one 
{	
	padding: 0;
	margin: 0;
	padding-left:38px;		
	background:url(images/bg_accordion.jpg) 0 0 no-repeat;
	font-size:14px;
	line-height:22px;	
	}

.accordion_one  p {	
	font-size:14px;	
	padding: 0;
	margin: 0;
	}
	
.accordion_two {
	padding: 0;
	margin: 0;
	padding-left:38px;		
	background:url(images/bg_accordion.jpg) 0 -38px no-repeat;
	font-size:14px;
	line-height:22px;	
	}

.accordion_two  p {	
	font-size:14px;	
	padding: 0;
	margin: 0;
	}
	
.accordion_three {
	padding: 0;
	margin: 0;
	padding-left:38px;		
	background:url(images/bg_accordion.jpg) 0 -80px no-repeat;
	font-size:14px;
	line-height:22px;
	}

.accordion_three  p {	
	font-size:14px;	
	padding: 0;
	margin: 0;
	}
	
.accordion_four {
	padding: 0;
	margin: 0;
	padding-left:38px;		
	background:url(images/bg_accordion.jpg) 0 -116px no-repeat;
	font-size:14px;
	line-height:22px;
	}

.accordion_four  p {	
	padding: 0;
	margin: 0;
	font-size:14px;	
	}


.cta_wrap {
	/*width: 412px;*/
	width: auto;
	padding: 3px 0 0 28px;
	margin-top: 33px;
	margin-left: 102px;
	margin-right: 50px;
	border-left: 1px solid #eeeeee;
	line-height: 14px;
	}

.cta_one {
	background: url(images/bullet_cta_red.gif) left 2px no-repeat;
	padding: 0 0 10px 14px;
	min-height: 8px;
	}

.cta_two {
	background: url(images/bullet_cta_green.gif) left 2px no-repeat;
	padding: 0 0 10px 14px;
	min-height: 8px;
	}

.cta_three {
	background: url(images/bullet_cta_yellow.gif) left 2px no-repeat;
	padding: 0 0 10px 14px;
	min-height: 8px;
	}

.cta_header {
	vertical-align: top;
	text-transform: uppercase;
	color: #004881;
	font-size: 11px;
	padding-right: 13px;
	}

.cta_header h1 {
	text-transform: uppercase;
	color: #004881;
	font-size: 11px;
	padding: 0;
	}

.cta_header h1 a:link, .cta_header h1 a:visited {
	text-transform: uppercase;
	color: #004881;
	font-size: 11px;
	padding: 0;
	text-decoration: none;
	}

.cta_header h1 a:hover, .cta_header h1 a:active {
	text-transform: uppercase;
	color: #004881;
	font-size: 11px;
	padding: 0;
	text-decoration: none;
	}

.cta_description {
	vertical-align: bottom;	
	}

.footer {
	width: 810px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	border-top: 1px solid #eeeeee;
	padding: 12px 0 30px 0;
	}

.footer p {
	font-size: 9px;
	color: #8c8b8b;
	padding: 0 0 5px 0;
	}

.footer a:link, .footer a:visited {
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	color: #8c8b8b;
	padding: 0 3px;
	}

.footer a:hover, .footer a:active {
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #8c8b8b;
	padding: 0 3px;
	}

.copyright {
	font-size: 9px;
	color: #8c8b8b;
	}

/* ----------------------- <Sub> --------------------------- */
.wrap_sub {
	width: 878px;
	min-height: 600px;
	margin: 0 auto;
	background: url(images/bg_wrap_sub.jpg) top left no-repeat;
	}
	
.content_sub {
	width: 810px;
	margin: 0 auto;
	border-top: 1px solid #eeeeee;
	padding: 40px 0 0 0;
	}

.subnav {
	width: 182px;
	padding: 0;
	margin: 0;
	vertical-align: top;
	}

.subnav img 
	{
	padding-bottom: 20px;
	}

.subnav a:link, .subnav a:visited {
	display: block;
	font: Helvetica, Arial, sans-serif;
	color: #004881;
	text-decoration: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}

.subnav a.testBoxOn:hover, .subnav a.testBoxOn:active, .subnav a.testBoxOn:link, .subnav a.testBoxOn:visited{
text-decoration: underline;
display: block;
font: Helvetica, Arial, sans-serif;
color: #004881;
margin: 0;
padding: 0;
text-transform: uppercase;
}
	
	
.subnav a:hover, .subnav a:active {
	font: Helvetica, Arial, sans-serif;
	color: #004881;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}

.subnav span {
	display: block;
	padding: 9px 10px 3px 25px;
	margin: 0;
	}

.sub_content_right {
	width: 628px;
	padding: 0;
	margin: 0;
	vertical-align: top;
	}

.sub_content_right_wrap {
	border-left: 1px solid #e0e0e0;
	padding: 0 0 0 24px;
	line-height: 18px;
	}

.sub_content_right_wrap h1 {
	font-size: 16px;
	padding-bottom:0;
	}

.sub_content_right_wrap h2 {
	font-size: 14px;
	padding-bottom: 8px;
	color: #8c8b8b;
	padding-bottom: 6px;
	}

div .LinkDiv a:link, div .LinkDiv a:visited
{
	padding-left:25px;
	padding-bottom: 8px;
	text-decoration: none;
	
}
div .LinkDiv a:hover, div .LinkDiv a:active
{
	padding-left:25px;
	padding-bottom: 8px;
	text-decoration: underline;
}
div .LinkDivon a:link, div .LinkDivon a:visited, div .LinkDivon a:hover, div .LinkDivon a:active
{
	padding-left:25px;
	padding-bottom: 8px;
	text-decoration: underline;
}

.tertiaryNav {
	padding-bottom: 4px;
	}


div .tertiaryNav a.tertiaryNav:link, div .tertiaryNav a.tertiaryNav:visited
 {
	padding-left:40px;
	color: #8c8b8b;
	text-decoration: none;
 }
 div .tertiaryNav a.tertiaryNav:hover, div .tertiaryNav a.tertiaryNav:active 
 {
 	padding-left:40px;
	color: #8c8b8b;
	text-decoration: underline; 
 }
	
div .tertiaryNav a.tertiaryNavOn:link, .tertiaryNav a.tertiaryNavOn:visited, .tertiaryNav a.tertiaryNavOn:hover, .tertiaryNav a.tertiaryNavOn:active
{
	padding-left:40px;
	text-decoration: underline;
	color: #8c8b8b;
}

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
{
	
}

.newcontent {
padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}

.newcontent p {
font-size: 12px;
color: #333333;
}