* {
	margin: 0;
	padding: 0;
	outline:0;
}
body {
	font-size: 13px;
	line-height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	color: #5b5b5b;
	background: #e8e9e9;
}
a {
	color: #518092;
	text-decoration: underline;
	cursor:pointer;
}

a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}

.article-link {color:#333;
	text-decoration: none;
	size:16px;
	cursor:pointer;}
	
	
.article-link a {color:#333;
	text-decoration: none;
	size:16px;
	cursor:pointer;}
	
	.article-link:hover { color:#999; }
	
input, textarea, select {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	overflow: auto;
}
fieldset {
	border:0;
}
h2, h3, h4 {
	font-family: Georgia, Serif;
	font-weight:normal;
}
h2 {
	color:#222325;
	font-size:21px;
	line-height:33px;
	padding-bottom:5px;
}
h3 {
	font-size:19px;
	color:#000000;
	line-height:31px;
	padding-bottom:8px;
}
h4 {
	font-size:18px;
	color:#000000;
	line-height:18px;
}
.cl {
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	clear: both;
}
.notext {
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
.left, .alignleft {
	float: left;
	display: inline;
}
.right, .alignright {
	float: right;
	display: inline;
}
#shell {
	width:964px;
	margin:0 auto;
	background-color:#e8e9e9;
}
.big-box {
	background:url(images/big-box-middle.gif) repeat-y;
	height:100%;
}
.big-box .bg-top {
	background:url(images/big-box-top.gif) top no-repeat;
}
.big-box .bg-bottom {
	background:url(images/big-box-bottom.gif) bottom no-repeat;
}
.big-box .bg-bottom {
	padding:20px;
}
#header .bg-bottom {
	padding:30px 20px 26px 33px;
	height:100%;
}
#logo {
	float:left;
	font-size: 0;
	line-height: 0;
	padding-top:11px;
}
#logo a {
	display:block;
	text-indent: -4000px;
	width:280px;
	height:105px;
	background:url(images/);
}
#search {
	float:right;
	padding:50px 11px 0 0;
}
#search fieldset {
	float:left;
}
#search .field {
	color:#666;
	border:0px solid #ccc;
	padding:10px;
	height:50px;
	width:280px;
	float:left;
	margin-right:9px;
}

#searchsubmit {
border:none;
background:url(../images/search-button.jpg); no-repeat left top;
cursor: pointer;
display:inline;
height:66px;
letter-spacing:100px;/*moves text out of way for ie*/
text-indent: -9999px;
width:53px;}

#navigation {
	padding:5px 0 7px 1px;
	position:relative;
	z-index:10;
}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	float:left;
	font-size:14px;
	line-height:42px;
	position:relative;
}
#navigation ul li a, #navigation ul li a span {
	float:left;
	background-position:left top;
}
#navigation ul li a {
	color:#000000;
	text-decoration:none;
	padding-left:5px;
}
#navigation ul li a span {
	padding:0 16px 0 11px;
	background-position:right top;
	
}
#navigation ul li a.active, #navigation ul li a.active span, #navigation ul li a:hover, #navigation ul li a:hover span {
	color:#fff;
	background-color:#407caa;
}
#navigation ul li.has-dd a span {
	padding:0 26px 0 11px;
	background:url(images/navigation-dd-arrow.gif) right top no-repeat;
}
#navigation ul li.has-dd a.active span, #navigation ul li.has-dd a:hover span {
	background-image:url(images/navigation-active-dropdown.gif);
}
#navigation .dd {
	position:absolute;
	top:42px;
	left:0;
	background:#ece9dd;
	border:1px solid #847d62;
	display:none;
	padding:4px;
}
#navigation .dd li {
	float:none;
	display:block;
	font-size:14px;
	line-height:16px;
	border-bottom:1px solid #847d62;
}
#navigation .dd li a {
	float:none;
	display:block;
	padding:5px 0;
	white-space:nowrap;
	height:100%;
}
#navigation .dd li a.active, #navigation .dd li a:hover {
	background:none;
	color:#000;
}
#navigation .dd li.last {
	border-bottom:0;
}
.slider {
	background:#f4f4f4;
	border:1px solid #ece9dd;
	margin-bottom:32px;
}
.slider ul {
	list-style:none;
}
.slider li {
	float:left;
}
.slider .image {
	float:left;
	padding:1px;
	border:1px solid #e3e3e3;
}
.slider .image img {
	float:left;
}
.slider .data {
	float:right;
	width:328px;
	padding-right:15px;
	
}
.slider .data p {
	padding-bottom:22px;
}
#big-slider {
	position:relative;
	height:100%;
}
#big-slider .slider-bg, #big-slider .jcarousel-container {
	width:904px;
	height:275px;
	position:relative;
	z-index:2;
}
#big-slider .jcarousel-container {
	padding:0 9px;
}
#big-slider .slider-bg ul {
	position:relative;
}
#big-slider .slider-bg ul li {
	width:904px;
	padding:10px 0;
}
#big-slider .jcarousel-clip {
	width:904px;
	overflow:hidden;
	position:relative;
}
#big-slider .jcarousel-next, #big-slider .jcarousel-prev {
	width:67px;
	height:24px;
	position:absolute;
	bottom:6px;
	cursor:pointer;
	z-index:3;
}
#big-slider .jcarousel-next {
	right:-4px;
	background:url(images/big-slider-next.png);
}
#big-slider .jcarousel-prev {
	left:-4px;
	background:url(images/big-slider-prev.png);
}
#big-slider .slider-link {
	position:absolute;
	bottom:7px;
	right:68px;
	width:25px;
	height:23px;
	background:url(images/slider-link.png);
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	z-index:3;
}
#small-slider .slider-head {
	border-bottom:1px solid #edeadf;
	padding:4px 0 3px 9px;
	margin:0 1px 15px;
	height:100%;
}
#small-slider .slider-head h4 {
	float:left;
	padding-top:2px;
}
#small-slider .slider-head .categories {
	float:right;
	padding-right:10px;
}
#small-slider .slider-head a {
	color:#8a8368;
	margin-left:17px;
}
#small-slider .slider-head a.active, #small-slider .slider-head a:hover {
	color:#d20300;
	text-decoration:none;
}
#small-slider .slider-head a.active:hover {
	text-decoration:underline;
}
#small-slider .slider-bg {
	padding:0 51px;
	width:820px;
	height:105px;
	padding-bottom:16px;
	position:relative;
	cursor:pointer;
}
#small-slider .jcarousel-clip, #small-slider ul {
	width:836px;
	height:105px;
	overflow:hidden;
	position:relative;
}
#small-slider li {
	margin-right:16px;
	width:101px;
}
#small-slider li a {
	background:#fff;
	padding:1px;
	border:1px solid #dbd5bf;
	float:left;
	position:relative;
}
#small-slider li img {
	float:left;
}
#small-slider li span {
	position:absolute;
	top:0;
	left:0;
	width:101px;
	height:101px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
#small-slider li a:hover {
	border:1px solid #d20300;
}
#small-slider li a:hover span {
	background:url(images/small-slider-magnifier.png);
}
#small-slider .jcarousel-prev, #small-slider .jcarousel-next {
	width:29px;
	height:24px;
	position:absolute;
	top:38px;
}
#small-slider .jcarousel-next {
	background:url(images/small-slider-next.gif);
	right:-4px;
}
#small-slider .jcarousel-prev {
	background:url(images/small-slider-prev.gif);
	left:-4px;
}
#main .bg-bottom {
	padding-bottom:0;
}
.text-block {
	padding-left:12px;
}
.box {
	float:left;
	width:200px;
	margin:0 62px 28px 0;
	height:195px;
}

.box div {width:279px;}

.last {
	margin-right:0 !important;padding-left:10px;  padding-bottom:3px;
}

.lowerbox {
	background-color:#b5c8d9;
	height:220px;
	color:#000000;
	width:275px;
}

.lowerbox h3 { font-size:19px; padding-left:12px; color:#000000; font-family:Georgia;}

.lowerbox p { padding-left:15px;}

.lowerbox a { color:#407caa; }

#content {
	width:570px;
	background-color:#cadbea;
	margin-right:35px;
}
#footer {
	padding:10px 0;
}
#footer p {
	color:#8c8772;
	font-size:12px;
	text-align:right;
}
#footer a {
	color:#8c8772;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

.box-padding {padding-left:10px;}
#shell #main .bg-top .bg-bottom .text-block tr td table tr td div strong {
	font-family: Arial, Helvetica, sans-serif;
}
#shell #main .bg-top .bg-bottom .text-block tr td table tr td h3 {
	font-family: Arial, Helvetica, sans-serif;
}
#shell #main .bg-top .bg-bottom .text-block tr td table tr td table tr td p strong {
	color: #0000A0;
}
#shell #main .bg-top .bg-bottom .text-block tr td table tr td div strong {
	color: #0000A0;
}
#shell #main .bg-top .bg-bottom .text-block tr td table tr td table tr td div p strong {
	color: #0000A0;
}
#shell #main .bg-top .bg-bottom .text-block tr td table tr td table tr td p strong {
	color: #666666;
}
#shell #main .bg-top .bg-bottom .text-block tr td table tr td table tr td div p strong {
	color: #C0C0C0;
}
#shell #main .bg-top .bg-bottom .text-block tr td table tr td table tr td div p strong {
	color: #808080;
}
#shell #main .bg-top .bg-bottom .text-block tr td table tr td table tr td div p strong {
	color: #FF00FF;
}
#shell #main .bg-top .bg-bottom .text-block tr td table tr td table tr td div p strong {
	color: #C0C0C0;
}
#shell #main .bg-top .bg-bottom .text-block tr td table tr td table tr td div p strong {
	color: #808080;
}
#shell #main .bg-top .bg-bottom .text-block tr td table tr td div strong {
	color: #808080;
}
#shell #main .bg-top .bg-bottom .text-block tr td table tr td table tr td div p strong {
	color: #808080;
}
#navigation ul div h3 {
	font-family: Georgia, Times New Roman, Times, serif;
}
#navigation ul div h3 strong {
	font-family: Verdana, Geneva, sans-serif;
}
#navigation ul div h3 {
	font-family: Verdana, Geneva, sans-serif;
}
#navigation ul div h3 {
	font-family: Arial, Helvetica, sans-serif;
}
#navigation ul div h3 strong {
	font-family: Arial, Helvetica, sans-serif;
}
