
/* HOME INTERACTIVE JQUERY SLIDESHOW */
#slideshow {
	width : 470px;
	height : 215px;
	margin : 0px;
	position : relative;
	border : 1px solid #35362e;
}

#slideshow ul.slideshowContainer {
	margin : 0px;
	padding : 0px;
	width : 470px;
	height : 215px;
	margin : 0px;
	overflow: hidden;
}

#slideshow ul.slideshowContainer li {
	float : left;
	list-style : none;
	width : 470px;
	height : 215px;
}

#slideshow .interactiveTitle {
	width : 250px;
	margin-top : 15px;
	padding : 15px 0px 0px 15px;
}

#slideshow h1 {
	font-size : 18pt;
	font-weight : 18px;
	line-height : 20pt;
	color : #FFFFFF;
	font-family: Georgia, Times New Roman, Serif;
	text-shadow:
		 0px -1px 5px #000000,     /* north      */
		 0px  1px 5px #000000,     /* south      */
		-1px  0px 5px #000000,     /* west       */
		 1px  0px 5px #000000,     /* east       */
		-1px -1px 5px #000000,     /* north-west */
		-1px  1px 5px #000000,     /* north-east */
		 1px -1px 5px #000000,     /* south-west */
		 1px  1px 5px #000000;     /* south-east */
}

#slideshow h2 {
	font-size : 9pt;
	font-weight : bold;
	line-height : 11pt;
	color : #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	text-shadow:
		 0px -1px 5px #000000,     /* north      */
		 0px  1px 5px #000000,     /* south      */
		-1px  0px 5px #000000,     /* west       */
		 1px  0px 5px #000000,     /* east       */
		-1px -1px 5px #000000,     /* north-west */
		-1px  1px 5px #000000,     /* north-east */
		 1px -1px 5px #000000,     /* south-west */
		 1px  1px 5px #000000;     /* south-east */
}

#slideshow h3 a {
	color : #f6b61d;
	line-height : 12pt;
	font-size : 12pt;
	text-decoration : none;
	font-family: Georgia, Times New Roman, Serif;
	text-shadow:
		 0px -1px 5px #000000,     /* north      */
		 0px  1px 5px #000000,     /* south      */
		-1px  0px 5px #000000,     /* west       */
		 1px  0px 5px #000000,     /* east       */
		-1px -1px 5px #000000,     /* north-west */
		-1px  1px 5px #000000,     /* north-east */
		 1px -1px 5px #000000,     /* south-west */
		 1px  1px 5px #000000;     /* south-east */
}

#slideshow h4 {
	color : #FFFFFF;
	line-height : 12pt;
	font-size : 12pt;
	text-decoration : none;
	font-family: Georgia, Times New Roman, Serif;
	text-shadow:
		 0px -1px 5px #000000,     /* north      */
		 0px  1px 5px #000000,     /* south      */
		-1px  0px 5px #000000,     /* west       */
		 1px  0px 5px #000000,     /* east       */
		-1px -1px 5px #000000,     /* north-west */
		-1px  1px 5px #000000,     /* north-east */
		 1px -1px 5px #000000,     /* south-west */
		 1px  1px 5px #000000;     /* south-east */
}

#slideshow h3 a:hover {
	color : #f7cb63;
	text-decoration : none;
}

#slideshow p {
	font-size : 11px;
	color : #000000;	
}

#slideshow ul#interactivePager {
	position : absolute;
	top : 5px;
	right : 15px;
	z-index : 9999;
}

#slideshow ul#interactivePager a {
	color : #FFFFFF;
	font-size : 10px;
	height : 20px;
	line-height : 20px;
	display : block;
	margin : 0px 0px 0px 15px;
}

#slideshow ul#interactivePager a {
	float : left;
}

#slideshow ul#interactivePager a {
	height : 24px;
	width : 24px;
	line-height : 24px;
	text-align : center;
	font-size : 16pt;
	font-weight : normal;
	display : block;
	margin : 0px 5px 0px 0px;
	border : 1px solid #FFFFFF;
	background-color : #0f4a10;
	color : #FFFFFF;
	text-decoration : none;	
}

#slideshow ul#interactivePager a.activeSlide {
	border : 1px solid #0f4a10 !important;
	background-color : #FFFFFF !important;
	color : #0f4a10 !important;
	text-decoration : none !important;
}


/* NIVO INTERACTIVE JQUERY SLIDESHOW */
#nivo_slideshow {
	width : 469px;
	height : 264px;
	position : relative;
	margin: 50px 0 40px 0;
	
	background:#fff url(images/loading.gif) no-repeat 50% 50%;
	border: 1px solid #cccccc;
}

#nivo_slideshow ul.slideshowContainer {
	margin : 0px;
	padding : 0px;
	width : 469px;
	height : 264px;
	margin-bottom: 10px;
	overflow: hidden;

}

#nivo_slideshow ul.slideshowContainer li {
	float : left;
	list-style : none;
	width: 469px;
	height: 264px;
	margin:0;
}

#nivo_slideshow .interactiveTitle img {
	border: 0;
}

#nivo_slideshow h1 {
	font-size : 18pt;
	font-weight : 18px;
	line-height : 20pt;
	color : #FFFFFF;
	font-family: Georgia, Times New Roman, Serif;
	text-shadow:
		 0px -1px 5px #000000,     /* north      */
		 0px  1px 5px #000000,     /* south      */
		-1px  0px 5px #000000,     /* west       */
		 1px  0px 5px #000000,     /* east       */
		-1px -1px 5px #000000,     /* north-west */
		-1px  1px 5px #000000,     /* north-east */
		 1px -1px 5px #000000,     /* south-west */
		 1px  1px 5px #000000;     /* south-east */
}

#nivo_slideshow h2 {
	font-size : 9pt;
	font-weight : bold;
	line-height : 11pt;
	color : #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	text-shadow:
		 0px -1px 5px #000000,     /* north      */
		 0px  1px 5px #000000,     /* south      */
		-1px  0px 5px #000000,     /* west       */
		 1px  0px 5px #000000,     /* east       */
		-1px -1px 5px #000000,     /* north-west */
		-1px  1px 5px #000000,     /* north-east */
		 1px -1px 5px #000000,     /* south-west */
		 1px  1px 5px #000000;     /* south-east */
}

#nivo_slideshow h3 a {
	color : #f6b61d;
	line-height : 12pt;
	font-size : 12pt;
	text-decoration : none;
	font-family: Georgia, Times New Roman, Serif;
	text-shadow:
		 0px -1px 5px #000000,     /* north      */
		 0px  1px 5px #000000,     /* south      */
		-1px  0px 5px #000000,     /* west       */
		 1px  0px 5px #000000,     /* east       */
		-1px -1px 5px #000000,     /* north-west */
		-1px  1px 5px #000000,     /* north-east */
		 1px -1px 5px #000000,     /* south-west */
		 1px  1px 5px #000000;     /* south-east */
}

#nivo_slideshow h4 {
	color : #FFFFFF;
	line-height : 12pt;
	font-size : 12pt;
	text-decoration : none;
	font-family: Georgia, Times New Roman, Serif;
	text-shadow:
		 0px -1px 5px #000000,     /* north      */
		 0px  1px 5px #000000,     /* south      */
		-1px  0px 5px #000000,     /* west       */
		 1px  0px 5px #000000,     /* east       */
		-1px -1px 5px #000000,     /* north-west */
		-1px  1px 5px #000000,     /* north-east */
		 1px -1px 5px #000000,     /* south-west */
		 1px  1px 5px #000000;     /* south-east */
}

#nivo_slideshow h3 a:hover {
	color : #f7cb63;
	text-decoration : none;
}

#nivo_slideshow p {
	font-size : 11px;
	color : #000000;	
}

#nivo_slideshow ul#interactivePager {
	position : absolute;
	top : -24px;
	right : 2px;
	z-index : 9;
	margin: 0;
}

#nivo_slideshow ul#interactivePager a {
	float : left;
}

#nivo_slideshow ul#interactivePager a {
	width:35px;
	height:18px;
	line-height : 18px;
	text-align : center;
	/*font-size : 16pt;*/
	font-weight : normal;
	display : block;
	margin: 0 2px;
	border:0;
	background-color: #ebebeb;
	/*color : #FFFFFF;*/
	text-decoration : none;	
	
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	color: #9c9c9c;
	font-family: arial;
	font-size: 11px;
	padding-top: 5px;
	font-weight: bold;
}

#nivo_slideshow ul#interactivePager a.activeSlide {
	text-decoration : none !important;
	background-color: #f8b618 !important;
	color: #ffffff !important;
	border:0;
}

#nivo_slideshow .nav_btns {
	position: absolute;	
	font-size: 12px;
	font-family: "Georgia";
	text-decoration: none;
	color: #004f2d;
}

#nivo_slideshow .nav_btns span {
	color: #004f2d;
}

#nivo_slideshow .nav_btns:hover {
	color: #55883b !important;
	text-decoration: none !important;
}

#nivo_slideshow #btn_back{
	left: 0px;
}

#nivo_slideshow #btn_next{
	right: 0px;
}