@charset "utf-8";
/* CSS Document */
/***NOTE upload .htaccess to the root of any PHP webpage going on a Unix server (file found in Webpage Foundation)*/
/********************************* Main Layout **************************************/
/*html {}*/

body {
	/*
	margin-top: 10px;
	margin-left: 1px;
	margin-right: 1px;*/
	text-align: center;
	font-family:Arial, Tahoma;
	font-size:12px;
	/*background-color: #555962;
	//background-attachment:fixed;
	background-position: 0px 0px;
	background-image:url(C:/Templates/images/back.jpg);
	background-repeat:no-repeat;*/
}
/*img, div { behavior:url(iepngfix.htc) } /*for pngfix add iepngfix.htc & blank.gif from the Webpage Foundation folder*/

/*Size of main*/
.sevenSeventy {
	width:770px;
}
.tenTwentyFour {
	width:1024px;
}
/*2 columns = 1 6% gap*/
.fortySevenPercent {
	width:47%;
}
/*3 columns*/
.columnMargin {
	margin-right:3%
} /*2 gaps in 3 columns*/
.thirtyOnePercent {
	width:31%
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.footer {
	position:relative;
	margin:0px auto;
	text-align: right;
	background:none;
	padding-top:5px;
	padding-right:100px;
	color:#FFFFFF;
}
.footerOuter {
	position:relative;
	margin:0px auto;
	margin-bottom:15px;
	text-align: right;
	width:100%;
	height:75px;
	background: url(images/bottom.jpg) repeat-x #fff;
}
.innerColumn {
	height:600px; /*Switch to height:auto when there is content in this div layer */
	text-align: left;
	border:solid 1px #000;
}
.links{
	color:#000000;
}
.main {
	position:relative;
	margin:75px auto 20px auto;
	height:auto;  /*Switch to height:auto when there is content in this div layer */
	text-align: left;
	padding:0px;/*border:solid 1px #000;*/
}
p {
	color:#000;
}
/******************Other Div Content (In Alphabetical Order) **************************/

.bodyBack {
	position:relative;
	background: url(images/body.png);
	background-repeat:repeat-y;
	
	width:100%;
	padding:10px 10px 20px 10px;
	margin:0px;
	margin-top:3px;
	*margin-top:0px;
}
#bodyContent {
	background-color:#FFFFFF;
	margin:0px auto;
	padding:15px;
	width: 650px;
	border:solid 1px #ccc;
}
#bodyContent p, .columns p {
	margin-bottom: 10px;
	font-size: 14px;
}
.bodyBackClients {
	height:315px;
}
.bodyNoLeftPad {
	padding-left:0px;
}
.bolded {
	font-weight:bold;
	font-size:16px;
}
.columns {
	border:none;
	background:none;
	width:150px;
	height:auto;
}
.eigthy {
	width:180px;
	padding-top:10px;
	text-align:center;
}

.date {
	position:absolute;
	top:11px;
	left:248px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#FFF;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.ghostFlame{
	position:absolute;
	background:url(images/duflame-grey.png);
	top:10px;
	right:50px;
	width:44px;
	height:50px;
	z-index:0;
}
#menuBBar {
	position:absolute;
	font-family:  Arial;
	font-weight: normal;
	left: 442px;
	top: 38px;
	width: 312px;
}
#menuBBar ul {
	background: none;
	height:22px;
	width: 100%;
}
#menuBBar ul li {
	float:left;
	list-style: none;
	padding:0 0 0 0px;
}
#menuBBar ul li a {
	border-right:solid 1px #FFF;
	display:block;
	width:60px;
	height:16px;
	color:#FFF;
	font-size:12px;
	line-height:14px;
	line-left:0px;
	text-align:center;
	text-decoration:none;
	background-image:none;
}
.middleBack {
	position:fixed;
	left:0px;
	top:75px;
	width:100%;
	height:208px;
	background: url(images/bg.jpg) repeat-x #e7e8ea;
	/*background-color:#e7e8ea;*/
	z-index:-3;
	
}
.middleBack2 {
	position:fixed;
	text-indent:-999em;
	width:100%;
	height:209px;
	background: url(images/white.png);
	background-repeat:no-repeat;
	background-color:none;
	z-index:-1;
	
}
.middleBack3 {
	position:fixed;
	text-indent:-999em;
	width:100%;
	height:150px;
	left:0px;
	top:283px;
	background: url(images/bgrepeater.jpg) repeat-x #000;
	z-index:-2;
}
.paddingBottom {
	padding-bottom:0px;
}
.title {
	position:absolute;
	top:7px;
	left:0px;
	width: 289px;
	height: 53px;
	background: url(images/finalTitle.png);
	background-repeat:no-repeat;
}
.top {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:75px;
	background: url(images/top.jpg) repeat-x #fff;
	z-index:1;
}
.topcenter {
	position:relative;
	margin:0px auto;
	height:75px;  /*Switch to height:auto when there is content in this div layer */
	text-align: left;
}
.underground {
padding-top:20px;
	width:100%;
	text-align:right;
	font-size:8pt;
	color:#fff;
	
	
}
.underground a {
	font-size:8pt;
	text-decoration:none;
	color:#fff;
	
}

