﻿body {
	padding: 0;
	background: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 940px;
	height: 150px;
	margin: 0 auto;
	padding: 0px;
}

/* Header */

#logo {
	width: 940px;
	height: 80px;
	margin: 0 auto;
	padding-top: 20px;
}

#logo h1 {
	padding: 5px 0 0 0;
	letter-spacing: -1px;
	text-transform:none;
	font-weight: bold;
	font-size: 3em;
	color:red;
}

#logo p {
	text-transform: uppercase;
	padding: 47px 0 0 3px;
	font-size: 10px;
	color: #CCCCCC;
}

/* Menu */

#menu {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: url('../images/img01.gif') no-repeat left top;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	height: 34px;
	margin: 0;
	padding: 16px 16px 0 16px;
	background: url('../images/img14.gif') no-repeat right 7px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: bold;
	color: #04283B;
}
#menu a:hover {
	color:#000066;
}
#menu .current_page_item a {
	color:#000066;
}
/* Wrapper */
#wrapper {
}
/* Page */
#calendar {
	width: 341px;
	padding: 0;
	margin-left: 110px;
	border-left: 1px solid #A2ADBC;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bolder;
	color:#000066;
	text-align: center;
	background-color:#FFFF99;
	margin-right:15px;
}
.nav, .nav a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: black;	
	text-align: center;
	text-decoration: none;
}	
caption {
	margin: 0;
	padding: 0px;
	width: 341px;
	height:30px;
	background:#990033;
	color:#FFFF66;	 
	font: bolder 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
th {
	font: bold 14px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:black;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}
td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 46px;
	height: 20px;
	text-align: center;
	background-image:url('../../images/bg.jpg');
}
td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}
td a:link, td a:visited {	
	color:#000066;
}
td a:hover, td a:active {
	color:#FFFF99;
	background:#990033;
	font-size:30px;
}
#page {
	width: 940px;
	margin: 0 auto;
	padding: 0px;
}
#page-bg {
}
/* Content */
#content {
	float: left;
	width: 560px;
}
.post {
	padding-bottom: 15px;
	line-height: 200%;
}
.post h1 {
	font-weight: bold;
	font-family:"Trebuchet MS";
	color:#FFFF99;
	text-align:center;
	font-size:18px;
	margin-bottom:18px;
}
.post h2 {
	font-weight: bold;
	font-family:"Trebuchet MS";
	color:#FFFF99;
	text-align:center;
	font-size:14px;
}
.post h3 {
	font-weight: bold;
	font-family:"Trebuchet MS";
	color:#FFFF99;
	text-align:center;
	font-size:14px;
}
#map {
	text-align:center;
}
.title {
	margin: 0;
	padding: 10px 0 4px 10px;
	font-weight: normal;
}
.title a {
	border-bottom: none;
	color: #FFFFFF;
}
.title a:hover {
	border-bottom: 1px dotted #000000;
}
.byline {
	margin: 10px 20px 20px 20px;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bolder;
	color:#FFFF99;
	text-align:center;
}
.byline a {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bolder;
	color:#FFFF00;
	text-align:center;
}
.tag {
	padding: 0 15px;
}
.entry {
	padding: 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.entry h2 {
	font-family:"Trebuchet MS";
	font-size:19px;
	color:#FF0000;
	font-weight:bolder;
	margin-top:20px;
}
.entry h3 {
	font-family:"Trebuchet MS";
	font-size:24px;
	color:#FFFF99;
	font-weight:bolder;
	text-align:center;
}
.entry h4 {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#FFFF99;
	font-weight:bolder;
	text-align:center;
}
.entry p {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#FFFF99;
	font-weight:bolder;
	text-align:left;
}
.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}
.links a {
	border: none;
}
.links a:hover {
}
.datebox {
	width:500px;
	background:#CCFFCC;
	margin-left:20px;
	margin-top:40px;
	margin-bottom:10px;
	border:medium;
	border-style:ridge;
	border-color:red;
	padding:6px;
}
.datebox h5 {
	color:#000066;
	font-family:"Trebuchet MS";
	font-size:19px;
	font-weight:bold;
	text-align:center;
}
.datebox h6 {
	color:#000066;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.datebox p {
	font-family:"Trebuchet MS";
	color:black;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}
.datebox a {
	color:#000066;
}
.paypalbox {
	text-align:center;
}
/* Sidebars */
#sidebar1 {
	float: left;
	color: #04283B;
	background:red;
	margin-top:10px;
}
#sidebar1 h2 {
	padding-top:10px;
	font-size: 14px;
	text-align:center;
	font-weight: bold;
	color: black;
	background:red;
}
#sidebar1 p {
	 font-family:Arial, Helvetica, sans-serif;
     color:black;
     font-size:11px;
     font-weight:normal;
     line-height:1.4em;
     letter-spacing:1px;
     padding:5px;
     margin-right:10px;
     margin-left:10px;
}
#sidebar1 a {
	color: #04283B;
}

#sidebar2 {
	float: right;
	background:red;
	margin-top:10px;
}

#sidebar2 h2 {
	padding:10px;
	font-size: 14px;
	font-weight: bolder;
	color: black;
	background:red;
	text-align:center;
}
#sidebar2 p {
     font-family:Arial, Helvetica, sans-serif;
     color:black;
     font-size:11px;
     font-weight:normal;
     line-height:1.4em;
     letter-spacing:1px;
     padding:5px;
     margin-right:10px;
     margin-left:10px;
}     
#sidebar2 a {
	color: #FFFFFF;
}

.sidebar {
	float: left;
	width: 190px;
	font-size: 11px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar li {
	padding: 0 0 20px 0;
}
.sidebar li ul {
}
.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px #BBBBBB dashed;
}
.sidebar li h2 {
	height: 30px;
	margin: 0 0 0 0;
	padding: 10px 15px 0px 15px;
	color: #FFFFFF;
}
#phone h1 {
	font-family:"Trebuchet MS";
	color:#FFFF66;
	font-size:20px;
	font-weight:bolder;
	padding:20px;
}
#phone h2 {
	font-family:"Trebuchet MS";
	color:#FFFF66;
	font-size:30px;
	font-weight:bolder;
}
#phone h4 {
	font-family:"Trebuchet MS";
	color:#FFFF66;
	font-size:18px;
	font-weight:bolder;
	text-align:center;
}
#phone h5 {
	font-family:"Trebuchet MS";
	color:white;
	font-size:18px;
	font-weight:bolder;
	text-align:center;
}
/* Footer */

#footer {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	color: #FFFFFF;
}
#footer p {
	margin: 0;
	padding: 25px 20px 0 20px;
	text-transform: uppercase;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	color:#FFFF00;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	margin-left:350px;
}
#footer .link {
	float: right;
}
#footer .copyright {
	float: left;
}
