/******************************************
			Tag Classes
******************************************/
body { 	background-color: #F3F6FA; margin-left: 20px; margin-right:0px;}
p { 	margin-top: 10px; 	margin-left: 20px;  }
ul {
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 8px;
}
ol {
	margin-left: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 8px;
}

li {  margin-top: 0px;  margin-bottom: 5px;  }

hr {
	border-top: 1px solid #ccc;
	border-bottom: 1px none;
	border-right: 1px none;
	border-left: 1px none;
	background-color: #fff;
   height: 1px;
}
/*td { vertical-align: top; } This style is buggy and may not work properly. */

/******************************************
			Header Classes
******************************************/
h1 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
}
h2 {
	color: #5B5B5B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 3px;
}
h3 {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


/******************************************
			Background Classes
******************************************/
.bg-black { background-color: #000000; }
.bg-gray3 { background-color: #333333; }
.bg-gray2 {	background-color: #666666; }
.bg-gray1 { background-color: #EEEEEE; }
.bg-white { background-color: #FFFFFF; }
.bg-red { background-color: #c40001; }
.bg-ltblue {
	background-color: #e6ecf2;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	font-style: italic;
}
.bg-imageblue { background-color: #d1dce7;}
.bg-about { background-image:url(images/about_us/about_us_backdrop.gif); background-repeat:repeat-y; background-position:left;}
.bg-second_level_nav { background-image:url(images/second_level_nav_back.gif); background-repeat:repeat-y; background-position:left;}
.bg-subnav { background-color: #5c76b1;}
.bg-navdrop {background-image:url(images/Shadow_nav_drop.gif); background-repeat:repeat-y;}
.bg-topshadow {background-image:url(images/Shadow_top.gif); background-repeat:repeat-x;}
.bg-dots1 { background-image:url(images/bg-dots1.gif); background-repeat: repeat-x; }

/******************************************
			Text Classes
******************************************/
.txt-small-red {
	color: #c40001;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/******************************************
			Menu Classes   
			
		.m1 = Menu Level 1, 
		.m2 = menu level 2, 
		etc.
		the ".m" classes should control everything but "color" and "text-decoration" styles 
		which should be controlled by link classes, ie: ".a-m1"

******************************************/
.m1_one {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 35px;
	vertical-align: text-bottom;
	line-height: 35px;
	text-align: center;
	margin-left: 3px;
	margin-bottom: 1px;
	width: 98px;
	
}
.m1_two {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: text-bottom;
	text-align: center;
	line-height: 35px;
	margin-left: 3px;
	margin-bottom: 1px;
	width: 98px;
	height: 35px;
}
.m1_three {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: text-bottom;
	text-align: center;
	line-height: 35px;
	margin-left: 3px;
	margin-bottom: 1px;
	width: 98px;
	height: 35px;
}
.m1_four {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: text-bottom;
	text-align: center;
	line-height: 35px;
	margin-left: 3px;
	margin-bottom: 1px;
	width: 98px;
	height: 35px;
}
.m1_five {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: text-bottom;
	text-align: center;
	line-height: 35px;
	margin-left: 3px;
	margin-bottom: 1px;
	width: 98px;
	height: 35px;
}

.m1_six {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: text-bottom;
	text-align: center;
	line-height: 35px;
	margin-left: 3px;
	margin-bottom: 1px;
	width: 98px;
	height: 35px;
}
.m1_seven {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: text-bottom;
	text-align: center;
	line-height: 35px;
	margin-left: 3px;
	margin-bottom: 3px;
	width: 98px;
	height: 35px;
}

.m2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

.m3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}


.m-func {        /* function menu formatting */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eeeeee;
	text-align: right;
	padding-right: 20px;
}

.m-urhere {  /*  class for a "You Are Here" indicator */
	padding-top: 5px;
	padding-left: 4px;
	padding-right: 4px;
}

/******************************************
			Link Classes
******************************************/
a:link { text-decoration: none; color: #095BA6; }
a:visited { text-decoration: none; color: #095BA6; }
a:active { text-decoration: none; color: #095BA6;}
a:hover{ text-decoration: underline;  color: #095BA6;}

a.a-m1_one:link { text-decoration: none; color: #4d5a88;background-image: url(images/button_Home_a.gif);display:block;}
a.a-m1_one:visited { text-decoration: none;  color: #4d5a88;background-image: url(images/button_Home_a.gif);display:block;}
a.a-m1_one:active { text-decoration: none; color: #4d5a88; background-image: url(images/button_Home_a.gif);display:block;}
a.a-m1_one:hover{ text-decoration: none;  color: #4d5a88; background-image:url(images/button_Home_back.gif); display:block;}

a.a-m1_two:link { text-decoration: none; color: #4d5a88; background-image:url(images/Button_AboutUs_back.gif); background-repeat:repeat-x; display:block; }
a.a-m1_two:visited { text-decoration: none;  color: #4d5a88; background-image:url(images/Button_AboutUs_back.gif); background-repeat:repeat-x; display:block;}
a.a-m1_two:active { text-decoration: none; color: #4d5a88; background-image:url(images/Button_AboutUs_back.gif); background-repeat:repeat-x; display:block;}
a.a-m1_two:hover{ text-decoration: none;  color: #4d5a88; background-image:none; background-color: #9fbbdd; display:block;}

a.a-m1_three:link { text-decoration: none; color: #4d5a88; background-image:url(images/Button_Services_back.gif); background-repeat:repeat-x; display:block; }
a.a-m1_three:visited { text-decoration: none;  color: #4d5a88;background-image:url(images/Button_Services_back.gif); background-repeat:repeat-x; display:block; }
a.a-m1_three:active { text-decoration: none; color: #4d5a88; background-image:url(images/Button_Services_back.gif); background-repeat:repeat-x; display:block;}
a.a-m1_three:hover{ text-decoration: none;  color: #4d5a88; background-image:none; background-color: #9fbbdd; display:block;}

a.a-m1_four:link { text-decoration: none; color: #4d5a88; background-image:url(images/Button_Portfolio_back.gif); background-repeat:repeat-x; display:block; }
a.a-m1_four:visited { text-decoration: none;  color: #4d5a88; background-image:url(images/Button_Portfolio_back.gif); background-repeat:repeat-x; display:block;}
a.a-m1_four:active { text-decoration: none; color: #4d5a88; background-image:url(images/Button_Portfolio_back.gif); background-repeat:repeat-x; display:block;}
a.a-m1_four:hover{ text-decoration: none;  color: #4d5a88; background-image:none; background-color: #9fbbdd; display:block;}

a.a-m1_five:link { text-decoration: none; color: #4d5a88; background-image:url(images/Button_CaseStudies_back.gif); background-repeat:repeat-x; display:block; }
a.a-m1_five:visited { text-decoration: none;  color: #4d5a88; background-image:url(images/Button_CaseStudies_back.gif); background-repeat:repeat-x; display:block;}
a.a-m1_five:active { text-decoration: none; color: #4d5a88; background-image:url(images/Button_CaseStudies_back.gif); background-repeat:repeat-x; display:block;}
a.a-m1_five:hover{ text-decoration: none;  color: #4d5a88; background-image:none; background-color: #9fbbdd; display:block;}

a.a-m1_six:link { text-decoration: none; color: #4d5a88; background-image:url(images/Button_Testimonials_back.gif); background-repeat:repeat-x; display:block; }
a.a-m1_six:visited { text-decoration: none;  color: #4d5a88; background-image:url(images/Button_Testimonials_back.gif); background-repeat:repeat-x; display:block;}
a.a-m1_six:active { text-decoration: none; color: #4d5a88; background-image:url(images/Button_Testimonials_back.gif); background-repeat:repeat-x; display:block;}
a.a-m1_six:hover{ text-decoration: none;  color: #4d5a88; background-image:none; background-color: #9fbbdd; display:block;}

a.a-m1_seven:link { text-decoration: none; color: #4d5a88; background-image:url(images/Button_Contact_back.gif); background-repeat:repeat-x; display:block; }
a.a-m1_seven:visited { text-decoration: none;  color: #4d5a88; background-image:url(images/Button_Contact_back.gif);  background-repeat:repeat-x; display:block;}
a.a-m1_seven:active { text-decoration: none; color: #4d5a88; background-image:url(images/Button_Contact_back.gif);  background-repeat:repeat-x; display:block;}
a.a-m1_seven:hover{ text-decoration: none;  color: #4d5a88; background-image:none; background-color: #9fbbdd; display:block;}

a.a-m2:link { text-decoration: none; color: #7488a7;}
a.a-m2:visited { text-decoration: none;  color: #7488a7;}
a.a-m2:active { text-decoration: none; color: #7488a7;}
a.a-m2:hover{ text-decoration: none;  color: #3b629f;}

a.a-func:link { text-decoration: none; color: #eee; }  /* function menu colors and underline info */
a.a-func:visited { text-decoration: none; color: #eee; }
a.a-func:active { text-decoration: none; color: #eee; }
a.a-func:hover{ text-decoration: underline; color: #eee; }


/******************************************
			Page Layout Class
******************************************/
.pagebody { /* main content area class, includes baseline text formatting and possibly padding info */
	margin-left: 20px;
	margin-right: 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
}
.survey {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 22px;
	margin-left: 15px;
}
.survey p {
	display: inline;
	vertical-align: middle;
	margin: 0;
}
.formBody { /* main content area class, includes baseline text formatting and possibly padding info */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.newsHeader { /* main content area class, includes baseline text formatting and possibly padding info */
	margin-left: 20px;
	margin-right: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
}

.testimonial { /* main content area class, includes baseline text formatting and possibly padding info */
	margin-left: 0px;
	margin-right: 0px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 12px;
	line-height: 19px;
}

.testimonial_credit { /* main content area class, includes baseline text formatting and possibly padding info */
	margin-left: 0px;
	margin-right: 0px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-align: right;
}

/******************************************
			Homepage Classes
******************************************/
.pad-home1 {
	padding-right: 35px;
}
/******************************************
			Footer Classes
******************************************/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A7C3E4;
}

a.a-footer:link { color: #A7C3E4}
a.a-footer:visited { color: #A7C3E4;}
a.a-footer:active { color: #A7C3E4;}
a.a-footer:hover{ color: #A7C3E4;}

/******************************************
			Search Form Classes
******************************************/
#search{
 /* this is the div that the search form is in */
 	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 30px;
 }
#search form{
  /* this is the html tag */
 }
.form-searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 100px;
	margin-right: 3px;
	margin-bottom: 1px;
	border: 1px solid #000000;
	height: 15px;
	vertical-align: baseline;
}
.form-searchsubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #666666;
	border: 1px solid #717171;
	height: 19px;
	width: 50px;
	margin-right: 20px;
	text-transform: uppercase;
	vertical-align:middle;
	vertical-align: baseline;
}
/******************************************
			Misc Classes
******************************************/
.ul-nopad {
	margin: 0px;
}
.no-margin {
	margin: 0px;
}
/*******************************************
			Horizontal Rules
*******************************************/

hr.blueDashed {
	border: none 0; 
	border-top: 1px dashed #09c;
	border-bottom: 1px dashed #ccc;
	width: 90%;
	height: 2px;

	}	
	
hr.blackDashed {
	border: none 0; 
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #ccc;
	width: 90%;
	height: 2px;

	}	
	
hr.whiteDashed {
	border: none 0; 
	border-top: 1px dashed #FFF;
	border-bottom: 1px dashed #EEE;
	width: 100%;
	height: 2px;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 2 0; /*this will align it left for Mozilla*/
	}	
	
.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A7C3E4;
	padding-right: 50px;
}

.button {
	font: 10px/20px Helvetica, sans-serif;
	color: #fff;
	background: #666;
	border-bottom: 1px solid #3f3f3f;
	border-right: 1px solid #3f3f3f;
	text-transform: none !important;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	float: right;
	max-width: 60px;
}

.button:hover { background: #fabf00; color: #333; text-decoration: none; }

.survey textarea {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	padding: 2px;
	color: #666666;
}
.footer .project a {
	color: #FFFFFF;
}

.survey input {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
}
.survey .field {
	font-family: Helvetica, sans-serif;
	color: #666666;
	width: 100%;
}
.survey select {
	font-family: Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	float: right;
}
.footer .project {
	padding: 10px;
	background-color: #8198b9;
	display: block;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}
#apDiv1 {
	position:absolute;
	width:252;
	height:144px;
	z-index:200;
	left: 15px;
	top: 10;
}
