/*************** Global Nav Styles *****************/

/**** Plain Text ****/

.Title {
	Font-Family:arial,helvetica,sans-serif;
	Font-Size:20pt;
	Color: Black;
	Text-Decoration:none;
	Font-Weight:bold;
}
.TitleSection {
	Font-Family:arial,helvetica,sans-serif;
	Font-Size: 12pt;
	Color: Black;
	Text-Decoration:none;
	Font-Weight:bold;
}
.TitleSubSection {
	Font-Family: Arial, Helvetica, sans-serif;
	Font-Size: 13px;
	Color: White;
	Text-Decoration:none;
	Font-Weight: normal;	
}
.Header {
	Font-Family: Arial, Helvetica, sans-serif;
	Font-Size: 13px;
	Color: #505050;
	Text-Decoration:none;
	Font-Weight: bolder;	
}
.HeaderJustify {
	Font-Family: Arial, Helvetica, sans-serif;
	Font-Size: 14px;
	Color: black;
	Text-Decoration:none;
	Font-Weight: normal;
	text-align: justify;
}
.HeaderNormal {
	Font-Family: Arial, Helvetica, sans-serif;
	Font-Size: 14px;
	Color: White;
	Text-Decoration:none;
	Font-Weight: normal;	
}
.AlertText {Font-Family:arial,helvetica,sans-serif; Font-Size: 10pt; Color:Maroon; Text-Decoration:none; Font-Weight:none;}
.ErrorText {Font-Family:arial,helvetica,sans-serif; Font-Size:16pt; Color:red; Text-Decoration:none; Font-Weight: bold; }
.SubscriptText {
	Font-Family:arial,helvetica,sans-serif;
	Font-Size:10px;
	Color: #737373;
	Text-Decoration:none;
	Font-Weight:none;
}
.SubscriptTextBold {
	Font-Family:arial,helvetica,sans-serif;
	Font-Size:10px;
	Color: #666666;
	Text-Decoration:none;
	Font-Weight: bold;
}

.BodyText {
	Font-Family:arial, helvetica, sans-serif;
	Font-Size:12px;
	Color: #737373;
	padding: 1px;	
	background-color: transparent;
	Text-Decoration:none;	
}

.AddressText {
	Font-Family:arial, helvetica, sans-serif;
	Font-Size:12px;
	Color: #737373;
	padding-left: 15px;	
	background-color: transparent;
	Text-Decoration:none;	
}


.BodyTextBoldItalic {
	Font-Family:arial, helvetica, sans-serif;
	Font-Size:12px;
	Color: #737373;
	background-color: transparent;	
	Font-Weight: bold;
	font-style: italic;
}

.BodyTextIndent {
	Font-Family:arial, helvetica, sans-serif;
	Font-Size:12px;
	Color: #737373;
	padding: 1px;	
	background-color: transparent;
	Text-Decoration:none;
	text-indent: 10px;
}

.BodyTextUnderline {
	Font-Family:arial, helvetica, sans-serif;
	Font-Size:12px;
	Color: #737373;
	background-color: transparent;
	Text-Decoration:underline;
}

.BodyTextBoldUnderline {
	Font-Family:arial, helvetica, sans-serif;
	Font-Size:12px;
	Color: #737373;
	background-color: transparent;
	Text-Decoration:underline;
	Font-Weight: bold ;
}
.ServicesText {
	Font-Family:arial, helvetica, sans-serif;
	Font-Size:10px;
	Color: Black;	
	background-color: transparent;
	Text-Decoration:none;
}

.LocationsText {
	Font-Family:arial, helvetica, sans-serif;
	Font-Size:14px;
	Color: #333333;	
	background-color: transparent;
	Text-Decoration:none;
}

.BodyTextWarning {Font-Family:arial, helvetica, sans-serif; Font-Size:10pt; Color: red; font-weight: bold;}
.BodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color : #737373;
}
.BodyTextItalic {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: italic}

.NewsText {
	Font-Family:arial, helvetica, sans-serif;
	Font-Size:10px;
	Color: #333333;
	background-color: #CCCCCC;
	Text-Decoration:none;
	font-weight: bold;
}
/**** Linked Text ****/
a:hover {
	color: #FF6944;
	text-decoration: none;
}
a.LinkText {
	Font-Family:arial,helvetica,sans-serif;
	color: #CC6100;
	text-decoration: underline;
	font-weight:none;
}
a.LinkBodyText {
	Font-Family:arial,helvetica,sans-serif;
	color: #FF9900;
	text-decoration: underline;
	font-weight:none;
}
a.LinkLocations {
	Font-Family:arial,helvetica,sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight:none;
}
.ProjectTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color : White;
}

.Mouse { cursor: pointer; }


/*************** SubPages Nav Styles *****************/ 

.confirmText{Font-Family:arial,helvetica,sans-serif; Font-Size:14pt; Color: #008000; Text-Decoration:none; Font-Weight: bold;}




/**** Table Styles ******/
.TableEdge {
	background-color : Aqua;
}

.TableWhite {
	background-color : #FFFFFF;
}
.TablePurple {
	background-color : #7F0052;
}

.FormSectionProspectiveClients
{
	background-color: #EDC6B2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color : black;

/********** Form Section Styles *************/	
}
input.textbox {
	border-right: 1px groove #737373;
	border-top: 1px groove #737373;
	margin-top: 1px; font-weight: normal;
	font-size: 10px; margin-bottom: 2px;
	border-left: 1px groove #737373;
	color: #000000;
	border-bottom: 1px groove #737373;
	font-family: Arial, sans-serif;
	background-color: #DCDCDC;
	text-align: left;
 	}
	

input.textboxError {
	border-right: 1px groove #FF3366;
	border-top: 1px groove #FF3366;
	margin-top: 1px; font-weight: normal;
	font-size: 10px; margin-bottom: 2px;
	border-left: 1px groove #FF3366;
	color: #000000;
	border-bottom: 1px groove #FF3366;
	font-family: Arial, sans-serif;
	background-color: #EDC6B2;
	text-align: left;
 	}

TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;/* The text in white*/
	background-color: #DCDCDC;/* Background-color: dark blue*/
	border: 1px groove #737373;/* and a red border*/
	width: 400px;
	height: 40px;
}
	
	
input.ProspectiveClientsSubmit {
background-color: #EDC6B2;
font-weight: bold;
font-size: 12px;
color: black;
}

.row0 {
background-color: #333399;
}  
.row1 {
background-color: #336699;
}
.cell {
	background-color: white;
}  

/**** Body Styles ****/
.Body {
	background : #009999;
	scrollbar-arrow-color : White;
	scrollbar-face-color : #00CC99;
	scrollbar-track-color : #5F9EA0;
	scrollbar-highlight-color : Black;
}

li { list-style: square; }

/*** Browser Styles ***/



