﻿/* mac hide\*/
html, body {height:100%}
/* end hide */
body 
{
	font-family: Gill Sans, Helvetica, Arial, Sans-Serif;
	font-size: medium;
	padding:0;
	margin:0;
	min-width:982px;/* was 996 for mozilla main width + 2 ie. 1 pixel border around*/
	text-align:left; 
	background-color: rgb(117,163,176);
	background-image: url(/css/images/background.jpg);
	background-repeat: repeat-x;

}
#outer{
	width:980px; /* was 974 main width (insider page border) */
	text-align:left;
	margin:auto;
	position:relative;
	top:0px;
	background-image: url(/css/images/whitespacer.jpg);
	background-repeat: repeat-y;
	border:0;
	margin-bottom:0;
	padding-bottom:0;
	/*border: solid 1px blue;*/

}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/



#header{
	position:absolute;
	top:0;
	left:0px;
	width:980px;
	height:350px;
	overflow:hidden;
	color:White;
	z-index:100;
    background-color:Transparent;
}

#footer 
{

	width:980px;
	clear:both;
	text-align:left;
	color:black;
	background-color: white;
	/*border: solid 1px black;*/
}


#footerdiv
{
 font-size:x-small;
}

#footernav p
{
  padding-bottom:0; margin-bottom:0;
 
}
#footernav
{
	background-color: white;
	padding: 13px;
	
	height:75px;

}


#innerwrap {/* enables content first */
	float:left;
	width:980px;  
	min-height:300px;
}
#ctl00_left {
	position:relative;/*ie needs this to show float */
	width:670px;
	float:left;
	padding-top:350px;/*needed to make room for header*/
	padding-bottom:0px;/* needed to make room for footer */
	height:100%;
}
#ctl00_left p {padding-left:3px;padding-right:2px}


#centrecontent {
	width:300px;
	float:right;
	padding-top:350px;
	padding-bottom:0px;/* needed to make room for footer */
	
}
#centrecontent p {padding-left:3px}





div,p  {margin-top:0}/*clear top margin for mozilla*/

/************************************ site unique CSS ***********************/



#footer a
{ 
	text-decoration:none;	
	color:black;
	font-size:smaller;
}

.basenav
{
	font-size:smaller;
}
#footer a:hover 
{ 
	text-decoration:underline;
	color:black;
}

#footerdiv a, #footerdiv a:link, #footerdiv a:visited,#footerdiv a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #9E9E9E;
	text-decoration: none;
	padding: 3px;
}
#footerdiv a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	color: black; 
	text-decoration: underline;
	padding: 3px;
}


ul#menu 
{ 
 list-style-type:none;
 position:relative;
 width:996px;
 height:33px;
 margin:0;
 padding:0;
 
}

ul#menu a /* this moves all the a hyperlink text out of sight */
{
	
 display:block;
 height:33px;
 text-indent:-9999px;
 text-decoration:none;
 overflow:hidden;
}

/* this is the menu image widths and image references*/
 
li#home     { position:absolute; top:0px; left: 445px; height:33px; background: url(/css/images/buttons/Home.jpg);}
li#services  { position:absolute; top:0px; left:540px; height:33px; background: url(/css/images/buttons/services.jpg);}
li#technology    { position:absolute; top:0px; left:685px; height:33px; background: url(/css/images/buttons/Technology.jpg);} 
li#contactus    { position:absolute; top:0px; left:850px; height:33px; background: url(/css/images/buttons/ContactUs.jpg);} 


/* Image Widths */
#home a, li#home     {width:93px;}
#services a, li#services {width:141px;}
#technology a, li#technology {width:164px;}
#contactus a, li#contactus {width:130px;}


.home li#home, li#home a:hover, li#home a:active                     { background: url(/css/images/hover/Home.jpg); } 
.services li#services, li#services a:hover, li#services a:active     { background: url(/css/images/hover/Services.jpg); } 
.technology li#technology, li#technology a:hover, li#technology a:active     { background: url(/css/images/hover/Technology.jpg); } 
.contactus li#contactus, li#contactus a:hover, li#contactus a:active     { background: url(/css/images/hover/ContactUs.jpg); } 

h1 { color: rgb(57,57,69); font-size: x-large }
h2 { color: rgb(131,181,190); font-size:medium; font-variant:small-caps  }


.form h1
{
 color : #5f0e0b;
 	font-size:large;
}

.form h2 
{
  clear: left;	
 font-size: medium;
 } 

.form h3 {clear: left;}
      

.form 
{
  background-color: #DEECE3;	
  padding: 20px 20px 20px 20px;
  margin: 0px 15px 10px 15px;
  height:100%;
  
  
 }
      form span.required {color: red;	text-align: left;}

 .row {clear: both; padding:0; margin:0}
      .c1{float: left; width: 220px; text-align: right; padding:4px} 
      .c2{float: left; width: 330px; text-align: left;} 
      .c3{float: left; width: 100px; text-align: right; padding:4px} 
      .c4{float: left; width: 110px; text-align: left;} 
      .c5{float: left; width: 100px; text-align: right} 
      .c6{float: left; width: 110px; text-align: left} 
      
.bold
{
	position:absolute;
	left:-999px;
}      