/*******************************************************
Chocolatey Brown - Style.css - By Kalyan Chakravarthy
*******************************************************/

body {
	margin:auto;
	background-color: #B41512;
	color:#0000FF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-repeat: repeat;
	padding: 0;
}
/*	THE MID-COL DIVISION AND RELATED STYLES	- THESE STYLES ARE USED TO HANDLE THE SHADOW EFFECT OF THE TEMPLATE	*/
#mid-col {
	padding-top:17px;
	padding-bottom:17px;
	width:900px;/*38em;*/
	text-align:left;
	vertical-align: middle;
	background-repeat: repeat-y;
	height: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 28px;
	padding-left: 28px;
}

#mid-col h2 {
	margin:0 0px 0px 0;
	padding:5px 0px 3px 0;
	font-size:20px;
	color:#ffcc33;
	font-weight:300;

}

/*	THE HEADER BAR CLASSES		*/
#header {
	margin:auto;
	width:800px;
	top: 0px;
	padding: 0;
	vertical-align: top;
	height: 178px;
	background-image: url(img/Home%20Page/Banner_BFabWA_main_Logo.gif);
	border: 1px none #000000;
	background-repeat: no-repeat;
	background-position: center top;
}

#header h1 {
	padding:0em;
	font-size:3em;
	font-family:"Comic Sans MS";
	font-weight:lighter;
	position: static;
	top: 19px;
	height: 100px;
	width: 513px;
	margin: 0;
}

#header h2 {
	margin:0em;
	padding:0em;
	font-size:28px;
	font-weight:lighter;
	letter-spacing:normal;
	color: #FFFF00;
}

.sbar {
	height:125px;
}

/*	THE FLOATING COLUMN OR THE RIGHT SIDE BAR - RELATED STYLES		*/
#float-col {
	position:relative;
	float:right;
	width:200px;
	font-size:1.8em;
	border:1px solid #CC00FF;
	background-repeat: repeat;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0.5em;
	padding-top: 0;
	padding-right: 0.7em;
	padding-bottom: 0.25em;
	padding-left: 0.7em;
}

#float-col h2 {
	color:#ff9900;
}

#float-col ul {
	margin:0em 0 0 0em;
	padding:0;
	list-style:none;
}

#float-col li {
	margin:0 0 .2em 1em;
}

#float-col li a {
	text-decoration:underline;
}

#float-col a {
	color:#0099cc;
}

#float-col a:hover {
	color:#cc9933;
	text-decoration:none;
}

/*	THE FOOTER RELATED DIVISIONS AND CLASSES	*/
#footer {
	padding:0px;
	font-size:0.8em;
	right: 130px;
	text-align: center;
	vertical-align: middle;
	background-repeat: repeat-x;
	margin: auto;
	height: 135px;
}

#footer, .ftop, .fbot {
	overflow:hidden;
	right: 0px;
	margin: auto;
	position: relative;
}	

/*	THE CONTENT DIVISION	*/
#content {
	display:block;
	width:793px;
	top: 148px;
	left: 32px;
	background-color: #1E1915;
	margin: auto;
	border: 5px solid #666666;
	padding: 0px;
}
#contentHead {
	height: 110px;
	width: 792px;
	color: #FFFF00;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: "Comic Sans MS";
	margin: 0px;
	padding: 0px;
}

.cbody {
	width:770px;
	padding:5px;
	display:block;
	overflow:hidden;
	background-position: center;
	top: 0px;
	right: -154px;
	margin: auto;
}
.ThumbPrintTable {
	text-align: center;
}

#Pcture1 {
	margin: auto;
}


/* THE BREADBAR LINK STYLES */
.ct a 
{
	font-size:10px;
	vertical-align:middle;
	line-height:30px;
	color:#ff6633;
}

.spl_link { color:#FFFFFF; }

/* 		THE TOP NAVIGATION BAR STYLE CLASSES		*/
.tbar {
	text-align:center;
	font-size:15px;
	padding:9px;
	height:32px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	left: 10px;
}
.tbar a {
	color:#FFFFFF;
	padding:10px;
	padding-bottom:9px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.tbar a:hover {
	color: #FF9900;
}
/* THE ACTIVE PAGE EFFECT IN THE TOP NAVIGATION BAR  */
a.current {
	color:#0066FF;
	background-repeat: repeat-x;
	background-image: url(img/alink_bg.gif);
}

/*	AN SEO CLASS - IS USED TO ENHANCE THE KEYWORD OPTIMIZATION */
.seo { position:absolute; left:-100px; top:-100px; right:0; }

/*	SOME GENERAL PURPOSE CLASSES	*/
.noul { text-decoration:none; }
.bbg { background:#666666 }
.fleft { float:left; clear:left; }
.fright { float:right; }


/* TAGS STYLES */
div { border:0px solid red; } /* debuggin the layout divs */
p { margin-top:3px; margin-bottom:7px; margin-left:5px; padding:0; }

a { color:#FF9966; }
a:hover {  color:#FFCC99; text-decoration:underline }

/* TEXT HIGHLIGHTING CLASS */
.hl { color:#FFCC33; }
