﻿/* -------------------------- <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: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	background: url(images/bg.jpg) top left repeat-x #cf2917;
	}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	border: none;
	padding: 0;
	margin: 0;
	background: url(images/bg.jpg) top left repeat-x #cf2917;
	}
	
p, table, th, tr, td, h1, h2, h3, img, a:link, a:visited, a:hover, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	border: none;
	}
	
h1 {
	font-weight: normal;
	font-size: 14px;
	color: #000;
	padding: 0;
	margin: 0;
	text-transform: uppercase; /* Optional */
	}

h2 {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	padding: 0;
	margin: 0;
	text-transform: uppercase; /* Optional */
	}

h3 {
	font-weight: normal;
	font-size: 11px;
	color: #000;
	padding: 0;
	margin: 0;
	text-transform: uppercase; /* Optional */
	}

p {
	margin: 0;
	padding: 0;
	}
	
a:link, a:visited {
	text-decoration: underline;
	color: #fdff5a;
	}
	
a:hover, a:active {
	text-decoration: none;
	color: #fdff5a;
	}

/* ----------------------- <genClasses> --------------------------- */

.footer_line {
	border-top: 1px solid #e38074;
	margin: 30px 0 0 0;
	padding: 0;
	line-height: 0;
	display: block;
	clear: both;
	}

.footer {
	font-size: 9px;
	color: #ff9c3f;
	margin: 0 auto;
	padding: 0;
	display: block;
	padding-top: 8px;
	padding-bottom: 20px;
	display: block;
	clear: both;
	}

.footer p {
	font-size: 9px;
	color: #ff9c3f;
	padding: 0;
	margin: 0;
	}

.footer a:link, .footer a:visited {
	font-size: 9px;
	color: #ff9c3f;
	text-decoration: none;
	padding: 0 4px;
	}

.footer a:hover, .footer a:active {
	font-size: 9px;
	color: #ff9c3f;
	text-decoration: underline;
	padding: 0 4px;
	}

/* ----------------------- <Home> --------------------------- */
.wrapEnglish {
	width: 998px;
	margin: 0 auto;
	background: url(images/bg_wrap.jpg) left 116px no-repeat;
	}

.wrapSpanish {
	width: 998px;
	margin: 0 auto;
	background: url(images/bg_wrap.jpg) left 116px no-repeat;
	min-height: 632px;
	}
	
.content {
	min-height: 680px;
	}

.header {
	background: url(images/bg_hdr.jpg) top left no-repeat;
	height: 116px;
	width: 100%;
	overflow: hidden;
	}

.navigation {
	padding-left: 226px;
	}

.login_area table tr td {
	font-size: 9px;
	vertical-align: middle;
	padding: 5px 2px;
	}

.login_area table tr td input {
	margin: 0;
	padding: 0;
	width: 76px;
	font-size: 9px;
	}

.content_home_left {
	/*min-height: 516px;*/
	width: 858px;
	vertical-align: top;
	}

.content_home_right {
	width: 141px;
	vertical-align: top;
	}

.content_home_top {
	height: 258px;
	}

.content_home_col_one {
	/*width: 306px;*/
	width: 229px;
	height: 208px;
	padding: 0 30px 0 47px;
	text-align: center;
	overflow: hidden;
	}

.content_home_col_one_btn {
	width: 166px;
	padding: 0 0 0 63px;
	}

.content_home_col_two {
	/*width: 272px;*/
	width: 226px;
	height: 208px;
	padding: 0 30px 0 16px;
	text-align: center;
	overflow: hidden;
	}

.content_home_col_two_btn {
	/*width: 226px;*/
	width: 194px;
	padding: 0 0 0 32px;
	}

.content_home_col_three {
	/*width: 275px;*/
	width: 220px;
	height: 208px;
	padding: 0 30px 0 16px;
	text-align: center;
	overflow: hidden;
	}

.content_home_col_three_btn {
	padding: 0 0 0 34px;
	}

.ad_top_placement {
	vertical-align: top;
	padding-top: 10px;
	text-align: right;
	}

.ads_home_bottom_section_one {
	margin: 60px 56px 0 70px;
	width: 731px;
	display: block;
	}

.ads_home_bottom_section_two {
	margin: 46px 56px 0 70px;
	width: 731px;
	display: block;
	}

.ads_bottom_section_one {
	/*min-height: 150px;*/
	width: 731px;
	padding-top: 35px;
	padding-bottom: 30px;
	padding-left: 45px;
	}

.ads_bottom_section_two {
	width: 731px;
	padding-left: 45px;
	}
.ads_right {
	/*width: 120px;*/
	height: 100%;
	padding-top: 20px;
	} 
	
	
.ad_top_header {
    width: 998px;
    margin: 0 auto;
    text-align: center;
    background: url(images/bg_ad_top_header.jpg) -15px top no-repeat;
    }



/* ----------------------- <Sub> --------------------------- */

.wrap_sub {
	width: 998px;
	margin: 0 auto;
	background: url(images/bg_wrap_sub.jpg) left 142px no-repeat;
	min-height: 632px;
	}
	
.content_sub {
	min-height: 680px;
	}

.header_sub {
	background: url(images/bg_hdr_sub.jpg) top left no-repeat;
	height: 142px;
	width: 100%;
	overflow: hidden;
	}

.navigation_sub_header {
	text-align: right;
	/*padding-left: 137px;*/	
	}

.navigation_sub {
	padding-left: 186px;
	}

.login_area_sub table tr td {
	font-size: 9px;
	vertical-align: middle;
	padding: 5px 2px;
	}

.login_area_sub table tr td input {
	margin: 0;
	padding: 0;
	width: 76px;
	font-size: 9px;
	}

.content_sub_left {
	min-height: 516px;
	width: 858px;
	vertical-align: top;
	line-height: 18px;
	}

.content_sub_right {
	min-height: 516px;
	width: 141px;
	vertical-align: top;
	}

.sub_content_wrap {
	padding: 42px 40px 10px 40px;
	}

.divider_line {
	padding: 10px 0 10px 0;
	}

.text_body {
	padding: 0 0 22px 14px;
	}

.ads_sub_bottom_wrap {
	background: url(images/bg_ads.gif) top left no-repeat;
	width: 818px;
	margin-left: 24px;
	}

.ads_sub_bottom_section_one {
	width: 731px;
	padding-top: 35px;
	padding-bottom: 30px;
	padding-left: 45px;
	display: block;
	}

.ads_sub_bottom_section_two {
	width: 731px;
	padding-left: 45px;
	display: block;
	}
/*
.ads_sub_bottom_section_one {
	padding: 42px 42px 0 42px;
	height: 150px;
	width: 731px;
	overflow: hidden;
	}

.ads_sub_bottom_section_two {
	padding: 36px 42px 0 42px;
	width: 731px;
	}*/


/* ----------------------- <imgRollOver> --------------------------- */
/* this is the super-duper "rollOver" technique for 
creating dynamic subnavs with the same background images 7/31/06 */

/* <table cellpadding="0" cellspacing="0" border="0" class="imageSwap">
    <tr>
        <td><a href="#" ><span>Lorem Ipsum 1</span></a>
			<a href="#" ><span>Lorem Ipsum 2</span></a>
			<a href="#" ><span>Lorem Ipsum 3</span></a>
			<a href="#" ><span>Lorem Ipsum 4</span></a>
			<a href="#" ><span>Lorem Ipsum 5</span></a>
			<a href="#" ><span>Lorem Ipsum 6</span></a></td>
    </tr>
    </table> the HTML code to make this work */

.imageSwap a:link, .imageSwap a:visited {
	display: block;
	background: url(images/sample.jpg) no-repeat;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	width: 190px;
	height: 30px;
	margin: 0;
	padding: 0;
	}

.imageSwap a:hover, .imageSwap a:active {
	background: url(images/sample.jpg) no-repeat;
	background-position: -190px 0; /* this shifts the image over to the left "x-pos y-pos" */
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	width: 190px;
	height: 30px;
	margin: 0;
	padding: 0;
	}

/* this positions the text within the cell. must use a p tag around the dynamic text */

.imageSwap span {
	display: block;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 8px 3px 3px 30px;
	margin: 0;
	}
	
/* ----------------------- </imgRollOver> --------------------------- */

/* Content Manager - Text Class Options */

.clsArial_8{font-family:Arial, Helvetica, sans-serif; font-size:8px;}
.clsArial_10{font-family:Arial, Helvetica, sans-serif; font-size:10px;}
.clsArial_12{font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.clsArial_14{font-family:Arial, Helvetica, sans-serif; font-size:14px;}
.clsArial_16{font-family:Arial, Helvetica, sans-serif; font-size:16px;}
.clsArial_24{font-family:Arial, Helvetica, sans-serif; font-size:24px;}


.clsGaramond_8{font-family:Garamond, serif; font-size:8px;}
.clsGaramond_10{font-family:Garamond, serif; font-size:10px;}
.clsGaramond_12{font-family:Garamond, serif; font-size:12px;}
.clsGaramond_14{font-family:Garamond, serif; font-size:14px;}
.clsGaramond_16{font-family:Garamond, serif; font-size:16px;}
.clsGaramond_24{font-family:Garamond, serif; font-size:24px;}

.clsTimes_8{font-family:Times New Roman, Times, serif; font-size:8px;}
.clsTimes_10{font-family:Times New Roman, Times, serif; font-size:10px;}
.clsTimes_12{font-family:Times New Roman, Times, serif; font-size:12px;}
.clsTimes_14{font-family:Times New Roman, Times, serif; font-size:14px;}
.clsTimes_16{font-family:Times New Roman, Times, serif; font-size:16px;}
.clsTimes_24{font-family:Times New Roman, Times, serif; font-size:24px;}

.clsVerdana_8{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8px;}
.clsVerdana_10{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
.clsVerdana_12{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
.clsVerdana_14{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px;}
.clsVerdana_16{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px;}
.clsVerdana_24{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:24px;}	
	
/*advertisements*/

.advertisements {
	width: 728px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	}

.advertisements .advertisements_section {
	padding: 0 0 20px 0;
	}
