/*
	Website Content and Design Copyright 2006 - Samuel Moore - Desert Solutions (c), All Rights Reserved.
	For more information or inquires for web projects and design go to http://desertsolutions.net
	
	Mike G:
	
	USE PX
	
	use pixal over point because point can be override by the browser settings ( show small,medium, large text).
	pixal gives you absolute control to the size of your fonts.	
*/
h6, h5 , h4 
{
	font-size: 14px;
	margin-left: 15px;
}
ul
{
	list-style-type: none
}
.header
{
	margin-top: 15px;
	margin-left: 15px;
	text-decoration: underline;
}
body
{
	font-size: 14px;
	font-family: Arial;
}
p 
{
	margin-left: 10px;
	margin-right: 5px;
}
a 
{
	text-decoration: none;
	color: #64512C;
}
a:hover
{
	text-decoration: underline;
	color: #000000;
}
img
{
	border:0px;
}
#divHeader
{
	top:10px;
	left: 10px;
	width: 850px;
	position: absolute;
	height:113px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
#divServices
{
	top: 130px; 
	left: 10px; 
	height: 771px; 
	width:175px;
	font-size: 12px; 
	position: absolute; 
	background-color: #0F6FCD;
}
#divServices a
{
	color: #FFFFFF;
}
#divNavigator
{
	height: 40px;
	text-align: center;
}
#divNavigator a
{
     font-size: 12px;
}
#pLinks
{ 
	line-height: 20px; 
	margin-top: 45px;
}
#divContent
{
	top: 130px;
	left: 182px;
	width: 678px;
	position: absolute;
	background-color: #FFFFFF;
	background-image: url(../images/imgBackgroundColor.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center 40px;
	border: 1px solid #0066CC;
	height: 483px;
}
#divContact
{
	Top: 21px; 
	Left: 640px; 
	width: 161px; 
	height: 73px; 
	position: absolute;
}
#divCopyright
{
	top: 568px; 
	left:200px; 
	position: absolute; 
	z-index: 3;
	font-size: 10px;
}
#divBottomLinks
{
	top: 541px;
	left:200px;
	position: absolute;
	z-index: 3;
	text-align: center;
}
.withLines
{
	text-decoration: underline;
}
.link
{
	font-size: 13px;
	color: #000000;
}
.finePrint
{
	font-size: 10px;
}
#pTopHeader
{
	text-align: center;
	height: 30px;
	margin-top: 8px;
}
.paragraph
{
	text-align: justify;
}
#divServices a:hover {
	color: #FFFFFF;
	text-decoration: underline;

}
.pBox {
	border: 2px solid #0066CC;
}
.noMrgTopBtm {
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 0px;
}
.pMrgT5L25 {
	margin-top: 5px;
	margin-left: 25px;
}
.Logo
{
	font-weight: bold; 
	color: #0000FF; 
	font-size: 14pt;
	font-family: Impact;
}
