
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #ffffff url(images/pageback.jpg) no-repeat top center;
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

form {
}

fieldset {
}

input, textarea {
	font-weight: bold;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}

input.button {
	background: #3C7BCF;
	border-top: 1px solid #3C7BCF;
	border-left: 1px solid #3C7BCF;
	border-right: 1px solid #3C7BCF;
	border-bottom: 1px solid #3C7BCF;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 1.5em;
	color: #108cc8;
}

h1 {
	letter-spacing: -.075em;
	font-size: 3em;
}

h2 {
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #108cc8;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #108cc8;
}

a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #666666;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #3C7BCF;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 1000px;
	height: 55px;
	margin: 0 auto;
	
}

#header p {
	text-align: right;
	color: #000000;
	
}

#header b {
	color: #ffffff;
	
}

#menu {
	float: left;
	width: 984px;
	height: 60px;
	background: url(images/img04.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 1px;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin-left: -3px;
	height: 60px;
	padding: 0 0px 0 17px;
}

#menu a {
	display: block;
	float: left;
	height: 38px;
	padding: 22px 30.5px 0px 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #2C2E22;
	background: #ffffff;
	
}

#menu .current_page_item a {
	color: #2C2E22;
}

/*Page Menu*/

#pagemenu {
	float: right;
	text-align: left;
	margin-top: 48px;
	margin-left: 0px; 
	width: 680px;
	height: 40px;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
	
}

#pagemenu ul {
	float: left;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
	

}

#pagemenu li {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	float:left;
	height: 40px;
	padding: 0 1px 0 1px;
}

#pagemenu a {
	float: left;
	display: block;
	height: 15px;
	margin-right: 1px;
	padding: 12px 12px 12px 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

#pagemenu a:hover {
	color: #ffffff;
	background: #118ec8;
}

#pagemenu a.active {
	color: #ffffff;
	background: #118ec8;
}


#search {
	float: right;
	width: 260px;
	padding-top: 7px;
}

#search fieldset {
	border: none;
}

#search #s {
	width: 160px;
}

#search #x {
	width: 80px;
}


/* Logo Top*/

#logo_top{
	width: 200px;
	padding: 25px;
	margin-top: 0px;
	margin-left: 45px;
	background: #ffffff;
	height: 70px;
	z-index: 900;
	position: absolute;

}

#logo_top a img{
	border:none;

}

/* Logo */

#logo {
	width: 985px;
	margin: 0 auto;
	padding-left: 15px;
	padding-top: 15px;
	background: #ffffff;
	height: 300px;
	border-top: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	z-index: 1;
}

#logocontainer {
	width: 970px;
	position: absolute;
	text-align: left;
	margin: 0 auto;
	background: #000000;
	height: 300px;
	z-index: 2;
}

/* Landing Page Slideshow Styles */


#s3slider {
   margin-top: -20px;
   width: 970px; /* important to be same as image width */
   height: 320px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   z-index: 3;
}

#s3sliderContent {
   width: 970px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 12px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px 33px 13px;
   text-align: right;
   width: 945px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 



/* Page Logo Image*/

#pagelogo {
	width: 985px;
	margin: 0 auto;
	padding-left: 15px;
	background: #FFFFFF;
	height: 130px;
	border-top: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
}


/* Logo Bottom*/

#logo_bottom{
	position: absolute;
	width: 940px;
	padding: 15px;
	margin-top: 230px;
	margin-left: -1px;
	background: #000000;
	height: 40px;
	filter:-moz-opacity:.50;opacity:.50;
	z-index: 3;

}

#logo_bottom h1 {
	text-align: right;
	margin-top: 0px;
	margin-right: 25px;
	color: #ffffff;
	font-size: 1.4em;

}

#logo_bottom h2 {
	text-align: right;
	margin-top: 0px;
	margin-right: 25px;
	color: #ffffff;
	font-size: 0.8em;

}


/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0px 0 0px;
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	border-top: none;
}


/* Navigation Secondary */

#navigation {
	background: #ffffff;
	text-align: right;
	float: left;
	width: 245px;
	padding: 20px 20px 20px 20px;
	margin-left: 14px;	
}


#navigation ul {
	line-height: normal;
	padding-left: 15px;
	list-style: none;
}

#navigation li {
	font-size: .8em;
	background: #cccccc;
	border-bottom: 3px solid #ffffff;
	
}

#navigation li a {
	display: block;
	border: none;
	padding: 5px 5px 5px 5px;
	
}

#navigation li a:hover {
	color: #ffffff;
	background: #666666;
	
}




/* Content */

#content {
	float: left;
	width: 690px;
	padding: 20px 0px 0px 20px;
}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	padding: 15px 0  0 15px;
	height: 30px;
	font-size: 2.4em;
}

.post .entry {
	padding: 0 10px 30px 15px;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CFCFCF;
}

.post .meta a {
	color: #cccccc;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

.post .links a, .post .tags a {
	border: none;
}



/*  Page Content */

#pagecontent {
	float: left;
	width: 600px;
	padding: 20px 0px 0px 20px;
}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	padding: 15px 0  0 15px;
	height: 30px;
	font-size: 2.4em;
}

.post .entry {
	padding: 0 10px 30px 15px;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CFCFCF;
}

.post .meta a {
	color: #cccccc;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

.post .links a, .post .tags a {
	border: none;
}


/* Recent Posts */

#recent-posts {
}

#recent-posts h2 {
	margin: 0;
	padding: 15px 0  0 15px;
	height: 30px;
}

#recent-posts h3 {
	margin: 0;
	font-size: 13px;
	padding: 15px 0  0 15px;
}

#recent-posts p {
	margin: 0 0 10px 0;
	padding: 15px 0  0 15px;
	line-height: 22px;
	font-size: 13px;
}

/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
}

#sidebar1 {
}

#sidebar2 {
	width: 219px;
	padding: 20px 0px 0px 0px;
}

#sidebar2 li h2 {
	margin: 0 0 1em 0;
	padding: 15px 0  5px 15px;
	height: 20px;
	border-bottom: 1px dotted #cccccc;
	color: #666666;
}

#sidebar2 li ul {
	line-height: normal;
	padding-left: 15px;
}

#sidebar2 li li {
	padding: 5px;
	font-size: .8em;
	background: url(images/img06.gif) no-repeat left 45%;
}

#sidebar2 li a {
	border: none;
	padding-left: 5px;
}

#sidebar2 li a:hover {
	border: none;
}


#sharebutton {
	margin-left: 14px;
}

/* Calendar */

#calendar {
	margin: 0 auto;
}

#calendar caption {
	font-weight: bold;
}

#calendar table {
	width: 220px;
	text-align: center;
	border-collapse: collapse;
}

#calendar thead th {
	background: #CCCCCC;
	color: #FFFFFF;
}

#calendar tbody td {
	background: #EEEEEE;
}

#calendar #today {
	background: #B8D03B;
	font-weight: bold;
	color: #FFFFFF;
}

#calendar a {
	font-weight: bold;
}

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

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

/* Footer */

#footer {
	margin: 0;
	padding: 0;
	height: 80px;
	
}

#footer p {
	padding-top: 30px;
	text-align: center;
	font-size: 12px;
	color: #000000;
}