﻿/* -------------------------- <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> --------------------------- */

html,body {
width:100%;
height:100%;
}

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background:#000000;
	color: #000;
	}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	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: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height:22px;
	text-decoration: none;
	color: #000;
	border: none;
	}
	
h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	color: #000;
	padding: 0px 0px 5px 0px;
	margin: 0;
	/*text-transform: uppercase;  Optional */
	}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding: 0;
	margin: 0;
	}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	padding: 0;
	margin: 0;
	}

p {
	margin: 0;
	padding: 0;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: blue;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: blue;
	}
	

/* ----------------------- <genClasses> --------------------------- */
table.bnr{
width:100%;
margin: 0 auto;
padding: 0px;
height:195px;
vertical-align:top;
background:url(images/Bnr_bg.gif) repeat-x top left;
}

.bnrContent{
	width:971px;
	height:195px;
	vertical-align:top;
	margin: 0 auto;
	padding: 0px;
	}

.bnrNav{
	height:51px;
	}

table.contentarea{
width:100%;
margin: 0 auto;
padding:0px;
background:#d6d0ae;
}

.content{
width:971px;
margin: 0 auto;
background:#d6d0ae;
}

.hme_contentLeft{
width:573px;
}

.hme_contentLeft p{
line-height: 1.25em !important;
margin-bottom: 10px;
}

#home_content{
	width: 513px;
	padding: 10px 30px 20px 30px;
}

.cta{
	width: 275px;
	margin-left: 10px;
	float: left;
	height: 60px;
	margin-bottom: 15px;
	}
.cta img, .cta h2, .cta p {float: left;}

.cta img{ margin: 3px 5px 0px 0px; border: 1px solid #000;}
.cta h2 {font-size: 13px;}
.cta h2 a{font-size: 13px; color: #000;	font-family:"Times New Roman", Times, serif; font-weight: bold;}
.cta p{ width: 180px; font-size: 11px;}

.hme_contentRight{
width:458px;
margin: 0 auto;
}

.sub_contentMid{
/*width:489px;*/
padding: 40px 30px 40px 30px;
}

.sub_contentRight{
/*width:263px;*/
margin: 0 auto;
    text-align: right;
}

.footer
{
    /*width:100%;*/
    /*margin: 0 auto;*/
    background: url(images/Ftr_bg.gif) repeat-x;
    height: 90px;
}

.ftrContent
{
    width: 997px;
}

.ftrContentDiv
{
    float: left;
}

/* SubNav */
.sub_navLeft
{
    width: 219px;
    background: url(images/sub_nav_bg.jpg) top left no-repeat;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}
/* ----------------------- </genClasses> --------------------------- */

/* ----------------------- <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;
	font:  bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	width: 219px;
	height: 40px;
	margin: 0;
	padding: 0;
	}

.imageSwap a:hover, .imageSwap a:active {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ad922b;
	text-decoration: none;
	width: 219px;
	height: 40px;
	margin: 0;
	padding: 0;
	}

/* this positions the text within the cell. must use a p tag around the dynamic text */

.imageSwap span {
	display: block;
	padding: 8px 3px 3px 60px;
	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;}	
	
/* Templates */
/* SubNavMenu */
.DropDownNav, .DropDownNavHover
{
	width: 150px;
	padding: 5px 10px 5px 0px;
}

.DropDownNav
{	
	background-color: #D6D0AE;
}

.DropDownNavHover
{
	background-color: #F1EFE3;
	
}

.DropDownNavHover td
{
	color: #000000;
}

.DropDownNavHover a, .DropDownNav a
{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 5px;
}

.DropDownNavHover a:hover
{
	color: #000000;
}

.DropDownNavHover a
{
	color: #AD922B;	
}

.DropDownNav a
{
	color: #000000;
}

.subNavMenu_StaticMenuItem a:link, .subNavMenu_StaticMenuItem a:visited
{
	/*display: block;*/
	font:  bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	width: 219px;
	height: 40px;
	margin: 0;
	padding: 0;
}

.subNavMenu_StaticMenuItem a:hover, .subNavMenu_StaticMenuItem a:active
{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #AD922B;
	text-decoration: none;
	width: 219px;
	height: 40px;
	margin: 0;
	padding: 0;
}

.subNavMenu_StaticMenuItem span
{
	display: block;
	padding: 8px 3px 3px 60px;
	margin: 0;
}

.tertiaryNav
{
    padding-left: 20px;
}

/* Banner */
.requestDiv
{
    background-image: url(Images/Bnr_Request_BG.gif);
    height: 39px;
    padding-top: 46px;
    text-align: center;
    vertical-align: bottom;
    width: 254px;
}

/* Misc */
/* Modules */
.calendarButton
{
    cursor: hand;
}

.container
{
    background-color: #E6E4CF;
    border: solid 1px #999999;
    margin: auto;
    padding: 3px;
}

.button 
{
    cursor: hand;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	width: 150px;
	margin: 0;
	padding: 3px 4px;
	background: #e6e4cf;
	border: 1px solid #999;
}

.errorText
{
    color: #FF0000;
}

.labelText
{
    background-color: #E6E4CF;
    border: solid 1px #999999;
	color: #000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	text-align: right;
	width: 150px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.listAltRow
{
    background-color: #E6E4CF;
}

.valueText
{
    font-weight: bold;
}

	/* --------------------- Contact Us form styling
------------------------------------------------------------- */

.contactUs span {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
	}

.contactUs .field {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
	width: 150px;
	margin: 0;
	padding: 0;

	}

/* Careers */
.careers caption
{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
}

.careers .gridView
{
    background-color: #E6E4CF;
    border: solid 1px #999999;
}

/* KeyotiSearch */
.keyotiSearch_KeywordsTextBox
{
    font-size: 10px;
}

.keyotiSearch_SearchButton
{
    cursor: hand;
    font-size: 10px;
    font-weight: bold;
}

/* WebEvents */
/* CalendarView */
.WebEvents .eventName
{
    font-weight: bold;
}

.WebEvents .listRow
{
    background-color: #E6E4CF;
    border: solid 1px #999999;
    padding: 3px;
}

.WebEvents .EventsView
{
    margin-left: 50px;
}

.WebEvents .HeaderRow td
{
    font-weight: bold;
}

/* EventAction */
.WebEvents .calendarButton
{
    cursor: hand;
}

/* QuoteRequestForms */
.quoteRequestForm
{
    width: 752px;
}

.quoteRequestForm .labelText
{
    padding: 2px;
}

.cleanBar
{
    background-color: #777;
    height: 5px;
}

.steppedBar
{
    background-color: #000;
    height: 5px;
}

.currentStep
{
    color: #5C0000;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

.stepLabelTD
{
    text-align: center;
    vertical-align: bottom;
}

.quoteRequestForm .gridView_HeaderStyle th
{
    font-weight: bold;
    text-align: left;
}

.rightAligned
{
    text-align: right;
}

.hidden
{
    visibility: hidden;
}

.visible
{
    visibility: visible;
}

.copyright
{
    color: #FFF;
    font-size: 11px;
    text-align: right;
}

.copyright a:link, .copyright a:hover, .copyright a:active, .copyright a:visited
{
    color: #FFF;
    font-size: 11px;
}

/* Glossary */
.glossary .colorBox {
	/*background: #E6E4CF;*/
	padding:20px;
	width:90%;
	}

