* {
	font-family: tahoma, arial, sans-serif;
	font-size: 9pt;
	color: #666666;
}
body {
	margin: 0 0 20px 0;
	position: relative;
	background-color: #fff;
}
td { vertical-align: top; }
img {
	border: none;
}
sup {
	font-size: 70%;
}
.topbar {
	width: 100%;
	height: 124px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #7caacf;
}
.topbar2 {
	width: 100%;
	height: 41px;
	position: absolute;
	top: 124px;
	left: 0;
	background-color: #0054a6;
}
.container {
	width: 866px;
	margin: auto;
	position: relative;
}
/***************************
.pgwidth {
	width: 865px;
	margin-right: 3px;
	overflow: auto;
}
.blue {
	background: url(../images/shadow_blue.jpg) repeat-y top right #0054a6;
}
.white {
	background: url(../images/shadow_grey.jpg) repeat-y top right #fff;
}
***************************/
.head {
	height: 165px;
	background: url(../images/head.jpg) no-repeat top left;
}
.main {
	min-height: 597px;
	height: auto!important;
	height: 597px;
	padding-top: 0px;
	padding-bottom: 80px;
	position: relative;
	background: url(../images/pagebg.jpg) repeat-x top left #fff;
}
.content {
	width: 420px;
	float: left;
	padding: 30px 0 30px 60px;
	line-height: 1.5em;
}
.bottom {
	height: 5px;
	font-size: 1px;
	background: url(../images/shadow_bot.jpg) repeat-x top left;
}
#gallery {
/*
	width: 606px;
	height: 345px;
	position: absolute;
	top: 0;
	left: 132px;
*/
}
.footer {
	width: 100%;
	margin: 30px 0 0 0;
	padding-bottom: 20px;
	position: absolute;
	left: 0;
	bottom: 0px;
	text-align: center;
	background: url(../images/shadow_bot.jpg) repeat-x bottom left;
}
.footer * {
	font-size: 10px;
}
.footer span {
	padding: 0 3px;
}
/************ Navigation Styles ****************/
.nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nav a {
	font-family: gillsans light, arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
.topnav {
	top: 133px;
	left: 70px;
	position: absolute;
/*
	bottom: 14px;
	left: 125px;
	position: absolute;
*/
/*	padding: 150px 0 0 110px;*/
}
.topnav li {
	float: left;
/*	display: inline;*/
	position: relative;
}
.topnav a {
	display: block;
	padding: 5px 10px;
	font-size: 8pt;
	color: #fff;
}
.topnav a:hover {
	color: #ddd;
}
.subnav {
	padding-top: 12px;
	visibility: hidden;
	position: absolute;
	top: 18px;
	left: 0;
	background-color: #0054a6;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	z-index: 20;
}
.topnav a:hover .subnav,
.topnav li:hover .subnav {
	visibility: visible;
}
.subnav li {
/*	padding: 2px 0;*/
	float: none!important;
	border-bottom: 1px solid #6699dd;
}
.subnav li.last {
	border-bottom: none;
}
.subnav a {
	padding: 6px!important;
	display: inline-block;
	white-space:nowrap;
}
/************* Content *************/
.copy {
	width: 275px;
	float: left;
	padding: 30px 0 30px 120px;
	line-height: 1.8em;
}
#sidebar {
	width: 240px;
	height: 351px;
	float: left;
	padding-left: 60px;
/*	position: absolute;
	top: 0;
	right: 100px;
	z-index: 30;
*/
}
#sidebar .copy1 {
	margin-top: 2px;
	padding: 6px 8px;
	font-size: 10pt;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: #3e7dba;
}
#sidebar .copy2 {
	height: 84px;
	margin-top: 2px;
	padding: 6px 8px;
	text-align: center;
	background: url(../images/sidebarbot.gif) no-repeat;
}
#sidebar .copy2,
#sidebar .copy2 * {
	color: #fff;
}
/********* Blog Elements ***********/
.snippet h1 {
	float:left;
	font-family:"Times New Roman",Times,serif;
	font-size:11pt;
	font-style:italic;
	margin:6px 0 0;
	text-transform:lowercase;
}
.blog .snippet {
	float: left;
	margin: 0 0 30px 0;
	position: relative;
	width: 230px;
}
.blog .snippet .head {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
	padding-bottom: 4px;
	border-bottom: 1px solid #666666;
	background: none;
	overflow: auto;
}
.blog .snippet p {
	color: #000000;
	font-size: 8pt;
	font-style: italic;
	line-height: 1.8em;
	margin: 0 0 4px 0;
	width: 100%;
}
.blog .snippet img {
	float: none;
	margin: 0;
}
.blog .content {
	height:auto !important;
	min-height:320px;
}
.blog .intro, .blog .intro *, .blog .pubdate {
	font-size:8pt;
}
.blog .thumb {
	float:left;
	margin:0 10px 10px 0;
}
.blog .pubdate {
	margin-top:4px;
}
.reflect_archive {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.reflect_archive li {
	padding: 4px 0;
}
.rssfeed {
	margin: 30px 0 10px 0;
}
.rssfeed a {
	text-decoration: none;
}
.ajaxSearch_highlight {
	background-color: #E6E3C6;
}
