

body {
	background:url(images/darkbluestripes.png);
	margin:0;
	padding:0;
	text-align:center;
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #333;
	}
	
h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:1.5em;
	margin: 2px 0 2px 0;
}

h2,h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:1em;
	margin:0px;
	font-weight:bold;
}

ul {
	list-style-type: square;
	margin:5px 0 5px 0;
}


/* ------ Navigation ----------------------------------------------------------- */


a img {
	border:none;
}


a:link, a:visited {
	color:#00688f;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
	color:#333;
}

#footer a {
	color:#ccc;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
	background:none;
}



	
/* ------ Layout ----------------------------------------------------------- */


#header {
	padding-top: 25px;
	padding-bottom:10px;
}


#mainwrapper {
	width:800px;
	margin:0px auto;
}


#tophome {
	background:#d1d3d4 url(images/gradiantbg.jpg) repeat-x;	
	text-align:left;
	width:800px;
	padding-bottom:10px;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	}

#topimage {
	width: 800px;
	height:55px;
	background:url(images/graystripes.png);	
	padding-top:10px;
	border-bottom: 5px #ffcc00;
}

#headercol2 {
	float:right;
	text-align:right;
	margin-right:15px;
}

#headercol1 {
	margin-left:15px;
	text-align:left;
}

#logo {
	text-align:center;
	margin: 40px 5px 40px 5px;
}

#topwrapper {
	margin:0 15px 0 15px;
}

#topcol1 {
	width:450px;
}

#topcol2 {
	float:right;
	background: #fff;
	width: 300px;
	border: 1px solid #999;
}

#contentwrapper {
margin-top:15px;
}

#col1 {
	border: 1px solid #999;
	width:450px;

}

#col2 {
	float:right;
	background: #fff;
	width: 300px;
	border: 1px solid #999;
}

#footer {
	margin:0px auto;
	font-size: 0.8em;
	color: #ccc;
	padding-bottom: 20px;
	padding-top:10px;
	width:800px;
	text-align:center;
}


.whitebox {
	background: #fff;
	padding:10px;
	margin:0px;
}

/* ------ Classes ----------------------------------------------------------- */


.white {color:#fff;}

.gray {color:#ccc;}

.imagefloatleft {
	margin:5px;
	float:left;
}

.contentimage {
	margin:5px;
	border:1px solid #999;
}

.tagline {
	font: .08em #888;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
}

.testimonial {
	font-family:"Lucida Sans","Lucida Grande",Arial,sans-serif;
	font-style:italic;
}

.navimg {
	margin-bottom:5px;
}


