/* CSS Document */
/* Documnet Title and Designer*/
/*	FBS_WebSite_03.css*/
/*	Designed by: New Engalnd System Works*/
/*	Author: Ken Chasse*/
/*	February 28, 2008*/
/*	Revision # 12.2.03*/
/*----------------------------------------------------------- */

/* Body Typeset
----------------------------------------------------------- */
@charset "utf-8";
body	{
		font-family: "Times New Roman", "Times", "Platino Linotype", "serif";
		color: #000000;
		background-color:#000000;
		}

/* Style features
----------------------------------------------------------- */		
.style14bold	{
		font-size: 14px;
		font-weight: bold;
		}
					
.style16 {
		font-size: 16px;
		}
		
.stlye18 {
		font-size: 18px;
		}
.style18bold {
		font-size: 18px;
		font-weight: bold;
		}

		
.style18BI {
		font-size: 18px;
		font-weight: bolder;
		font-style: italic;
		}

.style18redBold {
		font-size: 18px;
		font-weight: bold;
		color: #CC0000;
		}
		

.style20bb {
		font-size: 20px;
		font-weight:bolder
		}
		
.style24 {
		font-size: 24px;
		}
.style25bold {
		font-size: 25px;
		font-weight: bold;
		}

.style25redBI {
		font-size: 25px;
		font-weight: bold;
		font-style: italic;
		color: #CC0000;
}

.style30bold {
		font-size: 30px;
		font-weight: bold;
		}
.style30BI {
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	z-index: 2;
}


.style35 {
		font-size: 35px;
		}

.style35bold {
		font-size: 35px;
		font-weight: bold;
}

.style45 {
		font-size: 45px
		}
		
.style45bold {
		font-size: 45px;
		font-weight: bold;
		}

.style50bold {
		font-size: 50px;
		font-weight: bold;
		}
.style65 {
		font-size: 65px;
		}
		
.style65bold {
		font-size: 65px;
		font-weight: bold;
		}
.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
		
.FloatLeft {
	float:left;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 15px;
}

.FloatRight {
	float:right;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 15px;
			}
			
.FloatNone {
	float: none;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
			}

.FloatNoneRM10 {
	float: none;  
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
			}
			
.FloatNoneLM10 {
	float: none;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
			}					
		

/* Container Layouts
----------------------------------------------------------- */

#FBS_PageContainer_03	{
	position:absolute;
	margin-left: 0px; /* margin is the space outside the div box */
	margin-top: 0px;
	width: 7.8in;
	height: 4.531in; /* background for the entire page */
	background-color: #9BB8D8;
	top: 7px;
	left: 11px;
	z-index: 0;
			}
			
			
#FBS_BrochureContainer_03	{
	position:absolute;
	margin-left: 0px; /* margin is the space outside the div box */
	margin-top: 0px;
	background-color: #9BB8D8;
	top: 7px;
	left: 11px;
	z-index: 0;
	padding: 20px;
			}			
			
			
			
#HomepageLeftSide_03	{
	position:absolute;
	left:0px;
	width:4.4in;
	height:4.5in;
	background-repeat: no-repeat;
	top: 0px;
	z-index: 2;
	background-image: url(FBS_Website_Artwork/HomepageImage2.jpg);
				}
				
#HomepageRightSide_03 {
	position:absolute;
	left:423px;
	width:3.229in;
	height:4.5in;
	background-color: #9bb8D8;
	color: #000000;
	text-align:center;
	padding-right: 10px;
	padding-left: 10px;
	top: 0px;
			}

			
/* Footer Layout
----------------------------------------------------------- */
#Footer_04	{
	position:absolute;
	left:216px;
	top:3604px;
	width:340px;
	background-color: #9BB8D8;
	color: #9BB8D8;
	text-align:center;

			}
				
