/*
COLORS

#E7EEF0 - very light blue/gray
#BED0D7 - lighter blue/gray
#CFD5D8 - light gray/blue
#909DA3 - medium blue/gray
#A8B3B7 - medium blue/gray

#5C6264 - dark slate gray
#020402 - black

#E9F0E2 - very light green
#BACBBC - lighter green
#D2DDD4 - light green
#6F9581 - medium green
#2F5D4A - dark green

#F95A28 - orange

*/


* {
	padding: 0;
	margin: 0;
}
.clear {
	clear:both;
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
}
body {
	background:#CFD5D8 url(../images/bg1.jpg) repeat-x center top;
	font-family:Arial, sans-serif;
	text-align:center;
}
#wrapper { /* sets page width and centers the main page area */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px auto; /* sticky footer - negative bottom margin is equal to footer height */
	width:850px;
	padding:0;
	text-align:left;
	position:relative;
}
/*---------------------------------- CONTAINER FOR CONSTANT CONTACT FORM ---------------------------------- */
#mailForm {
	background:#FFF;
	position:absolute;
	top:50px;
	left:300px;
	z-index:10;
	padding:5px;
	border:1px solid #C4D5C4;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	width:220px;
	text-align:center;
}
#mailForm .textfield {
	text-align:left;
	height:14px;
	line-height:1;
}
#mailForm table {
margin:0 auto 0 4px;
}
#mailForm table td {
	vertical-align:middle;
	padding:4px 4px 0 0;
}

/*---------------------------------- FOOTER STYLES ---------------------------------- */
#bottomCap {
	background:url(../images/bottomCap1.jpg) no-repeat center top;
	height:40px;
}
#bottomCap div {
	position:absolute;
	left:-999em;
}
#footer, .push { /* sticky footer */
	height: 40px;
	width:100%;
}
#footer {
}
#footerBlock {
	color:#909DA3;
	font-size:10px;
	margin:0 auto;
	padding:10px 0;
	width:850px;
}
#footerBlock a {
	color:#909DA3;
	text-decoration:none;
}
#footerBlock a:hover {
	color:#F95A28;
	text-decoration:underline;
}
#footer #credit {
	color:#909DA3;
	font-size:10px;
	float:right;
	text-align:right;
	width:300px;
}
#footer #credit a {
	color:#909DA3;
	text-decoration:none;
	margin:0;
}
#footer #credit a:hover {
	color:#F95A28;
	text-decoration:underline;
}
/* ---------------------------------- HEADER STYLES ---------------------------------- */
#header {
	background:#FFF url(../images/header1.jpg) no-repeat center top;
	margin:0;
	height:140px;
}
#logo {
	position:absolute;
	margin:0 0 0 -412px;
	left:50%;
	top:20px;
	z-index:15;
}
/* ---------------------------------- SITE NAVIGATION ---------------------------------- */


#nav1 {  /* phone number, facebook and Add This */
	text-align:right;
	padding:10px 0 0 0;
	width:850px;
}
#nav1 div { /* vertical space for phone number */
	margin:30px 65px 25px 0;
}
#nav2 {  /* main content navigation with flyout menus */
	margin:0 0 0 164px;
	position:absolute;
	width:680px;/* 850 - 204 for left margin */
	height:30px;
	padding:0;
	z-index:20;
}
/* ---------------------------------- CONTENT BLOCKS AND TEXT BLOCKS ---------------------------------- */
#content {
	background:#FFF url(../images/content1.jpg) no-repeat center top;
	min-height:300px;
	padding:7px 0 0 0;
	width:850px;
}
#block1, .block1 { /* home page intro text */
	color:#020402;
	padding:20px;
	text-align:left;
	width:500px;
}
#block2, .block2 { /* main content block for interior pages */
	color:#5C6264;
	float:right;
	font-size:11px;
	margin:0 0 0 0;
	padding:20px 20px 0 0;
	text-align:left;
	width:600px;
}
#block3, .block3 { /* centered content block */
	color:#5C6264;
	font-size:11px;
	margin:0 auto;
	padding:20px 0 0 0;
	text-align:left;
	width:600px;
}
/* ---------------------------------- CONTENT STYLES ---------------------------------- */
blockquote {
	color:#020402;
	font-size:14px;
	font-weight:bold;
	line-height:140%;
	padding:20px;
}
h1 {
	color:#020402;
	font-size:18px;
}
h2 {
	color:#2F5D4A;
	font-size:16px;
}
h3, #pagetitle strong {
	color:#020402;
	font-size:14px;
}
h4 {
	color:#F95A28;
	font-size:13px;
}
h5 {
	color:#2F5D4A;
	font-size:12px;
}
h1, h2, h3, h4, h5 {
	font-family:Palatino, Georgia, Times, serif;
	line-height:120%;
	margin:20px 0 6px 0;
}
h1 a, h2 a, h3 a {
	color:#020402;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	color:#F95A28;
	text-decoration:underline;
}
h4 a, h5 a {
	color:#2F5D4A;
	text-decoration:none;
}
h4 a:hover, h5 a:hover {
	color:#F95A28;
	text-decoration:underline;
}
.hr {
	background:url(../images/dotz.gif) repeat-x;
	border:none;
	margin:18px 0;
	height:1px;
}
hr {
	background:#FFF;
	color: #A8B3B7;
	border:none;
	border-top:1px dotted #A8B3B7;
	margin:18px 0;
	height:1px;
}
p, .base {
	font-size:11px;
	line-height:150%;
	margin:0 0 10px 0;
}
.small, small {
	font-size:10px;
}
.smaller {
	font-size:9px;
}
p a, .base a, .small a, smaller a {
	color:#020402;
}
p a:hover, .base a:hover, .small a:hover, smaller a:hover {
	color:#F95A28;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
#pagetitle {
	/* clear:both; */
	color:#F95A28;
	font-size:18px;
	font-weight:bold;
	font-family:Palatino, Georgia, Times, serif;
	line-height:120%;
	margin:6px 0 20px 0;
}
#block2 ul, #block3 ul {
	list-style-type:square;
	margin:0 0 0 16px;
	padding:0;
}
#block2 ul li, #block3 ul li {
	margin:0 0 10px 0;
	padding:0;
}
/* ---------------------------------- HOME PAGE MODULES ---------------------------------- */

/* photo cycle */
#banner {
	background:#020402;
	/* border-bottom:7px solid #E9F0E2; */
	margin:0;
	padding:0 0 1px 0;
	height:551px;
	overflow:hidden;
	width:850px;
	z-index:10;
}
#banner img {
	width:850px;
}
#caption {
	background:#E9F0E2;
	height:13px;
	margin:0;
	padding:5px 10px;
	top:675px;
	width:830px;
	color:#2F5D4A;
	font-size:13px;
	font-weight:normal;
	text-align:left;
	text-shadow: #FFF 1px 1px 1px;
}
/*featured stuff on home page */
#featuredContent {
	padding:0 0 0 10px;
}
#featuredContent, #featuredContent p {
	font-size:11px;
	line-height:120%;
}
/* recent blog posts list */
#featuredBlog {
	background:url(../images/title_blogposts.gif) no-repeat;
	clear:both;
	margin:15px 20px 20px 0;
	padding:24px 0 0 0;
	width:214px;
}
#featuredBlog ul {
	list-style-image:url(../images/bullet.jpg);
}
#featuredBlog ul li {
	color:#FFF;
	margin:0 0 3px 14px;
	padding:0;
	width:214px;
}
#featuredBlog a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#featuredBlog a:hover {
	color:#FFF;
	text-decoration:underline;
}
/* featured pages list */
#featuredPages {
	background:url(../images/title_featuredPages.gif) no-repeat;
	clear:both;
	margin:15px 0 20px 0;
	padding:24px 0 0 0;
}
#featuredPages ul {
	list-style:none;
	margin:0;
	padding:0;
}
#featuredPages ul li {
	background:#FFF url(../images/content1.jpg) no-repeat -640px 0px;
	border:1px solid #FFF;
	color:#5C6264;
	float:left;
	padding:12px 10px 10px 10px;
	margin:0 7px 7px 0;
	width:180px;
	height:60px;
	overflow:hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 1px 2px #999;
	-webkit-box-shadow: 0px 1px 2px #999;
	box-shadow: 0px 1px 2px #999;
}
#featuredPages ul li img {
	width:60px;
}
#featuredPages ul li div {
	float:left;
	margin:0 10px 0 0;
	width:50px;
	height:70px;
	overflow:hidden;
}
#featuredPages a {
	color:#020402;
	font-weight:bold;
	text-decoration:none;
}
#featuredPages p {
	margin:4px 0 0 0;
}
#featuredPages a:hover {
	color:#F95A28;
	text-decoration:underline;
}
/* featured product listings */
#featuredProducts {
	background:url(../images/featuredProducts.jpg) no-repeat 22px 10px;
	clear:both;
	float:right;
	margin:0 2px;
	padding:30px 0 20px 0;
	text-align:left;
	width:450px;
}
#featuredProducts .pad1 { /*padding for featured products*/
	padding:0 0 0 20px;
}
#featuredProducts a {
	color:#020402;
	cursor:pointer;
	cursor:hand;
	font-size:10px;
	text-decoration:none;
}
#featuredProducts a:hover {
	color:#020402;
}
#featuredProducts .item {
	float:left;
	padding:5px 0;
	margin:5px 20px 0 0;
	text-align:center;
	width:108px;
}
#featuredProducts .item div {
	width:100px;
	height:100px;
	margin:0 auto 5px auto;
	overflow:hidden;
}
#featuredProducts .item img {
	width:100px;
}
/* ---------------------------------- BREAD CRUMBS ---------------------------------- */
#breadcrumbs {
	color:#F95A28;
	font-size:16px;
	margin:4px 0 8px 0;
	padding:0;
	text-align:left;
	text-transform:uppercase;
}
#breadcrumbs a {
	color:#020402;
	font-size:11px;
	text-decoration:none;
}
#breadcrumbs a:hover {
	color:#F95A28;
	text-decoration:underline;
}
/* ---------------------------------- LEFT COLUMN ---------------------------------- */
#leftColumn {
	padding:0;
	margin:0;
	width: 212px;
	float:left;
	text-align:left;
	overflow:hidden;
}
#leftColumn ul {
	font-size:11px;
	margin:0;
	padding:30px 0 0 0;
	text-align:left;
	list-style-type:none;
	width: 172px;
}
#leftColumn ul li ul {
	font-size:11px;
	margin:0;
	padding:0 0 0 10px;
	text-align:left;
	list-style-type:none;
	width: 142px;
}
#leftColumn ul li ul li ul {
	font-size:11px;
	margin:0;
	padding:0 0 0 10px;
	text-align:left;
	list-style-type:none;
	width: 122px;
}
#leftColumn li {
	text-transform:uppercase;
	margin:0 0 18px 0;
	padding:0;
}
#leftColumn li ul li {
	line-height:120%;
	margin:0 0 0 6px;
	text-transform:none;
}
#leftColumn li ul li ul li {
	font-style:italic;
}
#leftColumn ul li a {
	color:#222;
	text-decoration:none;
}
#leftColumn ul li a:hover {
	color:#00AFF0;
	text-decoration:underline;
}
#leftColumn ul li a.current {
	color:#00AFF0;
	font-weight:bold;
}
#leftColumn2 { /* left column on cart/checkout pages */
	width:450px;
	float:left;
	margin:20px 0 0 60px;
}
#leftColumn h2 {/* add some space above the titles in the left column of the cart/checkout pages */
	margin-top:10px;
}
/* ---------------------------------- RIGHT COLUMN ---------------------------------- */
#rightColumn {
	margin:0;
	padding:0;
	width:650px;
	float:left;
	text-align:left;
}
#rightColumn2 { /* right column on content cart/checkout pages */
	background:#FFF;
	border:2px solid #FEEBEB;
	float:left;
	font-size:11px;
	width:340px;
	margin:20px 0 0 20px;
	padding:3px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
/* ---------------------------------- PHOTOS ADDED IN THE CMS ---------------------------------- */
.photoarea1 { /* photo column on content pages */
	width:250px;
	margin:0;
	padding:0 10px;
}
.photoarea1 img { /* image width in photo column */
	width:250px;
	margin:0 0 10px 0;
}
.photoarea2 {
	clear:both;
	margin:10px 0;
}
.photoarea1 a, photoarea2 a {
	display:block;
}
a.enlarge { /* float images placed into the content from the image library */
	float:left;
	margin:0 10px 0 0;
}
.photoarea1 a.enlarge { /* but don't float the other images */
	float:none;
	margin:0;
}
.thumb { /* 150px thumbnail images */
	background:#FFF;
	height:150px;
	width:150px;
	margin:0 0 10px 0;
	overflow:hidden;
}
.thumb img {
	width:150px;
}
/* ---------------------------------- PADDINGS ---------------------------------- */
.pad1 {
	padding:10px;
}
.pad2 {
	padding:20px;
}
.pad3 {
	padding:30px;
}
.pad4 {
	padding:40px;
}
/* ---------------------------------- FORM - MESSAGE STYLES ---------------------------------- */
form .error {
	color: #C00;
}
.required {
 color:;
	font-style:italic;
}
.errMessage {
	border: 1px solid #CC0;
	padding: 5px;
	background-color: #F4F2F2;
}
.succMessage {
	border: 1px solid #060;
	padding: 5px;
	background-color: #F4F2F2;
}
label {
	color:#020402;
	font-size:11px;
}
.textfield {
	color:#020402;
	font-family: Arial, sans-serif;
	font-size:11px;
	height:16px;
	padding:2px;
	line-height:22px;
	border:1px solid #909DA3;
}
.textarea {
	color:#020402;
	font-family: Arial, sans-serif;
	font-size:11px;
	border:1px solid #909DA3;
	padding:2px;
}
.textfield:hover, .textarea:hover {
	border:1px solid #5C6264;
}
select {
	border:none;
	background:#2F5D4A;
	font-family: Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	height:auto;
	margin:0;
	padding:2px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
select:hover {
	background:#6F9581;
}
/* ------ buttons ------ */
.b1 {
	background:#2F5D4A;
	border:none;
	clear:both;
	color:#FFF;
	cursor:pointer;
	cursor:hand;
	display:block;
	font-family:Arial, sans-serif;
	font-size:12px;
	height:12px;
	line-height:12px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	margin:6px auto;
	padding:4px 10px;
	text-shadow: #222 1px 1px 1px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.b1 a {
	color:#FFF;
	text-decoration:none;
}
input.b1 {
	font-size:14px;
	height:26px;
	padding:0 8px 4px 8px;
	line-height:12px;
}
.b1:hover {
	background:#6F9581;
	text-decoration:none;
	text-shadow: #444 1px 1px 1px;
}
.b2 {
	background:#2F5D4A;
	color:#FFF;
	border:none;
	clear:both;
	cursor:pointer;
	cursor:hand;
	display:block;
	font-family:Arial, sans-serif;
	font-size:11px;
	height:11px;
	line-height:11px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	margin:0 auto;
	padding:1px 8px;
	text-shadow: #222 1px 1px 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input.b2 {
	height:24px;
	padding:0 8px 2px 8px;
	line-height:10px;
}
.submit { /* constant contact form submit button */
	background:#2F5D4A;
	color:#FFF;
	border:none;
	cursor:pointer;
	cursor:hand;
	display:block;
	font-family:Arial, sans-serif;
	font-size:11px;
	float:left;
	height:11px;
	line-height:11px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	margin:0;
	padding:1px 8px;
	text-shadow: #222 1px 1px 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input.submit {
	height:20px;
	padding:0 8px 2px 8px;
	line-height:10px;
}

.b2:hover, .submit:hover {
	background:#6F9581;
	text-decoration:none;
	text-shadow: #444 1px 1px 1px;
}
.b2 a {
	color:#FFF;
	text-decoration:none;
}
#block2 .b1, #block2 .b2, #block2 a.b1, #block2 a.b2 { /* default width for buttons in content area */
	float:left;
	width:222px;
}
/* ---------------------------------- TABLE & IFRAME STYLES ---------------------------------- */
table {
	width:100%;
}
table th, table td.tableHead {
	background:#E9F0E2;
	color:#020402;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:3px 6px;
	vertical-align:top;
}
table td {
	font-size:11px;
	margin:0;
	padding:3px 6px;
	vertical-align:top;
}
.tdBorder {
	border-bottom:1px solid #A8B3B7;
}
table.staff {
	width:100%;
}
table.staff td {
	font-size:11px;
	padding:0 10px 10px 0;
	margin:0;
	width:250px;
	vertical-align:top;
}
table.staff td img {
	width:250px;
	border:none;
}
iframe, IFRAME {
	border:none;
	margin:0;
}
/* ---------------------------------- COURSE TOUR STYLES ---------------------------------- */

#tour {
	width:810px;
	margin:0 auto;
	padding:20px 0;
}
#tour .block3 {
}
#tourmap {
	padding:20px 0;
	text-align:center;
}
#tournav {
	padding:0 0 20px 0;
}
#tournav h3 {
	margin:10px 0;
}
#tournav a {
	background:#A8B3B7;
	color:#FFF;
	display:block;
	font-size:11px;
	font-weight:bold;
	float:left;
	margin:0 7px 0 0;
	padding:2px 6px;
	text-decoration:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#tournav a:hover {
	background:#F95A28;
	color:#FFF;
	text-decoration:none;
}
#tour table {
	margin:0 auto;
	width:600px;
	border-right:1px dotted #6F9581;
}
#tour table td {
	font-size:11px;
	margin:0;
	padding:3px;
	vertical-align:top;
}
#tour table.details, table.tourdetails {
	margin:0;
	width:200px;
	border-right:1px dotted #6F9581;
	border-top:1px dotted #6F9581;
}
#tour table td a, #tour table th a {
	color:#020402;
}
#tour table td a:hover, #tour table th a:hover {
	color:#F95A28;
}
#tour table th {
	border-top:1px dotted #6F9581;
}
#tour table th.leftBorder {
	border-left:1px dotted #6F9581;
}
#tour table th.leftBotBorder {
	border-left:1px dotted #6F9581;
	border-bottom:1px dotted #6F9581;
}
#tour table td, table.tourdetails td {
	border-bottom:1px dotted #6F9581;
	border-left:1px dotted #6F9581;
}
#tourImages {
	background:#FFF url(../images/content1.jpg) no-repeat -550px -7px;
	border:1px solid #FFF;
	padding:0 10px 10px 10px;
	float:right;
	width:250px;
	-moz-box-shadow: 0px 1px 2px #999;
	-webkit-box-shadow: 0px 1px 2px #999;
	box-shadow: 0px 1px 2px #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#tourImages img {
	width:250px;
	margin:10px 0 0 0;
}
/* ---------------------------------- SIDEBAR STYLES ---------------------------------- */
#sidebar {
	margin:50px 0 20px 0;
	padding:0 0 0 24px;
	width:180px;
	float:left;
}
#sidebar_top {
	background:#DFE7D7 url(../images/sidebar_top.jpg) no-repeat center top;
	padding:30px 10px 0 10px;
	width:160px;
	min-height:200px;
}
#sidebar_bot {
	background:url(../images/sidebar_bot.jpg) no-repeat center top;
	height:57px;
	margin:0;
	width:180px;
}
#sidebar_bot div {
	position:absolute;
	left:-999em;
}
#sidebar_top h4 {
	background:url(../images/arrowhead.gif) no-repeat 0px 4px;
	color:#2F5D4A;
	font-size:14px;
	padding:2px 0 0 20px;
	width:140px;
	margin:0;
}
#sidebar_top p {
	color:#020402;
	line-height:130%;
	padding:2px 0 0 20px;
	width:140px;
	margin:0;
}
#sidebar_top a {
	color: #F95A28;
	font-weight:bold;
	text-decoration:none;
}
#sidebar_top a:hover {
	color: #F95A28;
	text-decoration:underline;
}
#sidebar_top hr {
	background:#C8D7C8;
	border-top:1px solid #EFF3EA;
	height:1px;
	color: #C8D7C8;
	margin:10px 0;
	padding:0;
}
/* #sidebar {
margin:40px 0 20px 0;
width:200px;
float:left;
}

#sidebar_mid {
background:url(../images/sidebar_mid.gif) repeat-y center top;
width:160px;
margin:0 10px;
padding:10px;
min-height:150px;
}

#sidebar_top {
background:url(../images/sidebar_top.gif) no-repeat center top;
height:24px;
margin:0 10px;
width:180px;
}

#sidebar_bot {
background:url(../images/sidebar_bot.gif) no-repeat center top;
height:24px;
margin:0 10px;
width:180px;
}

#sidebar_top div, #sidebar_bot div {
	position:absolute;
	left:-999em;
} */


/* ---------------------------------- PHOTO GALLERY STYLES -------------------------------- */

/* other styles in javascript/jcarousel/skins/tango/skin.css */
#photoGallery {/* container for thumbnail images */
	clear:both;
	padding:20px 0;
	width:650px;
}
.jcarousel-skin-tango .jcarousel-container { /* container for thumbnail images */
	background:#EBF5F7;
	border:1px solid #FFF;
	float:left;
	margin:0 0 20px 20px;
	/* float:none; for horizontal carousel */
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 1px 3px #999;
	-webkit-box-shadow: 0px 1px 3px #999;
	box-shadow: 0px 1px 3px #999;
}
#mainImage { /* container for main image */
	float:left;
	/* float:none; for horizontal carousel */
	text-align:center;
	width:500px;
}
li.jcarousel-item { /* border style for thumbnail images */
	background:#FFF;
	border:1px solid #FFF;
}
li.jcarousel-item:hover {/* border style for hover state of thumbnail images */
	border:1px solid #F95A28;
}
#photo_gallery_img {
	width:500px;
}
a#next {
	background:url(../images/next2.gif) no-repeat;
	cursor:hand;
	cursor:pointer;
	margin:0;
	width:24px;
	height:24px;
}
a#prev {
	background:url(../images/previous2.gif) no-repeat;
	cursor:hand;
	cursor:pointer;
	margin:0;
	width:24px;
	height:24px;
}
#galleryList {
	clear:both;
	padding:20px 0;
}
#galleryList ul {
	list-style:none;
	margin:20px 0;
	padding:0;
}
#galleryList ul li {
	background: #28B9F1;
	border:1px solid #6CC8FF;
	color:#FFF;
	float:left;
	padding:12px;
	margin:0 10px 10px 0;
	width:425px;
	height:50px;
	overflow:hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 1px 3px #020402;
	-webkit-box-shadow: 0px 1px 3px #020402;
	box-shadow: 0px 1px 3px #020402;
}
#galleryList h2 {
	font-size:16px;
	color:#FFF;
	margin:0;
	line-height:20px;
}
#galleryList p {
	font-size:11px;
	line-height:14px;
	height:26px;
	overflow:hidden;
}
#galleryList a, #galleryList h2 a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#galleryList a:hover, #galleryList h2 a:hover {
	color:#FFF;
	text-decoration:underline;
}
/* ---------------------------------- BLOG STYLES ---------------------------------- */

#rightColumn .pad2 {
	border-left:1px dotted #A8B3B7;
	color:#525564;
	font-weight:normal;
}
#rightColumn .pad2 a.small {
	background:url(../images/arrow.gif) no-repeat 0 4px;
	display:block;
	font-weight:bold;
	padding:0 0 0 14px;
}
#leftColumn {
	position:absolute;
	left:-999em;
	width:180px;
}
#leftColumn .pad2 {
	padding:20px 10px 20px 0;
}
#leftColumn .pad2 label {
	font-weight:bold;
}
#leftColumn #tagCloud {
	background:url(../images/tagCloud.gif) no-repeat center top;
	font-weight:bold;
	margin:30px 0;
	padding:20px 0 0 0;
}
#leftColumn #tagCloud a {
	float:left;
	color:#020402;
	display:block;
	margin:0 7px 7px 0;
	padding:0;
	text-align:center;
	text-decoration:none;
}
#leftColumn #tagCloud a:hover {
	color:#F95A28;
	text-decoration:underline;
}
.blogdate {
	background:url(../images/blogDate.jpg) no-repeat;
	float:right;
	font-size:10px;
	font-weight:bold;
	line-height:10px;
	padding:14px 5px 0 0;
	text-align:center;
	width:60px;
	height:75px;
}
.blogdate .day {
	font-size:23px;
	font-weight:bold;
	line-height:1;
	margin:0 auto;
	text-align:center;
	height:21px;
}
.blogdate .day a {
	color:#020402;
	text-decoration:none;
}
.blogdate .day a:hover {
	color:#F95A28;
	text-decoration:none;
}
.blogdate .time {
	color:#999;
	display:none;
	font-size:8px;
	font-style:normal;
	line-height:1;
	height:8px;
	margin:0 auto;
	padding:8px 0 0 0;
	text-align:center;
}
#comments .comment {
	border-top:2px solid #A8B3B7;
	border-right:2px solid #A8B3B7;
	border-left:2px solid #A8B3B7;
	border-bottom:none;
	clear:both;
	margin:00;
	padding:10px;
	width:530px;
	font-size:12px;
}
#comments .commentCredit {
	background:url(../images/comment.gif) no-repeat center top;
	margin:0 0 20px 0;
	padding:22px 10px 10px 10px;
	font-size:11px;
	font-weight:bold;
	width:534px;
}
/* -------------------------------- EVENT CALENDAR STYLES -------------------------------- */
.sm-calendar {
	background: #FFF;
	width: 260px;
	border: none;
	padding:10px;
	-moz-box-shadow: 1px 1px 4px #373A44;
	-webkit-box-shadow: 1px 1px 4px #373A44;
	box-shadow: 1px 1px 4px #373A44;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size:12px;
}
.sm-calendar a {
	color:#373A44;
	text-decoration:none;
}
.sm-calendar a:hover {
	color:#F95A28;
	text-decoration:none;
}
.sm-calendar .calHeader {
	font-weight:bold;
	color:#F95A28;
	padding: 5px 0px;
}
.sm-calendar .calHeader a {
	color:#F95A28;
}
.sm-calendar .calCurr {
	width: 150px;
	float:left;
	text-align:center;
}
.sm-calendar .calPrev {
	width:50px;
	float:left;
	text-align:left;
}
.sm-calendar .calNext {
	width:50px;
	float:right;
	text-align:right;
}
.sm-calendar .weekDay {
	background:#EFEFEF;
	border:1px solid #EFEFEF;
	width: 25px;
	height: 14px;
	float:left;
	margin: 2px;
	padding:3px;
	font-weight:bold;
	text-align:center;
}
.sm-calendar .calDay {
	border:1px solid #EFEFEF;
	width: 31px;
	height: 30px;
	float:left;
	padding:0;
	margin: 2px;
}
.sm-calendar .calDay:hover {
	border:1px solid #F95A28;
}
.sm-calendar .calDay a {
	width: 27px;
	height: 26px;
	display:block;
	padding:2px;
}
.sm-calendar .calDay a.selected {
	background: #F95A28;
	color: #FFF;
	font-weight: bold;
}
.sm-calendar .calDay a.info {
	background: #EBF5F7;
}
/* ---------------------------------- MESSAGE STYLES ---------------------------------- */
.errMessage {
	background:#FFF url(../admin/images/icons/icon1_error.gif) no-repeat 8px 6px;
	border: 1px solid #C30;
	margin:16px 0 6px 0;
	padding: 12px 12px 12px 50px;
}
.succMessage {
	background:#FFF url(../admin/images/icons/icon1_success.gif) no-repeat 8px 6px;
	border: 1px solid #020402;
	margin:16px 0 6px 0;
	padding: 12px 12px 12px 50px;
}
.infoMessage {
	background:#FFF url(../admin/images/icons/icon1_info.gif) no-repeat 8px 6px;
	border: 1px solid #F95A28;
	margin:16px 0 6px 0;
	padding: 12px 12px 12px 50px;
}
.alertMessage {
	background:#FFF url(../admin/images/icons/icon1_alert.gif) no-repeat 8px 6px;
	border: 1px solid #F60;
	margin:16px 0 6px 0;
	padding: 12px 12px 12px 50px;
}

