/* -------------------------- <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: 
	- 8/01/08 :: JRH

-------------------------- </revisions> --------------------------- */

/***** Global Settings *****/

img, .content_left_bottom, .content_left, .footer, .content_right_bottom_left, .content_right_bottom_right, .subnav, .content_right, div { behavior: url(/iepngfix.htc) }

html, body {
	border: 0;
	margin: 0;
	padding: 0;
	}

body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	color: #000;
	background: url(images/bg.jpg) top left repeat-x #bfaa80;
	}
	
/***** Headings *****/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	}

/***** Common Formatting *****/

p {
	margin: 0;
	padding: 0;
	}

ul, ol {
	padding: 0 0 20px 20px;
	}

blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
	}

small {
	font-size: 0.85em;
	}

img {
	border: none;
	}

table {
	border: 0;
	margin: 0;
	padding: 0;
	}

/***** Links *****/

a:link, a:visited {
	text-decoration: underline;
	color: #14502e;
	}

a:hover, a:active {
	text-decoration: none;
	color: #14502e;
	}

a { outline: none; }

/***** Forms *****/

form {
	margin: 0;
	padding: 0;
	display: inline;
	}

input, select, textarea {
	font: 1em Georgia, "Times New Roman", Times, serif;
	}

textarea {
	width: 100%;
	line-height: 1.25;
	}

label {
	cursor: pointer;
	}

/***** Wrapper *****/
.wrap {
	width: 960px;
	margin: 0 auto;
	}

/***** Global Classes *****/

.clear         { clear: both; }
.float-left    { float: left; }
.float-right   { float: right; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0; }
.noindent      { margin-left: 0; padding-left: 0; }
.nobullet      { list-style: none; list-style-image: none; }



.wrap {
	width: 890px;
	margin: 0 auto;
	background: url(images/bg_wrap.jpg) top left no-repeat;
	min-height: 300px;
	}

.container {
	width: 840px;
	margin: 0 auto;
	}

.header {
	background: url(images/bg_header.jpg) top right no-repeat;	
	}

.main_nav {
	background: url(images/bg_main_nav_tile.jpg) top left repeat-x;
	text-align: right;
	 padding-left:190px;
	}

/*Body*/
.content_wrap {
	background: url(images/bg_body_tile.jpg) top left repeat-y;	
	width: 840px;
	}

.content {
	background: url(images/bg_body_dropshadow.jpg) top left no-repeat;
	width: 840px;
	display: table;
	}

/*Left Content*/
.content_left_wrap {
	float: left;
	display: inline;
	width: 248px;
	}

.content_left {
	background: url(images/bg_left.jpg) top left no-repeat;
	min-height: 268px;
	padding: 25px 20px 43px 29px;
	}

.content_left h1 {
	font-size: 15px;
	padding-bottom: 8px;
	}

.content_left h2 {
	font-size: 11px;
	padding-bottom: 8px;
	}

.content_left_bottom {
	background: url(images/bg_left_divider.png) top left no-repeat;
	padding: 26px 0 0 0;
	margin-top: 20px;
	}

.subnav a:link, .subnav a:visited {
	display: block;
	padding: 0 0 7px 24px;
	background: none;
	text-decoration: none;
	font-size: 13px;
	color: #000;
	}

.subnav a:hover, .subnav a:active {
	display: block;
	padding: 0 0 7px 24px;
	background: none;
	text-decoration: underline;
	font-size: 13px;
	background: url(images/bg_subnav.png) 3px 5px no-repeat;
	color: #000;
	}

/*Right Content*/

.content_right {
	float: left;
	display: inline;
	width: 592px;
	}

.content_right h1 {
	color: #14502e;
	font-size: 15px;
	padding-bottom: 8px;
	}

.content_right h2 {
	color: #14502e;
	font-size: 14px;
	padding-bottom: 7px;
	}

.content_right h3 {
	color: #14502e;
	font-size: 13px;
	padding-bottom: 6px;
	}

.content_right h4 {
	color: #14502e;
	font-size: 12px;
	padding-bottom: 5px;
	}

.content_right h5 {
	color: #14502e;
	font-size: 11px;
	padding-bottom: 4px;
	}

.content_right h6 {
	color: #14502e;
	font-size: 10px;
	padding-bottom: 3px;
	}

.content_right_top {
	padding: 25px 23px 23px 26px;
	min-height: 116px;
	display: block;
	}

.content_right_bottom_wrap {	
	background: url(images/bg_right_tile.jpg) top left repeat-y;
	min-height: 222px;	
	clear: both;
	}

.content_right_bottom_container {
	background: url(images/bg_dotted_horiz.gif) 26px top no-repeat;
	padding: 25px 23px 23px 26px;	
	}

.content_right_bottom {
	background: url(images/bg_bottom_div.gif) 264px top repeat-y;
	width: 525px;
	display: table;
	}
	
.content_right_bottom_left {
	float: left;
	width: 232px;
	padding: 0 33px 0 0;
	display: inline-block;
	}

.content_right_bottom_right {
	float: left;
	width: 229px;
	padding: 0 0 0 31px;
	display: inline-block;
	}

/*Footer*/
.footer {
	background: url(images/bg_footer.png) top left no-repeat;
	display: table;
	width: 840px;
	padding-top: 55px;
	font-size: 10px;
	color: #6e582c;
	clear: both;
	margin: 0 auto;
	}

.footer_sub {
	background: url(images/bg_footer_sub.png) top left no-repeat;
	display: table;
	width: 840px;
	padding-top: 55px;
	font-size: 10px;
	color: #6e582c;
	clear: both;
	margin: 0 auto;
	}

.footer_logo_one {
	float: left;
	margin-left: 195px;
	display: inline;
	}

.footer_links
{
    text-align:center;
}
	
.footer_links a:link, .footer_links a:visited
{
    text-decoration:none;
    color:#6E582C;
    font-size:10px;
}
.footer_links a:hover, .footer_links a:active 
{
    text-decoration:underline;
    color:#6E582C;
    font-size:10px;
}
	
.footer_text {
	float: left;
	margin-left: 27px;
	display: inline;
	}
	

.footer_logo_two {
	float: left;
	margin-left: 25px;
	display: inline;
	}

.footer_logo_three {
	float: left;
	clear: both;
	width: 840px;
	text-align: center;
	}	
	
/*Drop Down Nav*/	
.mainNavDropDown_item {
	background: #d5c4a1;
    text-align: left;
	width: 175px;
	height: 25px;
	}

.mainNavDropDown_item a:link,
.mainNavDropDown_item a:visited,
.mainNavDropDown_item a:hover,
.mainNavDropDown_item a:active
{
    font: normal 12px Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
    color: #572700; 
    cursor: hand;
    padding-left: 10px;
}

.mainNavDropDown_item_hover {
    background: #e7dbb9;
	text-align: left;
	width: 175px;	
	height: 25px;
	padding-left: 10px;
	}
	

.mainNavDropDown_item_hover a:link,
.mainNavDropDown_item_hover a:visited,
.mainNavDropDown_item_hover a:hover,
.mainNavDropDown_item_hover a:active
{
    font: normal 12px Georgia, "Times New Roman", Times, serif;
    text-decoration: none;	
    color: #fff; 
    cursor: hand;
}	
	
	
	


/* ----------------------- <imgRollOver> --------------------------- */

.imageSwap {
	
	}

.imageSwap a:link, .imageSwap a:visited {
	display: block;
	padding: 0 0 7px 24px;
	background: none;
	text-decoration: none;
	font-size: 13px;
	color: #000;
	}

.imageSwap a:hover, .imageSwap a:active {
	display: block;
	padding: 0 0 7px 24px;
	background: none;
	text-decoration: underline;
	font-size: 13px;
	background: url(images/bg_subnav.png) 3px 5px no-repeat;
	color: #000;
	}

.imageSwap span {

	}

div .LinkDiv a:link, div .LinkDiv a:visited
{
	display: block;
	padding: 0 0 7px 24px;
	background: none;
	text-decoration: none;
	font-size: 13px;
	color: #000;

}
 div .LinkDiv a:hover, div .LinkDiv a:active
 {
	display: block;
	padding: 0 0 7px 24px;
	background: none;
	text-decoration: underline;
	font-size: 13px;
	background: url(images/bg_subnav.png) 3px 5px no-repeat;
	color: #000;
 
 }
div .LinkDivon a:link, div .LinkDivon a:visited, div .LinkDivon a:hover, div .LinkDivon a:active
{
	display: block;
	padding: 0 0 7px 24px;
	background: none;
	text-decoration: underline;
	font-size: 13px;
	background: url(images/bg_subnav.png) 3px 5px no-repeat;
	color: #000;
}

.tertiaryNav {
	
	}


div .tertiaryNav a.tertiaryNav:link, div .tertiaryNav a.tertiaryNav:visited
 {
    display: block;
	padding: 0 0 7px 32px;
	background: none;
	text-decoration: none;
	font-size: 13px;
	color: #000;
 }
 div .tertiaryNav a.tertiaryNav:hover, div .tertiaryNav a.tertiaryNav:active 
 {
	display: block;
	padding: 0 0 7px 32px;
	background: none;
	text-decoration: underline;
	font-size: 13px;
	background: url(images/bg_subnav.png) 11px 5px no-repeat;
	color: #000;

 }
	
div .tertiaryNav a.tertiaryNavOn:link, .tertiaryNav a.tertiaryNavOn:visited, .tertiaryNav a.tertiaryNavOn:hover, .tertiaryNav a.tertiaryNavOn:active
{
	display: block;
	padding: 0 0 7px 32px;
	background: none;
	text-decoration: underline;
	font-size: 13px;
	background: url(images/bg_subnav.png) 11px 5px no-repeat;
	color: #000;
}

.quaternaryNav {
	
	}
	
div.quaternaryNav a.quaternaryNav:link, div.quaternaryNav a.quaternaryNav:visited 
{
    display: block;
	padding: 0 0 7px 40px;
	background: none;
	text-decoration: none;
	font-size: 13px;
	color: #000;
}

div.quaternaryNav a.quaternaryNav:hover, div.quaternaryNav a.quaternaryNav:active 
{
	display: block;
	padding: 0 0 7px 40px;
	background: none;
	text-decoration: underline;
	font-size: 13px;
	background: url(images/bg_subnav.png) 18px 5px no-repeat;
	color: #000;
	
}
	
.quaternaryNav a.quaternaryNavOn:link, .quaternaryNav a.quaternaryNavOn:visited, .quaternaryNav a.quaternaryNavOn:hover, .quaternaryNav a.quaternaryNavOn:active
{
	display: block;
	padding: 0 0 7px 32px;
	background: none;
	text-decoration: underline;
	font-size: 13px;
	background: url(images/bg_subnav.png) 3px 5px no-repeat;
	color: #000;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	