﻿body, table
{
	background-color: #000000;
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 12px;
	color: #dcdcdc;
	line-height: 20px;
}

/* table with borders */
table
{
	border: solid 1px #696A6C;
}

td
{
	border: solid 1px #696A6C;
    margin: 0;
    padding: 4px;
}

/* headings */
h1, .Heading1
{
	font-size: 18px;
	font-family: Verdana, Geneva, Sans-Serif;
	color: #c0c0c0;
	margin: 0 0 10px 0;
	padding : 0 0 0 0;
	font-weight: normal;
}

h2,h3,h4, .Heading2, .Heading3, .Heading4
{
	font-family: Verdana, Geneva, Sans-Serif;
	color: #c0c0c0;
	margin: 0 0 10px 0;
	padding : 0 0 0 0;
	font-weight: normal;
}

h2, .Heading2 { font-size: 16px; }
h3, .Heading3 { font-size: 14px; }
h4, .Heading4 { font-size: 12px; }

/* Paragraphs */
p, .Para
{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

/* Hyperlinks */
a
{
	text-decoration: none;
	color: #EE3B33;
}

a:hover
{
	text-decoration: underline;
}
		
/* simple classes */
.NoBorder { border: none; }

.ClearBoth { clear: both; }

.ExtraLargeText { font-size: 130%; }
.BigText { font-size: 110%; }
.NormalText { font-size: 100%; }
.SmallText { font-size: 90%; }		

.Central { text-align: center; }

.PicLeft { float:left; padding: 0 10px 0 0; border: none; }
.PicRight { float:right; padding: 0 0 0 10px; border: none; }

.ErrorLabel, .Highlight { color: #ff0000; font-weight: bold; }
.Tip { color: #00498d; font-size: 11px; font-weight: bold; }

.Spacing20 { width: 100%; height: 20px; }
.Spacing { width: 100%; height: 10px; }
.Spacing5 { width: 100%; height: 5px; }
.Spacing2 { width: 100%; height: 2px; }
.Spacing8 { width: 100%; height: 8px; }

.hidden { display: none; }
.unhidden { display: block; }

.Bold { font-weight: bold; }

.Overflow { overflow: auto; }

/* Standard warnings */
.InfoMsg 
{	
	background: #ffff00 url(Graphics/info1.gif) no-repeat;
 	padding: 8px 10px 8px 40px;
	min-height: 40px;
	color: #000000;
	font-style: normal;
}

.ErrorMsg
{	background: #ffff00 url(Graphics/error.gif) no-repeat;
 	padding: 8px 10px 8px 40px;
	min-height: 40px;
	color: #000000;
	font-style: normal;
}

.WarningMsg
{
	background: #ffff00 url(Graphics/warning.gif) no-repeat;
 	padding: 8px 10px 8px 40px;
	min-height: 40px;
	color: #000000;
	font-style: normal;
}

/* wrapper */
.Wrapper
{
	width: 850px;
	margin: 0 auto 0 auto;
}

/* Page banner */
.Banner1
{
	height: 70px;
	background: #000000 url(Graphics/bannerbg.gif) repeat-x;
}

.Logo
{
	float:left;
	height: 70px;
	width: 316px;
	background: #000000 url(Graphics/bbn-red-line-logo.gif) no-repeat;
}

.PicBanner
{
	width: 100%;
	background: #5F1814 url(Graphics/bannerbg1.gif) no-repeat scroll top center;
	height: 200px;
	margin: 2px 0 2px 0;
}	

.RedLine { 	background-color: #EE3B33; height: 9px; width: 100%; }
	
/* Navigator */

/* menu navigator */
#Navigator
{
	float:left;
	background: #000000;
	line-height: 30px;
	text-align: left;
	width: 190px;
	padding-bottom: 10px;
	margin-top: 5px;
}	

#Navigator ul
{
	list-style: none;
	padding: 0 5px 0 5px;
	margin: 0 0 0 0;
	line-height: 30px;
	width: 180px;
	z-index: 100;
}

#Navigator ul li
{
	padding: 0 0 0 0;
	position: relative;
	height: 30px;
	z-index: 50;
	border-bottom: solid 1px #300C0A;
}

#Navigator li ul
{
	position: absolute;
	left: 180px;
	top: 0;
	display:none;
	/*background: #ADE383;*/
	background: #060606;
	z-index: 120;
	padding: 5px 5px 5px 5px;
}

/* Styles for Menu Items */
#Navigator ul li a 
{
	display: block;
	text-decoration: none;
	padding: 0 5px 0 5px;
	font-size: 14px;
	color: #ffffff;
	width: 180px;
	height: 30px;
	z-index: 50;
	background: none;
}

/* Fix IE. Hide from IE Mac \*/
* html #Navigator ul li { float: left; height: 1%; }
* html #Navigator ul li a { height: 1%; }
/* End */

#Navigator ul li a:hover 
{ 
	text-decoration: none;
	background-color: #5F1814;
}	

#Navigator li ul li a 
{ 
	width: auto; 
	background: none; 
	text-align: left;
	padding-left: 5px;
} /* Sub Menu Styles */

#Navigator li:hover ul, li.over ul 
{ 
	display: block; 
} /* The magic */

		
/* content */
.Content
{
	float:right;
	width: 650px;
	background: #000000;
	padding: 5px 0 10px 0;
}

.ContentText
{
	background: #060606 url(Graphics/rtcorner.gif) no-repeat scroll bottom right; /* url(Graphics/content-bg.gif) no-repeat;*/
	min-height: 62px;
	padding: 20px 0 20px 0;
}
	
/* footer */
#Footer
{
	border-top: solid 1px #EE3B33;
	clear: both;
	background: #000000;
	padding: 15px 0 0 0;
	text-align: right;
}

#FooterNav { padding-bottom: 20px; }
#FooterNav a { font-size: 11px; }

#Credits
{
	padding-top: 20px;
}

#Credits a { font-size: 10px; color: #c0c0c0; }			
#Credits a:hover { color: #ff0000; }

/* highlight a section */
.ShowMe { font-weight: bold; } /* { color: #757455; } { color: #95C8F7; } */

/* quotes */
blockquote
{ 
	background: transparent url(Graphics/blkquoteopen.gif) no-repeat scroll top left; 
	padding: 5px 0 0 15px;
	margin: 20px 0 0 0;
	font-style: italic;
	color: #c0c0c0;
}

blockquote div
{
	background: transparent url(Graphics/blkquoteclose.gif) no-repeat scroll bottom right;
	padding: 0 15px 0 0;
}

/* contact page */
#Contact
{
	background: #060606 url(Graphics/rtcorner.gif) no-repeat scroll bottom right;
	padding: 0 5px 57px 5px;
}

#ContactForm
{
	float:left;
	width: 60%;
	padding-right: 4%;
	border-right: solid 1px #5f1814;
}

#ContactMap
{
	float: right;
	width: 32%;
}

/* home page columns */
#HomeCol1
{
	float: left;
	width: 305px;
	padding: 0 5px 20px 5px;
	background: #060606;
	height: 500px;
}

#HomeCol2
{
	float: right;
	background: #060606 url(Graphics/rtcorner.gif) no-repeat scroll bottom right;
	width: 305px;
	padding: 0 5px 20px 5px;
	height: 500px;
}
	
#HomeCol1 h1, #HomeCol2 h1 { background-color: #111111; padding-top: 10px; padding-bottom: 10px; margin: 0 0 0 0; text-align: center;	}

.TagLine 
{
	float: right;
	font-size: 15px;
	color: #ffffff;
	text-align: right;
	width: 400px;
	font-style:italic;
	padding-top: 40px;
}
	
/*
#TagLine
{
	float:right;
	width: 190px;
}
	
#TagLine blockquote
{ 
	background: transparent url(Graphics/dkquoteopen.gif) no-repeat scroll top left; 
	padding-top: 10px;
	margin: 40px 0 0 0;
	padding: 0 0 0 10px;
	font-size: 20px;
	font-style: italic;
	line-height: 35px;
}

#TagLine blockquote div
{
	background: transparent url(Graphics/dkquoteclose.gif) no-repeat scroll bottom right;
	padding: 0 30px;
}
*/

#PicShow
{
	float:right;
	width: 650px;
}

/* testimonials, projects */
.TesRow, .TesRowA
{
	width: 98%;
	padding: 3px 1% 3px 1%;
	overflow: auto;
	border-bottom: solid 1px #000000;
}

.TesRow { background-color: #111111; }
.TesRowA { background-color: #5F1814; }

.TesName { width: 20%; float:left; }
.TesCo { width: 60%; float:left; font-weight: bold; }
.TesPh { width: 19%; float:right; }
.TesWho { font-size: 11px; font-weight: bold; text-align: right; }

/* projects */
.PrjName { width: 65%; float:left;}
.PrjLocn { width: 20%; float: left; text-align: center; color: #c0c0c0; }
.PrjLocn1 { width: 30%; float: right; text-align: right; color: #c0c0c0; }
.PrjType { width: 10%; float: right; text-align: right; font-style: italic; }

.PrjImage { border: none; }
.PrjImages { height: 130px; padding: 20px 0 20px 0; }
.PrjImageHolder { height: 130px; text-align: center; vertical-align: middle; overflow: hidden; float:left; width: 213px;}

/* standard background */
.Bg
{
	background: #060606 url(Graphics/rtcorner.gif) no-repeat scroll bottom right;
	padding: 0 5px 57px 5px;
}

/* portfolio main page */
.PortRow, .PortRowA
{ 
	width: 98%; 
	border-bottom: solid 1px #000000; 
	padding: 0 1% 0 1%; 
	height: 25px; 
	line-height: 25px; 
}

.PortRowA { background-color: #5F1814; }
.PortRow { background-color: #111111; }

.PortLeft { width: 70%; float:left;}
.PortRt { width: 29%; float: right; text-align: right; }
.ImageCount { text-align: center; font-size: 10px; padding-top: 40px; }
.PortName { color: #ffffff; margin: 0 0 0 0; padding: 0 0 0 0; }

/* awards */
.RegAwards { float: left; width: 420px; padding: 5px 0 5px 0; border-right: solid 1px #5f1814; }
.StateAwards { float: right; width: 200px; padding: 5px 5px 5px 5px; text-align: center;}

