@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: 13px/20px Tahoma, Verdana, Arial;
	text-align: left;
	background: #370032 url(../img/body_bg.gif) repeat-x top left;
}

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

header#top {
	height: 120px;
}

header#top img#logo {
	width: 350px;
	height: 80px;
	position: relative;
	top: 18px;
	left: 14px;
}

div#social {
	float: right;
	margin: 0;
	padding: 50px 30px 0 0;
}

nav#top-nav {
	height: 40px;
	background: url(../img/menu_bg.gif) repeat-x center center;
	overflow: hidden;
	border-radius: 7px 7px 0 0;
}

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

nav#top-nav ul li {
	float: left;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 5px 0 0 5px;
}

nav#top-nav ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 30px 0 30px;
}

nav#top-nav ul li  a:hover, nav#top-nav ul li  a.active {
	background: url(../img/menu_hover.gif) repeat-x top left;
	margin: 4px 0 0 0;
	border-radius: 7px 7px 0 0;
	color: #ab1658;
}

section#slideshow {
	height: 311px;
	/*background: url(../img/banner_bg.gif) repeat-x top left;*/
	background: #c1bfc1;
	margin: 10px 0 10px 0;
}

section#slideshow .nivoSlider {
	position: relative;
	width: 800px;
	height: 300px;
	margin: auto;
	padding: 0;
	top: 5px;
	left: 0;
}

section#slideshow .nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 6px;
	display: none;
}

section#content {
	width: 1000px;
	height: auto;
	background: #f2ebf3 url(../img/content_bg.gif) repeat-x top left;
	margin: 0;
	padding: 10px 0 0 0;
}

section#left-box {
	width: 735px;
	height: auto;
	word-wrap: break-word;
	margin: 0 0 0 5px;
	padding: 0;
	float: left;
}

section#left-box header#left-top {
	height: 40px;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	background: #390019 url("../img/menu_bg.gif") repeat-x center center;
	border-radius: 10px 10px 0 0;
	line-height: 37px;
	text-align: center;
	margin: 0;
	padding: 0;
}

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

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

section#left-box div#left-middle p {
	text-align: justify;
	margin: 0;
	padding: 5px 0 5px 0;
}

section#left-box div#left-middle b {
	font-weight: bold;
	color: #470042;
}

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

section#left-box div#left-middle a:hover { color: #b10e56; }

section#left-box div#left-middle ul {
	padding: 10px 0 10px 50px;
}

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

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

section#left-box iframe {
	padding: 10px 0 0 7px;
}
 
section#right-box {
	width: 240px;
	height: auto;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	word-wrap: break-word;
}

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

div.clearer { clear: both; }

footer {
	height: 62px;
	background: url(../img/footer_bg.gif) repeat-x top left;
}

footer p {
	text-align: center;
	color: #b699b3;
	padding: 0;
	margin: 0;
	line-height: 65px;
	font-size: 12px;
	font-weight: bold;
}

footer p a {
	color: #b699b3;
	text-decoration: none;s
}

