@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background: #263B32 url(../images/bkgnd_rpt.jpg) repeat-x top;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
a, a img {
	text-decoration: none;
	border-style: none;
}

#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background: #FFFFFF url(../images/bkgnd_left_col.jpg) repeat-y left top;
}
.fr {
	float: right;
}

/**********************     Left Sidebar      *****************/
#leftsidebar {
	width: 264px;
	float: left;
	background: #4A6180;
	margin: 0px;
	padding: 0px;
}
#leftsidebar #eventsbox {
	width: auto;
	background: #6B89B2;
	margin-top: 32px;
	color: #FFFFFF;
	text-align: left;
	padding: 10px;
}
#leftsidebar #eventsbox a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#leftsidebar #eventsbox a:hover {
	color: #f1f1f1;
	text-decoration: none;
}

#leftsidebar #quotebox {
	width: auto;
	background: #6B89B2 url(../images/quote_left.jpg) no-repeat left top;
	margin-top: 32px;
}
#leftsidebar #quoteboxinside {
	width: auto;
	background: url(../images/quote_right.jpg) no-repeat right bottom;
	padding-right: 32px;
	padding-left: 32px;
	color: #FFFFFF;
	text-align: center;
}
#leftsidebar #quoteboxinside p {
	margin: 0px;
	padding: 10px 0px 8px;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
#leftsidebar #quoteboxinside .author {
	margin: 0px;
	padding: 0px 0px 8px;
	font: italic bold 11px Arial, Helvetica, sans-serif;
}

/**********************      Nav Menu     *****************/
#navcol {
	background:  url(../images/bkgnd_nav_top.jpg) repeat-x top;
	padding: 0px 5px 5px;
	margin: 0px;
}
#navcol .iconemail {
	border-style: none;
	margin-left: 234px;
	margin-bottom: 6px;
}
#navcol h3 {
	font: bold 16px/32px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
}

#nav {
	background: #738DB1 center;
	padding: 4px 0px 1px;
	text-align: right;
	margin: 4px 0px 0px;
	width: auto;
	position: relative;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav li {
	margin: 0px;
	padding: 0px;
}
#nav a {
	margin: 0px 0px 3px;
	padding: 0px 24px 0px 0px;
	display: block;
	height: 34px;
	text-decoration: none;
	background: url(../images/nav_both.jpg) no-repeat top;
	color: #FFFFFF;
	width: auto;
	font: bold 16px/32px Arial, Helvetica, sans-serif;
}
#nav a:hover {
	background: url(../images/nav_both.jpg) bottom;
}
.markermenu {
	background: #738DB1 center;
	padding: 4px 0px 1px;
	text-align: right;
	margin: 4px 0px 0px;
	width: auto;
	position: relative;
}
.markermenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.markermenu li {
	margin: 0px;
	padding: 0px;
}
.markermenu a {
	margin: 0px 0px 3px;
	padding: 0px 24px 0px 0px;
	display: block;
	height: 34px;
	text-decoration: none;
	background: url(../images/nav_both.jpg) no-repeat top;
	color: #FFFFFF;
	width: auto;
	font: bold 16px/32px Arial, Helvetica, sans-serif;
}
.markermenu a:hover {
	background: url(../images/nav_both.jpg) bottom;
}
.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}
/**********************      Body     *****************/

#bodycontent {
	background: url(../images/bkgnd_body_home.jpg) no-repeat left top;
	line-height: 18px;
	margin-left: 264px;
	margin-bottom: 20px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 0px;
}
#bodycontent a {
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}
#bodycontent a:hover {
	text-decoration: none;
}

#bodycontent h1 {
	margin: 0px;
	padding: 260px 0px 0px;
	color: #4B6181;
	font: normal 24px/normal Arial, Helvetica, sans-serif;
}
#bodycontent h2, #bodycontent h2 a  {
	color: #4B6181;
	font-size: 14px;
	margin: 0px 0px 6px;
	line-height: normal;
	text-decoration: none;
}
#bodycontent h2 a:hover {
	text-decoration: underline;
}
#bodycontent p {
	margin-top: 0px;
}
#bodycontent #pboxwrapper {
	width: 100%;
	float: right;
}
#bodycontent #pboxwrapper .pbox {
	background: #E4DCCF;
	padding: 14px;
	width: 100%;
	clear: both;
	margin: 10px 0px;
	display: block;
}
#bodycontent #pboxwrapper .pbox img {
	border: 1px solid #999999;
	margin: 0px 0px 10px 16px;
}
#bodycontent .biopicbox {
	float: right;
	text-align: center;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 20px;
}

#bodycontent .aboutimg {
	border: 1px solid #666666;
	padding: 4px;
	margin-bottom: 6px;
}

/**********************      Contact Form     *****************/
#contactform {
	background: #f1f1f1;
	margin: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#contactform .txtfield, .txtfieldarea {
	width: 240px;
	font: 11px Arial, Helvetica, sans-serif;
}
#contactform .txtfieldarea {
	width: 380px;
}
#contactform p {
	text-indent: 20px;
}
#contactform h2 {
	background: #FFFFFF;
	padding: 10px 0px 6px 6px;
}
#contactform .formfeild {   /*  honeypot field - notice formfeild is misspelled intentionally */
	font: 10px Arial, Helvetica, sans-serif;
	color: #333333;
	width: 220px;
	display: none;
}
/***********   Live Edit List  *************/
#contentlist {
	font: normal 12px Arial, Helvetica, sans-serif;
}


/**********************      Footer     *****************/
#footer {
	font: normal 11px/140% Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px;
	margin: 40px 0px 0px;
	text-align: center;
}
#footer h3 {
	font: 24px "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
}
#footer span {
	color: #E8C683;
	padding-right: 6px;
	padding-left: 6px;
}
#footer a {
	color: #427054;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:hover {
	color: #4A6180;
	text-decoration: none;
}
.krackcopyright {
	color: #57756B;
	font-size: 9px;
	line-height: 200%;
	width: auto;
	padding-left: 260px;
}
.krackcopyright a {
	color: #57756B;
	text-decoration: underline;
}
.krackcopyright a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}


.clear {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	width: 100%;
}

