@charset "utf-8";
/* CSS Document */

/********** layout *****************/
* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
}
#header_wrapper {
	background-image:url(images/bg_page.gif);
	background-repeat:repeat-x;
	height:166px;
}
	#header {
		margin:0 auto;
		width:920px;
	}
	#nav_top {
		height:70px;
		background-image:url(images/menu_bg.jpg);
		background-repeat:repeat-x;
		width:900px;
		margin:0;
		float:left;
	}
	#shadow_left, #shadow_right {
		background-image:url(images/shadow_left_page.gif);
		background-repeat:no-repeat;
		width:10px;
		height:166px;
		float:left;
	}
	#shadow_right {
		background-image:url(images/shadow_right_page.gif);
		float:right;
	}
	#banner {
		float:left;
		width:900px;
		height:93px;
		border-top:2px solid #B7B7B9;
		border-bottom:1px solid #666666;
		background-color:#FFFFFF
	}
	/******** home page styles *************/
	.home {
		background-image:url(images/bg_home.gif) !important;
		height:293px !important;
	}
	.home #shadow_left, .home #shadow_right {
		background-image:url(images/shadow_left_home.gif);
		background-repeat:no-repeat;
		width:10px;
		height:293px;
		float:left;
	}
	.home #shadow_right {
		background-image:url(images/shadow_right_home.gif);
		float:right;
	}
	.home #banner {
		float:left;
		width:900px;
		height:220px;
		border-top:2px solid #B7B7B9;
		border-bottom:1px solid #666666;
		background-color:#FFFFFF
	}
	/******** end home page styles *************/
#page {
	width:900px;
	margin:0 auto;
	padding:0 10px;
	background-image:url(images/shadow_bg_plain.gif);
	background-repeat:repeat-y;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}
.nav_on	{	
	background-image:url(images/shadow_bg_nav.jpg) !important;
	min-height: 400px !important;
	height: auto !important;
	height: 400px !important;
}
#footer {
	width:920px;
	margin:0 auto;
	height:38px;
	background-image:url(images/footer_bg.gif);
}

.panel {
	width:270px;
	min-height: 230px;
	height: auto !important;
	height: 230px;
	padding:15px;
	background-repeat:no-repeat;
}
.float {
	float:left;
}
.orange {
	background-color:#FEC37E;
	background-image:url(images/orange_block.jpg);
}
.grey {
	background-color:#C4C4C4;
	background-image:url(images/grey_block.jpg);
}
#nav_panel {
	width:160px;
	padding:10px 10px 20px 10px;
	float:left;
}
#content {
	padding:10px 30px 20px 30px;
	width:660px;
	float:left;
}

/********** fotmatting *************/
#footer p {
	text-align:right;
	line-height:25px;
	color:#FFFFFF;
	font-size:9px;
	margin-right:30px;
}
#footer a {
	font-size:9px;
	font-weight:normal;
}
#footer a:hover {
	color:#FE8702;
	text-decoration:underline;
}
p {
	padding:5px 0 10px 0;
}
a {
	color:#FE8702;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}
#page h1 {
	font-size:18px;
	font-weight:normal;
	text-transform:lowercase;
	margin:10px 0;
	color:#FE8702;
}
#page h2, .panel h2 {
	font-size:16px;
	font-weight:bold;
	text-transform:lowercase;
	color:#666666;
	margin:10px 0 5px 0;
}
#page h3 {
	font-size:13px;
	font-weight:bold;
	text-transform:capitalize;
	color:#0F95DD;
	margin:10px 0 5px 0;
}
.panel h2 {
	margin-top:0 !important;
	font-size:18px;
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:0 6px;
	background-image:url(images/bullet_lgrey.gif);
}
.panel h3 {
	margin-bottom:0 !important;
	color:#666 !important;
}
.panel p {
	padding:5px 0 !important;
}
.orange h2 {
	background-image:url(images/bullet_grey.gif);
}
.grey h2 {
	background-image:url(images/bullet_orange.gif);
}
#page ul {
	margin:10px 0 10px 20px;
	list-style-type:none;
}
#page ul li {
	margin:10px 0;
	padding-left:10px;
	background-image:url(images/bullet_arrow.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
}
#page ol {
	margin:10px 0 10px 30px;
}
#page ol li {
	margin:10px 0;
}
.dark_grey {
	color:#666;
}
.line {
	margin:10px 0;
	height:1px;
	line-height:1px;
	border-top:1px solid #FE8702;
}
.quote {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	padding:20px 10px;
	background-color:#E0EBEF;
	border:1px solid #BFDBE7;
	margin:20px 0;
}
.button {
	border:none;
	background-image:url(images/btn_bg.jpg);
	background-repeat:no-repeat;
	width:108px;
	height:30px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}
.input {
	width:200px;
	padding:2px 0;
}
.bold {
	font-weight:bold
}
.note {
	font-size:9px;
	font-weight:normal !important;
}
.error {
	border:1px solid #CC0000;
	padding:10px;
	background-color:#FFF0DF;
}
.error p {
	margin:4px 0;
	padding:0
}

/*********** gallery *************************/
/* gallery */
#gallery ul{
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}
#gallery li {
	background-image:none !important;
	width:150px;
	padding:0px !important;
	margin:5px 30px 20px 0px !important;
	text-align:center;
	float:left;
	display:inline;
	height:200px;
}
#gallery .level0 {
	width:150px;
	height:160px;
	background-color:#BDD9E5;
	border:1px solid #4070AE;
	padding:0px;
	margin:0;
	text-align:center;
	#position:relative;
	display: table;
	overflow: hidden;
}
#gallery .level1 {
	 #position: absolute;  
	 #top: 50%;
	 display: table-cell; 
	 vertical-align: middle;
}
#gallery .level2 {
	#position: relative;  
	#top: -50%;
}
img.gallery, #fullplate-photo img {
	border:1px solid #4d4d4d;
	margin:auto
}
#gallery a {
	text-decoration:none !important;
}
#fullplate-photo {
	border: 1px solid #4070AE;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;  */
	background:#BDD9E5;
	padding:5px 5px 5px 5px;
	margin:0 0 10px 0;
	text-align: center;
}
#fullplate-photo img {
	margin-bottom:20px;
}
#gallery_comment {
	clear:both;
	padding:0;
	border-top:1px solid #DBB06E;
	font-size:11px
}

/*********** news ****************************/
.newsitem {
	clear:both;
}
.newsh1 {
	color:#333333;
	font-weight:bold;
	margin-top: 20px;
	display: block;
	background-color:#cccccc;
	text-decoration:none;
	padding:5px;
	clear:both;
}
.newsh1 a{
	color:#333333;
	text-decoration:none;
}
.newsh2 {
	font-size:10px;
	font-weight: bold;
	display: block;
	text-align:right;
	padding: 3px 5px;
	margin-top:-20px;
}
.newsh2 a {
	color:#1171AB;
}
.newsh3 {
	font-size:10px;
	font-weight:bold;
	text-align:right;
	text-transform: lowercase;
}
.news {
	padding: 10px 5px 0px 5px;
}
.image_on {
	margin-right:130px !important;	
}
.newsimageholder {
	float: right;
	padding: 10px;
	margin: 10px;
	border: 1px dashed #ccc;
	background-color: #efefef;
	text-align: center;
}
.newsimage {
	padding-bottom: 5px;
}
.newscaption {
	color: #666;
	padding: 2px;
	font: 10px Tahoma;
}
.sm {
	font-size: 10px;
}


/********** navigation top ******************/
#menu_top {
	list-style-type:none;
}
#menu_top li {
	float:left;
	padding-right:2px;
	background-image:url(images/menu_sep.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#menu_top li a {
	display:block;
	width:90px;
	height:25px;
	padding-top:45px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
}
#menu_top li a:hover {
	color:#FE8702;
}

/********** navigation left ******************/
#nav_panel h2 {
	font-size:18px;
	font-weight:normal;
	text-transform:lowercase;
}
#menu_left {
	list-style-type:none !important;
	margin:10px 0px !important;
}
#menu_left li {
	padding:5px 0 5px 20px !important;
	background-image:url(images/menu_bullet.gif) !important;
	background-repeat:no-repeat !important;
	background-position:left 4px !important;
}
#menu_left a {
	text-decoration:none !important;
	color:#FFF !important;
	font-weight:bold !important;
}
#menu_left a:hover {
	color:#666666 !important;
}
.left_links {
	margin:30px 0 20px 0;
	text-align:center
}

/* Hax (don't look here) */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
/* END: Hax (don't look here) */