@charset "utf-8";

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
a { outline: none; }
/* 
Root screen stylesheet - Philly TAP phillytap.org 
Copyright (c) 2010
Author blixinteractive.com
*/

html { background: none; height: 100%;}
body { background: #FF9351 url(/images/bg.png) repeat-x bottom fixed; font-family: Arial, Helvetica, sans-serif; font-size: 72%; color: #393746; height: 100%; }

/*------ global -----*/
#wrap {	width: 950px; min-height: 100%;	height: auto; margin: 0 auto -20px auto; padding-bottom: 80px; background: #fff url(/images/page_bg.png) repeat-y; z-index:0; position: relative; }
.block { display:block; }
.none { display:none; }
.underline { text-decoration: underline; }

#disclaimer { width: 800px; height: auto; padding: 20px; }
#disclaimer h2 { color: #FF6A11; margin: 0 0 10px 0;}


/*------ Top Row Items ------*/
#toprow { width: 910px;	padding:20px; height: 88px;	position: relative; }
#logo {	position: absolute;	left: 25px;	top: 10px; border: none;}

#searchbox { width: 290px; float: right;}
#searchbox input { float: left;}
#searchbox input.querytxt { width: 200px; height: 20px; padding:7px 5px 3px 5px; border: 2px solid #e5e5e5; color: #e5e5e5; }
#searchbox input.querytxt.focus { color:#666; }
#searchbox .querybtn { width: 64px; height: 34px; margin-left: 5px; border: 2px solid #e5e5e5; background-color:#FFF; font-weight: bold; font-size: 13px; color:#999; }
#searchbox .querybtn:hover { background-color: #CCC; color: #fff;}

p.strap { position: absolute; bottom: 0; right: 24px; color: #6C80AE; font-size: 16px;}

/*------- login form --------*/
#prelogin { position: absolute; top:8px; right: 24px; }

#loginform { position: absolute; top: -200px; right:10px; height: 120px; width: 300px; background: url(/images/login_bg.png) no-repeat; z-index: 5;}
#loginform fieldset { border:0; margin:0; padding:0; }
#loginform div { width:270px; height:30px; background-color:#fff; overflow:hidden; }
#loginform div.txt { margin:7px 14px 2px 15px; }
#loginform div.pwd { margin: 8px 14px 3px 15px;  }
#loginform div label { float:left; padding:8px 5px; font-size:11px; color:#999; width:60px; }

#loginform input.txt{ float:right; width:185px; padding: 8px 5px;  border: none; color: #FF6A11; background-color:#f3f3f3; }
#loginform input.pwd { float:right; width:185px; padding: 8px 5px; border: none; color: #FF6A11; background-color:#f3f3f3; }

#loginform input.login-btn { position: absolute; bottom:7px; right: 15px; }
#preloginBtn { position:absolute; right:25px; top:8px; z-index:2; }


/*------- top navigation --------*/
ul#topnav{ text-align: right; width: 100%; height: 60px; font-size:1em; color:#fff; background: #FF9351 url(../images/btop.png) no-repeat bottom;}
ul#topnav li { list-style-type: none; display: inline; line-height: 40px; vertical-align: middle; margin: 0 10px 0 0}
ul#topnav li.end { margin:0 120px 0 0; }
ul#topnav a { color:#fff; text-decoration: none; }



/*----Left Navigation Menu ----*/
ul#leftnav { width: 266px; margin:0; padding: 20px 0 0 0; font-size: 1.2em; }
ul#leftnav li {	list-style-type: none; border-bottom: 2px solid #e5e5e5; padding: 10px 0 3px 0;	white-space: nowrap; }
ul#leftnav ul {	margin-top: 3px; border-top: 1px solid #e5e5e5;	padding: 5px 0;}
ul#leftnav ul li { border: none; font-size: 0.9em; padding: 3px 0; }
ul#leftnav a{ text-decoration: none; color: #393746; }
ul#leftnav a:hover { color: #FF6A11;}
ul#leftnav ul li a{color: #595974; }
ul#leftnav a.selected {	color: #FF6A11;	background: url(/images/star.gif) no-repeat right; padding-right: 12px; }
ul#leftnav a.inpath { color: #FF9351; }


/* ------ left content -------*/
div.leftcontent { width: 290px; float: left; padding: 0 0 0 24px; }


ul#newsbox { width: 280px; border-top: 2px solid #e5e5e5; border-bottom: 2px solid #e5e5e5; padding: 5px; margin: 3px 0 0 0; }
ul#newsbox li { margin: 5px 0; clear: both; height: 58px; position: relative; }
ul#newsbox li h2 { float: left; font-size: 1em; font-weight: bold; margin: 6px 0; width: 210px;}
ul#newsbox li p { position: absolute; bottom: 2px; left: 64px; font-size: 1em;}
ul#newsbox li img.thumb { float: left; border: 2px solid #e5e5e5; margin-right: 5px; background:#f37524; width: 54px; height:54px; }

ul#newsbox a h2, ul#newsbox h2 a { color: #393746; text-decoration:none;  }
ul#newsbox a:hover h2, ul#newsbox h2 a:hover { color: #F90; }
ul#newsbox a p, ul#newsbox p a { color: #393746; text-decoration:none;  }
ul#newsbox a:hover p, ul#newsbox p a:hover { color: #F90; }

ul#newsbox a img{ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; -moz-opacity:1; outline: none; }
ul#newsbox a:hover img { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.50; -moz-opacity:0.50; }

h2.newsboard { margin: 67px 0 0 0; color: #999; font-weight: normal; color: #393746; font-size: 1.2em;  }
p.newslink { line-height: 23px; vertical-align: middle; margin: 3px 0; color: #999; font-weight: bold; }
p.newslink img { vertical-align: middle; }
p.newslink a { text-decoration: none; color: #999;}

/* ------ right content ------*/
div.content { position:relative; float: right; width:590px; padding: 20px 24px 50px 0;	height:auto;}
.mainimage { width: 570px; padding: 5px; border: 2px solid #e5e5e5; margin: 0 0 10px 0; background-color: #fff; z-index: 10; position: relative; }
.mainimageGallery { width: 570px; height:260px; padding: 5px; border: 2px solid #e5e5e5; margin: 0 0 10px 0; background-color: #fff; z-index: 10; position: relative; }
.videowrap { width: 570px; height:322px; padding: 5px; border: 2px solid #e5e5e5; margin: 0 0 10px 0; background: #fff url(/images/videoload.png) no-repeat 5px 5px; z-index: 10; position: relative; }
.mainimageSmall { width: 290px; height:260px; padding: 5px; border: 2px solid #e5e5e5; margin: 0 12px 5px 0; background-color: #fff; z-index: 10; position: relative; float: left; }
.mainimage2 { border: 2px solid #e5e5e5; margin: 0 0 10px 0; background-color: #fff; z-index: 10; position: relative; }

.noimage { width:590px; height:4px; border-top: 2px solid #e5e5e5; margin: 0 0 10px 0; background-color: #fff;}
div.content h1 { font-size: 24px; color: #FF6A11;}
div.content h1 span.arc a { color:#595973; font-size:14px; font-weight: normal; border-bottom: 1px dotted #ccc; } 
div.content h2 { font-size: 16px;color: #595973; margin: 18px 0 5px 0;}
div.content h3 { font-size: 12px;}
div.content p { margin: 6px 0; line-height: 1.5em; font-size: 12px; }
div.content strong {font-weight: bold;}
div.content a { color: #393746; text-decoration: none; font-weight: bold; }
div.content a:hover { color: #FF6A11; }
div.content li { margin: 3px 0 3px 15px; list-style-type: square; } 
div.content em { font-style: italic; }
.cite { font-size: 0.90em; color: #999; }


/*------ main image gallery ------*/




#backButton { color: #999; font-weight:bold; background-color: #FFF; border: none; background-image: url(/images/back_arrow.png); background-repeat: no-repeat; background-position: left; padding-left: 10px; margin-top: 10px;}
#backButton:hover { cursor: pointer;}

/*------------ Contact forms ---------*/
span.err-label { display:block; margin:5px 0; color:Red; }
.content fieldset div { border: 2px solid #ddd; padding:0; margin: 5px 0; width: 400px; position: relative; overflow:hidden; }
.content fieldset div label { float:left; width: 125px; color: #888; font-size: 13px; padding:6px 5px 0;}
.content fieldset div input.txt, fieldset div input[type="text"] { float:right; width: 250px; padding: 7px 5px; border: none; color: #393746; background-color:#f3f3f3; }
.content fieldset div textarea { float:right; width:250px; height:100px; padding: 6px 5px; border: none; color: #393746; font-family: Arial, Verdanal; background-color:#f3f3f3; }
.button input.btn, input[type="submit"] { border: 2px solid #e8e8e8; background: #fff; padding:5px; font-size: 12px; text-transform: uppercase; color: #999; font-weight: bold; }
.button input.btn:hover, input[type="submit"]:hover { border: 2px solid #e8e8e8; background: #ccc; cursor: pointer; color: #fff; }
fieldset span.error { font-size: 0.9em; font-style: italic; }

/*----- call outs -------*/
.callout { width: 570px; height: auto; position: relative; margin: 10px 0 10px 0; }
.callout img { position: absolute; top:10px; left:0; z-index: 5; }
.calloutContent { width: 513px; height: auto; float:left; margin-left: 27px; padding: 10px;	border: 2px solid #e8e8e8; z-index:1; }
.calloutContent { color: #FF6A11; font-size: 1.2em; }
.calloutContent ol, .calloutContent ul { margin:0 0 0 10px; padding:0; }
.calloutContent ol li { margin: 5px 0 5px 10px; list-style-type:decimal;}
.calloutContent ul a { color: #393746; text-decoration: none; }


/*--------- news items --------*/
div.newsItem { border-bottom: 1px dotted #e8e8e8; width: 100%; padding: 3px 0; margin: 0 0 20px 0;}
div.newsItem h3 { font-size: 12px; color: #999; }
div.newsItem h2 { font-size: 16px; color: #595973 }
div.newsItem p { font-size: 12px; color: #393746;}
div.newsItem a { color: #595973; text-decoration:none; }
div.newsItem a:hover { color: #FF6A11;}

/*-------- Search items --------*/
div.resultItem { border-bottom: 1px dotted #e8e8e8; width: 100%; padding: 0 0; margin: 0 0 10px 0;}
div.resultItem h3 { font-size: 12px; color: #999; }
div.resultItem h2 { font-size: 16px; color: #595973; margin: 20px 0 0 0; }
div.resultItem p { font-size: 12px; color: #393746;}
div.resultItem a { color: #595973; text-decoration:none; }
div.resultItem a:hover { color: #FF6A11;}


/*--------- Gallery Items -----------*/
ul#galleryList li { list-style-type: none; margin: 0 5px 5px 0; float: left; width: 187px}

.galleriesItem { width: 187px; height: 127px; background: #fff url(/images/galleryItemBg.png) no-repeat bottom right; }
.galleriesItem img { width:177px; height: 117px; border: 3px solid #e0e0e0; } 

.galleryItem { width: 177px; height: 117px; float:left; margin: 0 10px 10px 0;}
.galleryItem img { width:177px; height: 117px; border: 3px solid #e0e0e0;  }



/* ------ footer ----- */
#footercont { width: 100%; position: fixed; bottom: 0; z-index: 999; margin:0;}

#footer { width: 958px; height: 50px; margin: 0 auto; background: url(../images/footerbg.png) no-repeat top;}
#footer ul { margin:0 auto; width:930px; padding:0; list-style:none; }
ul.footer li { display: inline; color: #666666; font-size: 11px; margin-top: 22px;}
#f1{float:left;}
#f2{ float: left; margin-left: 10px; }
#f3{ float: left; margin-left: 55px; text-align: center; margin-top: 15px;} 
#f4{ float: right; margin-right: 10px;}
#f5{ float: right; margin: 15px 0 0 0;}
ul.footer a { color: #666; text-decoration: none; }
ul.footer a:hover { color: #fff; }
#f2 a {color: #fff; text-decoration: underline}


.clearflow {clear: both; line-height: 0;}

/* Galleria styles */
.gallerywrap { width: 570px; height:260px; position: absolute; bottom: 5px; overflow:hidden; }


.galleria{list-style:none; width:570px; height: 60px; padding: 0; background: url(/images/mainGallery/gbg.png) repeat; z-index: 100; position: absolute; bottom:-57px;}
.galleria li{display:block;width:50px;height:50px;overflow:hidden;float:left; border: 1px solid #666; margin: 4px 0 0 10px!important;}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer;}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:570px} /* MSIE bug */

.mainimageGallery .galleryBtn { width: 80px; padding: 5px; background: #333; color: #fff; position: absolute; bottom: 60px; right: 20px; text-align: center; background: url(/images/mainGallery/gbg.png) repeat;}

#galleryBtn { position:absolute; right:20px; top:-25px; border:0; float:none; width:80px; padding:5px; color: #fff; height:20px;
              list-style:none; padding:5px 5px 0 5px; margin: 0 0 0 0!important; text-align:center; cursor:pointer;
              background: url(/images/mainGallery/gbg.png) repeat; }

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/images/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('/images/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/images/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }



















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

