* {
	padding: 0;
	margin: 0;
	border: 0;
}
html {
	height: 101%;
}

/* -------------------LAYOUT------------------- */

body {
	font-family: Helvetica, Arial, sans-serif;
}
#wrapper {
	width: 875px;
	margin: 0 auto;
	
}
#header {width:876px;

}
/* Top Navigation */
#nav {
	display:none;
}

#contentwrapper {

}
/* Left Navigation */
#navleft {
	display:none;
}


/* Content Area */
#content {
	margin: 0 0 0 0px;
}
#contentmiddle {
	float: left;
	width:675px !important;
	*:width:675px !important;
	width:400px;
	padding: 15px 0 0 0;
}

#contentmiddle ul{
	margin: 0 0 12px 40px;
}
#contentmiddle ol{
	margin: 0 0 12px 45px;
	font-size: 11px;
}
#contentmiddle li p{
	line-height: 16px;	
	margin: 0 0 18px 0;
	padding:0px 0 0px 0px;	
}
#contentright {
	margin: 0 0 0 655px !important;
	*:margin: 0 0 0 655px !important;
	margin: 0 0 0 455px;
	padding: 15px 0 0 0;
	width:200px;
}
/* Homepage content block - 3 colums */
#contentblock {
	width: 480px;
	margin: -2px 0 0 0;
}
#contentblockbg {
	background: url('../i/content-box-bg.gif') repeat-y;
}
#contentboxtop {

margin: 0 0 -4px 0;
}
#contentblockleft, #contentblockmiddle {
	float: left;
	width: 160px;
	text-align: center;
}
#contentblockleft {
	padding: 0 0 0 4px;
}
#contentblockmiddle {
	width: 155px;
}
#contentblockinnerwrapper, #contentblockright {
	margin: 0 0 0 162px;
	text-align: center;
}
#contentblockright {
	padding: 0 6px 0 0;
}
#contentboxbottom {
	
margin: -3px 0 0 0;
}
#contentblockfooter {
	background-color: #fff;
	clear: both;
	height: 10px;
	margin: -4px 0 0 0;
}

/* Bottom of the page */

#logo {
	width: 200px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#footer {
	display:none
}



/* -------------------TYPOGRAPHY------------------- */
#content h1, #content h2, #content h3, #content h4, #content h6, #content h6, #content p, #content ul {
	padding-left: 14px;
	padding-right: 14px;
}
#contentblock h1, #contentblock h2, #contentblock h3, #navleft h3, #contentblock h4, #contentblock h5, #contentblock h6 {
	padding: 0 8px 8px 8px;
	font-size: 12px;
	color: #af590f;
	line-height: 16px;
}
#contentblock p {
	padding: 0 8px;
	line-height: 14px;
}
h1 {
	font-size: 14px;
	color: #af590f;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}
h2 {
	font-size: 13px;
	color: #af590f;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}
h3 {
	font-size: 12px;
	color: #af590f;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
h4 {
	font-size: 11px;
	color: #006699;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
h5 {
	font-size: 11px;
	color: #af590f;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
h6 {
	font-size: 10px;
	color: #af590f;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}

#contentright h1, #contentright h2 {
	font-size: 12px;
	color: #743B17;
	padding-bottom: 8px;
	text-transform: uppercase;
}
p {
	font-size: 11px;
	color: #000;
	text-align: left;
	line-height: 16px;
	margin: 0 0 18px 0;
}
table p {
	margin: 0 0 2px 0;
}
#content a {
	text-decoration: underline;
	color: #006699;
	font-weight: bold;
}
#content a:hover {
	color: #B3570A;
}
table tr td {
	font-size:11px;
}

.textBox {
	border: 1px solid #C06D22;
}
h1.thingstodo {
	background-color: #CB772E;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	padding: 4px 10px 2px 10px;
	margin: 0 10px 8px 10px;
}
/*table {
	margin: 10px 8px;
	clear: both;
}
td {
	padding: 8px 8px 4px 8px;
	vertical-align: top;
}*/
#content table p, #content table h1, #content table h2, #content table h3, #content table h4, #content table h5, #content table h6, #content table ul {
	padding: 2px 0;
}
#content table h3, #content table h4, #content table h5, #content table h6 {
	margin: 0;
}
table.thingstodo {
	border: 1px solid #CB772E;
	margin: 0 10px 10px 10px;
	width: 456px;
	background: #fff url('../i/bg-content-nav.gif') repeat-x;
	padding: 4px 0 2px 0;
}
table.thingstodo td {
	padding: 2px 6px;
	vertical-align: top;
}
table.thingstodo ul {
	list-style: none;
}
table.thingstodo li {
	padding: 2px 0;
}

table td.photogallery {padding: 8px 0px 4px 8px;}

#content table.thingstodo li a {
	color: #006699;
	text-decoration: none;
}
#content table.thingstodo li a:hover {
	color: #B3570A;
}
.nopadding {
	margin: 0 0 4px 0;
}
.blue {
	color: #006699;
}
#homeRight p{
	line-height: 14px;
}
#homeRight h2 {
	color: #B3570A;
}
#shophere {
	margin: -20px 0;
}
img.alignleft {
	float: left;
	padding: 0 10px 10px 0;
	clear: left !important;
	clear: inherit;
}


/***** For Calander *****/

/* ---------->>> css  for popup tips <<<------------------------*/

#JT_arrow_left{
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
}

#JT_arrow_right{
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
}

#JT {
	position: absolute;
	z-index:100;
	border:1px solid #b8a174;
	background-color:#ECD6A8;        /* popup background colour */
	font-size:11px;            /* popup font size */
 	color:black;
 	text-align:left;
	filter:alpha(opacity=87);
	-moz-opacity:.87;
	opacity:.87;
	padding: 4px;
}

#JT_close_left{
	background-color: #b8a174;
	text-align: left;
	padding: 2px;
	font-weight:bold;
}

#JT_close_right, #JT_close_left{
	background-color: #b8a174;
	text-align: left;
	padding: 2px;
	font-weight:bold;
	margin: -4px -4px 3px -4px;
}

.jTip{
cursor:help;
}

/***
 ***  Css for Calendar
 ***/
#EventCalendar{
	padding-top:5px;
	padding-bottom:5px;
	font-size:11px;
}

#EventCalendar H2{
	text-align:center;
	border-bottom:solid 1px #b8a174;
	margin:0px 0 5px 0;
	height:13px;
	width:150px;
	text-transform:uppercase;
	display:block;
	padding: 5px;
	padding-right:inherit;
}

#wp-calendar{
	font-size:11px;
	background:#fff url('../../i/bg-calendar.gif') repeat-x;
	border: 1px solid #b8a174;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:2px;
	
}

#wp-calendar table {
}

#wp-calendar #prev {
  text-align:left;
}

#wp-calendar #next {
  text-align:right;
}

.ec_eventday {
 color:#a00 !IMPORTANT;
 font:bold !IMPORTANT;
}

#wp-calendar table td,
#wp-calendar table th {
  text-align:center;
  font-size:10px;
}

#wp-calendar table td,
#wp-calendar table td.pad:hover,
#wp-calendar table.nav tr td {
 padding:0px;
 border:none;
}

.today {
 	background-color:#ECD6A8;
	color: #fff;
}

.eventday
{
	font:bold;
	color:#FF0000;
}

td.eventday:hover,
td.today:hover
{
	 padding:0px;
	 background:#99CC66;
	 background-color:#99CC66;
}	


td.day:hover
{
	background:#99CC66;
	background-color:#99CC66;
}
	

/* The EC graphic. */
.ec_ec {
	 dtisplay:block;
	 fltoat:right;
	 border:none;
	 width:13px;
	 height:9px;
}
.ec_ec span { display:none }


#UpcomingEvent ul{
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#ulComingEvents li
{
	list-style:none;
	margin-left:-20px;
}

#events-sizing{
	margin:0 7px 0 7px !important;
	*:margin:0 6px 0 6px !important;
	margin:0 9px 0 0px;
}
#events-sizing h1, #events-sizing h2, #events-sizing h3, #events-sizing h4, #events-sizing p, #events-sizing ul

{
	padding-left: 5px;
	padding-right: 5px;
}