@charset "utf-8";
/* CSS Reset browsers */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

* { margin: 0; padding: 0; }

body {
	margin: 0;
	padding: 0;
	font: 12px/17px Tahoma, Verdana, Arial;
	text-align: left;
	text-decoration: none;
	background: #edc00b url(../img/body_bg.gif) repeat-x top left;
}

div#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

header#top {
	height: 316px;
	background: url(../img/header_img.gif) no-repeat top left;
	margin: 0;
	padding: 0;
}

header#top img#logo {
	margin: 0;
	padding: 20px 0 0 20px;
}

nav#top-nav {
	height: 64px;
	background: url(../img/menu_bg.gif) repeat-x top left;
	font-size: 15px;
	border-radius: 10px;
	overflow: hidden;
}

nav#top-nav ul {
	list-style: none;
}

nav#top-nav ul li {
	float: left;
	width: 120px;
	text-align: center;
	line-height: 62px;
	height: 64px;
	font-weight: bold;
}

nav#top-nav div.divider {
	width: 2px;
	height: 64px;
	float: left;
	background: url(../img/menu_divider.gif) no-repeat center center;
}

nav#top-nav ul li a {
	color: #ffffff;
	text-decoration: none;
}

nav#top-nav ul li  a:hover {
	color: #f8d720;
	
}

section#content {
	margin: 0 auto;
	padding: 15px 0 0 0;
}

section#left-box {
	width: 710px;
	float: left;
	margin: 0;
	padding: 0;
}

section#left-box header#left-top {
	height: 51px;
	background: url(../img/black_bg.gif) repeat-x top left;
	border-radius: 10px 10px 0 0;
	color: #f8d720;
	font-weight: bold;
	line-height: 50px;
	font-size: 15px;
	padding: 0 0 0 8px;
}

section#left-box div#left-middle h2 {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #f8d720;
	font-weight: bold;
}

section#left-box div#left-middle a { color: #1e1e1e; }

section#left-box div#left-middle ul { padding: 12px 0 12px 40px; }

section#left-box div#left {
	float: left;
	width: 200px;
	font-weight: bold;
	line-height: 25px;
	padding:  0 0 0 5px;
}

section#left-box div#right {
	line-height: 25px;
}

section#left-box iframe {
	padding: 10px 0 0 5px;
}

section#left-box div#left-middle {
	background: #FFFFFF;
	padding: 5px;
	border-radius: 0 0 10px 10px;
}

section#left-box div#left-middle p {
	padding: 4px 0 4px 0;
}


section#right-box {
	width: 250px;
	float: left;
	margin: 0 0 0 35px;
	padding: 0;
}

section#right-box div#right-middle img.banners {
	width: 240px;
	height: 240px;
	padding: 4px 0 0 5px;
	margin: 0;
}

div.clearer { clear: both; }

footer {
	height: 53px;
	background: url(../img/footer_bg.gif) repeat-x top left;
	border-radius: 10px;
	font-weight: bold;
	font-size: 13px;
	line-height: 50px;
	color: #686868;
	margin: 0;
	padding: 0 0 0 8px;
}

footer p a {
	color: #686868;
}


footer div#social {
	float: right;
	margin: -40px 10px 0 0;
}

