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

body {
	background-color:#003467;
	background-image:url(../images/sidegraphic.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-family: 'AurulentSansRegular', Helvetica, san-serif;
	}

a {
text-decoration:none;
color:#000066;}	

.container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FDF7EE;
	}

h1, h2, h3, h4 {
font-weight:lighter;
color:#ff6600;}	

h5, h6 {
color:#000033;}

.wide {
width:1000px;
}
.simple {
list-style-type:none;
margin-left:-40px;}

div.clients p {
width:245px;
}

h3.enlarged {
font-size:60px;
text-transform:uppercase;
filter:alpha(opacity=20);
-moz-opacity:0.2;
-khtml-opacity: 0.2;
opacity: 0.2;
padding:0;
margin-bottom:-15px;
margin-left:-15px;
}

.slideshow { 
height: 260px;
width: 1000px;
margin: auto; 
 }
	
/* LOGO BOX */
.logo-box { height:125px;width:125px; background-image:url("../images/headerbg.png"); position:absolute; z-index:500; }
.logo {margin:0 auto; padding:10px; position:absolute; z-index:500; }
a:hover .logo {opacity:0.8;}

.sample {padding:10px;
background-color:#FFF;
border:1px solid #CCC;
text-align:center;}

.foot li {
display:inline;
padding:6px;
font-size:90%;
}

.pad {
padding:10px;
}
