* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0;
	background: #E1E1E1 url(../images/img01.jpg) repeat-x left top;
	color: #4F4F4F;
	font: 12px/120% Arial, 'Trebuchet MS', Geneva;
}

input, textarea {
	padding: 5px;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background: #F9F3DF;
	border-top: 1px solid #CB960F;
	border-right: 1px solid #CCCC99;
	border-bottom: 1px solid #CCCC99;
	border-left: 1px solid #CB960F;
	margin: 10px;
}

label {
    float: left;
    display: block;
    width: 140px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

h1 {
	text-transform: capitalize;
	background: url(../images/heading-graphic.jpg) no-repeat;
	padding-left: 2.2em;
	font-size: 2.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 0.3em;
	height: 1em;
	margin-bottom: 0.25em;
}

h2 {
	font-size: 2em;
	font-weight: normal;
	padding-bottom: 0.5em;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
	padding-bottom: 0.5em;
}

h4{
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 1.5em;
	padding-bottom: 0.5em;
}

h5{
	font-size: 1.2em;
	padding-top: 1.5em;
	padding-bottom: 0.5em;

}


h6{
	font-size: 1em;
	padding-top: 1.5em;
	font-weight: normal;
	padding-bottom: 0.5em;

}

p, ul, ol {
	margin-top: 0.75em;
	margin-bottom: 1.5px;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	font-style: italic;
}

a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	border: none;
	color: #EC1F00;
	text-decoration: none;
}


a img{
	border-style: none;
}



/* Header */

#header {
	height: 52px;
	margin: 0 auto;
	background: url(../images/navigation-bg.jpg) no-repeat;
}




/* Main Menu / Navigation */

#menu {
	margin-bottom: 0;
	padding: 10px;
}

#menu ul {
	margin: 0 0em 0 7.5em;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	width: 110px;
	text-align: center;
	height: 29px;
	padding-top: 13px;
	float: left;
}

#menu a:hover {
	background: url(../images/navigation-bg-over.gif);
}

#menu .current_page_item a {
	color: #FFFFFF;
	background: url(../images/navigation-bg-on.jpg);
}

#menu .page_home a {
	background-image: url(../images/navelements_home.gif);
	color: #CCCCCC;
}


#menu .page_home a:hover {
	color: #FFFFFF;
	background: url(../images/navigation-bg-over.gif);
}


#menu .page_info a {
	color: #CCCCCC;
	background-image: url(../images/navelements_about.gif);
}

#menu .page_info a:hover {
	background-image: url(../images/navigation-bg-over.gif);
	color: #FFFFFF;
}


#menu .page_services a {
	background-image: url(../images/navelements_services.gif);
	color: #CCCCCC;
}

#menu .page_services a:hover {
	background-image: url(../images/navigation-bg-over.gif);
	color: #FFFFFF;
}

#menu .page_galleries a {
	color: #CCCCCC;
	background-image: url(../images/navelements_industries.gif);
}

#menu .page_galleries a:hover {
	background-image: url(../images/navigation-bg-over.gif);
	color: #FFFFFF;
}

#menu .page_blog a {
	color: #CCCCCC;
	background-image: url(../images/navelements_news.gif);
}

#menu .page_blog a:hover {
	background-image: url(../images/navigation-bg-over.gif);
	color: #FFFFFF;
}

#menu .page_links a {
	color: #CCCCCC;
	background-image: url(../images/navelements_contact.gif);
}

#menu .page_links a:hover {
	background-image: url(../images/navigation-bg-over.gif);
	color: #FFFFFF;
}

#menu .page_contact a {
	color: #CCCCCC;
	background-image: url(../images/navelements_contact.gif);
}

#menu .page_contact a:hover {
	background-image: url(../images/navigation-bg-over.gif);
	color: #FFFFFF;
}

/*











#menu {
	float: right;
	height: 40px;
}

#menu ul {
	margin: 0;
	padding: 30px 0px 0 0;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	border-left: 2px solid #99C233;
	margin-right: 3px;
	padding: 5px 18px 5px 18px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 1.2em;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#menu .last a {
	margin: 0;
	padding-right: 0;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF url(../images/body-background.jpg) no-repeat bottom;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* Content */

#content {
	float: left;
	width: 467px;
	padding: 0 33px;
}

.post {
	padding-top: 3em;
}

.post .title {
	margin: 0;
	background: url(../images/img03.jpg) repeat-x left bottom;
}

.post .title h1, .post .title h2 {
	margin: 0;
	padding: 0;
}

.post .title a {
	border: none;
	color: #666666;
}

.post .meta {
	margin: 0;
	padding: 3px 0 0 0;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.post .entry {
	padding-bottom: 20px;
}

.entry h2 {
	padding: 0 0 0.75em; 
}

.entry img {
	padding: 0.75em 0 0.25em; 
}


strong.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: normal;
	letter-spacing: 0.4em;

}

.post .entry p, .post .entry ol, .post .entry ul {
	line-height: 180%;
}

.post .tags {
	margin: 0;
	padding: 10px;
	border-top: 1px solid #DEDEDE;
	font-size: smaller;
	text-align: center;
}

.post .tags a {
	margin-left: 10px;
}

.post .links {
	text-align: center;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #DEDEDE;
	font-size: smaller;
	text-transform: uppercase;
}

.post .links a {
	font-weight: bold;
}

.post ul {
	padding-bottom: 25px;
	list-style: square;
}

.post h2, .post h3 {
	padding-top: 20px;
}

#events-calendar {
}

#events-calendar h3 {
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #DEDEDE;
}

.events{
	padding-bottom: 2em;
}

.sidebar2-buttons{
	padding-top: 1em;
}


/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: square url(none) outside;
}

.sidebar li {
}

.sidebar ul li{
	color: #D21B00;
	padding-bottom: 0.75em;
	display: block;
}

.sidebar ul li strong {
	padding-bottom: 0.75em;
	color: #666666;
	display: block;
	font-weight: normal;
}

.sidebar li li {
	padding: 5px 0;
}

.sidebar#sidebar2 h2 {
	background: url(../images/h2-bg.jpg) repeat-x left;
	letter-spacing: 3px;
	color: #FFFFFF;
	font-size: 125%;
	text-align: center;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
	padding-top: 0.7em;
	height: 20px;
}


h3.sponsor{
	background: #DDDDDD;
	color: #000000;
	font: 100% Arial, Helvetica, sans-serif;
	padding-left: 1em;
	margin-top: 1em;
}

/* Sidebar1 */

#sidebar1 {
	width: 210px;
	padding-left: 1.5em;
}

#sidebar1 li li {
	background: url(../images/img05.gif) no-repeat left 50%;
	margin-left: 10px;
	padding-left: 10px;
}

#sidebar1 h2 {
}

/* Sidebar2 */

#sidebar2 {
	width: 182px;
}

#sidebar2 img{
	padding-bottom: 1.25em;
}


/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search #s {
	width: 94%;
	border: 1px #DEDEDE solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#search #submit {
	padding: 3px 10px;
	margin: 5px 0 0 0;
	background: url(../images/img04.jpg) repeat-x left top; 
	border: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 0;
}

#calendar caption {
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #DEDEDE;
}

#calendar thead th {
	padding: 5px 0;
	background: #F9F3DF;
	border-bottom: 1px solid #DEDEDE;
	color: #70A300;
}

#calendar tbody td {
	padding: 5px 0;
	border-right: 1px dotted #DEDEDE;
	border-bottom: 1px dotted #DEDEDE;
}

#calendar tfoot td {
	padding: 5px;
	border-top: 1px solid #DEDEDE;
}

#calendar tfoot a {
	border: none;
	font-weight: bold;
}

#calendar #next {
	text-align: right;
}

#calendar #prev {
	text-align: left;
}

p.caption {
	color: #000000;
	font-size: 95%;
	display: inline;
}

/* Footer */

#footer {
	clear: both;
	/*width: 960px;*/
	height: 86px;
	margin: 0 auto -10;
	background: url(../images/footer.gif) repeat-x left top;
	width: 960px;
}

#footer p {
	margin: 0;
	font-size: 0.85em;
	float: right;
	padding-top: 30px;
	padding-right: 25px;
	padding-left: 0px;
}

#footer .legal {
	float: left;
	height: 40px;
}

#footer .credit {
	float: right;
	height: 40px;
}


/*FOOTER LIST*/


/*links at bottom footer - home page and sub pages*/

ul#footerlist 
{
	text-align: center;
	padding-top: 1.5em;

}

#footerlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 0.95em;
	text-align: center;
	border-right: thin solid #CCCCCC;
}

#footerlist li.last
{
	border-right: none;
}

#footerlist li a
{
	color:#797979; 
}

#footerlist li a:hover
{
	color: #F28E05;

}

/*
//////////////////////  non button replacements - links img replacement homepage

*/

#security-button {
	width: 189px;
	height: 29px;
	border: 0;
	cursor: hand; /* hand-shaped cursor */
	cursor: hand;
	display: block;
	background: transparent url(../images/head-events-calendar.jpg) no-repeat;
}

/*
//////////////////////  table styles

*/
#mytable {
	width: 42em;
	padding: 0;
	margin: 1em 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #DDDDDD url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #666666;
	background: none;
}

td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #666666;
}


td.alt {
	background: #FFFFF4;
	color: #797268;
}

th.spec {
	border-left: 1px solid #999999;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #999999;
	border-top: 0;
	background: #EFEFEF url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #69635A;
}

/* --============================== form style (greg) --- */

.form input, .form textarea,  .form select
{
    float: left;
	padding: 5px;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background: #F9F3DF;
	border-top: 1px solid #CB960F;
	border-right: 1px solid #CCCC99;
	border-bottom: 1px solid #CCCC99;
	border-left: 1px solid #CB960F;
    width: 180px;	
}

.form td {
	border-right: none;
	border-bottom: none;
	padding: 6px 6px 6px 12px;

}

.form label {
    float: left;
    display: block;
    width: 120px;
    margin: 10px;
}

#Button1 {
    background-color: #000;
    width: auto;
    color: #fff;
    cursor: pointer;
}

.form input.imagebut 
{
    width: 97px;
    background-color: #fff;
}