@charset "utf-8";
/* CSS Document */

/* Default html tags definitions ----------------------------------------------------------------- */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7d4d1d;
}
body {
	background-color: #f1fdcd;
	margin: 0px;
}
a {
	color: #a6865f;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #8a4d1f;
}
a:active {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	color: #f58220;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #f58220;
	text-transform: uppercase;
	border-bottom: 1px dotted #f58220;
	margin-top: 0;
}
h2 a, h2 a:hover {
	color: #f58220;
	text-decoration: none;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #f58220;
	border-bottom: 1px dotted #f58220;
	margin-top: 0;
}
h4 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin-top: 0;
	float: left;
}

/* Layout styles -------------------------------------------------------------------------------- */
div#topcontainer {
	height: 126px;
	width: 100%;
	background: #e6f6b4;
	position: relative;
	z-index: 100;
}
div#header {
	width: 820px;
	height: 126px;
	background: #ebf8c3;
	margin: 0 auto;
}
div#header h1 {
	width: 750px;
	height: 90px;
	margin: 0 auto;
	display: block;
}
div#header h1 a {
	background: url(images/header.gif) no-repeat 0 0;
	width: 750px;
	height: 90px;
	text-indent: -999em;
	display: block;
}

div#maincontainer {
	width: 100%;
	/*height: 1045px;*/
	background: #a0c742 url(images/bg_main.gif) repeat-x 0 0;
}
div#maincontainer .sleeve {
	background: #afd04e url(images/bg_sleeve.gif) repeat-x 0 0;
	width: 820px;
	/*height: 1045px;*/
	margin: 0 auto;
}
div#maincontainer .flash {
	padding-top: 9px;
	background: none;
}
div#maincontainer .sleeve2 {
	width: 100%;
	margin: -70px 0 0;
	min-height: 88px;
	background: #f1fdcd;
	position: relative;
	z-index: 20;
}
*html .sleeve2 {
	height: 88px;
}
body#home .sleeve2 {
	min-height: 10px;
	margin: 0;
}
*html body#home.sleeve2 {
	height: 10px;
}
div#flash {
}
div#topimage {
	width: 820px;
	height: 204px;
	padding: 0;
	margin: 0 0 4px 0;
	display: block;
}
div#topimage.image01 {
	background: url(images/topimg_01.jpg) no-repeat 50% 0;
}
div#contentholder {
	width: 759px;
	margin: 0 auto;
	background: #f9fdeb url(images/content_bg.gif) repeat-y 0 0;
	position: relative;
	z-index: 50;
}
div#content {
	width: 759px;
	margin: 0;
	background: url(images/content_top.gif) no-repeat 0 0;
	padding-top: 28px;
}
div#content .left {
	width: 185px;
	padding: 0 20px;
	float: left;
}
div#content .right {
	width: 475px;
	padding: 0 25px;
	float: left;
}
div#content .bottom {
	width: 100%;
	height: 28px;
	background: url(images/content_bottom.gif) no-repeat 0 0;
}
div#content ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 12px;
	list-style: none;
}
div#content .right ul {
	padding-left: 30px;
}
div#content li {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(images/bullet_content.gif) no-repeat 0 6px;
	line-height: 22px;
}
div#content li a {
	color: #7d4d1d;
	text-decoration: none;
	font-weight: bold;
}
div#content li a:hover, div#content li.on a {
	color: #F58220;
}
div#bottomcontainer {
	width: 100%;
	height: 122px;
	background: #f1fdcd;
	padding: 0;
	margin: 0;
}
div#footer {
	width: 100%;
	height: 26px;
	background: #d7df23;
	color: #a6865f;
	text-transform: uppercase;
	line-height: 26px;
}
div#footer .sleeve {
	width: 750px;
	margin: 0 auto;
}
div#footer .left {
	float: left;
}
div#footer .right {
	float: right;
}
div#bottomcontainer .welcome {
	width: 750px;
	margin: 30px auto;
	text-align: center;
	font-size: 18px;
	color: #7d4d1d;
}
div#bottomcontainer .welcome a {
	height: 22px;
	line-height: 22px;
	padding: 2px 0 5px 30px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
div#bottomcontainer .welcome a.skip {
	background: url(images/button_skip.gif) no-repeat 0 0;
}
div#bottomcontainer .welcome a.ser {
	background: url(images/serbia.gif) no-repeat 0 0;
	padding-left: 35px;
}
div#bottomcontainer .welcome a.uk {
	background: url(images/uk.gif) no-repeat 0 0;
	padding-left: 35px;
}
div#bottomnav {
	width: 750px;
	margin: 30px auto 0;
	padding: 0 0 30px 0;
	text-align: center;
	font-size: 11px;
}
div#bottomnav a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 20px;
	padding: 0 14px;
	color: #b0b0b0;
	background: url(images/bullet_footer.gif) no-repeat 0 2px;
}
div#bottomnav a:hover {
	color: #a0a0a0;
	text-decoration: underline;
}
.clear {
	margin: 0;
	padding: 0;
	height: 1px;
	clear: both;
}
div#content .top {
	width: auto;
	float: right;
	margin: -35px 0 0 0;
	display: block;
}
*html div#content .top {
}
div#content .top a {
	background: url(images/arrow_top.gif) no-repeat 100% 2px;
	padding-right: 13px;
	font-size: 11px;
	text-decoration: none;
	color: #7D4D1D;
}
div#content .top a:hover {
	color: #F58220;
}

div#content a.imgleft {
	margin: 0 20px 20px;
	float: left;
	width: 200px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #7D4D1D;
}
div#content a.imgcenter {
	width: 200px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #7D4D1D;
}
div#content a.imglink {
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #7D4D1D;
}
div#content a.imgright {
	margin: 0 0 20px 20px;
	float: left;
	width: 200px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #7D4D1D;
}
div#content a img {
	border: none;
}
div#content a.imgleft:hover, div#content a.imgcenter:hover, div#content a.imgright:hover {
	color: #A6865F;
}
div#content img.floatleft {
	float: left;
	margin: 0 10px 5px 0;
	display: block;
}
div#content img.floatright {
	float: right;
	margin: -35px 0 5px 10px;
	display: block;
}
div#content p {
	clear: both;
}
div#content ul.tim {
	padding-left: 0;
}
div#content ul.tim li {
	clear: both;
	line-height: normal;
	padding-top: 3px;
}
div#content hr {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px dotted #F58220;
	height: 1px;
	margin: 10px 0;
	display: block;
	clear: both;
}
div#content .flashcenter {
	width: 235px;
	margin: 0 auto;
}
div.paging {
	text-align: right;
	font-size: 16px;
	color: #000;
}
div.paging span {
	padding: 0 0 0 15px;
	background: url(images/bullet_content.gif) no-repeat scroll 0 6px transparent;
}
div.paging a {
	text-decoration: none;
}
div.paging a.active {
	color: #000;
}
