/* CSS Document */
body {
	background: #fff url('images/background.jpg') repeat-x top left;
	margin: 0px;
	padding: 0px;
}

* {
	margin: 0px;
	padding: 0px;
}

a {
	outline: none;
}

a img {
	border: none;
}

#site {
	background: #fff url('images/background.jpg') repeat-x top left;
	border: 0px solid red;
	position: relative;
	height: auto;
	display: block;
	clear: both;
	top:  0px;
}
#container {
	display: block;
	position: absolute;
	top:  0px;
	left: 0px;
	float: left;
	width: 100%;
	height: auto;
	border: 0px solid red;
	/*margin: 30px 0px 0px 67px;*/
}
#home {	display: block;	position: relative;	padding-top:0px; padding-right:0px;	top: 18px; left: -570px; float: right; width: 100px; height: 20px;	}
#org { display: block; position: relative; padding-top:0px;	padding-right:0px; top: 185px; left: -30px; float: right; width: 250px; 	height: 125px; }

#top {
	display: block;
	position: relative;
	padding-top:0px;
	padding-right:0px;
	top:  25px;
	left: -722px;
	float: right;
	width: 133px;
	height: 133px;
	background: url('images/top1.jpg') no-repeat top left;

}
#top1 {
	display: block;
	position: relative;
	padding-top:0px;
	padding-right:0px;
	top:  62px;
	left: -493px;
	float: right;
	width: 80px;
	height: 20px;
	background: url('images/sepD.jpg') no-repeat top left;

}
#top2 {
	display: block;
	position: relative;
	padding-top:0px;
	padding-right:0px;
	top:  62px;
	left: -320px;
	float: right;
	width: 80px;
	height: 20px;
	background: url('images/octD.jpg') no-repeat top left;

}
#top3 {
	display: block;
	position: relative;
	padding-top:0px;
	padding-right:0px;
	top:  62px;
	left: -159px;
	float: right;
	width: 80px;
	height: 20px;
	background: url('images/novD.jpg') no-repeat top left;
}#top4 {
	display: block;
	position: relative;
	padding-top:0px;
	padding-right:0px;
	top:  62px;
	left: 5px;
	float: right;
	width: 80px;
	height: 20px;
	background: url('images/dicD.jpg') no-repeat top left;

}
#top1:hover {
	display: block;
	position: relative;
	padding-top:0px;
	padding-right:0px;
	top:  62px;
	left: -493px;
	float: right;
	width: 80px;
	height: 20px;
	background: url('images/sepH.jpg') no-repeat top left;

}
#top2:hover {
	display: block;
	position: relative;
	padding-top:0px;
	padding-right:0px;
	top:  62px;
	left: -320px;
	float: right;
	width: 80px;
	height: 20px;
	background: url('images/octH.jpg') no-repeat top left;

}
#top3:hover {
	display: block;
	position: relative;
	padding-top:0px;
	padding-right:0px;
	top:  62px;
	left: -159px;
	float: right;
	width: 80px;
	height: 20px;
	background: url('images/novH.jpg') no-repeat top left;
}
#top4:hover {
	display: block;
	position: relative;
	padding-top:0px;
	padding-right:0px;
	top:  62px;
	left: 5px;
	float: right;
	width: 80px;
	height: 20px;
	background: url('images/dicH.jpg') no-repeat top left;

}

/* @end

 */

/* @group Navigation */

#navigation {
	display: block;
	clear: both;
	width: 100%;
	height: 330px;
	margin: 0px;
	padding: 0px;
	background: url('images/header.jpg') no-repeat top left;
	position: relative;
}

#tabs {
	list-style: none;
	position: absolute;
	top: 131px;
	right: -71px;
	width: 900px;
	height: 30px;
	border: 0px solid red;
	
}

#tabs li {
	display: block;
	float: left;
}

#tabs li a {
	display: block;
	float: left;
	width: auto;
	height: 47px;
	padding: 15px 10px 0px 18px;
	color: #533900;
	font-size: 12px; 
	font-family: "Swiss", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	position: relative;
}

#tabs li a:hover {
	color: #005DA3;
}

#tabs li a.selected {
	color: #005DA3; 
}
#tabs li a em {
	display: none;
}

#tabs li a:hover em {
	font-size: 1px;
	text-indent: -10000px;
	background: url() no-repeat top left;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 16px;
	height: 62px;
}
/* @group Content */

#content li {
	display: block;
	color: #533900;
	text-align:left;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	line-height:25px;
	
		
}

#content {
	display: block;
	clear: both;
	position: relative;
	width: 1000px;
	height: auto;
	list-style-type: none;
	margin-left:0px;
	padding: 0px;
	padding-top:10px;
	background: white url('images/center.jpg') repeat-y top left;
}

#content:after {
	display: block;
	clear: both;
	content: ".";
	color: white;
	font-size: 1px;
	text-indent: -3000px;
	line-height: 1px;
}
/* @end */

/* @group Left Home */

#content li.leftHome {
	float: left;
	display: inline;
	width: 610px;
	margin: 0px 0px 0px 75px;
}

#content li.leftHome h1,
#content li.leftHome h2,
#content li.leftHome h3 {
	font: normal 25px "trebuchet ms", Arial, Helvetica, Geneva, sans-serif;
	margin: 0px;
	color: #533900;
	clear: both;
}

#content li.leftHome h2 {
	font-size: 17px;
	color: #533900;
	margin: 0px 0px 5px 0px;
}

#content li.leftHome h3 {
	font-size: 14px;
	color: #533900;
	margin: 0px 0px 15px 0px;
	font-weight:bold;
}

#content li.leftHome p {
	color: #533900;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-align: justify;
	line-height: 17px;
	margin: 0px 0px 18px 0px;
}

#content li.leftHome .more {
	display: none;
}

#content li.leftHome p a {
	text-decoration: none;
	color:#005DA3;
	background-color:none;
}
#content li.leftHome p a:hover {
	text-decoration: none;
	color:#533900;
}

#content li.leftHome a.read_more {
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #fff; font-weight:bold;
	width: 95px;
	height: 22px;
	padding-top: 5px;
	background: url('images/bg_btn01.jpg') no-repeat top left;
	text-shadow: 2px 2px 2px #fff;
}

#content li.leftHome a.read_more:hover,
#content li.leftHome a.read_more_hover {
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #533900;
	width: 95px;
	height: 22px;
	padding-top: 5px;
	background: url('images/bg_btn01.jpg') no-repeat bottom left;
	text-shadow: 2px 2px 2px #fff;
}

#content li.leftHome hr {
	display: block;
	clear: both;
	margin: 0px;
	margin-bottom:10px;
	padding: 0px;
	height: 0px;
	line-height: 0px;
	border: 1px solid #75C1FF;
	border-width: 1px 0px;
	
}
#content li.leftHome dl dd img.thumb {
	background: #b1d7e5;
	padding: 2px;
	margin: 0px 5px 5px 0px;
}
#content li.leftHome p img {
	display: block;
	background: transparent;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
#content li.leftHome dl dd div.thumb {
	display: block;
	float: left;
	background: #533900;
	padding: 1px;
	margin: 0px 5px 5px 0px;
}

#content li.leftHome dl dd div.thumb a img {
	width: 200px;
	height: 132px;
	border: 8px solid #75C1FF
	
}

#content li.leftHome dl dd div.thumb a:hover img {
	width: 200px;
	height: 132px;
    border: 8px solid #533900;
}
#content li.leftHome dd div.line {
    margin-bottom: 20px;
}
/* @end */
/* @group Right */
#content li.right h3 {
	font-size: 17px;
	color: #533900;
	margin: 0px 0px 5px 0px;
}
#content li.right {
	float: left;
	width: 210px;
	height: auto;
	margin: 0px 0px 0px 42px;
	position: relative;
	top: 0px;
	text-align:left;
	background: #D6D6BE url('images/sidebar_center.jpg') repeat-y top left;
	
}

#content li.right a {
	text-decoration: none;
	background-color:#DEDECB;
	font: 11px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-align: left;
	line-height: 17px;
	color:#533900;
}
#content li.right a:hover {
	text-decoration: none;
	background-color:#DEDECB;
	font: 11px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-align: left;
	line-height: 17px;
	color:#533900;
}

#content li.right span.top {
	display: block;
	clear: both;
	width: 210px;
	height: 40px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	background: #D6D6BE url('images/sidebar_top.jpg') no-repeat top left;
}

#content li.right span.bottom {
	display: block;
	clear: both;
	width: 210px;
	height: 20px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	background: #D6D6BE url('images/sidebar_bottom.jpg') no-repeat bottom left;
}

#content li.right dl {
	margin: 0px 15px;
	padding: 0px;
}

#content li.right dl dt {
	display: block;
	clear: both;
	font: bold 15px "trebuchet ms", Arial, Helvetica, Geneva, sans-serif;
	color: #533900;
	margin: 0px 0px 10px 0px;
}

#content li.right dl dd {
	font: 11px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #533900;
	line-height: 16px;
	display: block;
	clear: both;
	margin: 10px 0px 10px 0px;
}

#content li.right a.read_more {
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #fff; font-weight:bold;
	width: 95px;
	height: 22px;
	padding-top: 5px;
	background: url('images/bg_right.jpg') no-repeat top left;
	text-shadow: 2px 2px 2px #fff;
}

#content li.right a.read_more:hover,
#content li.right a.read_more_hover {
	display: block;
	font-size: 11px;
	text-decoration: none; font-weight:bold;
	text-align: center;
	color: #533900;
	width: 95px;
	height: 22px;
	padding-top: 5px;
	background: url('images/bg_right.jpg') no-repeat bottom left;
	text-shadow: 2px 2px 2px #fff;
}

#content li.right dl dd img.thumb {
	background: #b1d7e5;
	padding: 2px;
	margin: 0px 5px 5px 0px;
}

#content li.right dl dd hr {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	line-height: 0px;
	border: 1px solid red;
	border-width: 1px 0px;
	border-color: #533900 #533900 #533900 #533900;
}
#content li.right dl dd div.thumb {
	display: block;
	float: left;
	background: #fff;
	padding: 1px;
	margin: 0px 5px 5px 0px;
}

#content li.right dl dd div.thumb a img {
	width: 40px;
	height: 33px;
	border: 1px solid #170968;
	
}

#content li.right dl dd div.thumb a:hover img {
	width: 40px;
	height: 33px;
    border: 1px solid #fff;
}
/* @end */
/* @group Footer */
#footer {
	display: block;
	clear: both;
	width: 100%;
	height: 160px;
	background: url('images/backfooter.jpg') repeat-x top left;
	color: #eaeaea;
	font-size: 10px; font-weight:bold;
	font-family: "Arial", Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

#footer a {
	width:auto;
	color: #eaeaea;
	text-decoration: none;
}
#footer a:hover{
	color: #533900;
	text-decoration: none;
}
#footer a.top {
	display: block;
	position: absolute;
	left: 920px;
	width: 11px;
	height: 15px;
	text-align: left;
	text-indent: -10000px !important;
	bottom: 95px;
	background: url('images/arribaD.gif') no-repeat top left;
}
#footer a.top:hover {
	display: block;
	position: absolute;
	left: 920px;
	width: 11px;
	height: 15px;
	text-align: left;
	text-indent: -10000px !important;
	bottom: 95px;
	background: url('images/arribaH.gif') no-repeat top left;
}
/* @end */

/* @group Forms */

form label {
	display: block;
	text-align: left;
	color: #533900;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}
.input {
	border: 1px solid #75C1FF;
	background: #B7E4FF;
	padding: 3px;
	color: #533900;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	line-height: 17px;
	width: 430px;
	margin: 5px 0px;
}

form textarea {
	border: 1px solid #75C1FF;
	background: #B7E4FF;
	padding: 3px;
	color: #533900;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	line-height: 17px;
	width: 430px;
	margin: 5px 0px;
}
.button { background-color:#533900;
	background-image:url(images/bg_btn01.jpg); background-repeat:no-repeat; 
	border:none;
	padding: 0px;
	color: #fff;
	font: 11px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif; font-weight: bold;
	line-height: 17px;
	width: 95px; height:26px;
	margin: 5px 0px;
}
/* @end */
/* lists */
.shortList {
	margin:0;
	padding:0;
}
.shortList li {
	margin-bottom:1px;
	padding:0;
	list-style:none;
	
}
.shortList a:hover {
	background-color:#EBEBE0;
	color:#fff;
}
.shortList a {
	display:block;
	width:560px;
	padding:6px 0 6px 50px;
	background: #EBEBE0 url('images/short.gif') no-repeat 10px 50%;
	color:#533900;
	border-bottom:1px dotted #B1B185;
	text-decoration:none;
	font: 11px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	line-height:17px;
}
.shortList a:hover {
	background:#E3E3D5;
	color:#533900;
	border-bottom:1px dotted #B1B185;
	background: #E3E3D5 url('images/short.gif') no-repeat 10px 50%;
}

/* End */
/* HighSlide specific styles
============================================================================*/

dt a {cursor:url('/xmedia/theme/v1/img/highSlide/zoomin.cur'), pointer; outline:none;}

.highslide-loading {display:block; font-weight:bold; padding:1px 3px; background:#523804; color:#D99300;
font: normal 14px "Swiss", Arial, Helvetica, Geneva, sans-serif; text-decoration:none}

.highslide-image { background:transparent; padding:0px;}


html>body .shortList a {
	width:auto;
}
