/* CSS Document */
body{
	padding:0px;
	margin:0 auto;
	position:relative;
	color:#666;
	font-weight:normal;
	background-color: #FFF;
	background-image: url(images/bg_html.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
div, p, h1, h2, h3, h4, ul, a, img{
	padding:0px;
	margin:0px;
}
a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:hover {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style: none;
}
ul{list-style-type:none;}
ol {
}

/* TOP PANEL */
#topPan{
	width:1000px;
	height:126px;
	padding:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#topPan .logo {
	display: block;
	text-decoration: none;
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	width: 300px;
	padding-top: 42px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
}
#topPan .logo a{
	text-decoration: none;
	list-style-type: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#topPan .logo a:hover{
	text-decoration: none;
	list-style-type: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* Root = Horizontal, Secondary = Vertical */
#navmenu  {
	border: 0 none;
	width: 630px; /*For KHTML*/
	list-style: none;
	height: 30px;
	margin-top: -80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 330px;
	float: left;
	display: block;
	background-image: url(images/navig_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 0px;
	padding-left: 44px;
	}
#navmenu li   {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 30px;
	}
#navmenu ul   {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	}
#navmenu ul :after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}
#navmenu ul li  {
	width: 200px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	}
/* Root Menu */
#navmenu a  {
	border-right-color: #666;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #CCC;
	text-decoration: none;
	height: 30px !important;
	height: 1%; /*For IE*/
	background-color: #CCC;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	background-image: url(images/button.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 27px;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	}

/* Root Menu Hover Persistence */
#navmenu a:hover,
#navmenu li:hover a,
#navmenu li.iehover a {
	color: #CCC;
	background-color: #CE3827;
	background-image: url(images/button_active.jpg);
	}

/* 2nd Menu */
#navmenu li:hover li a,
navmenu li.iehover li a {
	float: none;
	color: #CCC;
	background-image: url(images/button.jpg);
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	}

/* 2nd Menu Hover Persistence */
#navmenu li:hover li a:hover,
#navmenu li:hover li:hover a,
#navmenu li.iehover li a:hover,
#navmenu li.iehover li.iehover a {
	color: #CCC;
	background-color: #CE3827;
	background-image: url(images/button_active.jpg);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	height: 30px;
	}
/* 3rd Menu */
#navmenu li:hover li:hover li a,
#navmenu li.iehover li.iehover li a {
	background: #EEE;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	}

/* 3rd Menu Hover Persistence */
#navmenu li:hover li:hover li a:hover,
#navmenu li:hover li:hover li:hover a,
#navmenu li.iehover li.iehover li a:hover,
#navmenu li.iehover li.iehover li.iehover a {
	background: #CCC;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	}

/* 4th Menu */
#navmenu li:hover li:hover li:hover li a,
#navmenu li.iehover li.iehover li.iehover li a {
	background: #EEE;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	}

/* 4th Menu Hover */
#navmenu li:hover li:hover li:hover li a:hover,
#navmenu li.iehover li.iehover li.iehover li a:hover {
	background: #CCC;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	}

#navmenu ul ul,
#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
	}

#navmenu ul ul{
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
#navmenu li:hover ul ul,
#navmenu li:hover ul ul ul,
#navmenu li.iehover ul ul,
#navmenu li.iehover ul ul ul {
	display: none;
	}

#navmenu li:hover ul,
#navmenu ul li:hover ul,
#navmenu ul ul li:hover ul,
#navmenu li.iehover ul,
#navmenu ul li.iehover ul,
#navmenu ul ul li.iehover ul {
	display: block;
	}

/* /TOP PANEL */

/* BODY PANEL */
#bodyPan{
	width:1000px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
/* Central Panel */
#centralPan{
	width:1000px;
	display:block;
	float:left;
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(images/header_bg_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#centralPan h1{
	float:left;
	display:block;
	font-weight:bold;
	color:#666;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	width: 600px;
	text-align: left;
	padding-left: 0px;
}
#centralPan h2{
	float:left;
	display:block;
	font-weight:bold;
	color:#666;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-bottom: 10px;
	width: 945px;
	text-align: left;
	padding-left: 65px;
}
#centralPan p{
	display:block;
	padding-top: 0px;
	padding-right: 65px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: justify;
	float: right;
	margin: 0px;
	width: 627px;
}
#centralPan div ul.central {
	display: block;
	padding-left: 100px;
}
#centralPan div .central li {
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 5px 7px;
}


#centralPan .flash {
	display: block;
	padding: 0px;
	height: 289px;
	width: 887px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 55px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
}

#centralworkPan{width:241px; height:271px; display:block; float:left; margin:10px 0 0; padding:0;}

#centralPan .blank {
	display: block;
	height: 30px;
	width: 600px;
}
/* /Central Panel */
/* Left Panel */
#leftPan{
	width:572px;
	display:block;
	float:left;
	margin:0;
	padding: 0px;
}
#leftPan h1{
	float:left;
	display:block;
	font-weight:bold;
	color:#666;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 500px;
	text-align: left;
	padding-left: 10px;
}
#leftPan h2{
	float:left;
	display:block;
	font-weight:bold;
	color:#666;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-bottom: 10px;
	width: 550px;
	text-align: left;
	padding-left: 10px;
}
#leftPan p{
	display:block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: justify;
	margin: 0px;
}
#leftPan ul{width:241px; height:271px; display:block; float:left; margin:0; padding:0;}
#leftPan ul li.middle{width:22px; height:152px; background:none; float:left; display:block; padding:0; margin:0;}
#leftPan ul li{width:109px; height:122px; display:block; float:left; background: url(images/dot-line.gif) repeat-x 0 100%; padding:0 0 10px 0; margin:20px 0 0 0;}
#leftPan ul li img{width:109px; height:105px; display:block; padding:0; margin:0;}
#leftPan ul li a{ width:70px; height:20px; display:block; background:url(images/arrow.gif) no-repeat 100% 50% #EFEFEF; color:#BF4D02; font:12px/20px Georgia, "Times New Roman", Times, serif; text-decoration:none; text-align:center; margin:0 0 0 12px; padding:0;}
#leftPan ul li a:hover{text-decoration:underline; display:block;}
#leftworkPan{width:241px; height:271px; display:block; float:left; margin:10px 0 0; padding:0;} 
/* /Left Panel */

/* Right Panel */
#rightPan{
	width:305px;
	float:right;
	display:block;
	background:#FFF;
	padding:0;
	color:#666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#rightPan p{padding:0 63px 0 52px;}
#rightPan p.paddingtop{padding:26px 63px 0 52px; background:#FFF; margin:0 auto; color:#666; font:14px/20px Georgia, "Times New Roman", Times, serif; font-style:italic;}
#rightPan p span.bigsize{ font-family:Georgia,"Times New Roman", Times, serif; font-style:italic; color:#BF4D02; font-size:20px; line-height:20px; background:#fff; padding:0;}
#rightPan p.name{background:#fff; display:block; color:#AC8101; font:18px/18px Georgia, "Times New Roman", Times, serif; font-style:italic; font-weight:bold; text-align:right; padding:10px 63px 16px  0;}
#rightPan p.dotline{background:url(images/dot-line.gif) 0 0 repeat-x #fff; color:#666; margin:0 63px 0 52px;}
#rightPan h2{display:block; width:160px; height:64px; background:url(images/icon1.jpg) 0 0 no-repeat #fff; font:27px/30px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold; color:#4D4D4D; padding:1px 0 0 69px; margin:8px 0 0 52px;}
#rightPan h2 span{background:#fff; color:#967001; font:14px/14px Arial, Helvetica, sans-serif; font-weight:bold; padding:0; margin:10px 0 0;}
#rightPan p.bottompadding{padding:0 63px 22px 52px;}
#rightPan p.more{height:28px; display:block; position:relative; margin:0; padding:13px 0 38px 200px;} 
#rightPan p.more a{display:block; width:100px; height:20px; background:#fff; font:14px/14px Georgia, "Times New Roman", Times, serif; color:#BF4D02; text-decoration:none; font-weight:bold; font-style:italic; margin:0; padding:0;}
#rightPan p.more a:hover{ background:#fff; color:#FF6500; text-decoration:none;}
#rightPan img{
	width:305px;
	padding:0;
	margin-top: 0;
	margin-right: 0;
}
/* /Right Panel */

/* footer Panel */
#mainfooterbody{
	color:#999;
	position:relative;
	clear:both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 11px;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 100%;
	height: auto;
}
#footerPan{
	width:900px;
	position:relative;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 23px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	height: 150px;
	color: #999;
}

#footerPan ul{width:330px; display:block; position:absolute; right:0px; top:26px; padding:0; }
#footerPan li{float:left; font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:normal;}
#footerPan ul li a{padding:0 0 0 10px; color:#fff; background:#424242; text-decoration:none;}
#footerPan ul li a:hover{text-decoration:underline;}
#footerPan ul li a.padl{padding:0 0 0 14px;}

#footerPan ul.templateworld{width:158px; background:#4C4C4C; color:#fff; display:block; position:absolute; top:74px; right:80px;}
#footerPan ul.templateworld li a{background:#4C4C4C; display:block; color:#fff; text-decoration:none;}
#footerPan ul.templateworld li a:hover{text-decoration:underline;}

#footerPan p{
	background:#484848;
	margin:54px 45px 0 0;
	display:block;
	position:absolute;
	top:0px;
	right:40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #999;
}
#footerPanleft{
	width:110px;
	float:left;
}
#footerPanmiddle {
	display: block;
	float: left;
	width: 280px;
}
#footerPanmiddle a {
	color: #999;
	text-decoration: none;
}
#footerPanmiddle a:hover {
	color: #C30;
	text-decoration: none;
}

#footerPanmiddle img{ margin:22px 0 0 0;}

#footerPanmiddle span {
	color: #ACC7CB;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
}

#footerPanright{
	width:230px;
	float:left;
	text-align: right;
	margin-right: 0px;
}
#footerPanright a {
	color: #666;
	text-decoration: none;
}
#footerPanright a:hover {
	color: #CE3827;
	text-decoration: none;
}
#footerPanright span {
	color: #999;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bold;
}
/* Gallery */

div.content {
	/* The display of content is enabled by a javascript generated style on the page.

	   This is so that the slideshow content won't display unless javascript is enabled. */

	display:block;
	float:left;
	width:492px;
	background-color: #fff;
	height: 370px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}



div.slideshow {
	clear: both;
	border: 1px solid #999;
	height: 353px;
	text-align: center;
	width: 472px;

}

div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 0px;
	height: 353px;

}



div.slideshow img {
	border: none;
	display: block;
	height: auto;
	width: auto;

}



div.navigation {
	width:550px;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;

}

ul.thumbs {
	margin: 0px;
	padding: 0px;

}

ul.thumbs li {
	float: left;
	list-style: none;
	border: 1px solid #999;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;

}

ul.thumbs li a {
	padding: 0px;
	display: block;

}

ul.thumbs li.selected a {


}

ul.thumbs a:focus {

	outline: none;

}

ul.thumbs img {
	display: block;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

/* Fieldset */

fieldset {
	color: #666;
	font-size: 11px;
	line-height: 1.4em;
	width: 220px;
	text-align: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 7px;
	margin-left: 55px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding-top: 42px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/fieldset_bg.jpg);
	height: 115px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
}
fieldset span {
	font-weight: bold;
	font-size: 14px;
	color: #666;
}
fieldset a {
	color: #F30;
}
fieldset a:hover {
	color: #F30;
	text-decoration: underline;
}

legend {
	color: #F30;
	font-weight: bold;
	text-transform: uppercase;
}
