@charset "utf-8";
/* CSS Document */

/* -------------------- COMMON STYLES -------------------- */
body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	background-image: url(../images/Background.jpg);
	color:#000;
	margin: 0 0 0 0;
}

a { outline:none; }

ul li { list-style: none; }

h1, h2, h3,  { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }

form { clear:both; }

.BlackBold {
	color:#000;
	font-weight:bold;
}

.BlackBoldSmall {
	color:#000;
	font-weight:bold;
	font-size: 9px;
}

a.white:link, a.white:visited {
	color:#FFF;
	text-decoration:none;
}

a.white:hover {
	color:#FFF;
	text-decoration:underline;
}

#Container {
	width:100%;
	margin:0;
}

#Welcome {
	background-image:url(../images/Welcome.png);
	color:#FFF;
	width:886px;
	height:206px;
	overflow:hidden;
	line-height:25px;
	margin-left:auto;
	margin-right:auto;
}

#ContentContainer {
	width:886px;
	margin-left:auto;
	margin-right:auto;
}

#ColContainer {
	width:886px;
}

#ColL {
	width:600px;
	height:auto;
	float:left;
	
}

#ColR {
	width:270px;
	height:auto;
	float:left;
	margin-top:4px;
	margin-left:9px;
}

#Squirell {
	background-image:url(../images/Squirrel.png);
	color:#FFF;
	width:270px; 
	height:314px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;	
}

#Proud {
	margin-top:6px;
	margin-left:2px;
	width:609px;
	height:324px;
}

/* -------------------- NAVIGATION STYLES -------------------- */

#LogoContainer {
	background-color:#FFF;
	width:100%;
	height:auto;
	margin:0;
}

#Logotop {
	width:875px;
	height:117px;
	margin-left:auto;
	margin-right:auto;
}

#NavContacts {
	float:right;
	text-align:right;
	line-height:12pt;
	padding-top:14px;
}

#NavContainer {
	background-image:url(../images/NavigationBG.png); 
	width:100%;
	height:59px;
	margin:0;
}

#Navigation {
	width:975px;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	color:#FFF;
}

#NavBBB {
	float:right;
	text-align:right;
	margin-top:-46px;
}

#hnavt { 
	margin-left:2px;
	margin-top:-13px; 
	width:626px; 
	height:39px; 
	background: url(../images/navs.jpg); 
	background-repeat:no-repeat;
}

#hnavt li { position: relative; left: 0; height: 39px; }
	#hnavt #hnavhomet { height:39px; float:left; width:63px; left:-40px; }
	#hnavt #hnavabout { float:left; height:39px; width:76px; left:-40px; }
	#hnavt #hnavservices{ float:left; height:39px; width:74px; left:-40px; }
	#hnavt #hnavcontact{ float:left; height:39px; width:88px; left:-40px; }
	#hnavt #hnavtestimonials{ float:left; height:39px; width:98px; left:-40px; }
	#hnavt #hnavjobs{ float:left; height:39px; width:100px; left:-40px; }
	#hnavt #hnavpersonal{ float:left; height:39px; width:100px; left:-40px; }
	
#hnavt li a {
	display: block;
	position: absolute;
	top:0;
	left:-8px;
	width: 100%;
	height: 39px;
	text-indent: -9999em;
}

/* -------------------- SUBNAV STYLES -------------------- */

#hnav { 
	margin-left:2px; 
	margin-top:0px; 
	width: 551px; 
	height:58px; 
	background: url(../images/subnav.png); 
}
#hnav li { position: relative; left: 0; height: 58px; }
	#hnav #hnavarea { height:58px;float:left; width: 200px; left: -40px; }
	#hnav #hnavtest2 { float:left; height:58px; width: 142px; left: -40px; }
	#hnav #hnavrate{ height:58px; width: 278px; left: 273px; }
	
#hnav li a {
	display: block;
	position: absolute;
	top:0;
	left: -8px;
	width: 100%;
	height: 58px;
	text-indent: -9999em;
}

/* -------------------- FOOTER STYLES -------------------- */

#FooterContainer {
	background-image:url(../images/FooterTopBG.jpg);
	padding-top:13px;
	height:245px;
	width:100%;
	margin:0;
}

#FooterContent {
	background-image:url(../images/FooterContentBG.png);
	background-repeat:no-repeat;
	color:#FFF;
	line-height:16pt;
	letter-spacing:1px;
	width:875px;
	height:245px;
	margin-left:auto;
	margin-right:auto;
}

#FooterBottom {
	background-image:url(../images/FooterBottomBG.jpg);
	width:100%;
	height:50px;
	margin:0;
	margin-top:-13px;
}

#FooterBottomContent {
	width:875px;
	height:40px;
	line-height:20px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
}
