/*
Design by NodeThirtyThree <http://www.nodethirtythree.com>
Published by Free CSS Templates <http://www.freecsstemplates.org/>
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #F4FBFF url(images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #405A67;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #4F6977;
}

h1 {
	letter-spacing: -1px;
	font-size: 44px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
}

p, ul, ol {
	margin: 0 0 1.5em 40px;
	line-height: 1.5em;
	text-align: justify;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #38B5F1;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 954px;
	height: 183px;
	margin: 0 auto;
	background: url(images/img02.jpg);
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2, #logo h3 {
	float: left;
	text-transform: lowercase;
	color: #FFFFFF;
}

#logo h1 {
	padding: 115px 0 0 50px;
	font-weight: bold;
}

#logo h2 {
	padding: 143px 0 0 8px;
	font-size: 14px;
	font-weight: bold;
}

#logo h3 {
	padding: 85px 0 0 50px;
	font-weight: bold;
}


#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	/*float: left;
*/	margin-left: 13%;
    margin-right: 10%;
}

#menu ul {
	margin: 0;
	/*padding: 140px 20px 0 0;*/
	padding: 152px 20px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}
/* Commented because now using tabs
#menu a {
	padding: 0 28px 0 0;
    text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
*/
.active {
    color: #FFFFFF;
    text-decoration: overline underline;
}
/* Page */

#page {
	width: 954px;
	margin: 0 auto;
	background: #FFFFFF url(images/img03.jpg) repeat-y;
}

#bg {
	background: url(images/img06.jpg) no-repeat left bottom;
}

/* Content */

#content {
	float: left;
	width: 680px;
	background: url(images/img04.jpg) no-repeat;
}

/* Posts */

.post {
	width: 606px;
	padding: 30px 0 0 48px;
}

.post .title {
	padding: 0 0 0 12px;
}

.post .title a {
	color: #4F6977;
}

.post .date {
	margin: -26px 25px 15px 0;
	text-align: right;
	color: #79AFCD;
}

.post .entry {
	padding: 25px 20px 0 12px;
	background: url(images/img07.jpg) no-repeat;
}

.post .meta {
	padding: 15px 12px;
	background: url(images/img08.jpg) no-repeat left bottom;
}

.post .meta b {
	display: none;
}

.post .more, .post .comments {
	padding: 0 30px 0 20px;
}

.post .more {
	background: url(images/img09.gif) no-repeat left center;
}

.post .comments {
	background: url(images/img10.gif) no-repeat left center;
}

.post a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active {background: transparent url("images/sprites.gif") no-repeat 5px -500px;padding-left:21px}
  
.post a.morelink:hover {background: transparent url("images/sprites.gif") 5px -400px}

.post .morelink span {position:absolute;left:-9999px;width:900px}


/* About Box */

#about-box {
	width: 185px;
	height: 162px;
	padding: 70px 37px 0 35px;
	background: url(images/img11.jpg) no-repeat left bottom;
}

#about-box h2 {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: normal;
}

#about-box h3 {
    margin-bottom: 0px;
}
#about-box p {
	font-size: 12px;
}

/* News and Events */
#news {
    width: 250px;    
    border-top: dashed 1px Gray;
    border-bottom: dashed 1px Gray;
}

#news h2 {
    font-size: 16px;
    font-weight: bold;
}

#news p {
    font-size: 12px;
}

#news a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active {background: transparent url("images/sprites.gif") no-repeat 5px -500px;padding-left:21px}
  
#news a.morelink:hover {background: transparent url("images/sprites.gif") 5px -400px}

#news .morelink span {position:absolute;left:-9999px;width:900px}

#news a {
    text-decoration: none;
    color: Green;
}

#news a:hover {
    text-decoration: none;
    color: Red;
    }
/* Sidebar */

#sidebar {
	float: right;
	width: 274px;
	background: url(images/img05.jpg) no-repeat;
}

#sidebar ul {
	width: 206px;
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	width: auto;
	padding: 0 15px 0 10px;
}

#sidebar li li {
	padding: 5px 0 5px 0;
	background: url(images/img13.gif) repeat-x;
}

#sidebar li li.first {
	padding-top: 0;
	background: none;
}

#sidebar li h2 {
	font-size: 18px;
	padding: 30px 0 40px 10px;
	background: url(images/img12.jpg) no-repeat left bottom;
}

/* Footer */

#footer {
	padding: 30px 0;
}

#footer p {
	text-align: center;
	font-size: 12px;
	color: #83B3CE;
}

#footer a {
	color: #83B3CE;
}

/* Two Columns, Left <-> Right */
.containerLeftRight {
	margin: 0px;
	padding: 30px 0 0 48px;
	width: 606px;
}
.divLeft {
	margin: 0px;
	padding-right: 4px;
	width: 295px;
	float: left;
}

.divRight {
	margin: 0px;
	padding-left: 11px;
	width: 295px;
	float: left;
}

/* Gallery Page */

#gallery_page {
	width: 860px;
	margin: 0 auto;
	background: #FFFFFF url(images/img03.jpg) repeat-y;
}

/* Gallery Content */

#gallery_content {
	float: left;
	width: 780px;
	background: url(images/img04.jpg) no-repeat;
}

/* Gallery Posts */

.gallery_post {
	width: 780px;
	padding: 30px 0 0 48px;
}

.gallery_post .title {
	padding: 0 0 0 12px;
}

.gallery_post .title a {
	color: #4F6977;
}

.gallery_post .date {
	margin: -26px 25px 15px 0;
	text-align: right;
	color: #79AFCD;
}

.gallery_post .entry {
	padding: 25px 20px 0 12px;
	background: url(images/img07.jpg) no-repeat;
}

.gallery_post .meta {
	padding: 15px 12px;
	background: url(images/img08.jpg) no-repeat left bottom;
}

.gallery_post .meta b {
	display: none;
}

.gallery_post .more, .post .comments {
	padding: 0 30px 0 20px;
}

.gallery_post .more {
	background: url(images/img09.gif) no-repeat left center;
}

.gallery_post .comments {
	background: url(images/img10.gif) no-repeat left center;
}

.gallery_post a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active {background: transparent url("images/sprites.gif") no-repeat 5px -500px;padding-left:21px}
  
.gallery_post a.morelink:hover {background: transparent url("images/sprites.gif") 5px -400px}

.gallery_post .morelink span {position:absolute;left:-9999px;width:900px}

/*Accordion*/
.accordionHeader
{
	border-top: 1px dashed #BCBAAC;	
	border-bottom: 1px dashed #BCBAAC;
	font-size: 10pt;
	cursor: pointer;
	color: #5B8BBB;
	height: 40px;
}

.accordionHeaderSelected
{
	border-top: 1px dashed #BCBAAC;
	font-family: Tahoma;
	font-size: 12pt;
	color: #5B8BBB;
	cursor: pointer;
}

.accordionContent
{
	font-family: Tahoma;
}

.accordionHeaderSelectedPost
{
	border-top: 1px dashed #BCBAAC;
	font-family: Tahoma;
	font-size: 11pt;
	color: Blue;
	cursor: pointer;
}

.watermarked
{
	color: Gray;
	font-size: 8pt;
}

/* FeatureBox */
.featurebox {color:#333;padding: 15px 20px 20px;border-top: 1px solid #d7d7d7;margin: 0 0 1.5em;background: #f6f6f6 url("images/featurebox_bg.gif") no-repeat 100% 100%}
.featurebox p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {margin: 0 0 .3em;border-bottom: 1px solid #c00;color:#c00}
.featurebox p {border:none;margin: 0 0 1em;color:#444}
.featurebox a {font-weight:bold}
