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

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #fff url(../images/home_bg.jpg) top repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearer {
	clear: both;
	width: 100%;
}

a, a:visited {
	color: #570054;
}

a:hover {
	text-decoration: none;
}

/*********************************
	STRUCTURE & LAYOUT
*********************************/

/* LOGIN */

/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #570054;}
#TB_window a:visited {color: #570054;}
#TB_window a:hover {color: #99cc33;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: absolute;
	z-index:12000;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 12002;
	color:#000000;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:36px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:12001;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}

#loginForm {
	display: none;
}

#TB_ajaxContent form fieldset label {
	display: block;
	color: #570054;
}

#TB_ajaxContent form fieldset input {
	float: left;
	width: 200px;
	color: #666;
}

/* MAIN LAYOUT */

#wrap {
	width: 970px;
	margin: 0 auto;
}

#top {
	width: 960px;
	height: 80px;
	margin: 0 5px;
	position: relative;
}

	#logo {
		width: 302px;
		height: 125px;
		background: url(../images/logo_trans.png);
		position: absolute;
		top: 3px;
		left: 20px;
		z-index:10000;
		clear: both;
	}
	
		#logo a {
			width: 302px;
			height: 125px;
			display: block;
		}
	
	#welcome {
		color: #333;
		float: right;
		font: 11px/40px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		text-align: right;
		z-index: 1000;
	}
	
	#search {
		background: url(../images/searchbox.jpg) no-repeat;
		bottom: 8px;
		height: 24px;
		position: absolute;
		right: 0px;
		width: 160px;
		/*
		bottom: 8px;
		height: 24px;
		position: absolute;
		right: 0px;
		width: 200px;
		background: url(../images/search_bg.jpg) no-repeat;
		*/
		z-index: 12000;
	}
	
		#search fieldset {
			border: none;
			height: 24px;
			position: relative;
		}
		
		#ajaxSearch_input {
			background: none;
			color: #333;
			border: none;
			float: left;
			font: 12px/24px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			height: 24px;
			width: 160px;
			text-align: left;
			text-indent: 6px;
			vertical-align: middle;
		}
		
		#ajaxSearch_submit {
			background: none;
			border:none;
			color: #fff;
			cursor: pointer;
			float: right;
			font: 11px/24px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			height: 24px;
			padding: 0;
			width: 35px;
		}	
		
		#ajaxSearch_submit:hover {
			color: #570054;
		}

form input#ajaxSearch_input {
	border: none;
	background: transparent;
	height: 20px;
	width: 140px;
	margin: 2px 0 0 28px;
	font: 12px/24px Helvetica, Arial, sans-serif;
	color: #999;
}
 
form input#ajaxSearch_submit {
	width: 0px;
	height: 26px;
	line-height: 26px;
	margin-left: 0px;
	background: transparent;
	border: none;
	visibility: hidden;
}

#ajaxSearch_output {
	background: url(../images/trans2.png);
	color: #ddd;
	font: 12px Arial, Helvetica, sans-serif;
	right: 0px;
	line-height:16px;
	margin:15px 0;
	padding:12px;
	position:absolute;
	top:15px;
	width:300px;
	z-index:20000;
}

.AS_ajax_resultExtract {
	margin-bottom: 10px;
}

#wrap .AS_ajax_result a, #wrap .AS_ajax_result a:visited {
	color: #6C3;
	font-weight: bold;
}

#wrap .AS_ajax_result a:hover {
	text-decoration: none;
}

.ajaxSearch_highlight, .ajaxSearch_highlight1 {
	color: #C3F;
}

#indicator {
	position: absolute;
	right: 12px;
	top: 7px;
	width: 16px;
	height: 16px;
}


#banner {
	background: url(../images/banner_bg.jpg) no-repeat;
	width: 960px;
	height: 424px;
	margin: 0 5px;
	position: relative;
}

#sub_banner {
	background: url(../images/sub_banner.jpg) no-repeat;
	width: 960px;
	height: 130px;
	margin: 0 5px;
	position: relative;
}
	

	#nav_ul {
		width: 620px;
		height: 58px;
		float: left;
		margin-left: 340px;
		position:relative;
		z-index: 10000;
	}
	
	#nav_ul li {
		float: left;
	}
	
	#nav li a, #nav li a:visited {
		color: #fff;
		font: 16px/58px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		height: 58px;
		display: block;
		text-align:left;
		margin-right: 30px;
		text-decoration: none;
		white-space: nowrap;
	}
	
	#nav #nav_ul li a:hover {
		color: #99cc33;
	}
	
	/* MAIN MENU */
		
		#nav_ul table {border-collapse:collapse;}
		
		#nav_ul li li {float:none; border: none;font: normal 12px/30px Arial, Helvetica, sans-serif; color: #fff;}
		
		/* a hack for IE5.x and IE6 */
		#nav_ul li a li {float:left;}
		
		#nav #nav_ul li li a {
			height: 30px;
			line-height: 30px;
			float: none;
			font: bold 14px/30px Arial, Helvetica, sans-serif;
			color: #fff;
			text-indent: 10px;
		}
		
		#nav_ul li:hover {
			position: relative;
			z-index: 300;
		}
		
		#nav_ul li ul li:hover {
			position: relative;
			z-index: 300;
			background: #570054;
		}
		
		#nav_ul a:hover {
			position: relative;
			z-index: 300;
			color: #fff;
		}
		
		#nav_ul :hover ul {
			left: 0;
			top: 58px;
			background: transparent url(../images/trans_dark.png);
		}
		
		/* another hack for IE5.5 and IE6 */
		#nav_ul a:hover ul {
			left: -5px;
		}
		
		#nav_ul ul {
			position: absolute;
			left: -9999px;
			top: -9999px;
		}
		
		/* it could have been this simple if all browsers understood */
		/* show next level */
		
		#nav_ul li:hover li:hover > ul {
			left: -5px;
			margin-left: 100%;
			top: -1px;
			background: transparent url(../images/trans_dark.png);
		}
		
		/*
		*html #nav_ul li:hover li:hover > ul {
			background:transparent filter: alpha(opacity=85);
			filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
			opacity:0.85;
		}
		*/
		
		
		/* keep further levels hidden */
		#nav_ul li:hover > ul ul {
			position: absolute;
			left: -9999px;
			top: -9999px;
			width: auto;
		}
		
		/* show path followed */
		#nav_ul li:hover > a {
			text-decoration: none;
			color: #fff;
		}
		
		
		/* but IE5.x and IE6 need this lot to style the flyouts*/
		/* show next level */
		#nav_ul a:hover a:hover ul,
		#nav_ul a:hover a:hover a:hover ul,
		#nav_ul a:hover a:hover a:hover a:hover ul,
		#nav_ul a:hover a:hover a:hover a:hover a:hover ul {
			left: 100%;
			top: -1px;
		}
		
		/* keep further levels hidden */
		#nav_ul a:hover ul ul,
		#nav_ul a:hover a:hover ul ul,
		#nav_ul a:hover a:hover a:hover ul ul,
		#nav_ul a:hover a:hover a:hover a:hover ul ul {
			position: absolute;
			left: -9999px;
			top: -9999px;
		}
	
	#slogan {
		background: url(../images/slogan.png) no-repeat right top;
		width: 630px;
		height: 304px;
		position: absolute;
		top: 120px;
		right: 50px;
	}
	
	#slogan a, #slogan a:visited {
		background: url(../images/banner_btn.png) no-repeat;
		height: 30px;
		width: 160px;
		position: absolute;
		top: 170px;
		right: 0px;
		color: #fff;
		text-decoration: none;
		text-align: center;
		font: bold 16px/30px Arial, Helvetica, sans-serif;
	}
	
	#slogan a:hover {
		color: #99cc33;
	}
		

#content {
	width: 970px;
	padding-top: 18px;
}


	.box {
		height: 200px;
		width: 310px;
		margin-right: 20px;
		background: url(../images/box_bg.jpg) no-repeat;
		float: left;
		position: relative;
	}
	
	.box_inner {
		height: 173px;
		width: 280px;
		padding: 12px 15px 15px;
	}
	
	.box_inner a {
		text-decoration: none;
	}
	
	.no_marg {
		margin: 0;
	}
	
	.box h2 {
		font: bold 18px/22px Arial, Helvetica, sans-serif;
		color: #570054;
	}
	
	h2.news {
		color: #fff;
	}
	
	.box p {
		font: 12px/16px Arial, Helvetica, sans-serif;
		color: #948094;
		width: 170px;
	}
	
	.no_marg p {
		width: 274px;
	}
	
	.box_img {
		position: absolute;
		bottom: 10px;
		right: 10px;
	}
	
	a.link, a.link:visited {
		font: 12px Arial, Helvetica, sans-serif;
		position: absolute;
		bottom: 5px;
		left: 15px;
		color: #570054;
		text-decoration: none;
	}
	
	a.link:hover {
		color: #99cc33;
	}
	
	/* SUB CONTENT */
	
	.sub_content_top {
		background: url(../images/sub_content_top.png);
		width: 960px;
		margin: 20px 5px 0;
		height: 4px;
	}
	
	.sub_content_bottom {
		background: url(../images/sub_content_bottom.png);
		width: 960px;
		margin: 0 5px 15px;
		height: 4px;
	}
	
	#sub_content {
		background: url(../images/sub_content.png) center repeat-y;
		width: 960px;
		margin: 0 5px;
	}
	
		#right_col {
		width: 700px;
		float: right;
	}
	
	#sub_banner h1 {
		color: #fff;
		font: bold 30px/36px Arial, Helvetica, sans-serif;
		width: 960px;
		height: 36px;
		position: absolute;
		left: 15px;
		bottom: 15px;
	}
	
	.title {
		color: #540057;
		font: 24px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
		display: block;
	}
	
	#right_col img {
		float: left;
		margin: 0 15px 10px 0;
	}
	
	#right_col p {
		padding: 0 15px 15px;
		font: 12px/18px Arial, Helvetica, sans-serif;
		color: #666;
	}
	
	#right_col h2 {
		color: #540057;
		padding: 0 15px;
		font: 20px/48px Arial, Helvetica, sans-serif;
	}
	
	#right_col h3, #right_col h4, #right_col h5 {
		color: #444;
		padding: 0 15px;
	}
	
	#right_col h3 {
		font: bold 18px/40px Arial, Helvetica, sans-serif;
	}
	
	#right_col h4 {
		font: bold 14px/36px Arial, Helvetica, sans-serif;
	}
	
	#right_col h5 {
		font: bold 12px/28px Arial, Helvetica, sans-serif;
	}
	
	#right_col ol, #right_col ul {
		padding: 3px 0 15px 35px;
		font: 12px/18px Arial, Helvetica, sans-serif;
		color: #666;
	}
	#right_col table{
		font: 12px/18px Arial, Helvetica, sans-serif;
		color: #666;
	}
	
	#right_col td{
		padding: 5px;
		vertical-align: top;
		color: #666;
	}
	
	#right_col ol li, #right_col ul li {
		list-style-type: disc;
	}
	
	#left_col {
		width: 260px;
		float: left;
	}
	
	#left_col h2 {
		color: #540057;
		padding: 0 15px;
		font: 20px/48px Arial, Helvetica, sans-serif;
	}
	
	#left_col ul {
		margin: 0 0 15px 0;
	}
	
	#left_col ul li {
		height: 48px;
		width: 260px;
	}
	
	#left_col ul li a, #left_col ul li a:visited {
		padding-left: 25px;
		display: block;
		color: #666;
		text-decoration: none;
		font: bold 14px/48px Arial, Helvetica, sans-serif;
		height: 48px;
	}
	
	#left_col ul li a:hover {
		text-indent: 20px;
		color: #540057;
	}
	
	#left_col ul li a.active {
		text-indent: 20px;
		color: #540057;
		background: url(../images/sidemenu_li.png) repeat-y top;
	}
		
		
	
	/*******************************
			NEWS GALLERY
	*******************************/
	
		#myGallery, #myGallerySet, #flickrGallery {
			width: 290px;
			height: 180px;
			z-index:5;
			border: none;
			margin: 10px;
			position: relative;
			z-index: 11000;
		}
		
		.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-color: #fff;
			background-repeat: no-repeat;
			background-position: center center;
			background-image: url('img/loading-bar-black.gif');
		}
		
		.jdGallery .slideInfoZone {
			position: absolute;
			z-index: 10000;
			width: 100%;
			margin: 0px;
			left: 0;
			bottom: 0;
			height: 180px;
			background: none;
			color: #fff;
			text-indent: 0;
			overflow: hidden;
		}
				
		.jdGallery .slideInfoZone h4 {
			padding: 0;
			font: bold 18px/30px Arial, Helvetica, sans-serif;
			padding: 0 6px;
			font-weight: bold;
			color: #fff;
		}
		
		.jdGallery .slideInfoZone p	{
			padding: 0 6px 0;
			color: #fff;
		}
		
		.box .jdGallery a {
			font-size: 100%;
			text-decoration: none;
			color: inherit;
		}
		
		.box .jdGallery a.right, .box .jdGallery a.left	{
			height: 15px;
			width: 20px;
			cursor: pointer;
			z-index:10;
			opacity: 0.9;
		}
		
		.box .jdGallery a.right:hover, .box .jdGallery a.left:hover	{
			opacity: 1;
		}
		
		.box .jdGallery a.left	{
			right: 35px;
			bottom: 10px;
			background: url(../images/left.png) no-repeat center left;
			position: absolute;
			z-index: 11001;
			clear: both;
		}
		
		.box .jdGallery a.right	{
			right: 10px;
			bottom: 10px;
			background: url(../images/right.png) no-repeat center right;
			position: absolute;
			z-index: 11002;
			clear: both;
		}
		
		.box .jdGallery a.open	{
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
		}
		
		.box .withArrows a.open	{
			position: absolute;
			top: 0;
			left: 25%;
			height: 99%;
			width: 50%;
			cursor: pointer;
			z-index: 10;
			background: none;
			opacity: 0.8;
		}
		
		a.bold {
			font-weight: bold;
		}
		
		a.bold:hover {
			color: #99cc33;
		}
			
		/* END NEWS GALLERY */

#footer {
	width: 960px;
	height: 120px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: url(../images/footer_bg.png) no-repeat;
	margin: 35px 5px 0;
}

	.five_col {
		float: left;
		width: 180px;
		margin-left: 12px;
		color: #948094;
	}
	
		.five_col h3 {
			font: bold 12px/18px Arial, Helvetica, sans-serif;
			margin-top: 8px;
			text-transform: uppercase;
		}
		
		.five_col li {
			font: 11px/12px Arial, Helvetica, sans-serif;
			height: 12px;
		}
		
		.five_col li a, .five_col li a:visited {
			color: #948094;
			text-decoration: none;
			font-size: 10px;
			line-height: 12px;
			height: 12px;
			margin: 0;
			padding: 0;
		}
		
		.five_col li a:hover {
			color: #570054;
		}
		
	#copyright {
		margin-top: 15px;
		float: right;
		font: 11px/12px Arial, Helvetica, sans-serif;
		color: #948094;
	}
			

