html 
{ 
    /* always show firefox scrollbar, to prevent horizontal shiftn         comments. */
    overflow:-moz-scrollbars-vertical; 
}

/* "Edit Module" button that appears on the front-end for authorized users. */
.webmodules_editModuleLink,
a.webmodules_editModuleLink,
a.webmodules_editModuleLink:link,
a.webmodules_editModuleLink:visited
{
    background-color: #FFFFA5;
    padding: 1px 2px 2px 2px;
    border: 1px dotted gray;
    position: absolute; /*preserve layout*/
    color: Blue;
}
.webmodules_editModuleLink:hover,
a.webmodules_editModuleLink:hover
{
    color: #00A2FF;
}

/* "Edit Page" button that appears on the front-end for authorized users. */
.webmodules_editPageLink,
a.webmodules_editPageLink,
a.webmodules_editPageLink:link,
a.webmodules_editPageLink:visited
{
    background-color: #FFFFA5;
    padding: 1px 2px 2px 2px;
    border: 1px dotted gray;
    position: absolute; 
    top: 5px;
    left: 5px;
    color: Blue;
}
.webmodules_editPageLink:hover,
a.webmodules_editPageLink:hover
{
    color: #00A2FF;
}

/* sub navigation highlighted/activated style. */
.subnav .on a:link, .subnav .on a:visited, .subnav .on a:hover, .subnav .on a:active
{
	background-color: #00FF00;
}

/******************************************************************************
 main navigation menu. 
******************************************************************************/

.mainNavDropDown
{
    padding: 10px 0px 0px 0px;
}

.mainNavDropDown_item,
.mainNavDropDown_item a,
.mainNavDropDown_item a:visited /* requird by IE6 to override ancestors. */
{
	background-color: #00FF00;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    width: 15em;
    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. */
{
	background-color: #00FF00;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    width: 15em;
    padding: 10px 5px;
}
/* -------------------------- <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;
	}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #014f86;
	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: #014f86;
	border: none;
	}
	
h1 {
	font-weight: bold;
	font-size: 16px;
	color: #014f86;
	padding: 0;
	margin: 0;
	}

h2 {
	font-weight: normal;
	font-size: 15px;
	color: #014f86;
	padding: 0;
	margin: 0;
	}

h3 {
	font-weight: normal;
	font-size: 14px;
	color: #014f86;
	padding: 0;
	margin: 0;
	}

	
h4 {
	font-weight: normal;
	font-size: 13px;
	color: #014f86;
	padding: 0;
	margin: 0;
	}

h5 {
	font-weight: normal;
	font-size: 12px;
	color: #014f86;
	padding: 0;
	margin: 0;
	}

h6 {
	font-weight: normal;
	font-size: 10px;
	color: #014f86;
	padding: 0;
	margin: 0;
	}

p {
	margin: 0;
	padding: 0;
	}
	
a:link, a:visited {
	text-decoration: underline;
	color: #014f86;
	}
	
a:hover, a:active {
	text-decoration: none;
	color: #014f86;
	}

/* ----------------------- <genClasses> --------------------------- */
.wrap {
	width: 914px;
	margin: 0 auto;
	min-height: 393px;
	}

.bg_footer {
	background: url(images/bg_footer_tile.gif) top left repeat-x;
	min-height: 82px;
	margin-top: 35px;
	}

.bg_sub_footer {
	background: url(images/bg_footer_tile.gif) top left repeat-x;
	min-height: 82px;
	margin-top: -13px;
	position: absolute;
	left: 0px;
	right: 0px;	
	}

.footer {
	background: url(images/bg_footer_bss_icon.gif) top center no-repeat;
	font-size: 10px;
	color: #a4a4a4;
	width: 914px;
	margin: 0 auto;
	padding: 0;
	display: block;
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: center;
	}

.footer p {
	font-size: 10px;
	color: #007acb;
	padding: 0 0 5px 0;
	margin: 0;
	}

.footer a:link, .footer a:visited {
	font-size: 10px;
	text-decoration: none;
	}

.footer a:hover, .footer a:active {
	font-size: 10px;
	text-decoration: underline;
	}

p.copyright {
	font-size: 10px;
	color: #748c92;
	}
.SubFooter a:link, .SubFooter a:visited {
    font-size: 9px;
    }
.SubFooter a:hover, .SubFooter a:active {
    font-size: 9px;
    }

/* ----------------------- <Content Home> --------------------------- */
.body_home {
	background: url(images/bg_tile.gif) top left repeat-x #fff;
	}

.banner {
	font-size: 10px;
	color: #a4a4a4;
	padding: 38px 22px 0 18px;
	display: block;
	height: 73px;
	overflow: hidden;
	}

.banner p {
	padding: 0;
	margin: 0;
	}

.banner span {
	padding-top: 36px;
	}

.flash_wrap {
	width: 914px;
	height: 282px;
	background: url(images/flash.jpg) top left no-repeat;
	}

.flash {
	width: 914px;
	height: 282px;
	position: absolute;
	}

.flash_nav_left {
	float: left;
	}

.flash_nav_right {
	float: left;
	}

.content_home {
	background: url(images/bg_line.gif) 669px top repeat-y;
	line-height: 18px;
	margin-top: 34px;
	}

.content_home h1 {
	background: url(images/hdr_img_generic.gif) top left no-repeat;
	font-weight: bold;
	font-size: 16px;
	color: #014f86;
	padding: 11px 0 3px 48px;
	margin: 0;
	height: 31px;
	}

.content_home_col_one {
	width: 251px;
	vertical-align: top;
	padding: 0 0 0 12px;
	}

.content_home_col_two {
	width: 358px;
	vertical-align: top;
	padding: 0 24px 0 24px;
	}

.content_home_col_three {
	width: 212px;
	vertical-align: top;
	padding: 0 22px 0 11px;
	}

/* ----------------------- <Content Sub - ALL> --------------------------- */
.body_sub {
	background: url(images/bg_sub_top_tile.gif) top left repeat-x #fff;
	}

.banner_sub_wrap {
	width: 914px;
	margin: 0 auto;
	min-height: 111px;
	}

.banner_sub {
	font-size: 10px;
	color: #a4a4a4;
	padding: 38px 22px 0 18px;
	display: block;
	height: 73px;
	overflow: hidden;
	}

.banner_sub p {
	padding: 0;
	margin: 0;
	}

.banner_sub span {
	padding-top: 36px;
	}

.sub_nav_wrap {
	background: url(/app_themes/bss08a/images/bg_sub_bottom_tile.gif) bottom left repeat-x #fff;
	min-height: 35px;
	text-align:right;
	display:block;
	padding: 10px 0 48px 0;
	}

.sub_nav {
	margin: 0 auto;
	text-align: right;		
	color: #007acb;
	display:block;
	}
	

.sub_nav a:link, .sub_nav a:visited {
	text-decoration: none;
	color: #007acb;
	font-weight: bold;
	}
	
.sub_nav a:hover, .sub_nav a:active {
	text-decoration: underline;
	color: #014f86;
	font-weight: bold;
	}

.tertiary_nav {
	
	text-align: right;		
	color: #007acb;
	font-size: 10px;
	}

.tertiary_nav a:link, .tertiary_nav a:visited {
	text-decoration: none;
	color: #007acb;
	font-weight: normal;
	font-size: 10px;
	}
	
.tertiary_nav a:hover, .tertiary_nav a:active {
	text-decoration: underline;
	color: #014f86;
	font-weight: normal;
	font-size: 10px;
	}

.content_sub_line {
	background: url(images/bg_line.gif) 563px top repeat-y;
	}

.content_sub_line_overlap {
	background: url(images/bg_line_overlap.gif) 563px bottom no-repeat;
	padding-bottom: 50px;
	}

.content_sub_left_wrap {
	vertical-align: top;
	width: 511px;
	padding: 0 30px 0 22px;
	}

.content_sub_right_wrap {
	vertical-align: top;
	width: 307px;
	padding: 0 0 0 22px;
	}







.content_box {
	margin-bottom: 24px;
	font-size: 10px;
	line-height: 18px;
	width: 307px;	
	}

.content_box h1 {
	font-weight: bold;
	font-size: 10px;
	background: url(images/arrow.gif) left 3px no-repeat;
	padding: 0 0 0 10px;
	}

.content_box h1 a:link, .content_box h1 a:visited, .content_box h1 a:hover, .content_box h1 a:active {
	font-weight: bold;
	font-size: 10px;
	} 

.content_box table tr td {
	font-size: 10px;
	}

/* ----------------------- <Content Sub - Generic> --------------------------- */
.content_sub_generic {
	width: 914px;
	margin: 0 auto;
	background: url(images/bg_sub_content_generic.jpg) left bottom no-repeat;
	min-height: 125px;
	margin-top: 28px;
	line-height: 18px;
	}


.content_sub_generic .content_sub_left_wrap h1 {
	background: url(images/hdr_img_generic.gif) top left no-repeat;
	font-weight: bold;
	font-size: 16px;
	color: #014f86;
	padding: 11px 0 3px 48px;
	margin: 0;
	height: 31px;
	}
	

/* ----------------------- <Content Sub - Marketing> --------------------------- */
.content_sub_marketing {
	width: 914px;
	margin: 0 auto;
	background: url(images/bg_sub_content_marketing.jpg) left bottom no-repeat;
	min-height: 125px;
	margin-top: 28px;
	line-height: 18px;
	}


.content_sub_marketing .content_sub_left_wrap h1 {
	background: url(images/hdr_img_marketing.gif) top left no-repeat;
	font-weight: bold;
	font-size: 16px;
	color: #014f86;
	padding: 11px 0 3px 48px;
	margin: 0;
	height: 31px;
	}

/* ----------------------- <Content Sub - Design> --------------------------- */
.content_sub_design {
		width: 914px;
	margin: 0 auto;
	background: url(images/bg_sub_content_generic.jpg) left bottom no-repeat;
	min-height: 125px;
	margin-top: 28px;
	line-height: 18px;
	}


.content_sub_design .content_sub_left_wrap h1 {
		background: url(images/hdr_img_generic.gif) top left no-repeat;
	font-weight: bold;
	font-size: 16px;
	color: #014f86;
	padding: 11px 0 3px 48px;
	margin: 0;
	min-height: 31px;
	}
	

/* ----------------------- <Content Sub - Development> --------------------------- */
.content_sub_development {
	width: 914px;
	margin: 0 auto;
	background: url(images/bg_sub_content_development.jpg) left bottom no-repeat;
	min-height: 125px;
	margin-top: 28px;
	line-height: 18px;
	}


.content_sub_development .content_sub_left_wrap h1 {
	background: url(images/hdr_img_development.gif) top left no-repeat;
	font-weight: bold;
	font-size: 16px;
	color: #014f86;
	padding: 11px 0 3px 48px;
	margin: 0;
	height: 31px;
	}

/* ----------------------- <Content Sub - Hosting> --------------------------- */
.content_sub_hosting {
	width: 914px;
	margin: 0 auto;
	background: url(images/bg_sub_content_hosting.jpg) left bottom no-repeat;
	min-height: 125px;
	margin-top: 28px;
	line-height: 18px;
	}


.content_sub_hosting .content_sub_left_wrap h1 {
	background: url(images/hdr_img_hosting.gif) top left no-repeat;
	font-weight: bold;
	font-size: 16px;
	color: #014f86;
	padding: 11px 0 3px 48px;
	margin: 0;
	height: 31px;
	}


.AccordianHeader
{
	padding-left:16px;
	background: url(/app_themes/bss08a/images/arrow_off.gif) top left no-repeat;
	margin-left: 5px;
	}
	
.AccordianSelected
{
	padding-left:16px;
	background: url(/App_Themes/bss08a/Images/arrow_on.gif) top left no-repeat;
	margin-left: 5px;
	}	

.AccordionContent 
{
	padding-left: 20px;
	}
.Test
{
	display:block;
	text-align:right;
	
	
	
	}
a.Selected:link, a.Selected:visited, a.Selected:hover, a.Selected:active{

	
	color:#014f86;
	font-weight: bold;
	font-size: 10px;
	
	}
a.TopSelected:Link, a.TopSelected:visited, a.TopSelected:hover, a.TopSelected:active
{
	
	color:#014f86;
	font-weight: bold;
	
}


/* ----------------------- <WebModules SuperContent> --------------------------- */

/* rss settings */
div.SuperContent_RSS
{
	text-align: right; 
	margin-right: 1em;
}

div.SuperContent_RSS a
{
	padding: 3px 0 0 18px; 
	background: url(/WebModules/SuperContent/public/images/feed-icon-14x14.png) no-repeat center left;
}

/* list item settings */

div.SuperContent_ListItem
{
	margin: 0 15px 25px 0;
	clear: both;
}

div.SuperContent_ListItem img.SuperContent_ListItem_Thumbnail
{
	height: 120px;
	float: left; 
	margin-right: 1em;
	text-align:right;
}

div.SuperContent_ListItem_Body
{
	margin: 3px 1em 3px 1em;
}

div.SuperContent_ListItem_Title
{
}

div.SuperContent_ListItem_Title a
{
}

div.SuperContent_ListItem_PostDate
{
	padding: 5px 0;
}

div.SuperContent_ListItem_Summary
{
	padding-bottom: 0px;
}

div.SuperContent_ListItem_Readmore
{
	display:inline;
	float:right;
	clear:both;
	background:url("/WebModules/SuperContent/public/images/bullet.gif") no-repeat;
	background-position: 0 6px;
	padding: 0 0 0 20px;
}


/* paging settings */

div.SuperContent_PageLabel
{
	display:inline;
	float:left;
	font-weight:bold;
	margin: 0 0 0 10px;
}

div.SuperContent_PageNumbers
{
	display:inline;
	float:left;
	margin: 0 0 0 10px;
}

div.SuperContent_PageNumber
{
	display:inline;
	float:left;
}

div.SuperContent_PageNumber a
{
}

div.SuperContent_ActivePageNumber
{
	font-weight: bold;
	display: inline;
	float:left;
}

div.SuperContent_ItemDetail
{
	margin: 3px 1em 3px 1em;
}

div.SuperContent_ItemDetail_Image
{
	float: left;
}

div.SuperContent_ItemDetail_Image img
{
	margin-right: 1em;
}

div.SuperContent_ItemDetail_PostDate
{
	margin: 5px 0 0 0;
	padding: 5px 0;
}

div.SuperContent_ItemDetail_Body
{
	margin-top: 1em;
}

#SuperContent_ItemDetail_Title
{
}

/* ----------------------- <WebModules Portfolio> --------------------------- */
.panelImages {
	float:left;
	width: 313px;
	height: 170px;
	position: relative;
	overflow: hidden;
	}
	
.panelImages .slideshow {
	position: absolute;
	top: 0;
	left: 0;
	width: 99999px;
	height: 170px;
	margin: 0;
	padding: 0;
	z-index: 2;
}
.panelImages .slideshow li {
	float: left;
	width: 313px;
	list-style: none;
	margin-top:5px;
}

.link-prev,
.link-next {
	position: absolute;
	background: url(images/btn-prev.png) no-repeat;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	top: 146px;
	left: 268px;
	z-index: 99;
	cursor: pointer;
	display:none;
}
.link-next {
	background: url(images/btn-next.png) no-repeat;
	left: 292px;
}

.portfolio_desc p {
	display:inline;
 }
.carousellink, .carousellink a {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#3F9BD8;
	text-decoration:none;
}
.carousellink a {
    font-weight:bolder;
}
.pnlClientName {
	font-size:12px;
	font-weight:bold;
}
.pnlIndustry {
	font-size:11px;
	font-weight:bold;
	color:Gray;
}
.pnlProjectScope {
	font-size:11px;
}

.portfolio_wrap {
	width: 963px;
	height: 243px;
	padding: 1px;
	background: url(/App_Themes/bss08a/images/bg_portfolio.jpg) no-repeat;
}
.slidePanel {
	width:313px;
	height:229px;
	
}
.slidePanelItem {
	width:313px;
	height:229px;
	background: url(/App_Themes/bss08a/images/bg_info.jpg) left bottom no-repeat;
}
.emptySlidePanelItem {
	width:313px;
	height:229px;
}

/*------------------------Newsletter Template----------------------*/

.content_sub_left_wrap .newslettertemplate {
	line-height: 18px;
	font-family: Verdana, Arial;
	color:#014F86;
	font-size: 11px;
}

.content_sub_left_wrap .newslettertemplate a:link, .newslettertemplate a:hover, .newslettertemplate a:visited {
	color: #0066CC;
	font-size: 13px;
}

.content_sub_left_wrap .newslettertemplate h1 {
	color:#2051ab;
	font-size:18px;
	margin-botton: 20px;
	font-weight: bold;
	background: none;
	padding: 5px 0 15px 0;

}

.content_sub_left_wrap .newslettertemplate h2 {
	color:#2051ab;
	font-size:16px;
	margin-botton: 10px;
	font-weight: bold;

}

.content_sub_left_wrap .newslettertemplate .copyright a, .content_sub_left_wrap .newslettertemplate .copyright p {
	color:#2051ab;
	font-size:10px;
	color: #0066CC;


}
