
body,td,th {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height:16px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/back.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

form{
margin:0px;
text-align:left;
}
/* ///////////////////////////////////////////////////////////// Blue Links */

a {
	font-size: 11px;
	color: #00aeef;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #00aeef;
}
a:hover {
	text-decoration: none;
	color: #FCB103;
}
a:active {
	text-decoration: underline;
	color: #00aeef;
}
/* ///////////////////////////////////////////////////////////// White Links */

a.white {
	font-size: 11px;
	color: #ffffff;
}
a.white:link {
	text-decoration: underline;
}
a.white:visited {
	text-decoration: underline;
	color: #ffffff;
}
a.white:hover {
	text-decoration: none;
	color: #00aeef;
}
a.white:active {
	text-decoration: underline;
	color: #ffffff;
}

/* ///////////////////////////////////////////////////////////// Yellow Links */

a.yellowlink {
	font-size: 11px;
	color: #FCB103;
	line-height:20px;
}
a.yellowlink:link {
	text-decoration: underline;
}
a.yellowlink:visited {
	text-decoration: underline;
	color: #FCB103;
}
a.yellowlink:hover {
	text-decoration: none;
	color: #ffffff;
}
a.yellowlink:active {
	text-decoration: underline;
	color: #FCB103;
}
/* ///////////////////////////////////////////////////////////// Yellow Links */

a.orangelink {
	font-size: 11px;
	color: #FF6C00;
	line-height:20px;
}
a.orangelink:link {
	text-decoration: underline;
}
a.orangelink:visited {
	text-decoration: underline;
	color: #FF6C00;
}
a.orangelink:hover {
	text-decoration: none;
	color: #ffffff;
}
a.orangelink:active {
	text-decoration: underline;
	color: #FF6C00;
}
/* ///////////////////////////////////////////////////////////// Nav */
a.nav {
	font-size: 11px;
	color: #C8EB03;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	}
a.nav:link {
		text-decoration: none;
}
a.nav:visited {
	color: #C8EB03;
	text-decoration: none;
}
a.nav:hover {
	text-decoration: underline;
	color: #ffffff;
}
a.nav:active {
	color: #C8EB03;
	text-decoration: none;
}
/* ///////////////////////////////////////////////////////////// Font Styles */
.WhiteHeader{
	color: #ffffff;
	font-size: 18px;
	line-height:20px;
	font-weight:bold;
}
.GreyHeaderSub{
	color: #656565;
	font-size: 14px;
	line-height:16px;
	font-weight:bold;
}
.blueBold{
	font-weight:bold;
	color: #00aeef;
}
.blueNormal{
	color: #00aeef;
}
.BlueHeader{
	color: #00aeef;
	font-size: 18px;
	line-height:16px;
	font-weight:bold;
}
.redBold{
	font-weight:bold;
	color: #CC0000;
}
.red{
	color: #CC0000;
}
.yellow{
	color: #FCB103;
}
.yellowBold{
	font-weight:bold;
	color: #FCB103;
}
.YellowHeader{
	color: #FCB103;
	font-size: 18px;
	line-height:16px;
	font-weight:bold;
}
.YellowHeaderSub{
	color: #FCB103;
	font-size: 14px;
	line-height:16px;
	font-weight:bold;
}
.Orange{
	color: #FF6C00;
}
.OrangeBold{
	font-weight:bold;
	color: #FF6C00;
}
.OrangeHeaderSub{
	color: #FF6C00;
	font-size: 14px;
	line-height:16px;
	font-weight:bold;
}

/* ///////////////////////////////////////////////////////////// Main Divs & Tables*/
#containerDiv{
	width:940px;
	height:auto;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	border:solid #303030 4px;
	padding-left:26px;
	padding-right:26px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#181818;
}
/* ///////////////////////////////////////////////////////////// Header Divs & Tables*/
#headerDiv {
	width:940px;
	height:100px;
}
#strapDiv{
	float:right;
	padding-top:22px;
	padding-right:4px;
}
/* ///////////////////////////////////////////////////////////// Nav Divs & Tables*/
#navDiv {	
	width:940px;
	height:24px;
	padding-top:5px;
	padding-bottom:5px;
}
/* ///////////////////////////////////////////////////////////// Image Divs & Tables*/
#imageDiv{	
	width:940px;
	height:auto;
}
/* ///////////////////////////////////////////////////////////// Content Divs & Tables*/
#contentDiv {	
	width:940px;
	height:auto;
}
/* ///////////////////////////////////////////////////////////// DIVS END NOW TABLES*/
#contentTable{
	width:940px;
	height:auto;
}
/* ///////////////////////////////////////////////////////////// Header Cell*/
.HeaderCellLeft{
	height:40px;
	width:170px;
	padding-bottom:10px;
	padding-right:20px;
	border-bottom: 1px solid #2d2d2d;
	border-right: 1px solid #2d2d2d;
}
.HeaderCellCtr{
	height:40px;
	width:520px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	/*border-bottom: 1px solid #2d2d2d;*/
}
.HeaderCellExpanded{
	height:40px;
	width:710px;
	padding-bottom:11px;
	padding-left:20px;
	padding-right:20px;
	border-bottom: 1px solid #2d2d2d;
}
.HeaderCellRight{
	height:40px;
	width:170px;
	padding-bottom:10px;
	padding-left:20px;
	border-left: 1px solid #2d2d2d;
	border-bottom: 1px solid #2d2d2d;
}

/* ///////////////////////////////////////////////////////////// Content Cell*/
.ContentCellLeft{
	height:auto;
	width:170px;
	padding-bottom:12px;
	padding-right:20px;
	padding-top:20px;
	border-right: 1px solid #2d2d2d;
}
.ContentCellCtr{
	height:auto;
	width:520px;
	padding-bottom:12px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	background-image:url(images/content_back.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.EstimatesContentCellCtr{
	height:auto;
	width:520px;
	padding-bottom:12px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}
.ContentCellExpanded{
	height:auto;
	width:710px;
	padding-bottom:12px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}
#contentImageDiv{
	width:190px;
	height:120px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.ContentCellRight{
	height:auto;
	width:170px;
	padding-bottom:12px;
	padding-left:20px;
	padding-top:20px;
	border-left: 1px solid #2d2d2d;
	
}
#ContentFloat{
	height:auto;
	width:auto;
	float:left;	
	margin-top:5px;
	margin-right:9px;
	margin-bottom:4px;
}
/* /////////////////////////////////////////////////////////////Inner Content TAble*/
#InnerContentTable{
	width:510px;
	height:auto;
}
.InnerLeftCell{
	width:90px;
	height:auto;
}
.InnerRightCell{
	width:400px;
	height:auto;
	padding-left:20px;
	padding-bottom:20px;
}
.TopOFTCell{
	width:400px;
	height:auto;
	background-color:#FFFFFF;
}
.BottomOFTCell{
	width:400px;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
}
/* /////////////////////////////////////////////////////////////Contact TAble*/
#ContactTable{
	width:auto;
	height:auto;
	/*border:1px solid #111111;*/
	margin-bottom:12px;
}
.ContactLeftCell{
	width:auto;
	height:auto;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:12px;
	padding-right:12px;
	background-color:#252525;
}
.ContactRightCell{
	width:auto;
	height:auto;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:12px;
	padding-right:12px;
	background-color:#252525;
}
.LongCell{
	width:auto;
	height:auto;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:12px;
	padding-right:12px;
	background-color:#252525;
}

.LongBottomCell{
	width:auto;
	height:auto;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:12px;
	padding-right:12px;
	background-color:#171717;
}

.LongBlankCell{
	width:auto;
	height:10px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:12px;
	padding-right:12px;
}
.LongTopCell{
	width:auto;
	height:auto;
	padding-bottom:20px;
}
.SingleText{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#595959;
	width:220px;
	height:auto;
	padding:5px;
	border:1px solid #333333;
	background-color:#111111;
	margin-top:5px;
}

.MultiText{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#595959;
	width:477px;
	height:60px;
	padding:5px;
	border:1px solid #333333;
	background-color:#111111;
	margin-top:5px;
}
.MultiTextSmaller{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#595959;
	width:477px;
	height:40px;
	padding:5px;
	border:1px solid #333333;
	background-color:#111111;
	margin-top:5px;
}
.UploadText{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#595959;
	width:auto;
	height:auto;
	padding:5px;
	border:1px solid #333333;
	background-color:#111111;
	margin-top:5px;
}
.CallMeText{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#595959;
	width:150px;
	height:auto;
	padding:5px;
	border:1px solid #333333;
	background-color:#111111;
	margin-top:5px;
}
/* ///////////////////////////////////////////////////////////// Footer Cell*/
.footerCell{
	height:11px;
	padding-top:12px;
	padding-bottom:4px;
	border-top: 1px solid #2d2d2d;
}
