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

body
		{
			margin: 0;
			padding: 0;
			font-family: Arial, Helvetica, sans-serif;
		}
		
h1
		{
			margin: 0 0 0 304px;
			width: 537px;
			height: 152px;
			color: #FFFFFF;
			font-size: 1em;
			text-indent: -99999px;
		}
		
a 
		{
			color: #00558b;
			text-decoration: none;
		}
		

		
a:hover
		{
			text-decoration: underline;
		}


#container
		{
			width: 1010px;
			margin: 0 auto;
		}
		
#splash-intro
		{
			margin: 10px auto;
			width: 550px;
		}
		
.splash-intro-text
		{
			text-align: left;
			font-size: .8em;
			color: #666666;
		}
		
.splash-next
		{
			color: #666666;
			text-align: right;
			font-size: .7em;
		}

#header 
		{
			width: 1010px;
			height: 152px;
			background: #fff url(images/header.gif) 0 0 no-repeat;
			float: left;
			clear: right;
		}
		
#left
		{
			width: 304px;
			background: #fff url(images/logo.gif) 0 0 no-repeat;
			float: left;
		}
		
#flash
		{
			height: 147px;
			width: 304px;
			margin: 4px 0 0 -2px;
			padding: 0;
		}
		
#middle
		{
			width: 517px;
			margin: 0;
			padding-right: 20px;
			float: left;
			font-size: 0.8em;
		}
		
#default-ul
		{
			list-style-type: none;
		}	
		
.staff-pic 
		{
			padding-right: 10px;
			padding-bottom: 5px;
			float: left;
		}
		
#breadcrumbs
		{
			list-style-type: none;
			margin: 109px 0 0 0; 
			padding: 0;
			height: 38px;
			font-size: 0.8em;
			color: #999999;
		}
		
#breadcrumbs li 
		{
			margin-right:10px;
			float:left;
		}
		
#breadcrumbs li a 
		{
			padding-right:10px;
			overflow:hidden;
			color: #00558b;
			text-decoration: none;
			border-right:  1px dashed #b9d03f;
			display:block;
		}
		
#breadcrumbs li a:hover
		{
			text-decoration: underline;
		}
		
#right 
		{
			float: left;
			clear: right;
			width:169px;
			height: 502px;
			background: #fff url(images/statement.gif) 0 0 no-repeat;
		}
		
		
#splash-nav	
		{
			text-align: center;
			margin: 0;
			list-style-type: none;
			padding: 0;
		}
		
#splash-nav li {
			margin-right: 15px;
			display:inline;
		}
		
#splash-nav li a 
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 0.8em;
			margin: 0px;
			padding: 0;
			text-transform: lowercase;
		}
		
#nav	
		{
			margin: 0 0 0 44px;
			list-style-type: none;
			width: 194px;
			padding: 40px 0 0 0;
		}
		
#nav li {
			width: 194px;
			margin-right: 15px;
		}
		
#nav li a 
		{
			display: block;
			color: #00558b;
			margin: 0px;
			height: 30px;
			text-decoration: none;
			overflow: hidden;
			padding: 0;
			text-transform: lowercase;
			text-indent: -99999px;
			border-top: 2px solid #b9d03f;
		}
		
#sub-nav
		{
			margin: 0 0 0 20px;
			list-style-type: none;
			padding: 0;
			font-size: 0.6em;
		}
		
#sub-nav li 
		{
			width: 174px;
			margin-right: 0px;
		}
		
#sub-nav li a 
		{
			display: block;
			color: #00558b;
			margin: 0 0 5px 0;
			height: auto;
			text-decoration: none;
			overflow: hidden;
			padding: 0 0 0 5px;
			text-transform: lowercase;
			text-indent: 0px;
			border-top: 0;
			border-left: 2px solid #b9d03f;
		}

#sub-nav li a:hover
		{
			text-decoration: underline;
		}
		
#nav li#nav-home 
		{ 
			border-bottom: 2px solid #b9d03f;	
			
		}
			
#nav-our-services a
		{
			width: 194px;
			background: #fff url(images/nav/our-services.gif) 0 0 no-repeat;		
		}
		
		
#nav-our-team a
		{
			width: 194px;
			background: #fff url(images/nav/our-team.gif) 0 0 no-repeat;		
		}
	
		
#nav-our-values a
		{
			width: 194px;
			background: #fff url(images/nav/our-values.gif) 0 0 no-repeat;		
		}


#nav-contact-us a
		{
			width: 194px;
			background: #fff url(images/nav/contact-us.gif) 0 0 no-repeat;		
		}

		
#nav-our-guarantee a
		{
			width: 194px;
			background: #fff url(images/nav/our-guarantee.gif) 0 0 no-repeat;		
		}
		
#nav-home a
		{
			width: 194px;
			background: #fff url(images/nav/home.gif) 0 0 no-repeat;	
		}
		
#nav li a:hover, 
#home #container #left #nav #nav-home a,
#team #container #left #nav #nav-our-team a,
#services #container #left #nav #nav-our-services a,
#contact #container #left #nav #nav-contact-us a,
#values #container #left #nav #nav-our-values a,
#guarantee #container #left #nav #nav-our-guarantee a
 	{ 
		background-position: 0 -30px;
	}
	
				
#footer
		{
			
			margin-top: 15px;
			width: 1010px;
			clear: both;
			float: left;
		}
		
#footer p
		{
			color:#fff;
			font-size:0.7em;
		}
		
#footer a
		{
			color:#fff;
		}
		
#address
		{
			width: 210px;
			float: left;
			clear: right;
			padding-left: 5px;
		}
		
#telephone
		{
			clear: left;
			margin-left: 54px;
		}
		
#map
		{
			width: 300px;
			float: left;
			text-align: right;
		}
		
#address p, #telephone p
		{
			margin: 0;
			padding: 1px 0 1px 0;
		}

label
		{
			width: 11em;
			margin-right: 0.5em;
			display: block;
			float: left;
		}
		
/*#contact-form label
		{
			width: 6em;
			float: left;
			text-align: right;
			margin: 4px 0.5em 2px 0;
			display: block
		}*/
		
input, textarea
		{
			border: 1px solid #b9d03f;		
			margin: 2px 0 2px 0;
			width: 11em;
		}
		
textarea
		{
			height: 20em;
			width: 12em;
		}
		
.submit input
		{
			margin-left: 6.4em;
			width: auto;
		}
		
.intro
		{
			padding: 5px 0 5px 0;
			font-weight: bold;
		}
		
fieldset
		{
			margin: 0;
			padding: 0;
			border: 0;
		}
		
h4
		{
			height: 14px;
			margin: 0;
			padding: 0;
		}
		
h3
		{
			height: 18px;
			margin: 0;
			padding: 0;
		}
		
h2
		{
			height: 27px;
			margin: 0;
			padding: 0;
		}

/*home */
#home #container #header h1
		{
			
			background: #fff url(images/h1-graphic/home-header.gif) 0 0 no-repeat;
		}
		
/*team */
#team #container #header h1
		{
			
			background: #fff url(images/h1-graphic/team-header.gif) 0 0 no-repeat;
		}
		
		
/*services */
#services #container #header h1
		{
			
			background: #fff url(images/h1-graphic/services-header.gif) 0 0 no-repeat;
		}
		
		
/*contact */
#contact #container #header h1
		{
			
			background: #fff url(images/h1-graphic/home-header.gif) 0 0 no-repeat;
		}
		
		
/*values */
#values #container #header h1
		{
			
			background: #fff url(images/h1-graphic/values-header.gif) 0 0 no-repeat;
		}
		
/*guarantee */
#guarantee #container #header h1
		{
			
			background: #fff url(images/h1-graphic/guarantee-header.gif) 0 0 no-repeat;
		}
		
