@charset "utf-8";
/* CSS Document */
* html body {
	text-align: center;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 2em;
	background-color: #EFEFEF;
	background-image:url(images/bkgrd.jpg);
	background-repeat: repeat-x;
	text-align:left;

}
html, body{
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}
a:link {
	color: #16325C;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #99CC00;
	text-decoration: underline;
}
a:active {
	color: #99CC00;
	text-decoration: none;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #17335B;
	font-weight:normal;
	line-height: 1em;
	margin-top: 0em;

	
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #17335B;
	font-weight:normal;
	margin-top: 0px;
}
h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #17335B;
	font-weight:bold;
	margin-top: 0px;
}
p{
	margin-top: 1px;
}
.p2{
	font-size: 11px;
	line-height: 1.75em;
}
.indent{
	margin-left:30px;
}
/**** Alternative Links (underline on hover) ****/
.headline a:link {
	color: #16325C;
}
.headline a:visited {
	color: #999999;
}
.headline a:hover {
	color: #99CC00;
}
.headline a:active {
	color: #99CC00;
}
/******* Wrapper  *******/
#wrapper{
	width: 100%;
	height: 100%;
	
}
/****** Header ******/
#header{
	width: 940px;
	height: 160px;
	margin: 10px auto 0 auto;
	padding: 0;
	position: relative;
	background-image: url(images/header.jpg);

}
/**** Menu ****/
#menu{
	width: 940px;
	height: 35px;
	margin: 0 auto;
	z-index:10000000
	position: relative;
	background-image:url(images/menu.gif);
background-repeat:no-repeat;
	text-align:left;


}
/**** Content ****/
#contentmain{
	width: 922px;
	margin: 0 auto;
	padding-bottom: 40px;
	position: relative;
	background-color: #FFFFFF;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
	overflow: hidden;

}
#article_1{
	width: auto;
	padding: 16px 32px 0px 20px;
	overflow:visible;
	padding-bottom: 1px;
}
#divider_horz_1{
	border-top: 1px solid #EFEFEF;
	width:874px;
	height: 3px;
	margin: 10px 0px 8px 20px;
	
}
#more{
	width: auto;
	height: 20px;
	margin: 0px 0px 10px 20px;
}
#article_2{
	width: 270px;
	padding: 0px 10px 0px 30px;
	float: left;
	background-image: url(images/divider_vert.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align:left;

}
#article_3{
	width: 270px;
	padding: 0px 10px 0px 15px;
	float: left;
	text-align:left;

}
#article_4{
	width: 270px;
	padding: 0px 10px 0px 15px;
	float: left;
	background-image: url(images/divider_vert.gif);
	background-repeat: repeat-y;
	background-position: left;
	text-align:left;
}
.photo{
	border: 6px solid #DDDDDD;
	margin-right: 18px;

}
.photosub{
	border: 4px solid #DDDDDD;
	margin-right: 4px;
	margin-bottom: -8px;
}
.button{
	margin: 6px 16px 0 0;
	border: 3px solid #ADCB52;
}
.button_blue{
	margin: 6px 16px 0 0;
	border: 3px solid #16325C;
}
/**** About, News+Blog, Services ****/
#left_column{
	width: 655px; 
	padding: 0px 25px 10px 20px;
	margin-right: 0px;
	margin-top: 20px;
	overflow:visible;
	float: left;
	background-image: url(images/divider_vert.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align:left;
}
#about_main{
	width: 655px;
	overflow:visible;
	padding-bottom: 10px;
	text-align:left;
}
#bio{
	width: 655px;
	border-top: 1px solid #EFEFEF;
	padding: 15px 0px 10px 0px;
	text-align:left;
}
#right_column{
	width: 200px;
	padding: 0px 0px 10px 0px;
	margin-top: 5px;
	margin-right: 12px;
	overflow: visible;
	float:right;
	text-align:left;
	
}
#right_box1{
	width: 195px;
	padding: 15px 2px 20px 5px;
	background-image: url(images/section_header.jpg);
	background-repeat:repeat-x;
	background-position: 0px 12px;
	text-align:left;
}
#right_box_nobkgrd{
	width: 195px;
	padding: 15px 2px 20px 5px;
	text-align:left;
}
#privacy{
	padding-right:30px;
	padding-left:30px;
	padding-top: 30px;
}

/**** Footer ****/
#footer{
	width: 924px;
	height: 72px;
	margin: 0 auto;
	position: relative;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	text-align:left;
}
#footerlinks{
	width: auto;
	height: auto;
	padding: 8px 0px 0px 30px;
	word-spacing: 6px;
	text-align:left;
}
.links{
	font-size:10px;
}
.legalese{
	font-size: 10px;
}
#legalese{
	width:auto;
	height:auto;
	padding: 5px 0px 0px 30px;
	text-align:left;
}
	
