/* CSS Document */
* {
	padding: 0;
	margin: 0;
	}

html, body {
	font: normal 90%/170% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #474747;
	}
	
#container {
	width:780px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 7px; 
   }

#masthead {
	margin: 0px;
	border:4px solid white;
	margin-bottom: 7px;
	width:780px;
	height: 80px;
	background: url("../images/masthead.jpg") no-repeat;
}

#navText {
	width: 788px;
	height: 238px;
	margin-bottom: 7px;
	}

#menu {
	margin: 0px;
	border:4px solid white;
	width: 217px;
	height: 228px;
	background: url("../images/navbutton.jpg") no-repeat left top;
	float: left;
}

#mainText {
	float: right;
	margin: 0px;
	border:4px solid white;
	width: 548px;
	height: 228px;
	background: #99ccff;
}

#carousel {
	border:4px solid white;
	width: 780px;
	height: 320px;
	margin-bottom: 7px;
}

#serviceList {
	border:4px solid white;
	width: 780px;
	height: 78px;
	margin-bottom: 7px;
	background: #99ccff;
}

#footer {
	margin: 0px;
	margin-bottom: 7px;
	border:4px solid white;
	width: 780px;
	height: 54px;
	background: url("../images/footer.jpg") no-repeat;
	display:block;
	}

#footerCopy {
	width: 250px;
	padding-top: 2.8em;
	padding-left: 0.4em;
	float: left;
}
#footerLinks {
	width: 500px;
	padding-top: 2.8em;
	padding-right: 0.4em;
	float: right;
	text-align: right;
}

   /* TYPOGRAPHY */

h1 {
	font: bold 1.1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 4px; 
	margin-left: .5em;
	}
	
h2 { 
	font: bold 0.8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #1e6195;
	}
	
h3 { 
	font: bold 0.8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	}

h4 { 
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-top: 3px; 
	margin-left: 4px;
	text-align: left;
	font-weight: normal;
	}
	
	p { 
	font-size: 12px;
	line-height: 14px;
	margin-top: 8px; 
	margin-left: .5em;
	margin-right: .5em;
	text-align: left;
	font-weight: normal;
	}
	
a:link, a:visited{ 
	border-bottom:1px dashed #dbedd7
	color: #005876;
	}
 
a:hover, a:active { 
	text-decoration: none; 
	}

 /* NAVIGATION */

/* This piece of code gets rid of the default bullets that get generated for a list */
ul {
margin: 0;
padding: 0;
list-style-type: none;
}

/* This piece of KLUDGE code gets rid of the shitty extra space that IE generates */

ul li {
display: inline;
}

ul a {
display: block;
width: 217px;
height: 38px;
line-height: 38px;
text-decoration: none;
text-indent: 8px;
color: #000000;
background: url("../images/navbutton.jpg") no-repeat left bottom;
}

li.first a {
}

li a:hover {
color: #ffffff;
background-position: right bottom;
}

