@charset "utf-8";
/* CSS Document */


/*body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #cdcdcd;
	margin: 0; /* it's good practice to zero the margin and padding of the body  to account for differing browser defaults */
	/*padding: 0;*/
	/*text-align: center; *//* this centers the container in IE 5* browsers. Text is then set to the left aligned default in the #container selector */
	/*color: #000000;*/
	/*vertical-align:top;*/
/*}*/


.boldsize{
	font-size:12px;
	font-weight:bold;
}


/***   New header layout  ***/

.homeheader
{
	height:396px;
	width:885px;
	vertical-align:top;
}

.header-background {
	background-color:#ac1715;
	height:32px; 
	width:570px;
}

.header-bar{
	padding-top:2px; 
/*	font-family:Trebuchet MS;*/
	font-family:Verdana;
	font-size:26px;
	font-style:italic;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	color:#FFFFFF;
	padding:10px;
}

/*** set the width and height to match your images **/

#slideshow {
   position:relative;
	vertical-align:top;
	height:219px;
	z-index:1;
}


#slideshow img {
	 position:absolute;
	 vertical-align:top;
    *top:0; /* notice the * before the property - shows in IE7 and below */
    _top:0; /* notice the _ before the property - shows in IE6 and below */
    *left:0; /* notice the * before the property - shows in IE7 and below */
    _left:0; /* notice the _ before the property - shows in IE6 and below */
    border:solid;
	 border-color:#4c4f56;
	 border-width:3px;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}

/********* main content  *************/

.justify{
	text-align:justify;
}

.blk-background {
	background-color:#000000;
	height:20px;
	margin-left:-1px;
	margin-right:-1px;
	margin-top:-1px;
}

.blk-bar{
	font-family:Verdana;
	font-size:17px;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	color:#FFFFFF;
	padding:10px;
}

.red-background {
	background-color:#ac1715;
	height:20px; 
   margin-top:-1px;
	margin-left:-1px;
}

.red-bar{
	padding-top:2px; 
	font-family:Verdana;
	font-size:17px;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	color:#FFFFFF;
	padding:10px;
}

.red-bar_short{
	padding-top:2px; 
	font-family:Verdana;
	font-size:17px;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	color:#FFFFFF;
	padding:10px;
	margin-right:138px;
}

.container {
	width: 885px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top:15px;
/*	border: 1px solid #2b7fa2;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.mainContentHome {
	float:right;
	text-align:center;
	width:580px;
/*	padding:10px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*	background-color:#d7e6e7;*/
}

.mainContentHome p{
	text-align:justify;
}

.main_content_li
{
	font-family:Verdana;
	font-size:10pt;
	color:#4b5056;
	font-weight:normal;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	text-align:left;
}

.mainContentleft{
	float: left; /* since this element is floated, a width must be given */
	width: 283px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*padding:10px; *//* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#f5f7f8;
	margin-bottom:10px;
	margin-right:15px;
}

.mainContentleft p{
	text-align:justify;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/********* left sidebar content  *************/

.left-sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 287px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*padding:10px; *//* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background-color:#eff5f7;*/
	background-color:#f5f7f8;
	margin-bottom:10px;
	margin-right:15px;
}

.left-sidebar p{
	text-align:justify;
}

.leftmargin{
	padding:10px;
}

/********** right side bar  *****/
.right-sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 278px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#f5f7f8;
	margin-bottom:10px;
	text-align:center;
}

.right-sidebar p{
	text-align:justify;
}

/********** bayco spotlight  *****/
.bayco_spotlight {
	float: left; /* since this element is floated, a width must be given */
	width: 588px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#f5f7f8;
	margin-bottom:15px;
	margin-right:15px;
	text-align:center;
	height:268px;
}

.bayco_spotlight p{
	text-align:justify;
}

.intro {
	color:#dc291e;
	font-family:Verdana;
	font-size:12pt;
	text-align:center;
	font-weight:bold;
}


.spotlight {
	float: left; /* since this element is floated, a width must be given */
	width: 288px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#f5f7f8;
	margin-bottom:10px;
	text-align:center;
}

.bayco_introduces {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*padding: 0 0px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#f5f7f8;
	margin-top:10px;
	padding-right:10px;
	/*text-align:center;*/
}

.box_margin {
	border-top:solid;
	border-bottom:solid;
	border-left:solid;
	border-right:solid;
	border-color:#4b5056; 
	border-width:1px;
}

.box_margin_left{
	border-top:solid;
	border-bottom:solid;
	border-left:solid;
   border-color:#4b5056; 
	border-width:1px;
}

.box_margin_right {
	border-top:solid;
	border-bottom:solid;
	border-right:solid;
	border-color:#4b5056; 
	border-width:1px;
}

/***** video *****/


.video_link {
	float: right; /* since this element is floated, a width must be given */
	width: 278px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#f5f7f8;
	margin-bottom:15px;
	text-align:center;
	height:268px;
	
}

.video_link p{
	text-align:justify;
}

.videospotlight {
	float: left; /* since this element is floated, a width must be given */
	width: 278px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#f5f7f8;
	margin-bottom:10px;
	text-align:center;
}

.video_icon_link {
	vertical-align:middle;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#f5f7f8;
	text-align:center;
}


