body {
	max-width: 989px;
	margin: 3px auto 20px auto;
	text-align: left;
/*	background: url("images/bg_body_subpage.gif") repeat-x scroll left top #a6d2e6;*/
	color: #454545;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 14px;
}
body, #jsddm li {
	background: #101d2e;
}
a {
	color: #418aac;
}
a:hover {
	color: #005696;
	text-decoration: none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	color: #000;/*#20608d;*/
}
h1 {
	font-size: 19pt;
	border-bottom: 1px solid #ccc;
}
h2 {
	font-size: 14pt;
}
img {
	border: none;
}
.left {
	padding-left: 19px;
/*	background: url("images/shadow_left.png") repeat-y;*/
}
.right {
	padding-right: 19px;
	display: inline-block;
/*	background: url("images/shadow_right.png") repeat-y right top;*/
}
#content {
	padding: 8px 15px;
	text-align: left;
	background: #fff;
	min-height: 900px;
	clear: both;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.bigbtns {
	font-size: 12pt;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ddd;
	border: 1px solid #ccc;
	padding: 8px;
	background: #ededed;
	background-image: -moz-linear-gradient(top, #fff, #ccc); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #fff, #ccc); /* IE10 */
	background-image: -o-linear-gradient(top, #fff, #ccc); /* Opera 11.10+ */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fff, #ccc); /* Chrome 10+, Saf5.1+ */
	background-image: linear-gradient(top, #fff, #ccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#cccccc'); /* IE6–IE9 */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
a .bigbtns:hover {
	background: #ededed;
}
#contentsub {
	width: 870px;
	padding: 10px;
	border: 1px solid #d8d8d8;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#ads {
	float: right;
	width: 180px;
	margin-left: 20px;
}
#adssub {
	padding: 10px;
	text-align: center;
	border: 1px solid #d8d8d8;
	margin-bottom: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
p {
	text-align: justify;
}



#jsddm {
	margin: 0;
	padding: 0;
}

#jsddm li {
	float: left;
	list-style: none;
	font-size: 13px;
	font-family: helvetica, arial;
}

#jsddm li a {
	display: block;
	padding: 15px 21px;
	text-decoration: none;
/*	border-right: 1px solid white;*/
/*	width: 70px;*/
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	text-shadow: 1px 1px 1px #333;
	background: #4b86cb;
	background-image: url("images/navbg.gif");
	text-align: center;
}

#jsddm li a:hover {
	color: #000;
/*	background: #24313C; */	/* ignored by IE because of background-image */
	background: #fff;
	text-shadow: none;
	background-image: none;
}

#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index: 1000;
/*	border: 1px solid #ccc;*/
}

#jsddm li ul li {
	float: none;
	display: inline;
}
			
#jsddm li ul li a {
	width: auto;
	background: #fff;
	color: #24313C;
	font-size: 13px;
	font-weight: normal;
	padding: 15px 20px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
	text-shadow: none;
}
			
#jsddm li ul li a:hover {
	background: #fff;
	color: #666;
}

#jsddm > li:first-child > a {
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

#jsddm > li:last-child > a {
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}



#slider-wrapper {
	float: left;
	margin-right: 10px;
}

#slider {
	position: relative;
	width: 270px;
	background: url("images/loading.gif") no-repeat 50% 50%;
}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#slider a {
	border: 0;
	display: block;
}
/*
.nivo-controlNav {
	position: absolute;
	left: 260px;
	bottom: -42px;
}
.nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: 0 -22px;
}
*/
.nivo-controlNav {
	display: none;
}


.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url("images/arrows.png") no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}
a.nivo-prevNav {
	left: 15px;
}

.nivo-caption {
	text-shadow: none;
	font-family: Helvetica, Arial, sans-serif;
	z-index: 7;
}
.nivo-caption a { 
	color: #efe9d1;
	text-decoration: underline;
}
