@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #242424;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.container {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 2px solid #000000;
}
.header {
	background-color: #000000;
	height: 150px;
}
.logo td {
	text-align: center;
}

.main_nav  {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-image: url(../images/navbar_back.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 30px;
}
.main_nav  ul  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.main_nav  li  {
	display: inline;
	padding: 0px;
	margin: 0px;
}
.main_nav  a  {
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 7px;
	margin: 0px;
}
.main_nav   a:link,.main_nav   a:visited    {
	color: #E5E5E5;
	background-image: url(../images/navbar_sprite.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.main_nav  a:hover,.main_nav  a:active   {
	color: #FFFFFF;
	background-image: url(../images/navbar_sprite.jpg);
	background-repeat: repeat-x;
	background-position: 0px -30px;
}
.ccemail  {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	height: 120px;
}
.ccemail .formlayout {
	width: 650px;
}



.pagecontent {
	background-color: #FFFFFF;
	color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;

}
.pagebody {
	background-image: url(../images/site_back1300.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #000000;
	color: #000000;
}
.pagebody h1 {
	color: #00FF33;
	text-align: right;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
.pagebody h2 {
	font-size: 18px;
	font-weight: bold;
}
.pagebody h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFF33;
}
.pagebody h4 {
	font-size: 14px;
	font-weight: bold;
}
.pagebody h5 {
	font-size: 12px;
	font-weight: bold;
}

.centerbox h6 {
	font-size: 11px;
}
.pagebody p {
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.pagebody ul {
	list-style-image: url(../images/bulltet.gif);
	font-size: 12px;
}
.pagebody li {
	margin-top: 3px;
	margin-bottom: 3px;
}


.centerbox {
	text-align: center;
}
.pagebody a:link, .pagebody a:visited {
	color: #80D500;
}
.pagebody a:hover, .pagebody a:active {
	color: #99FF00;
}
.listing {
	margin: 10px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-align: center;
	width: 300px;
}
.listbox {
	text-align: center;
}


.listing .businessname {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFCC;
	margin-top: 2px;
	margin-bottom: 2px;
}
.listing .address {
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.listing .phone {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}
.logobox {
}



.footer {
	background-color: #000000;
}
.footer .links {
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}
.footer .links ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-type: none;
}
.footer .links li {
	text-align: center;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
.footer .links a:link, .footer .links a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.footer .links a:hover, .footer .links a:active {
	color: #FFFFFF;
}
.footer .legal {
	font-size: 10px;
	color: #999999;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}
.footer .legal a {
	color: #999999;
}
.pagetext {
}
.pagetext td {
	vertical-align: top;
}
.pageright  {
	background-color: #F5F5F5;
	width: 220px;
	padding: 0px;
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: 1px;
}
.pageright h3 {
	color: #FFFFFF;
	background-color: #666666;
	font-size: 12px;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #000000;
}
.pageright     h3     a:link, .pageright h3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.pageright h3 a:hover, .pageright h3 a:active {
	color: #FFFFFF;
}


.pageright .box-right {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/sider_sub_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.pageright .box-right-content {
	margin: 0px;
	padding: 0px;
}

.pageright ul {
	font-size: 11px;
	padding: 0px;
	margin-left: 25px;
	list-style-type: square;
}
.pageright li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.pageright a {
}
.pageright a:link, .pageright a:visited {
	color: #006699;
}
.pageright a:hover, .pageright a:active {
	color: #FF6600;
}
.pageright #wp-calendar {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
.pageright #wp-calendar caption {
	background-color: #BFD1DB;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}

.pageright #wp-calendar    td {
	padding: 3px;
	font-size: 12px;
}
.pageright #wp-calendar th {
	font-size: 12px;
	font-weight: bold;
}
.ngg-widget {
	margin: 0px;
	padding: 5px;
	text-align: center;
}
.ngg-widget  .thickbox  {
	margin: 0px;
	padding: 2px;
}


.pageleft  {
	padding: 20px;
	background-image: url(../images/page_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}



.pageleft h1, .pageleft h2 {
	color: #A85000;
	font-size: 24px;
	text-align: right;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	padding: 0px;
	font-style: italic;
}

.pageright .box-right-bottom {
	padding: 0px;
	margin: 0px;
	clear: both;
}
#searchform {
	padding: 5px;
}
.box-right-content {
	padding: 5px;
}


.pageleft h4 {
	font-size: 16px;
}
.pageleft h3 {
	font-size: 16px;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.pageleft p {
	font-size: 12px;
	margin-left: 50px;
	margin-right: 50px;
}
.pageleft a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.pageleft  ul, .pageleft ol {
	font-size: 12px;
	margin-left: 50px;
	margin-right: 50px;
}
.pageleft li {
	padding-top: 3px;
	padding-bottom: 3px;
}


.pageleft a:link, .pageleft a:visited {
	color: #007700;
}
.pageleft a:hover, .pageleft a:active {
	color: #CC0000;
}
.articlebox {
	background-image: url(../images/post_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #E2E2E2;
	border: 1px dotted #666666;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.articlebox a {

}
.articlebox   h1  a {
	font-size: 20px;
}
.articlebox   h1   a:link, .articlebox   h1   a:visited {
	color: #A85000;
}
.articlebox   h1   a:hover, .articlebox   h1   a:active {
	color: #CC0000;
}

.articlebox a:link, .articlebox a:visited {
}
.articlebox a:hover, .articlebox a:active {
}
.articlebox h4 {
	font-size: 12px;
}
.articlebox  h3 a {
	font-size: 12px;
	font-weight: normal;
}
.artlink {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
