/**********/
/* reset */
/********/
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,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{font-style:normal;font-weight:normal;}
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;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}


/************/
/* generic */
/**********/
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.cl { clear: left; }
.cr { clear: right; }
.m_0 { margin: 0; }
.p_3 { padding: 3px; }
.pt_3 { padding-top: 3px; }
.p_10 { padding: 10px; }
.pb_20 { padding-bottom: 20px; }
.pb_40 { padding-bottom: 40px; }
.ta_r { text-align: right; }
.ta_l { text-align: left; }
.ta_c { text-align: center; }
.mt_10 { margin-top: 10px; }
.ml_10 { margin-left: 10px; }
.mr_10 { margin-right: 10px; }
.ml_20 { margin-left: 20px; }
.ml_250 { margin-left: 250px; }
.mr_20 { margin-right: 20px; }
.mb_5 { margin-bottom: 5px; }
.mb_10 { margin-bottom: 10px; }
.mb_15 { margin-bottom: 15px; }
.mb_50 { margin-bottom: 50px; }
.w_half { width: 50%; }
.red { color: #FF3333; }
.green { color: #339933; }


/***********/
/* global */
/*********/
a{
	outline: none;	
	text-decoration: none;	
}


h1, h2, h3, h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f68c36;
}
 
h1{
	font-size: 14px;
	padding-bottom:11px;	
}

h2{
	font-size: 12px;
	padding-bottom:11px;
	font-weight:bold;
		text-transform:uppercase;
}

h3{
	font-size: 10px;
	padding-bottom:11px;
	font-weight:bold;
	text-transform:uppercase;
}

p, label, ul, ol, a, form, blockquote{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

strong,
a{
	color: #f6903c;
}


/******************/
/* Site specific */
/****************/
html,body{
	background-color: #939598;
	text-align:center;
}

#wrapper{
	background-color: #FFFFFF;
	margin:auto;
	width:850px;
	background-image: url(../images/bg-fill.jpg);
}
 

#header{
	background-image: url(../images/banner.jpg);
	height: 161px;
}

#logo{

}

ol li{
	list-style:decimal;
}





  /********/
 /* main */
/********/
#main{
	padding-top:22px;
	text-align:left;
}

#main p{
}

#main #title{
}


#lCol{
	width:203px;
	margin-left: 44px;
	float:left; 
	
}


#slide-box{

}

#lColBg{
	background-image: url(../images/lCol.gif);
	background-repeat: no-repeat;	
}
#lColBgTopRpt{
	background-image: url(../images/lColRpt.gif);
	background-repeat: repeat;	
	padding-top: 10px;	
	padding-bottom: 8px;
	color:#FFFFFF;
	font-size: 12px;
}

*html #lCol{
	margin-left:22px;
}

#lCol form input.text{
	height:12px;
	margin-bottom:0px;
	margin-top:2px;
	font-size:10px;
	width:120px;
	color:#666666;
	margin-left:1px;
}

#lCol form{
		margin-bottom:22px;

}

#lCol form button{
	border:none;
	height:16px;
	width:29px;
	font-size: 16px;
	background-image:url(../images/form-button.gif);
	background-color: #FFFFFF;
	display:inline;
	float:right;
	margin-right:67px;
}
 
#lCol form button:hover {
	cursor:pointer;	
}



#search{
	float:right;
	margin-top:38px;
	margin-right:48px;
	display:inline; /* IE Double Margin Float Bug Fix */
}

#search form input.text{
	height:11px;
	margin-bottom:2px;
	font-size:10px;
	width:120px;
	color:#666666;
	margin-left:1px;
	float:left;
	display:inline;
	margin-right:0px;
}

#search form button{
	border:none;
	height:15px;
	width:16px;
	font-size: 16px;
	background-image:url(../images/search-button.gif);
	background-color: #FFFFFF;
	margin-bottom:2px;
	margin-left:10px;
}

form button:hover {
	cursor:pointer;	
}








#lCol-bot{
	background-image: url(../images/lCol.gif);
	background-position:left bottom;
	height:11px;
	float:left;
	width:203px;
}

#lCol p,
#lCol form,
#lCol h3{
	padding-left:11px;
}

#lCol #contact{
	margin-top:11px;
}

#lCol #contact h3{
	
}



#lCol h3{
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom:6px;
}

#lCol p{
	font-size: 10px;
	color: #F4F4F4;
}

#lCol #contact a{	
	font-size: 9px;
	color: #F4F4F4;
}



#cCol{
	padding-left:11px;
}

#cCol h1,
#cCol h2{
	color:#f0832b;
}

#cCol{
	width:335px;
	float:left;
	padding-right:10px;
}

#cCol p,
#cCol ul,
#cCol li{
	padding-bottom:11px;
}

#cCol ul,
#cCol ol{
	padding-left:28px;
	padding-right:11px;
}

#cCol ul li{
	list-style:circle;
}

#cCol img.right {
	float: right;
	margin: 10px 0 10px 10px;
	}
	
#cCol img.left{
	float: left;
	margin: 10px 10px 10px 0;
	}
	
	
#cCol hr { 
	border: none 0;
	border-top: 1px dashed #333333;/*the border*/
	width: 50%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-bottom:22px;
}


	


#rCol{
	width:202px;
	background-image: url(../images/rCol.gif);	
	background-repeat: no-repeat;
	margin-right: 44px;

	float:right;
}

*html #rCol{
	margin-right:22px;
}

#rCol-bot{
	background-image: url(../images/rCol.gif);
	background-position:left bottom;
	height:11px;
	width:202px;
	float:right;
}

#rCol p,
#rCol h3,
#rCol h2,
#rCol ul{
	padding-left:11px;
}

#rCol h2{
	padding-top:11px;
	padding-bottom:16px;
}

#rCol hr{

	border: none;
	border-top: 1px dashed #666666;/*the border*/
	width: 80%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-bottom:22px;
	text-align:center;
}

#rCol p,
#rCol ul,
#rCol li{
	color: #F4F4F4;
	padding-bottom:11px; 
}

#rCol ul{
	padding-left:28px;
	padding-right:11px;
}

#rCol ul li{
	list-style-image:url(../images/bullet.gif);
}


#rCol h2{
	
}

#rCol p{
	padding-right: 44px;	
}




#rCol #banner{
}

#rCol a:hover{
}

#footer{
	position: relative;
	height:41px;
	background-image: url(../images/foota.jpg);
	padding-top:7px;
}


#footer p,
#footer a{
	color:#CCCCCC;
	text-align:center;
	font-size: 9px;
	border:none;
}

#footer span{
	padding-right:6px;
	padding-left:6px;
}

#footer a:hover{
	border-bottom-width: 1px;
	border-bottom-style:dashed;
	border-bottom-color: #f0f8e7;	
}




   /**************/
 /* Main Nav stuff */
/**************/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:775px;
	height:21px;
	font-size:0.85em;
	position:relative;
	z-index:100;
	border-right:1px solid #000;
	margin-left:37px;
}

*+html .menu {
	margin-left:0px;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:775px;
	w\idth:774px;
	margin-left:0px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:149px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:129px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	width:129px;
	height:21px;
	border:1px solid #000;
	border-width:1px 0 1px 1px;
	background:#000;
	padding-left:0px;
	line-height:21px;
	
	background-image: url(../images/menu.gif);
	background-repeat: repeat-x;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:129px;
	w\idth:128px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#000;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#000;
}
.menu ul ul :hover > a.drop {
	background:#000;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#b2ab9b;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:22px;
	left:0;
	width:128px;
	border-top:1px solid #000;
	padding-bottom:6px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:21px;
	t\op:22px;
}
/* position the third level flyout menu */
.menu ul ul ul {
	left:129px;
	top:-1px;
	width:129px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-129px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#000;
	color:#FFF;
	height:auto;
	line-height:1em;
	padding-top:5px;
	padding-bottom:5px;
	width:128px;
	text-align:left;
	padding-left:15px;
	background-image: url(../images/bullet-menu.gif);
	background-repeat:no-repeat;
	background-position:2px 7px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:128px;
	w\idth:128px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#fff;
	background:#000000;
	background-image: url(../images/menu-hover.gif);
}

.menu ul ul a:hover {
	color:#F68C36;
	background-image: url(../images/bullet-menu.gif);
	background-repeat:no-repeat;
	background-position:2px 7px;
}

.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background-image: url(../images/menu-hover.gif);
}

.menu ul ul :hover > a {
	color:#F68C36;
	background-image: url(../images/bullet-menu.gif);
	background-repeat:no-repeat;
	background-position:2px 7px;
}




/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}




#cCol form label{
	display:block;
	}

#cCol form p {
	font-size: 0.8em;
	margin-bottom: 10px;
	}

#cCol form input.text, form textarea{
	width:96%;
	border:1px #999 solid;
	color:#666666;
	padding: 4px 5px;
	background-color: #F3F3F3;
	}

#cCol form input.text:hover, form textarea:hover{
	border:1px #CCC solid;
	}

#cCol form input.text:focus, form textarea:focus{
	border:1px #F6903C solid;
	color:#666;
	}

#cCol form input.button{
	margin-right:8px;
	padding:3px 5px;
	font:10px Arial,san-serif;
	}

* html #cCol form input.text,

* html #cCol form textarea{
	border-color:#999;
	color:#999;
	}
	
	
	
	.blockquote {
	border-left: 2px solid #999;
	padding: 15px;
	margin: 20px 0;
	font-style: italic;
	background-color: #DADADA;
	}
	
	
	
	

#accordion {
	
}

#accordion strong{
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

h3.toggler {
	cursor: pointer;
	color: #333333 !important;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}

h3.toggler p,
h3.toggler strong{
	font-weight:normal;
	padding-top:8px;
	color: #f6882e;
	
}

div.element
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

div.element p, 
div.element h4,
div.element strong,
div.element ul,
div.element li,
div.element ol {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

div.element p, 
div.element h4
{
	margin:0px;
	padding:4px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

blockquote {
	padding:5px 20px;
}






  /**************/
 /* slide */
/**************/

#myGallery, #myGallerySet, #flickrGallery
{
	width: 203px;
	height: 175px;
	z-index:5;
	display:inline;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff !important;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 80%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	display:none;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}
/*
.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}
*/
.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.gif') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.gif') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }



/* contact form */

.ed-label {
	width:184px;
}