/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-attachment: scroll;
	background-image: url(/images/page_bg.gif);
	background-repeat: no-repeat;
	background-position: 150px top;
	color: #000000;
}
h1 {
	font-size: 11pt;
	font-weight: bold;
	color: #336699;
}
#wrapper { 
	margin: 0 auto;
	width: 862px;
}
	#header {
		width: 862px;
		color: #333;
		padding: 0px;
		height: 95px;
		margin: 0px 0px 5px;
		background: url(/images/top_nav_bg.png) no-repeat right top;
	}
		#homecontact {
	float: right;
	width: 214px;
	height: 21px;
	color: white;
	text-align: center;
	text-decoration: none;
	margin-top: 2px;
		}
			#homecontact a {
	color: white;
	text-decoration: none;
	font-size: 10pt;
			}
			
			#homecontact a:hover {
	color: #CCCCCC;
	text-decoration: none;			
			}
		.logo_area {
			float: left;
			height: 90px;
			width: 140px;
			padding: 10px 10px 10px 0px;
		}

	#navigation {
		width: 862px;
		color: #333;
		background: url(/images/nav_bg.png) no-repeat center center;
		height: 58px;
		margin: 0;
		padding: 0;
		padding-top: 4px;

		text-align: center;
		position: static;
		clear: both;
	}
		.container {
			clear: both;
			text-decoration: none;
			display: inline-block;
		}
	#content {
	width: 848px;
	background: url(/images/mid_bg.png) repeat-y center top;
	margin: 0px;
	padding: 7px;
	min-height:350px;
	overflow: auto;
	}
	#content a {
	color: #244282;
	text-decoration: underline;
	}
	
	#content a:hover {
	color: #000000;
	text-decoration: none;
	}
	
	#content_bot {
		background-image: url(/images/main_bot.png);
		background-repeat: no-repeat;
		background-position: center top;
		height: 16px;
		width: 862px;
		margin-bottom: 5px;
	}
	#footer {
		width: 862px;
		color: #333;
		background: url(/images/bot_bg.png) no-repeat;
/*		padding-top: 10px; */
		margin-bottom: 5px;
		height: 57px;
	}
	
		#footer a {
	color: #244282;
	text-decoration: underline;
	}
	
	#footer a:hover {
	color: #000000;
	text-decoration: none;
	}
	
.home_boxes {  padding: 10px 10px; font: 8pt Verdana, Arial, Helvetica, sans-serif; color: #000000; border: solid; border-width: 0px 2px 0px 0px; border-color: black #CCCCCC black black}
.home_boxes_noline { padding: 10px 10px; font: 8pt Verdana, Arial, Helvetica, sans-serif; color: #000000 }tr {
	font-weight: normal;
}
#content ul {
	line-height: 1.5em;
	margin-left: 25px;
	list-style-position: outside;
	list-style-type:none;

}
#content li {
	background-image: url(../images/bullet.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom:3px;
		display: block;
	position: relative;
	}

.page_pics {
	border: 1px solid #666666;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #336699;
}
h3 {
	font-size: 17pt;
	font-weight: bold;
	color: #336699;
}
.insp_large_letters {
	font-size: 18pt;
	font-weight: bold;
	color: #336699;
}
table {
	font-weight: normal;
}
p {
	font-weight: normal;
}

