

body {
	text-align: center;
	color: #000;
	background: #F8F8F8 url('../images/bgHTML.png') repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#bg1{
	background: url('../images/headerBG.png') no-repeat top center;	
}
div#header {
	width: 100%;
}
#header .inner{	height:110px;}
div.inner {
	width: 950px;
	margin: auto;
	text-align: left;
	padding: 15px 0;

}
div#header h1 {
	font-size: 23px;
	font-weight: bold;
	float: left;
	width: 35%;
}
div#header h1 a {
	color: #fff;
	text-decoration: none;
}
ul#navigation {
	float: right;
	width: 60%;
	position: relative;
	top: -12px;
	text-align: right;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 13px;
}
ul#navigation li.current_page_item a, ul#navigation li a:hover {
	color: #fff;
	text-decoration: underline;
}

div#wrapper, div#rotator  {
	text-align: left;
	width: 940px;
	margin: auto;
	border: 1px solid #C3C3C3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	background-color: #EEE;
	padding: 5px;
}
div#rotator {
	border-color: #C3C3C3;
	background-color: #f0e7b0;
}
div#innerWrap, div#innerBorder {
	border: 1px solid #C3C3C3;
	width: 898px;
	padding: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #FFF;
}
div#innerBorder {
	border-color: #C3C3C3;
	background: #fff ;
	height: 230px;
}
div#rotator blockquote {
	margin-top: 16px;
	float: left;
	width: 500px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-style: normal;
	font-size: 24px;
	line-height: 33px !important;
}
div#rotator blockquote cite {
	display: block;
	width: 100%;
	clear: both;
	font-style: italic;
	font-weight: normal;
	color: #666;
}
div#rotator .flickrImg {
	width: 360px;
	height: 269px;
	float: right;
	margin-top: -19px;
	margin-right: -20px;
	background: #fff ;
}
div#rotator .flickrImg .imgHolder {

	margin: 15px 0 0 20px;
}
div#rotator .flickrImg img {
	width: 320px;
	height: auto;
}
div#rotator .headerBtn {
	font-weight: bold;
	color: #FFF;
	display: block;
	width: 185px;
	height: 33px;
	padding-top: 12px;
	margin-top: 20px;
	float: left;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	background: transparent url('../images/button-learn-bg2.jpg') no-repeat left top;
}
div#rotator .learnMore {
	margin-left: 55px;
	margin-right: 10px;
}
div#rotator .visitMeeting {
	background-image: url('../images/button-visit-bg2.jpg');
	background-position: left -1px;
}
div#rotator .headerBtn:hover {
	text-decoration: underline;
}
div#content {
	width: 518px;
	float: left;
	padding: 0 30px 0 0;
}
div#content li {
	margin-bottom: 7px;
}
ul#sidebar {
	display: block;
	width: 287px;
	float: left;
	padding: 0 0 0 30px;
	font-size: 13px;
}
ul#sidebar li {
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.timestamp {
	font-size: 11px;
	color: #b2b2b2;
}
ul#sidebar li ul li {
	font-size: 13px!important;
	margin: 0;
	border: none;
}
ul#sidebar ul.block-list li a {
	display: block;
	padding: 7px 0;
	text-decoration: none;
}
ul#sidebar ul.block-list li a:hover {
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	color: #004066;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding-bottom: 4px;
	border-bottom: 1px dotted #A0BBCE;
}
h3 {
	font-size: 18px;
	color: #666;
	font-weight: normal;
}
p.tagline {
	margin-bottom: 9px;
	font-style: italic;
}
.inlineImg {
	float: right;
	margin: 0 0 10px 10px;
	background: #fff;
	padding: 3px;
	border: 1px dotted #A0BBCE;
	border-radius: 2px;
	-moz-border-radius: 2px;
}
div.post h3 {
	margin: 0 0 2px;
	border-bottom: none;
}
div.post-title {
	margin: 0 0 10px;
}
div.post-title h2 {
	margin: 0;
}
div.post-title h3 {
	color: #999;
	font-size: 18px;
	font-weight: normal;
}
div.post-title h3 a {
	color: #666;
	text-decoration: none;
}
div.post-title h3 a:hover {
	border-bottom: 1px solid #aaa;
	color: #444;
}
.pfoot {
	font-size: 11px;
	border: solid #DDD;
	border-width: 1px 0;
	padding: 3px 10px;
	overflow: hidden;
	width: 99%;
}
.pfl {
	float: left;
}
.pfl a, .pfl a:visited {
	color: #999;
}
.pfl a:hover{
text-decoration:underline;
}
.pfr {
	float: right;
}

p, ul, ol {
	margin: 0 0 15px 0;
	padding: 0px;
	font-size: 13px;
	line-height: 20px;
}
ul li, ol li {
	line-height: 20px;
}
p img {
	background: #fff;
	padding: 3px;
	border: 1px solid #C6E1F4;
}
p a:hover img {
	border: 1px solid #777;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
form {
	clear: both;
	height: 220px;
}
input, select, textarea {
	border: 1px solid #C6E1F4;
	width: 220px;	
}
textarea {
	width: 300px;	
	height: 85px;
}
input.button {
	border: 1px solid #1A86D2;	
	background-color: #C6E1F4;
	padding: 2px 7px;
	font-weight: bold;
	width: auto;
	float: right;
	margin-top: -42px;
	margin-right: 140px;
}

img.float-left, img.alignleft {
	display: block;
	float: left;
	clear: left;
	margin: 0 24px 12px 0;
}
img.float-right, img.alignright {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 12px 12px;
}
img.center, img.centered {
	display: block;
	clear: both;
	margin: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
div.post-content ul, div.post-content ol {
	margin: 5px 0 12px 24px;
	list-style: disc;
	font-size: 13px;
}
div.post-content ol {
	list-style: decimal;
}
a {
	color: #d62828;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a strong {
	color: #666;
}
blockquote {
	font-size: 15px;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #444;
	font-style: italic;
	margin: 0;
	line-height: 24px;
	display: block;
}
blockquote p {
	font-size: 15px!important;
	line-height: 24px!important;
}
cite {
	text-align: right;
	float: right;
	color: #aaa;
}
cite a {
	color: #aaa;
	text-decoration: none;
}
cite a:hover {
	color: #999;
	text-decoration: underline;
}
code {
	font-size: 130%;
	background: #fafafa;
}
code.block {
	display: block;
	padding: 10px;
}
div.post {
	padding: 0 0 10px;
	margin: 0 0 25px;
}
div.post-meta {
	display: block;
	padding: 15px 10px 0px 10px;
	font-size: 13px;
	background: #eaf3f9 url('../images/meta_top.gif') no-repeat top;
	color: #6f7f8a;
}
div.post-meta-cap {
	background: transparent url('../images/meta_bottom.gif') no-repeat bottom;
	height: 5px;
}
div.post-meta span {
	display: block;
	padding: 10px 0;
}
div.post-meta a {
	text-decoration: none;
}
div.post-meta a:hover {
	text-decoration: underline;
}
ul.post-comments {
	margin: 26px 0;
}
ul.post-comments h3 {
	margin: 0 0 5px;
}
li.comment {
	display: block;
	padding: 20px 20px 0;
	background: #fafafa;
}
li.comment.alt {
	background: #fff;
}
cite.comment-author {
	text-align: left;
	float: left;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	clear: left;
	display: block;
}
cite.comment-author a {
	color: #333;
	text-decoration: none;
}
cite.comment-author a:hover {
	text-decoration: underline;
}
cite.comment-author img {
	position: relative;
	top: 6px;
	margin: 0 10px 0 0;
}
div.comment-content {
	display: block;
	width: 300px;
	float: left;
	padding: 0 0 0 10px;
}
table#wp-calendar {
	margin: auto;
	text-align: center;
}
table#wp-calendar caption {
	font-size: 14px;
	text-align: center;
	color: #999;
}
table#wp-calendar td {
	padding: 5px;
	font-size: 13px;
	text-align: center;
}
table#wp-calendar th {
	font-size: 14px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
table#wp-calendar td a {
	font-weight: bold;
}
a abbr, a acronym {
	border: none;
}
div#footer {
	clear: both;
	border-top: 1px solid #646464;
	background: #918F90 url('../images/footer-bg.jpg') no-repeat center -3px;
	color: #ececec;
	display: block;
	width: 100%;
	margin: auto;
	text-align: left;
	font-size: 12px;
}
div#footer #footerQuote {
	float: left;
	width: 455px;
	height: 200px;
	color: #333;
	font-size: 13px;
	background: transparent url('../images/footer-quote-bg.jpg') no-repeat right top;
}
div#footer a {
	color: #ececec;
	text-decoration: underline;
}
div#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
div#footer #footerQuote p {
	padding: 15px 20px 8px 80px;
	margin: 0px;
}
div#footer #footerQuote cite {
	padding: 0px 20px 0px 80px;
	margin: 0px;
	color: #666;
	font-style: italic;
	display: block;
}
div#footer #footerLegal {
	float: left;
	width: 410px;
	color: #ececec;
	padding: 0 0 10px 45px;
}
div#footer #footerLegal p {
	margin-bottom: 45px;
}
div#footer #footerLegal ul {
	list-style: none;
	margin-bottom: 18px;
}
div#footer #footerLegal ul li {
	display: inline;
	color: #FFF;
}
div#footer #footerLegal ul li.intro {
	font-weight: bold;
	font-size: 15px;
	padding-right: 20px;
	padding-top: 15px;
	display: block;
	float: left;
}
div#footer #footerLegal li a.shareIcon {
	width: 45px;
	height: 47px;
	display: block;
	float: left;
	margin-right: 10px;
}
div#footer #footerLegal a.RSS {
	background: transparent url('../images/button-rss.jpg') no-repeat center top;
}
div#footer #footerLegal a.facebook {
	background: transparent url('../images/button-fb.jpg') no-repeat center -3px;
}
div#footer #footerLegal a.flickr {
	background: transparent url('../images/button-flickr.jpg') no-repeat center top;
}
div#footer #footerLegal a.twitter {
	background: transparent url('../images/button-twitter.jpg') no-repeat center top;
}
div#footer .footerNav {
	margin-bottom: 5px !important;
}
div#footer .footerNav li {
	padding-right: 7px;
}

