@charset "utf-8";





html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}
.hidden {
	display: none;
}
#page-container {
	width: 861px;
	margin: auto;
}
#header {
	height: 94px;
	margin: 0px 0 4px 0;
}
#logo {
	float: left;
	margin-top: 15px;
	margin-left:10px;
}
#subscribe {
	float: right;
	height: 70px;
	width: 279px;
	background:bottom;
	background-image:url(images/subscribe_round.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding:0;
}
#main-nav {
	position: relative;
	height: 25px;
	z-index: 1000;
}
ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}
#main-nav ul li {
	position: relative;
	float: left;
	width: 123px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	display: block;
}
#nav li { /* all list items */
	float: left;
	width: 123px;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #d7dde3; /*DO NOT delete*/
	left: -999em;
}
#main-nav ul li a {
	display: block;
	font-size: 11px;
	text-decoration: none;
	line-height: 13px;
	color:#000000;
	padding: 3px;
	background: #ececec;
	text-align: center;
	border: 1px solid #ccc;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -1.5em 0 0 10em;
	z-index:5000;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li ol {
	list-style:none;
	margin-left:83px;
	position: absolute;
	width:50px;
	margin-top:21px;
	background:none;
}
#content-flash {
	z-index: 0;
	height: 146px;
}
#sidebar-a {
	float: right;
	width: 330px;
	margin-top:5px;
	/*	height: 190px;  */
	height: 178px;
	background:#EFEFEF;
	border:solid thin #E7E7E7;
}
#sidebar-a h3 {
	font-size: 12px;
	font-weight: 500;
	color: #000000;
	padding-left: 2px;/*font-variant: small-caps;*/
}
#sidebar-a h4 {
	font-size: 12px;
	font-weight:400;
	margin: 5px;
	background:#FFF;
}
.sidebar {
	display: block;
	padding:6px;
	border-bottom: solid thin #E7E7E7;
}
.sidebar1 {
	display: block;
	padding:6px;
	border-bottom: solid thin #E7E7E7;
	background:url(images/first_section_sidebar.jpg) right;
	background-repeat:no-repeat;
}
.sidebar2 {
	display: block;
	padding:6px;
	border-bottom: solid thin #E7E7E7;
	background:url(images/second_section_sidebar.jpg) right;
	background-repeat:no-repeat;
}
#content {
	float: left;
	width: 515px;
	height: 230px;
	margin-top: 5px;
	margin-bottom:8px;
	background:#EFEFEF;
	border:solid thin #E7E7E7;
}
#content ul {
	font-size: 14px;
	font-weight:400;
	color:#333333;
	padding-left: 15px;
	padding-top: 10px;
	text-decoration: none;
	width: 509px;
}
#content li {
	width: 225px;
	margin: 10px 0 0 10px;
	padding: 0 5px 0 0;
	line-height: 15px;
	float: left;
	list-style: none;
}
#content a:link, a:visited, #sidebar-a a:link, a:visited {
	text-decoration: none;
	color: #333333;
}
#content a:hover, a:active, #sidebar-a a:hover, a:active {
	text-decoration: underline;
	color: #333333;
}
#footer {
	clear: both;
	height: 25px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	font-size:10px;
	text-align:center;
	padding-top: 10px;
}
#searchform {
	padding: 30px 0 0 55px;
}
.submit_arrows {
	margin-left: 5px;
}
.form_field {
	background: url(images/subscribe_field.png) no-repeat;
	border: none;
	width: 119px;
	height: 34px;
	margin:0;
	padding:0px;
	font-size:10px;
	line-height: 34px;
	color: #565759;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
}
textarea, input {
	outline:none;
}
/* The Nivo Slider styles */


/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.6; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
	font-weight:bold;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	display:block;
	width:22px;
	height:36px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	position:absolute;
	top:50%;
	z-index:99;
	cursor:pointer;
}
a.nivo-nextNav {
	background-position:-22px 0;
	right:5px;
}
a.nivo-prevNav {
	left:5px;
}
#slider {
	position:relative;
	/*	background:url(images/loading.gif) no-repeat 50% 50%; */
	width: 505px;
	height: 220px;
	margin: 5px;
}
#slider img {
	position: absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	display:block;
	border:0;
}
a {
outline: none;
}
