/* CSS Document */
body {
	background-image:url(images/logo.jpg); background-repeat:no-repeat;
	background: #E4D89C;	
	margin: 0px;
	padding: 0px;
}

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

a {
	outline: none;
}

a img {
	border: none;
}

#site {
	background: #E4D89C url() no-repeat top left;
	border: 0px solid red;
	position: relative;
	height: 500px;
	display: block;
	clear: both;
	background-color: #F8CA1A;	background-image:url(images/back.jpg); background-repeat:no-repeat;
}
#container {
	display: block;
	position: absolute;
	top:  0px;
	left: 67px;
	float: left;
	width: 899px;
	height: auto;
	border: 0px solid red;
	/*margin: 30px 0px 0px 67px;*/
}

/* @end

 */

/* @group Navigation */

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

#tabs {
	list-style: none;
	position: absolute;
	top: 91px;
	right: 135px;
	width: auto;
	height: 62px;
	border: 0px solid red;
}

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

#tabs li a {
	display: block;
	float: left;
	width: auto;
	height: 47px;
	padding: 15px 13px 0px 13px;
	color: #9DC733;
	font-size: 12px; font-weight:bold;
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	position: relative;
}

#tabs li a:hover {
	background: url('images/tab_right.jpg') no-repeat top right;
	color: #5D440E; font-weight:bold;
	text-shadow: 0px 0px 0px;
}
#tabs li a.selected {
	background: url('images/tab_right.jpg') no-repeat top right;
	color: #5D440E; font-weight:bold;
	text-shadow: 0px 0px 0px;
}
#tabs li a em {
	display: none;
}

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

/* @end */

/* @group Content */

#content {
	display: block;
	clear: both;
	position: relative;
	width: 899px;
	height: auto;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	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;
}

#content a {
	color: #5D440E;
	text-decoration: none;
}

#content a:hover {
	text-decoration: none;
}

/* @end */

/* @group Left */
#content li.left h4 {
	color: #5D440E;
	margin: 20px 0px 0px 0px;
	padding-left: 0px;
	font-weight:bold;
	font: 11px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	clear:both
}
#content li.left {
	float: left;
	display: inline;
	width: 390px;
	margin: 0px 0px 0px 35px;
}

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

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

#content li.left h3 {
	font-size: 14px;
	color: #5D440E;
	margin: 0px 0px 15px 0px;
}

#content li.left p {
	color: #5D440E;
	font: 11px Tahoma, "trebuchet ms", Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
	line-height: 17px;
	margin: 0px 0px 18px 0px;
}

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

#content li.left p a {
	color: #c48c2f;
	text-decoration: none;
	font-weight:bold;
}

#content li.left p a:hover {
	color: #5D440E;
	text-decoration: none;
	font-weight:bold;
}

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

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

#content li.left hr {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	line-height: 0px;
	border: 1px dotted red;
	border-width: 1px 0px;
	border-color: #a0c633 #a0c633 white white;
}

#content li.left p img {
	display: block;
	background: #b1d7e5;
	padding: 4px;
	margin: 0px 0px 15px 0px;
}

/* @end */

/* @group Center */

#content li.center {
	float: left;
	width: 180px;
	margin: 5px 0px 0px 50px;
}

#content li.center a {
	text-decoration: underline;
}

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

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

#content li.center dl dd {
	font: 11px Tahoma, "trebuchet ms",Arial, Helvetica, Geneva, sans-serif;
	color: #5D440E;
	line-height: 16px;
	display: block;
	clear: both;
	margin: 0px 0px 10px 0px;
}

#content li.center dl dd div.thumb {
	display: block;
	float: left;
	background: #b1d7e5;
	padding: 1px;
	margin: 0px 7px 7px 0px;
}

#content li.center dl dd div.thumb a img {
	width: 47px;
	height: 47px;
	border: 2px solid #b1d7e5;
}

#content li.center dl dd div.thumb a:hover img {
	width: 47px;
	height: 47px;
	border: 2px solid white;
}

#content li.center dl dd hr {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	line-height: 0px;
	border: 1px dotted red;
	border-width: 1px 0px;
	border-color: #F2ECCE #F2ECCE #E4D89C #E4D89C;
}

/* @end */

/* @group Right */
#content li.right h3 {
	font: normal 15px Tahoma, "trebuchet ms", Arial, Helvetica, Geneva, sans-serif; 
	margin: 0px;
	color: #5D440E;
	clear: both;
	margin-bottom:5px;
}
#content li.right {
	float: left;
	width: 410px;
	height: auto;
	margin: 0px 0px 0px 40px;
	position: relative;
	top: 10px;
	background: #FEF4D1 url('images/sidebar_center.jpg') repeat-y top left;
}

#content li.right a {
	text-decoration: underline;
}

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

#content li.right span.bottom {
	display: block;
	clear: both;
	width: 410px;
	height: 12px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	background: #FEF4D1 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 Tahoma, "trebuchet ms", Arial, Helvetica, Geneva, sans-serif;
	color: #5D440E;
	margin: 0px 0px 10px 0px;
}

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

#content li.right a.read_more {
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #F2ECCE;
	width: 95px;
	height: 22px;
	padding-top: 5px;
	background: url('images/bg_read_more_blue.jpg') no-repeat bottom 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;
	text-align: center;
	color: #F2ECCE;
	width: 95px;
	height: 22px;
	padding-top: 5px;
	background: url('images/bg_read_more_blue.jpg') no-repeat top left;
	text-shadow: 2px 2px 2px #fff;
}

#content li.right dl dd img.thumb {
	background: #b1d7e5;
	padding: 2px;
	margin: 0px 7px 7px 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: #F2ECCE #F2ECCE #E4D89C #E4D89C;
}

/* @end */

/* @group Footer */

#footer {
	display: block;
	clear: both;
	width: 899px;
	height: 141px;
	background: url('images/footer.jpg') no-repeat top left;
}

#footer a {
	display: none;
}

/* @end */

/* @group Forms */

form label {
	display: block;
	text-align: left;
	color: #5D440E;
	font-weight:bold;
	font: 11px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	line-height: 17px;
}
.input {
	border: 1px solid #BDD669;
	background: #D6E7A0;
	padding: 3px;
	padding-left:0px;
	color: #5D440E;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	line-height: 17px;
	width: 390px;
	margin: 5px 0px;
	background-image:url(images/bullet6.gif); background-repeat:no-repeat; background-position:left;
}

form textarea {
	border: 1px solid #BDD669;
	background: #D6E7A0;
	padding: 3px;
	color: #5D440E;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	line-height: 17px;
	width: 390px;
	margin: 5px 0px;
}
.button { background-color:#f8ca1a;
	border:none;
	padding: 0px;
	color: #fff;
	font-weight:bold;
	font: 11px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	line-height: 17px;
	width: 95px; height:26px;
	margin: 5px 0px;
	background-image:url(images/back_btn.jpg); background-repeat:no-repeat; background-position:left;}
	
/* @end *//* lists */
.shortList {
	margin:0;
	padding:0;
}
.shortList li {
	margin-bottom:1px;
	padding:0;
	list-style:none;
	
}
.shortList a {
	display:block;
	width:92%;
	padding:6px 0 6px 30px;
	color:#045294;
	border-bottom:1px solid #BDD669;
	background:#D6E7A0;
	text-decoration:none;
	cursor:text;
	font-weight:bold;
	font: 11px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	line-height:17px;
	background-image:url(images/bullet3.gif); background-repeat:no-repeat; background-position:top left;
}
.shortList a:hover {
	background:#fef4d1;
	color:#DF4E2F;
	border-bottom:1px solid #BDD669;
	text-decoration:none;
	font-weight:bold;
	font: 11px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	line-height:17px;
	background-image:url(images/bullet3.gif); background-repeat:no-repeat; background-position:top left;
}
/* 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:#FEF4D1; color:#5D440E;
font: normal 14px Tahoma, Arial, Helvetica, Geneva, sans-serif; text-decoration:none}

.highslide-image {border:1px solid #f8ca1a; background:#FEF4D1; padding:15px;}


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