@charset "utf-8";
/* CSS Document 
Copyright Eric Halter 2009
as with so much of the internet this is free for your use!*/

/*Main Body Elements*/
body {
	background-image: url(../images/background.gif);
	margin:0;
	width:100%;
	font-family: 'Trebuchet MS', Georgia, Times, serif;
	font-size:16px;
	font-weight:bold;
	color: #ffffff;
	}
	
.sidebarlarge {
	font-family: 'Trebuchet MS', Georgia, Times, serif;
	color: #ffffff;
	font-size:16px;
	font-weight:bold;
	}
	
.sidebarsmall {
	font-family: 'Trebuchet MS', Georgia, Times, serif;
	color: #ffffff;
	font-size:14px;
	font-style:italic;
	}
	
.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	}
	
	a {
	color:#ffffff;
	text-decoration:underline
	}
	
a:hover { 
	color: #66ff00;
	text-decoration:none
	}
	
a:visited {
	color:#ff3333;
	text-decoration:underline;
	}
	
ul {
	padding:0;
	margin:0;
	}
	
form {
	padding-left:5px;
	}
		
/*
#header {
	background-color: #2255bb;
	width:100%;
	height:152px;
	z-index:10;
	}	
	
#content {
	background-image: url(../images/mainbkrnd.gif);
	background-repeat: repeat-y;
	background-position: top left;
	width:1024px;
	}
	
#quote {
	position:relative;
	top:40px;
	left:8px;
	width:200px;
	}
		
#bodycontent {
	position:absolute;
	top:180px;
	left:215px;
	width:540px;
	}
	
#picture {
	position:absolute;
	top:200px;
	left:765px;
	width:250px;	
	}
	
#indexpicture {
	position:absolute;
	top:180px;
	left:765px;
	width:250px;	
	}

#custom ul {
		list-style: none;
		margin-left: 20px;
		padding-left: 1em;
		text-indent: -1em;
		}
		
#custom li {
		list-style-image: none;
		list-style-type: none;
		}
		
/*revised html elements*/		
p {
	padding-left:5px;
	}
	

/*Text Setups*/
.standardtext {
	font-family: 'Trebuchet MS', Georgia, Times, serif;
	font-size:12px;
	color: #ffffff;
	}

.h1 {
	font-family: 'Trebuchet MS', Georgia, Times, serif;
	color: #2255bb;
	font-size:24px;
	}
	
.h2 {
	font-family: 'Trebuchet MS', Georgia, Times, serif;
	color: #ffffff;
	font-size:18px;
	}
	
.h3 {
	font-family: 'Trebuchet MS', Georgia, Times, serif;
	color:#8EABCA;
	font-size:16px;
	}
	

	
/* Footer */

	}
	
#footer tr td a {
	color:#eeeeff;
	text-decoration:none
	}
	
#footer tr td a:hover {
	color:#FFFF00;
	text-decoration:underline
	}
	
/* Banner menu */
/*
#servicemenu {position:relative; width:307px; height:73px; background:#2255bb url(../images/services_NOhoverlist.jpg); overflow:hidden;}
#servicemenu a {display:block; float:left; width:306px; height:0; overflow:hidden; text-decoration:none; padding-top:15px; background:transparent url(../images/services_hoverlist.jpg) no-repeat 307px 0px;}
* html #servicemenu a  {height:307px; height:0;}

#servicemenu a#item1:hover {background-position: 0 0px; z-index:50;}
#servicemenu a#item2:hover {background-position: 0 -15px; z-index:50;}
#servicemenu a#item3:hover {background-position: 0 -30px; z-index:50;}
#servicemenu a#item4:hover {background-position: 0 -45px; z-index:50;}
#servicemenu a#item5:hover {background-position: 0 -60px; z-index:50;}
