/******************************************************************************
 **********             East Cape Engineering Web Site Colors       **********
green		#4c6620
nav blue	#44a2ff
navy blue	#091840
lt blue bg	#cfe0f5
body stroke blue	#9abfec

******************************************************************************/

/******************************************************************************
 **********                    Body			              			 **********
******************************************************************************/
body {
	font-family:Tahoma, "MS Sans Serif", Verdana, sans-serif;
	font-size:14px;
	line-height:1.4;
	background-color:#cfe0f5;
}

h1, h2, h3, p	{
	color:#091840;
}

h1	{
	font-size:24px;
	margin-bottom:0px;
}

.h1Contact	{
	font-size:24px;
	margin-bottom:10px;
	text-align:center;
}

h2	{
	font-size:18px;
	margin-bottom:-10px;
}

.h2Services	{
	font-size:18px;
	margin-bottom:-10px;
}

.h2Services a:link			{color:#091840; border-bottom:none;}
.h2Services a:visited		{color:#091840; border-bottom:none;}
.h2Services a:hover			{color:#091840; border-bottom:none;}
.h2Services a:active		{color:#091840; border-bottom:none;}

.lgFont	{
	font-size:large;
}

div#container	{
	width: 780px;
	border: 0px;
	margin: 0px auto;
	background-image:url(/images/gradiant-bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#cfe0f5;
	border-right:1px solid #9abfec;
	border-left:1px solid #9abfec;
}

div#pageContainer	{
	margin: 0px 10px 0px 10px;
}

.pixOutline	{
	border:1px solid #44a2ff;
	margin-top:5px;
}

.pixServices	{
	border:1px solid #44a2ff;
	margin:5px 5px 5px 5px;
}

.tableText	{
	text-align:left;
}

.alignRight	{
	text-align:right;
}	
/******************************************************************************
 **********                   Logo + Contact Info	       			 **********
******************************************************************************/
div#Header	{
	margin: 0px 0px 0px 0px;
	height:100px;
}

div#Contact	{
	background-color:#4c6620;
	height:20px;
	text-align:right;
	color:#FFFFFF;
	padding-top:10px;
	padding-right:10px;
}

#homeP	{
	width:350px;
}

#floatLeft	{
	float:left;
	vertical-align:top;
}

#floatRight	{
	float:right;
	vertical-align:top;
}

#floatHome	{
	float:right;
	vertical-align:top;
}

.centeredList	{
	text-align:center;
}

/******************************************************************************
 **********                   CSS Navigation Menu	       			 **********
******************************************************************************/
ul#menu{ 
	width: 100%;
	height: 20px;
	list-style-type: none; 
	margin: 0; 
	padding: 10px 0px 0px 0px;
	border-bottom:1px solid #44a2ff;
	}
ul#menu li {
	display: block; 
	float: right;
	background-color:#44a2ff;
	margin: 0 0 2px 2px; 
	padding: 0 5px 0 5px;
	}
ul#menu li a { 
	height: 20px; 
	color: #ffffff; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height:150%;
	}
ul#menu li a:hover { 
	color: #333; 
	}
ul#menu li a.current{ 
	color: #FFF;  
	}

/******************************************************************************
 **********                   Footer				       			 **********
******************************************************************************/
div#footer	{
	float:none;
	background-image:url(/images/footer-wave.jpg);
	background-repeat:no-repeat;
	height:102px;
	font-size:11px;
	margin-top:5px;
}

div#address	{
	line-height:1.3;
	padding-top:25px;
	padding-left:10px;
	float:left;
}

#footerNav	{
	float:right;
	clear:left;
	color:#091840;
}

div#nav	{
	float:right;
	padding-top:25px;
	padding-right:10px;
}

#nav a:link			{color:#091840; text-decoration:none; border-bottom:none;}
#nav a:visited		{color:#091840; text-decoration:none; border-bottom:none;}
#nav a:hover		{color:#091840; border-bottom:1px solid #091840;}
#nav a:active		{color:#091840; text-decoration:none;}

div#contact	{
	float:left;
	margin-left:10px;
}

div#footerLinks	{
	float:right;
	margin-right:10px;
}

.credit	{
	color:#44a2ff;
	text-align:right;
}

.credit a:link			{color:#44a2ff; text-decoration:none; border-bottom:none;}
.credit a:visited		{color:#44a2ff; text-decoration:none; border-bottom:none;}
.credit a:hover			{color:#44a2ff; border-bottom:1px solid #44a2ff;}
.credit a:active		{color:#44a2ff; text-decoration:none;}

