/* behind the scenes solutions styles // 04.21.09 // */
html { height: 100%; }
body {
	margin: 0px auto 0px auto;
	padding: 0px;
	font-family: Calibri, Arial, Verdana;
	font-size:11px; color:#001659;
	text-decoration: none; line-height: 20px;
	background-color: #333300;
}

a{color: #001659; text-decoration: none;}
a:hover{text-decoration: underline;}

h2 {
	font-family:Calibri, Arial, Verdana;
	font-size:20px;
	color:#9ccf34;
	text-align:left;
	/*text-indent:22px;*/
    font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #9ccf34;
	width: 185px;
	margin-left:22px;
	background-color:#FFF;
}

h3 {
	font-family:Calibri, Arial, Verdana; font-size:18px; color:#ff861b; text-align:left;
	font-weight:bold; text-decoration:none;
	border-bottom:1px dotted #ff861b;
	width:167px;
	background-color:#FFF;
}

li,ul {
	font-family: Calibri, Arial, Verdana;
	font-size:13px;
	color:#CCC;
	list-style-type: none; /*turns off display of bullet*/
}
li a {
		color: #CCC;
		text-decoration: none;
		text-decoration:none;
		}
li a:hover {
		text-decoration:underline;
		}
		/* setup the styles for the sub list nav */
		#subCategories li,ul {
		font-family: Calibri, Arial, Verdana;
		font-size:12px;
		color:#999;
		list-style-type: none; /*turns off display of bullet*/
		}
		#subCategories li a {
		padding: 0px 0px 0px 0px;
		color: #999;
		text-decoration: none;
		}
	    #subCategories li a:hover {
		text-decoration:underline;
		}

.float-left 	{ float:left; }
.float-right 	{ float:right; }

img  { 
	border: 0; /* remove border around linked images */
}

/* remove after production testing // only for testing */
.devTblBdr {
border: 1px color:#FF0000 solid;
}


/* setup the styles for the site container */
.contentBG {
	background-color:#FFF;
	/*border:0px;*/
}
#module {
	margin: 0px auto 0px auto;
	/*padding: 0;*/
	width:780px;
	background-color:#FFF;
}

#header {
	width: 780px;
	height: 303px;
	/*background-image: url(../Images/BTSS-Logo-Web.png); background-repeat:no-repeat;*/
}

#moduleContent {
	margin: 0px auto 0px auto;
	width:780px;
	overflow: hidden;
	/*background-image: url(../Images/containerBG.jpg); background-repeat:repeat-y; background-position:center;*/
	border:1px #FF0000 solid;

	}
	
	/*main content area */
	#content { 
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 625px;
	text-align: left;
	border:1px #ae1d1d solid;
}

#leftColumn {
	/*padding: 0px;*/
	/*margin: 0px;*/
	/*height:383px;*/
	width: 337px;
	float: left;

}

#rightColumn {
	/*padding: 0px;*/
	/*margin:0px;*/
	width: 288px;
	float: right;
}
	
	#topShadow {
/*	margin: 0px;
	padding: 0px;*/
	margin: 0px auto 0px auto;
	width:600px;
	height: 33px;
/*	background-image: url(../Images/topGradient.gif); background-repeat:no-repeat;*/
	/*text-align:center;*/
	}
	
	#bottomShadow{
/*	margin: 0px;
	padding: 0px;*/
	margin: 0px auto 0px auto;
	width:625px;
	height: 100px;
	/*background-image: url(../Images/bottomGradient.gif); background-repeat:no-repeat;*/
	/*clear:both;*/
	}





#footer {
	margin: 0px auto 0px auto;
	width:600px;
	background-color:#FFF;
	clear:both;

	
	}

/* setup the left and right column BG images to repeat */
.leftColumnGradient {
	background-image: url(../Images/leftColBG.gif);
	background-repeat:repeat-y;
	width:90px;
}

.rightColumnGradient {
	background-image: url(../Images/rightColBG.gif);
	background-repeat:repeat-y;
	width:90px;
}
