@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url("../images/bg.png") repeat-x top left;
	color: #000;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0 none;
}

ul {
	list-style: none outside none;
}

.clearer {
	clear: both;
	display: block;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #ff7200;
	text-decoration: underline;
}

#main_wrapper {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	background: url(../images/splash.png) no-repeat top center;
}

#min_wrapper {
  width: 990px;
  margin: 0 auto;
  position: relative;
}

#wrapper {
	width: 768px;
	margin: 0 auto;
/*	border-left: 1px solid grey;
	border-right: 1px solid grey;*/
	min-height: 500px;
	height: auto !important;
	height: 500px;
}


#header {
	width: 100%;
	height: 159px;
}

#header .logo {
	float: left;
	display: block;
	padding-bottom: 5px;
}

#header ul {
	padding: 25px 25px 0 0;
	text-align: right;
}

#header li {
	display: inline;
	padding-right: 5px;
}

#header li a:hover {
	text-decoration: none;
}

#header li img {
	vertical-align: bottom;
}


#header .bar {
	clear: both;
}

#header .bar .links {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	float: left;
	width: 75%;
}

#header .bar .links a {
	padding-right: 30px;
	color: #40565f;
}

#header .bar .search {
	float: right;
	width: 25%;
	text-align: right;
}

#header .bar .search input {
	font-size: 10px;
	text-align: right;
	border: 1px solid #000;
	background: #FFF;
	width: 120px;
	padding: 1px;
	margin-right: 32px;
}


#content {
	min-height: 830px;
	height: auto !important;
	height: 830px;
	background: url(../images/watermark.png) no-repeat top center;
}


#content .sidebar {
	float: left;
	width: 216px;
	background: url(../images/dot.png) repeat-y top left;
}
#content .sidebar_bg {
	background: url(../images/dot.png) repeat-y top right;
}


#content .sidebar .menu {
	padding: 0 2px;
	margin-bottom: 10px;
}

#content .sidebar .menu li {
	padding: 2px 0;
}

#content .sidebar .menu a {
	display: block;
	padding: 10px 0 10px 12px;
	background-color: #f3f3f3;
	border-left: 10px solid #ececec;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	color: #40565f;
}

#content .sidebar .menu a:hover {
	text-decoration: none;
	background-color: #ececec;
	border-left: 10px solid #f3f3f3;
}

#content .main {
	float: right;
	width: 525px;
	padding-right: 15px;
	margin-top: 200px;
	background: url(../images/dot.png) repeat-y top right;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	text-align: left;
}


#content .main h1 {
	text-transform: uppercase;
	font-size: 16px;
	color: #E77817;
	margin: 0 0 10px 0;
}

#content .main p {
	margin-bottom: 10px;
}

#content .main img {
	border: 1px solid #D4D4D4;
	background-color: #E9E9E9;
	padding: 2px;
}

#content .main img[align=left] {
	margin-right: 5px;
}

#content .main img[align=right] {
	margin-left: 5px;
}

#content .main ul {
	list-style: none outside none;
	margin: 10px 5px 10px 20px;
}

#content .main li {
	padding-left: 15px;
	background: url("../images/bullet.png") no-repeat 5px 5px;
	margin-bottom: 5px;
}



/*	news	*/

.news {
	list-style: none outside none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.news li {
	padding: 10px 0 10px 0 !important;
	background: none !important;
	margin-bottom: 0 !important;
	border-bottom: 1px solid #e4e4e4;
}

.news li p {
	padding: 0 !important;
	margin: 0 !important;
}

.news li .date {
	display: block;
	color: #aaaaaa;
	font-size: 10px;
}

.news li .title a {
	display: block;
	color: #ff7200;
	text-decoration: none;
	font-size: 13px;
	padding-bottom: 5px;
}

.news li .title a:hover {
	text-decoration: underline;
}

.news li .moreimg {
	border: 0 none !important;
	background-color: transparent !important;
	padding: 0 !important;
	display: block;
	float: right;
}



/*	pagination	*/

.pagination {
	text-align: center;
	padding: 20px 0;
}

.pagination a {
	color: #666666;
	text-decoration: underline;
}

.pagination a:hover {
	text-decoration: none;
}

.pagination span {
	color: #b5b5b5;
}

.pagination span, .pagination a {
	padding: 0 3px;
}





/*	gallery	*/

.gallery {
	border: 0;
	margin-top: 15px;
	margin-bottom: 30px;
}

.gallery td {
	text-align: center;
	padding: 10px 5px 30px 5px;
	vertical-align: middle;
}

.gallery td strong {
	display: block;
	padding: 5px 0 0 0;
	font-weight: normal;
	color: #E3781A;
}

.gallery td a:hover img {
	border: 1px solid #E47614 !important;
	background-color: #FFF !important;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; color:#E3781A; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}



/*	search	*/

.search_results {
	margin: 20px 5px 10px 10px !important;
}

.search_results li {
	padding-left: 31px !important;
	background: url("../images/more.png") no-repeat 5px 5px !important;
	margin-bottom: 10px !important;
	padding-bottom: 17px;
	padding-top: 6px;
	border-bottom: 1px dashed #B9CAA9;
}

.search_results li a {
	text-decoration: underline;
}

.highlight {
	background-color: #f8ff8b !important;
}


/*	contact form	*/


.contact_form {
	padding: 0 5px 25px 10px;
	/*
	width: 40%;
	float: right;
	*/
}

.contact_form label {
	display: block;
	margin-bottom: 20px;
}

.contact_form img {
	border: 0 none;
	padding: 0;
	vertical-align: middle;
}

.contact_form .error {
	margin-bottom: 20px;
	color: #FF0000;
}

.text {
	background-color: #EDF2F8;
	border:1px inset #1C3D68;
	color: #000000;
	font-size: 13px;
	margin-left: 10px;
	margin-top: 3px;
	padding: 3px;
	font-family: inherit;
}

.wide {
	width: 90%;
}

.button {
	background-color: #EDF2F8;
	border: 1px outset #1C3D68;
	cursor: pointer;
	display: inline !important;
	margin-left: 10px;
	padding: 3px 12px;
	font-family: inherit;
}

.button:active {
	border: 1px inset #3E116F;
}

.required {
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;
}



.contactdiv {
	width: 110px;
	position: absolute;
	text-align: left;
	top: 353px;
	left: 0;
	font-size: 10px;
}

.contactdiv a {
	color: #e77817;
}

.contactdiv img {
	vertical-align: middle;
	padding-left: 5px;
}

#footer {
	height: 80px;
	border-top: 4px solid #abcda9;
	color: #999999;
	padding-top: 5px;
	clear: both;
}






