/* -------------------------- <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: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	border: none;
	padding: 0;
	margin: 0;
	background: #6e0c74 url(images/home1_1_bg.jpg) repeat-x;
	}

	
p, table, th, tr, td, h1, h2, h3, img, a:link, a:visited, a:hover, a:active {
	font-family: trebuchet ms, verdana,Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	color: #000;
	border: none;
	padding:0px;
	}
	
h1 {
    font-weight: bold;
    font-size: 20px;
    color: #6e587d;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    }

h2 {
    font-weight: bold;
    font-size: 18px;
    color: #6e587d;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    }

h3 {
    font-weight: bold;
    font-size: 16px;
    color: #6e587d;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    }

h4 {
    font-weight: bold;
    font-size: 14px;
    color: #6e587d;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    }

h5 {
    font-weight: bold;
    font-size: 12px;
    color: #6e587d;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    }

h6 {
    font-weight: bold;
    font-size: 10px;
    color: #6e587d;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    }


	
a:link, a:visited {
	text-decoration: underline;
	color:#1b9120;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #000;
	}

/* ----------------------- <genClasses> --------------------------- */
.container{
width:787px;
margin: 0 auto;
background:url(images/hme_container_bg.jpg) repeat-y;
}

td.left{
width:279px;
margin:0;
padding:0;
vertical-align:top;
}


.subnav{
width:279px;
height:392px;
overflow:visible;
background:url(images/sub_nav_bg.jpg) no-repeat;
margin:0;
padding:20px 0px 0px 0px;
vertical-align:top;
}

.contact{
width:240px;
float:left;
margin:0;
padding:10px 0px 0px 30px;
background:url(images/hme_contact_cta_bg.jpg) no-repeat;
text-align:center;
}



td.right{
width:508px;
vertical-align:top;
background:url(images/hme_right_bg.jpg) no-repeat;
}

.search{
width:508px;
height:26px;
}

p{
padding:0px 50px 10px 30px;
font:13px/17px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
p.content{
padding:0px 50px 10px 30px;
font:13px/17px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.copyright_links{

width:787px;
margin:0 auto;
text-align:left;
color:#fff;
padding:5px 0px 20px 5px;
}

a.EmailToFriendLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	/*background-color:Black;*/
	text-decoration:none;
	width:787px;
	margin:0 auto;
	text-align:left;
	color:#fff;
	padding:5px 0px 20px 5px;
}


span.footerlinks
{
	top:0px;
	float:right;
	display:block;
}

.sub_cta 
{
	padding-left: 60px;
	padding-top: 5px;
	margin: 0;
}

/* ----------------------- </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;
	background: url(images/sub_nav_bg.gif) no-repeat;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #6e0c74;
	text-decoration: none;
	width: 279px;
	height: 30px;
	margin: 0;
	padding: 0;
	}

.imageSwap a:hover, .imageSwap a:active, a.subnavselected:visited, a.subnavselected:link {
	background: url(images/sub_nav_bg.gif) no-repeat;
	background-position: -279px 0; /* this shifts the image over to the left "x-pos y-pos" */
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #e39612;
	text-decoration: none;
	width: 279px;
	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;
	text-transform: uppercase;
	padding: 5px 3px 3px 100px;
	margin: 0;
	}

/* Modules */
.WebEvents .container
{
    background-color: #EEEEEE;
    background-image: none;
    margin: auto;
    width: auto;
}

.errorText
{
    color: #FF0000;
}

.labelText
{
    background-color: #EEEEEE;
    border: none;
    color: #000;
    text-align: left;
    font-style: normal;
}

/* WebEvents */
/* CalendarView */
.WebEvents a
{
    color: #000;
    text-decoration: underline;
}

.WebEvents .eventDate
{
    font-style: italic;
}

.WebEvents .eventName
{
    font-weight: bold;
}

.WebEvents .eventsSeparator
{
    height: 6px;
}

.WebEvents .EventsView
{
    margin-left: 50px;
    width: 100%;
}

.WebEvents h1
{
    color: #000;
    font-weight: bold;
    text-transform: none;
}

.WebEvents .HeaderRow td
{
    font-weight: bold;
}

.WebEvents .labelText
{
    white-space: nowrap;
}

.WebEvents .listRow
{
    width: 430px; /* jkeyes 20080208 */
    background-color: #EEEEEE;
    padding: 3px;
}

.WebEvents .readMore a
{
    color: #000;
}

/* Modules */
.errorText
{
    color: #FF0000;
}

/* ShoppingCart */
.shoppingCart .tdSeperator
{
    width: 20px;
}

.shoppingCart .left
{
    white-space: nowrap;
    width: 200px;
}