/* -------------------------- <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: 11px;
	text-decoration: none;
	color: #000;
	background: url(images/bg.jpg) top left repeat-x #6a1831;
	}

.body {
	font-family: Verdana, 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: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	border: none;
	}
	
h1 {
	font-weight: normal;
	font-size: 14px;
	color: #280913;
	padding: 12px 0 12px 0;
	margin: 0;
	}

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: #551428;
	}
	
a:hover, a:active {
	text-decoration: none;
	color: #551428;
	}

/* ----------------------- <genClasses> --------------------------- */
.wrap {
	width: 926px;
	margin: 0 auto;
	}

.banner {
	margin-top: 10px;
	}

.nav_sub {
	width: 207px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.nav_sub * {
	padding: 0px;
	margin: 0px;
	}

.footer {
	background: url(images/bg_home_footer.jpg) top left no-repeat;
	width: 707px;
	margin: 0;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 0;
	}

.footer p {
	text-align: center;
	font-size: 9px;
	color: #fff;
	padding-top: 10px;
	}

.footer a:link, .footer a:visited {
	text-align: center;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
	}

.footer a:hover, .footer a:active {
	text-align: center;
	font-size: 9px;
	color: #fff;
	text-decoration: underline;
	}

.footer_left {
	width: 470px;
	float: left;
	}

.footer_left p {
	font-size: 10px;
	color: #fff;
	padding: 0 10px;
	text-align: left;
	}

.footer_right {
	width: 237px;
	float: right;
	}

/* ----------------------- <Home> --------------------------- */
.home_wrap {
	width: 707px;
	background: url(images/bg_home_body_tile.jpg) top left repeat-y;
	margin: 10px 0 0 10px;
	}

.home_content {
	padding: 0 40px 10px 80px;
	}

.home_content p {
	padding-bottom: 10px;
	line-height: 18px;
	}

.home_content a:link, .home_content a:visited, .home_content a:hover, .home_content a:active{
	font-weight: bold;
	}

.home_content img {
	padding: 10px;
	}

/* ----------------------- <Sub> --------------------------- */
.sub_wrap {
	background: url(images/bg_sub_body_top.jpg) top left no-repeat;
	}

.sub_content {
	padding: 30px 40px 10px 80px;
	}

.sub_content p {
	font-size: 10px;
	padding-bottom: 10px;
	line-height: 18px;
	}

.sub_content h1 {
	font-weight: bold;
	color: #280913;
	}

.sub_content h2 {
	font-size: 23px;
	color: #fff;
	text-transform: none;
	padding-bottom: 20px;
	}

.sub_content img {
	padding: 10px;
	}

.sub_content a:link, .sub_content a:visited, .sub_content a:hover, .sub_content a:active{
	font-weight: bold;
	color: #0675b7;
	}

hr {
	margin-top: 10px;
	}
	

.mainNavDropDown {
    background: #fffdd7;
    padding: 10px 0px 0px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    color: #716b3b;
    border: 1px solid #716b3b;
    padding: 0;
	margin: 0;
	}

.mainNavDropDown_item,
.mainNavDropDown_item_hover
{
    border-bottom: 1px solid #D1CA84;
}

.mainNavDropDown_item,
.mainNavDropDown_item a,
.mainNavDropDown_item a:visited /* requird by IE6 to override ancestors. */
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #716b3b;
    text-decoration: none;
    height: 23px;
    width: 20em;
    padding: 10px 5px;
}

.mainNavDropDown_item_hover,
.mainNavDropDown_item_hover a,
.mainNavDropDown_item_hover a:visited, /* requird by IE6 to override ancestors. */
.mainNavDropDown_item_hover a:hover, /* requird by IE6 to override ancestors. */
.mainNavDropDown_item_hover a:active /* requird by IE6 to override ancestors. */
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #a23354;
    text-decoration: none;
    height: 23px;
    width: 20em;
    padding: 10px 5px;
}
/*.staticMenu td
{
    display: none;
}

.staticMenuItem
{
    display: table-cell;
}
.staticMenuItem td
{
    display: table-cell;
}*/
