/* GLOBAL TAGS */

body {margin: 0; padding: 0 0 12px 0; background-color: #A01377; background-image: url(../img/body_fill.jpg); color: #000; font-family: Verdana, sans-serif; font-size: 11px;}
h1 {font-size: 22px; color: #CC0033;}
a {color: #CE9A00; font-weight: bold;}
a:hover {text-decoration: none;}

/* GLOBAL CLASSES */

div.page {margin: 0 auto; width: 950px; overflow: hidden; position: relative;}
ul.links, ul.menu {display: block; clear: both; overflow: hidden; text-decoration: none; margin: 0; padding: 0;}
ul.links li, ul.menu li {display: block; float: left; margin: 0;}
ul.links li a, ul.menu li a {text-decoration: none; font-weight: normal;}

/* HEADER STYLES */

#header {overflow: hidden;}
#header ul.links {line-height: 14px; margin: 10px 0; float: right; padding-right: 10px;}
#header ul.links li {padding-right: 10px; margin-right: 10px; border-right: 1px solid #FFF;}
#header ul.links li.last {border: none; padding: 0; margin: 0;}
#header ul.links li a {color: #FFF;}
#header ul.links li a:hover {text-decoration: underline;}

#header #title {text-indent: -200px; height: 162px; background: #FFF url(../img/home_header_bg.gif) no-repeat left top; clear: both; margin: 0; border: 10px solid #FFF; border-bottom: none;}
#home #header #title {background-image: url(../img/home_header_bg.gif);}

#header ul.menu {padding: 0 15px; font-family: Arial, sans-serif; font-weight: bold; letter-spacing: 1px; background: #4F85B5; text-transform: uppercase; overflow: hidden; margin-bottom: 10px;}
#header ul.menu li {}
#header ul.menu li a {color: #FFF; font-weight: bold; display: block; padding: 5px 15px;}
#header ul.menu li a:hover {background: #34689A;}
#header ul.subMenu {position: absolute; z-index: 1000; background: #D6E1E2;}
#header ul.subMenu li {float: none; clear: both; border-bottom: 1px solid #FFF;}
#header ul.subMenu li a {color: #34689A;}
#header ul.subMenu li a:hover {color: #FFF;}

/* CONTENT STYLES */

#content {background: #FFF url(../img/content_fill.gif); overflow: hidden; zoom: 1; border: 10px solid #FFF; margin-bottom: 10px;}

#content #main {width: 670px; float: right; background-color: #FBF6E8; padding: 10px 15px;}
#content #main h2 {color: #34689A; font-size: 16px; margin-bottom: 5px;}

#content #sidebar {width: 230px; float: left; background: #F4E4BE; padding-bottom: 10px;}
#content #sidebar h2 {font-size: 10px; color: #FFF; background-color: #4F85B5; padding: 2px 5px; margin-bottom: 5px; display: block;}
#content #sidebar p {padding: 0 10px;}
#content #sidebar ul {list-style-type: none; margin: 0; padding: 0 10px;}
#content #sidebar ul li {margin: 0;}
#content #sidebar ul li a {text-decoration: none;}
#content #sidebar ul li a:hover {text-decoration: underline;}

/* FOOTER STYLES */

#footer {padding: 0 10px; margin-bottom: 20px; overflow: hidden; zoom: 1;}
#footer p.copyright {margin: 0; color: #FFF;}
#footer ul.links {line-height: 30px;}
#footer ul.links li {margin-right: 15px;}
#footer ul.links li a {color: #999;}
#footer ul.links li a:hover {text-decoration: underline;}

/* SLIDESHOW STYLES */

#slideshow {
	width: 550px;
	height: 280px;
	margin-bottom: 20px;
	position: relative;
}
#slideshow div.slides {
	width: 550px;
	height: 280px;
	background-color: #CE9A00;
}
#slideshow div.slides div {
	width: 550px;
	height: 280px;
	cursor: pointer;
}
#slideshow div.slides div img {
	display: block;
	border: none;
}
#slideshow div.slides div p {
	color: #FFF;
	display: block;
	height: 15px;
	width: 530px;
	padding: 10px;
	margin: 0;
	line-height: 1.1em;
	margin-top: 25px;
}

#slideshow div.pager, #slideshow div.nav  {
	position: absolute;
	z-index: 100;
	bottom: 35px;
	right: 0;
	height: 25px;
	font-size: 10px;
	background-color: #4F85B5;
	text-align: right;
}
#slideshow div.pager a, #slideshow div.nav a {
	text-decoration: none;
	color: #FFF;
	display: block;
	float: left;
	width: 25px;
	height: 15px;
	text-align: center;
	padding: 5px 0;
	outline: none;
}
#slideshow div.pager a:hover, #slideshow div.pager a.activeSlide, #slideshow div.nav a:hover {
	background-color: #34689A;
}
#slideshow div.nav {
	left: 0;
	width: 550px;
	text-align: left;
	z-index: 99;
}
#slideshow div.nav a.play {
	display: none;
}
