/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	padding: 0px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

p{
  font: Arial,sans-serif;
  font-size: 14px;
  color: #000000;
  margin: 0px;
  margin-top: 4px;
  margin-bottom: 10px;
  padding: 0px;
}

.p_table{
  font: Arial,sans-serif;
  font-size: 14px;
  color: #000000;
  margin: 0px;
  margin-left: 10px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0px;
}

.p_table_title{
  font: bold Arial,sans-serif;
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
  margin-left: 10px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0px;
}

h1{
 font: bold 120% Arial,sans-serif;
 color: #466da4;
 margin: 0px;
 margin-top: 16px;
 margin-bottom: 4px;
 padding: 0px;
}

h2{
 font: bold 100% Arial,sans-serif;
 color: #466da4;
 margin: 0px;
 margin-top: 8px;
 padding: 0px;
}

h3{
 font: bold 85% Arial,sans-serif;
 color: #466da4;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 70% Arial,sans-serif;
 color: #466da4;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #466da4;
 margin: 0px;
 padding: 0px;
}




.splash_h{
 	font: 100% Arial,sans-serif;
 	font-size: large;
 	color: #ffffff;
 	margin: 0px;
	padding-top: 10px;
}

.splash_hb{
 	font: 100% Arial,sans-serif;
 	font-size: large;
	color: #000000;
 	margin: 0px;
	padding-top: 10px;
}

.title_h{
 	font: Geneva, Arial, Helvetica, sans-serif;
 	font-size: 12px;
	font-weight: normal;
 	color: #000000;
 	margin: 0px;
	padding: 0px;
}

.splash_p{
 	font: 100% Arial,sans-serif;
 	font-size: normal;
 	color: #ffffff;
 	margin: 0px;
 	padding: 0px;
}

.story_p{
	font: 100% Arial,sans-serif;
 	font-size: normal;
 	margin: 0px;
 	padding: 0px;
}

.legal_tiny
{
	font: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	margin: 0px;
	padding: 4px;
}

/************ sectionLinks styles **************/
#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h2{
	padding: 10px 2px 2px 10px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #eeeeee;
	
	font-weight: normal;
	font-size: 11px;
	padding: 6px 10px 6px 10px;
	color: #000000;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #466da4;
	color: #ffffff;
		
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

/************ Global layer styles **************/
#globalNav {
	position:absolute;
	left:24px;
	top:80px;
	width:94%;
	min-width:724px;
	height:33px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	z-index: 12;
}
#titlebarlayer {
	position:absolute;
	left:24px;
	top:0;
	width:94%;
	min-width:724px;
	height:75px;
	z-index:7;
}
#titletextlayer {
	position:absolute;
	left:24px;
	top:36px;
	width:94%;
	min-width:724px;
	height:40px;
	z-index:8;
}
#homelinklayer {
	position:absolute;
	left:24px;
	top:0px;
	width:276px;
	height:80px;
	z-index:10;
}
#about_us_nav_button {
	position: absolute;
	top: 0px;
	left:0px;
}
#services_nav_button {
	position: absolute;
	top: 0px;
	left:86px;
}
#aboutuslayer {
	position:absolute;
	left:24px;
	top:106px;
	width:133px;
	height:61px;
	z-index:13;
	visibility: hidden;
}
#serviceslayer {
	position:absolute;
	left:98px;
	top:106px;
	width:150px;
	height:119px;
	z-index:14;
	visibility: hidden;
}
#projectslayer {
	position:absolute;
	left:177px;
	top:106px;
	width:281px;
	height:153px;
	z-index:15;
	visibility: hidden;
}
#contactuslayer {
	position:absolute;
	left:252px;
	top:106px;
	width:171px;
	height:62px;
	z-index:16;
	visibility: hidden;
}
#hidenavlayer {
	position:absolute;
	left:11;
	top:45px;
	width:588px;
	height:389px;
	z-index:11;
	visibility: hidden;
}

#bodycontentslayer {
	position:absolute;
	left:24px;
	top:123px;
	width:94%;
	min-width:724px;
	z-index:9;
	height: 100px;
}

#storylayer {
	position:absolute;
	left:0px;
	width:100%;
	height:90px;
	z-index:4;
	top: 0px;
}
/********************* end **********************/

