@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Calibri;
	font-size: 100%;
	background-image: url(images/bggr.jpg);
	background-repeat: repeat-x;
}

.bodyContainer #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 6px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	margin: auto;
	background-image: url(images/FBChomebg.jpg);
}
.bodyContainer #containermin {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 6px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	margin: auto;
	background-image: url(images/FBCbgminbg.jpg);
	overflow: hidden;
} 
.bodyContainer #header {
	margin: 0px;
	padding: 0;
	height: 160px;
} 
.bodyContainer #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0;
	padding-bottom: 0;
}
.bodyContainer #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	background-repeat: no-repeat;
	font-style: normal;
	padding: 5px;
	font-family: Calibri;
	font-size: 12px;
	color: #141414;
	display: inline;
	clear: left;
}
.bodyContainer #mainContent {
	font-family: Calibri;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: right 0px;
	font-style: normal;
	font-weight: bold;
	color: #141414;
	margin: 0px;
} 
.bodyContainer #mainContentmin {
	font-weight: normal;
	color: #141414;
	margin: 0px;
	font-family: Calibri;
	font-size: 12px;
} 
.bodyContainer #footer {
	font-family: Calibri;
	font-size: 14px;
	margin-bottom: -6px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/Footer.jpg);
} 
.bodyContainer #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.subtitles {
	font-family: Calibri;
	font-size: 12px;
	font-style: italic;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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: 0px;
	line-height: 0px;
}
.menu{
	border:none;
	border:0px;
	font-size:14px;
	font-weight:bold;
	font-family: Calibri;
	padding-left: 33px;
	}
.menu ul{
	height:25px;
	list-style:none;
	margin:0;
	padding:0;
	background-color: #000000;
}
.menu li{
	float:left;
	padding:0px;
}
.menu li a{
	color:#FFFFFF;
	display:block;
	font-weight:normal;
	line-height:25px;
	margin:0px;
	padding:0px 23px;
	text-align:center;
	text-decoration:none;
	background-color: #000000;
	background-image: url(images/seperator.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.menu li a:hover, .menu ul li:hover a{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #38391A;
	background-image: url(images/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.menu li ul{
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:162px;
	z-index:200;
	background-color: #000000;
		/*top:1em;
		/*left:0;*/
}
.menu li:hover ul{
		display:block;
}
.menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:162px;
	background-image: url(images/sub_sep.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menu li:hover li a{
		background:none;
}
.menu li ul a{
	display:block;
	height:25px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	text-align:left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.menu li ul a:hover, .menu li ul li:hover a{
	border:0px;
	color:#ffffff;
	text-decoration:none;
	background-color: #38391A;
	background-image: url(images/hover_sub.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.menu p{
		clear:left;
}	
.sidetoolbar {
	text-align: left;
	left: auto;
	padding: 0px;
}
.sidemenu {
	text-decoration: underline;
	padding: 0px;
	font-family: Calibri;
	font-size: 10pt;
	font-weight: bold;
	color: #141414;
}
.sidemenu:hover {
	color: #0000FF;
}
.sidebarUB {
	font-family: Calibri;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.headerBold {
	font-family: Calibri;
	font-size: 18px;
	font-weight: bold;
	color: #141414;
}
.bodyContainer #container #mainContent h1 {
	font-family: Calibri;
	font-size: 14px;
}
.minmaincontent {
	font-family: Calibri;
	font-size: 12px;
}
.minmainub {
	font-family: Calibri;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.mainub {
	font-family: Calibri;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.mainwhitebb {
	font-family: Calibri;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}


.bodyContainer #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	background-repeat: no-repeat;
	font-style: normal;
	padding: 5px;
	font-family: Calibri;
	font-size: 12px;
	color: #141414;
	display: inline;
	clear: left;
}
.maincontentnoside {

}
.bodyContainer #header2 {
	margin: 0px;
	padding: 0;
	height: 155px;
}
.bodyContainer #maincontentbel {
	font-weight: normal;
	color: #141414;
	margin: 0px;
}
.bodyContainer #containerpurp {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 6px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	margin: auto;
	background-image: url(images/FBCbgpurp.jpg);
	background-repeat: no-repeat;
}

.bodyContainer #containerblk {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 6px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	margin: auto;
	background-image: url(images/FBCbgblk.jpg);
}
.maillist {
	font-family: Calibri;
	font-size: 14px;
}
.bodyContainer #containerps {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 6px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	margin: auto;
	background-image: url(images/FBCbgps.jpg);
}
.contactusmainb {
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
}
.photography {
	font-family: Calibri;
	font-size: 9px;
	color: #000000;
	font-style: normal;
}
.mainbold {
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
}
