/* 

Bayshore Solutions CSS Standard 

All non-general elements should be specified in their respective sections
and labeled appropriatly according to Design Standards Guide.

*/

/* ------------------------------------------------------------------------ */
/* GENERAL ELEMENTS - BEGIN */


/* Content Manager Style */
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #003862;
	background: #FFF;
	padding: 0;
	margin: 0;
	}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #003862;
	border: none;
	background: url(images/body_tile.gif) #175686;
	padding: 0;
	margin: 0;
	}

p, table, th, tr, td, h1, h2, h3, img, span, a, a:visited, a:hover, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #003862;
	border: none;
	}
	
h1 {
	font-weight: normal;
	font-size: 14px;
	color: #003862;
	padding: 0;
	margin: 0;
	text-transform: uppercase; /* Optional */
	}

h2 {
	font-weight: normal;
	font-size: 12px;
	color: #003862;
	padding: 0;
	margin: 0;
	text-transform: uppercase; /* Optional */
	}

h3 {
	font-weight: normal;
	font-size: 11px;
	color: #003862;
	padding: 0;
	margin: 0;
	text-transform: uppercase; /* Optional */
	}

p {
	margin: 10px 0 0 0;
	padding: 0;
	}
	
a, a:visited {
	text-decoration: none;
	color: blue;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: blue;
	}

li 
	{
	padding: 0;
	margin: 0;
	color: #003862;
	}

ul
	{
	padding: 0;
	color: #003862;
	}	

/* GENERAL ELEMENTS - END */


.bnr_back_horizontal {
	background: url(images/bnr_tile.gif) top repeat-x;
	width: 100%;
	}

.bnr_top {
	color: #003862;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.bnr_nav_text {
	font-family:Verdana,Sans-Serif; 
	font-weight: bold;
	font-size:11px; 
	text-decoration: none;
	color: #003862;
	height: 26px;
	text-align: right;
	vertical-align: bottom;
	}

.bnr_nav_text a:link, .bnr_nav_text a:visited {
	font-family:Verdana,Sans-Serif; 
	font-weight: bold;
	font-size:11px;
	color: #003862;
	text-decoration: underline;
	}
	
.bnr_nav_text a:hover, .bnr_nav_text a:active {
	font-family:Verdana,Sans-Serif; 
	font-weight: bold;
	font-size:11px;
	color: #003862;
	text-decoration: none;
	}

.bnr_slogan {
	height: 88px;
	text-align: right;
	vertical-align: bottom;
	}

.bnr_nav {
	height: 35px;
	text-align: right;
	vertical-align: bottom;
	}

	
.bnr_input {
	background-color: #E7E2D2;
	border: 1px solid #A6A294;
	width: 134px;
	height: 14px;
	font-size: 10px;
	}
	

.home_sideBar {
	width: 199px;
	background-color: #FDFCED;
	vertical-align: top;
	}

.home_sideBar td {
	height: 49px;
	padding-left: 10px;
	}
	
.home_sideBar .blue {
	background-color: #ECF0F8;
	}

.home_search td {
	height: 49px;
	padding-left: 0px;
	}

.home_search .input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #FFF;
	border: solid 1px #003862;
	width: 124px;
	height: 21px;
	padding: 3px;
	}

.body_table {
	background-color: #FFF;
	width: 750px;
	}

.home_body {
	background-color: #FFF;
	padding: 25px;
	vertical-align: top;
	}
	
.home_body p {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003862;
	}

.home_news {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003862;
	}

.home_news .headline {
	}

.home_news .date {
	font-weight: bold;
	font-style: italic;
	}

.home_news p {
	margin: 0 0 0 10px;
	padding: 0;
	}

.home_news a:link, .home_news a:visited {
	font-family:Verdana,Sans-Serif; 
	font-weight: normal;
	font-size:11px; 
	text-decoration: underline;
	color: #000;
	}
	
.home_news a:hover, .home_news a:active {
	font-family:Verdana,Sans-Serif; 
	font-weight: normal;
	font-size:11px; 
	text-decoration: none;
	color: #000;
	}



.body_bar {	
	background: url(images/body_bar.gif) repeat-x;
	height: 8px;
	}

.footer {
	height: 34px;
	background-color: #01365E;
	font-family:Verdana,Sans-Serif; 
	font-size: 10px; 
	color: #FFF;
	padding: 0 16px 0 16px;
	}

.footer a:link, .footer a:visited {
	font-family:Verdana,Sans-Serif; 
	font-weight: normal;
	font-size:10px; 
	text-decoration: none;
	color: #FFF;
	}
	
.footer a:hover, .footer a:active {
	font-family:Verdana,Sans-Serif; 
	font-weight: normal;
	font-size:10px; 
	text-decoration: underline;
	color: #FFF;
	}
	

/* -------------------------- subpage --------------------------- */


.sub_sideBar {
	width: 199px;
	background-color: #ECF0F8;
	vertical-align: top;
	}

.sub_sideBar td {
	padding-left: 10px;
	}
	
.sub_sideBar .blue {
	background-color: #ECF0F8;
	}

.sub_body {
	background-color: #FEFCEF;
	padding: 25px;
	}	

.sub_search td {
	height: 49px;
	padding-left: 0px;
	}

.sub_search .input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #FFF;
	border: solid 1px #003862;
	width: 124px;
	height: 21px;
	padding: 3px;
	}


.sub_inactive {
	background: url(images/sub_leftCol_nav_off.jpg) top repeat-y;
	width: 199px;
	}

.sub_active {
	background: url(images/sub_leftCol_nav_on.gif) top no-repeat #FFF;
	width: 199px;
	}

.sub_inactive p {
	padding: 0px 0 10px 30px;
	}

.sub_active p {
	padding: 0px 0 10px 30px;
	}

.sub_inactive a, .sub_inactive a:visited {
	font-weight: bold;
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.sub_inactive a:hover, .sub_inactive a:active {
	font-weight: bold;
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.sub_active a, .sub_active a:visited {
	font-weight: bold;
	color: #04355D;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.sub_active .on, .sub_active a:hover, .sub_active a:active {
	font-weight: bold;
	color: #04355D;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


.clsVerdana_8{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8px;}
.clsVerdana_9{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px;}
.clsVerdana_10{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
.clsVerdana_11{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
.clsVerdana_12{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
.clsVerdana_13{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;}
.clsVerdana_14{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px;}
.clsVerdana_16{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px;}