
* {
	padding: 0;
	margin: 0;
	}
ul li {
	list-style: none;
	}
a {
	color: #000;
	text-decoration: none;
	}
h1, h2, h3 {
	font-weight: bold;
	color: #444;
	}
img { 
	border: none; 
	}
p {
	padding-bottom: 5px;
	}

/*--- General ---*/
.clear {
	clear: both;
	}
.imgblock {
	display: block;
	}
	
.logo {
	display: block;
	width: 257px;
	float:left;
	}
body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 1.4em;
	background: url("../images/seq_bg_01.gif") repeat-x;
	margin-top: 34px;
	
	}
#wrapper { 
	 margin: 0 auto;
	 width: 827px;
	 background: #FFF;

	}
#header {
	 width: 827px;
	 height: 99px;
	 margin: 0px 0px 0px 0px;
	 background: url(../images/header.gif) no-repeat;
	 text-align:right;
	}
#smallnav {
	 font-size: 9px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 color: #888;
	 padding: 10px 40px 0px 0px;
	 text-transform: uppercase;
	 }
	 
#smallnav a{
	color: #888;
	text-decoration: none;
}

#smallnav a:hover{
	color: #444;
	border-bottom: 1px dotted #444;
}

#navigation {
	 width: 827px;
	 margin: 0px 0px 0px 0px;
	 background: #FFF;
	}
#content { 
	 width: 827px;
	 color: #333;
	 margin: 0px 0px 0px 0px;
	 padding: 0px;
	}
	
#content #interior { 
	 width: 752px;
	 display:block;
	 background: #FFF;
	 margin: 0px 0px 0px 0px;
	 padding: 12px 40px 10px 35px;
	}

#content h1.header {
	font-size: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #444;
	font-stretch:condensed;
	padding-bottom: 15px;
	margin-left: 5px;
	border-bottom: 3px solid #AAA;
	margin-bottom: 0px;
	}
	
#content .category {
	color: #156AA5;
	}
	
#content .message {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #156AA5;
	text-transform: uppercase;
	padding-bottom: 5px;
	
	}
		
#content #interior #left {
	width: 160px;
	float: left;
	padding-right: 0px;
	padding-top: 20px;
	border-right: 1px solid #BBB;
	font-size: 15px;
	line-height: 1.4em;
	}
	
/*------------*/

#subnavlist{
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 15px 0px;	
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	width: 160px;

	}
#subnavlist li
{	
	list-style: none;	
	margin: 0;	
	border-bottom: 0px solid lightgray;	
	text-align: left;
	}
#subnavlist li a{	
	display: block;	
	line-height: 1.5em;	
	padding: 0em 0em 0em 5px;		
	background: #FFF;
	text-decoration: none;
	}
#subnavlist li#active a{
	color: #156AA5;
	}
	
#subnavlist li#active a:hover {
	color: #FFF;
	}
	
#subnavlist li a:link {	
	color: #8D8D8D;
	}
#subnavlist li a:visited { 	
	color: #8D8D8D;
	}
#subnavlist li a:hover {	
	color: #FFF;
	background: #82a3c2;
	}

/*------------*/
		
#content #interior #right {
	width: 500px;
	float: left;
	color: #555;
	padding-left: 30px;
	padding-top: 20px;
	font-size: 13px;
	line-height: 1.5em;
	}
#content #interior #right a {
	color: #0f649f;
	text-decoration: none;
	border-bottom: 1px dotted #0f649f;
}
	
#right ul { list-style-type: circle; }
	
#content #interior #rightform {
	width: 500px;
	float: left;
	color: #555;
	padding-left: 10px;
	padding-top: 20px;
	font-size: 14px;
	line-height: 1.5em;
	}


#footer { 
	 width: 827px;
	 height: 42px;
	 background: url(../images/footer.gif) no-repeat;
	}
	
/*--- NAVIGATION ---*/


#navigation ul li { 
	display: inline; 
	float: left;
	}
#navigation ul li#home a {
	text-indent: -9999px;
	display: block;
	width: 119px;
	height: 36px;
	background: url("../images/01.gif") no-repeat;
	}
#navigation ul li#home a:hover {
	text-indent: -9999px;
	display: block;
	width: 119px;
	height: 36px;
	background: url("../images/01_over.gif") no-repeat;
	}
#navigation ul li#about a {
	text-indent: -9999px;
	display: block;
	width: 72px;
	height: 36px;
	background: url("../images/02.gif") no-repeat;
	}
#navigation ul li#about a:hover {
	text-indent: -9999px;
	display: block;
	width: 72px;
	height: 36px;
	background: url("../images/02_over.gif") no-repeat;
	}

#navigation ul li#services a {
	text-indent: -9999px;
	display: block;
	width: 84px;
	height: 36px;
	background: url("../images/03.gif") no-repeat;
	}
#navigation ul li#services a:hover {
	text-indent: -9999px;
	display: block;
	width: 84px;
	height: 36px;
	background: url("../images/03_over.gif") no-repeat;
	}

#navigation ul li#contact a {
	text-indent: -9999px;
	display: block;
	width: 100px;
	height: 36px;
	background: url("../images/04.gif") no-repeat;
	}
#navigation ul li#contact a:hover {
	text-indent: -9999px;
	display: block;
	width: 100px;
	height: 36px;
	background: url("../images/04_over.gif") no-repeat;
	}

#navigation ul li#quote a {
	text-indent: -9999px;
	display: block;
	width: 113px;
	height: 36px;
	background: url("../images/05.gif") no-repeat;
	}
#navigation ul li#quote a:hover {
	text-indent: -9999px;
	display: block;
	width: 113px;
	height: 36px;
	background: url("../images/05_over.gif") no-repeat;
	}

#navigation ul li#careers a {
	text-indent: -9999px;
	display: block;
	width: 81px;
	height: 36px;
	background: url("../images/06.gif") no-repeat;
	}
#navigation ul li#careers a:hover {
	text-indent: -9999px;
	display: block;
	width: 81px;
	height: 36px;
	background: url("../images/06_over.gif") no-repeat;
	}

#navigation ul li#give a {
	text-indent: -9999px;
	display: block;
	width: 258px;
	height: 36px;
	background: url("../images/07.gif") no-repeat;
}
#navigation ul li#give a:hover {
	text-indent: -9999px;
	display: block;
	width: 258px;
	height: 36px;
	background: url("../images/07_over.gif") no-repeat;
	}

.quoteform p {
	padding-bottom: 10px;
	}
	
#contactarea {
	padding: 0 0 0 5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 1.4em;	
	}
.contactcopybold {
	font-weight: bold;
	}
#contactarea p{
	padding-bottom: 10px;
	}

/*--- PRELOAD IMAGES ---*/
#preload1 {
	background: url("../images/01_over.gif") no-repeat;
	background-position: -1000px;
}
#preload2 {
	background: url("../images/02_over.gif") no-repeat;
	background-position: -1000px;
}
#preload3 {
	background: url("../images/03_over.gif") no-repeat;
	background-position: -1000px;
}
#preload4 {
	background: url("../images/04_over.gif") no-repeat;
	background-position: -1000px;
}
#preload5 {
	background: url("../images/05_over.gif") no-repeat;
	background-position: -1000px;
}
#preload6 {
	background: url("../images/06_over.gif") no-repeat;
	background-position: -1000px;
}
#preload21 {
	background: url("../images/07_over.gif") no-repeat;
	background-position: -1000px;
}