
/*Global Styles*/
body {
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #444444;
	margin-top: 12px;
	margin-bottom: 20px;
	scrollbar-arrow-color: #333333;
	scrollbar-base-color: #999999;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #E0E0E0;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #999999;
	scrollbar-track-color: #ffffff;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #444444;
}

/*List Styles*/
li ,ol {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #444444;
	list-style-type: square;
	list-style-image: url(../images/bullet-blue.gif);
}

/*Controls the height above the List Styles*/
ul {
	margin-top: -1.0em;
	margin-left: 3em;
	text-indent: -0.0em; /*was -0.3em*/
}

/*Heading Styles*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #D87410;
	margin-bottom: 0px;
}

h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #003366;
	margin-bottom: 5px;
}

/*Indentation Styles*/
blockquote {font-weight: none; margin-left: 15px;}

/*Global Link Styles*/
a:link, a:visited {color: #336699; text-decoration: underline;}
a:active, a:hover {color: #003366; text-decoration: underline;}

.HeaderNav {
	padding-right: 10px;
	padding-top: 3px;
}

.Header {
	background-color: #FFFFFF;
}
.HeaderBackground {
	background:url(../images/bg-header.gif);
	vertical-align:bottom;
	width:100%;	
}

.BorderLeft {
	background:url(../images/border-left.gif);
	vertical-align:top;
	width:11px;	
}

.BorderRight {
	background:url(../images/border-right.gif);
	vertical-align:top;
	width:11px;	
}

.FooterBackground {
	background:url(../images/bg-footer.gif);
	vertical-align:bottom;
	width:100%;	
}

.Footer {
	padding-bottom: 10px;
	font-size: 9px;
	word-spacing: 1px;
	letter-spacing: 1px;
	color: #666666;
	text-align: right;
}

/*Footer and Copyright Styles*/
a.FooterNav:link, a.FooterNav:visited {color: #666666; font-size: 9px; text-decoration: none;}
a.FooterNav:active, a.FooterNav:hover {color: #333333; font-size: 9px; text-decoration: underline;}

.Copyright {text-align: right;}

td.FooterContent {text-align:right; color:#777777; font-size:10px;}
a.FooterLinks:link, a.FooterLinks:visited {color:#777777; font-size:10px; text-decoration: none;}
a.FooterLinks:active, a.FooterLinks:hover {color:#999999; font-size:10px; text-decoration: none;}

.CenterContentOutside {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #444444;
	padding-top: 14px;
	padding-left: 5px;
	padding-right: 18px;
}

/*Page Body Styles*/

.CenterContentInside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #444444;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 46px;
	padding-bottom: 20px;
}

.CenterContentInsideMain {
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 10px;
}

/*Left Navigation Styles*/

.BodyLeftNav {
	width: 156px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
	padding-right: 18px;
}

.LeftNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 5px;
}

a.LeftNav:link, a.LeftNav:visited {color: #666666; font-size:11.5px; text-decoration: none;}
a.LeftNav:active, a.LeftNav:hover {color: #D87410; font-size:11.5px; text-decoration: underline;}

/*Portfolio Styles*/

.PortfolioContent {font-size:11.5px; color: #333333; vertical-align: middle; padding-left: 8px;}
.PortfolioContentHeader {padding-top: 10px; padding-bottom: 10px; padding-left: 8px;}

a.PortfolioLinks:link, a.PortfolioLinks:visited {
	color: #336699;
	text-decoration: underline;
}

a.PortfolioLinks:active, a.PortfolioLinks:hover {
	color: #D87410;
	text-decoration: underline;
}

.QuoteRequest {
	padding-top: 10px;
	padding-bottom: 6px;
	text-align: center;
}


/*Compairison Chart Colors*/
.Chart1 {background-color:#FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size:11px; line-height:16px; color:#333333;}
.ChartColor1 {background-color: #E6E6E6;}
.ChartColor2 {background-color: #DFEFFF;}
.ChartColor3 {background-color: #FFF3EC;}


/*Home Page Styles*/

.FeaturedProjects {
	color: #666666;
	line-height: 13px;
}

a.FeaturedProjects:link, a.FeaturedProjects:visited {color: #333333; font-weight: bold; text-decoration: none;}
a.FeaturedProjects:active, a.FeaturedProjects:hover {color: #336699; font-weight: bold; text-decoration: underline;}

.LineVertical {
	padding-bottom: 10px;
}

#FlashContentMain {
	border: 0px #000;
	width: 706px;
	height: 180px;
	float: left;
	color: #CCCCCC;
	background-color: #003366;
}

