@charset "utf-8";
/* CSS Document */
/* All © COPYRIGHT NOTEGRAPHICS / JERRY HARPER 2008 */

/* CLEAR ALL BROWSER DEFAULT SETTINGS*/
html {margin:0px; padding:0px; border:0px; font-size: 100%;}
body {margin:0px; padding:0px; border:0px;}
img  {border:none;}
p, th, td, li, dd, dt, ul, ol, blockquote, q, abbr, a, input, select, textarea {
	margin: 0;
	padding: 0;
	font: normal normal normal 1em/1.25 Arial, Helvetica, sans-serif;
	line-height: normal;
}

h1{
	margin:0;
	padding:0;
	font-size:1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2{
	margin:30px 0 30px 0;
	padding:0;
	font-size:1.3em;
}
h3{
	margin:20px 0 30px 0;
	padding:0;
	font-size:1.1em;
}
/*********************************  MASTER PAGE LAYOUT ELEMENTS *******************************/

body{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color: #333333;
	line-height: 120%;
	text-align: center;
	background-image: url(images/common/bg.png);
}
#centerwrapper{
	width:780px;
	height: auto;
	margin:10px auto 20px auto;
	background-color: #FFFFFF;
	text-align: left;
}
/******************************  COMMON CLASSES LAYOUT ELEMENTS *******************************/
.clear{clear:both;}
/*******************************  COMMON PAGE LAYOUT ELEMENTS *********************************/
#header{
	height:155px;
	width:auto;
	margin: 0px;
}
#logo{
	float: left;
	display:inline;
	width:auto;
	height:auto;
	overflow: hidden;
}
#title{
	float: left;
	display:inline;
	width: 400px;
	height: auto;
	margin:5px 0 0 100px;
}
#navholder{
	width: 780px;
	height:27px;
	padding:0;
	background-color: #EEE;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
#navigation {
	height: 25px;
	width:330px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 350px;
	float:left;
	display:inline;
	background-color: #EEE;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation li {
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	display:inline;
	list-style-type: none;   
}
#navigation li a {
	display: block;
	width: 100px;
	margin: 0;
	text-align: center;
	color: #333333;
	padding: 5px 0;
	text-decoration: none;
	font-weight: bold;
}
#navigation li a:hover {
	color:#FFFFFF;
	background-color: #666666;
}
#main{
	width:780px;
	height: auto;
}
#leftcolumn{
	width:440px;
	height: auto;
	margin:5px 0 5px 5px;
	text-align: justify;
	float: left;
	display:inline;
}
#leftcolumn p {
	margin:10px 0 10px 0;
	line-height: 1.8em;
}
#rightcolumn{
	width:310px;
	height: auto;
	margin:5px 0 5px 15px;
	float:left;
	display:inline;
	padding:15px 0 0 0;
}
.picholder{
	width:310px;
	height:233px;
	margin:10px 0 0 0;
	padding:0;
}
.pictitle{
	width:310px;
	height:20px;
	margin:10px 0 0 0;
	padding:0;
	font-size: 0.8em;
	text-align: center;
}

#footer{
	height:25px;
	width:620px;
	margin:10px 0 0 0;
	padding:0 0 0 160px;
	float: left;
	display:inline;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.sub_footer{
	height:15px;
	width:150px;
	margin:8px 0 0 50px;
	padding:0;
	text-align: center;
	font-size: 0.7em;
	text-decoration: none;
	color: #999999;
	float: left;
	display:inline;
}
.sub_footer a{
	text-decoration: none;
	color:#999999;	
}
.sub_footer a:hover{
	color: #FF0000;	
}
/* ******************************       SEPARATE PAGE CONTENT     *********************************** */
#map{
	height:15px;
	width:150px;
	margin:8px 0 0 50px;
	padding:0;
	text-align: center;
	font-size: 0.7em;
	text-decoration: none;
	color: #999999;
	float: left;
	display:inline;
}

#onecol{
	height:auto;
	width:760px;
	margin:10px 0 0 0;
	padding:0 0 10px 10px;
	float: left;
	display:inline;
	text-align: justify;
}
#onecol p {
	margin:10px 0 10px 0;
	line-height: 1.8em;
}
#onecol ul{
	margin:10px 0 0 25px;
	padding:0;
}
#onecol li{
	margin:8px 0 0 25px;
	padding:0;
}
.piccy{
	float:right;
	display:inline;
	border:none;
	height:auto;
	width:auto;
	margin:10px;
	
}

