@charset "UTF-8";

/* -- Main Styles -- */

body, html, p, ul, li, ol, td, tr, h1, h2, img, hr, form, input {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	line-height: 1.2em;
	background: #FFF;
	margin: 20px 0;
}

#wrapper {
	width: 902px;
	margin: 0 auto;
}
.clear {
	clear: both;
	height: 0;
	}
h4 {
	font-size: 1.5em;
	text-align: center;
	color: #7db942;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 10px;
	margin: 0 0 5px 0;
	}
h4 span {
	color: #666;
	}
#langBox {
	padding: 3px 0;
	width: 158px;
	text-align: center;
	float: right;
}
#langBox p img {
	margin: 0 3px 0 0;
}
#langBox p {
	font-size: .75em;
}
#langBox p a:link, #langBox p a:visited {
	text-decoration: none;
	color: #007087;
}
#langBox p a:hover {
	text-decoration: underline;
	color: #007087;
}

	
	
/* -- Login Banner Styles -- */

#loginTop {
	width: 902px;
	margin: 0;
	padding: 0;
	height: 5px;
	background: url(images/login_top.gif) no-repeat;
	}
#loginBox {
	width: 902px;
	margin: 0;
	background: url(images/login_box_bg.jpg) repeat-y;
	border-bottom: 1px solid #CCC;
	height: 153px;
	}
#logo h1 {
	float: left;
	font-size: 1.5em;
	font-weight: normal;
	color: #333;
	margin: 15px 0 0 0;
	}
#logo {
	width: 450px;
	height: 45px;
	margin: 30px 0 0 30px;
	padding: 0;
	float: left;
	}
#login {
	float: right;
	margin: 0 10px 0 0;
	width: 310px;
	}
#login h1 {
	color: #7db942;
	font-size: 1.5em;
	font-weight: normal;
	margin: 20px 0 15px 0;
	}
#login p {
	color: #000;
	font-size: .675em;
	}
#login p a:link, #login p a:visited {
	color: #7db942;
	text-decoration: underline;
	}
#login p a:hover {
	color: #7db942;
	text-decoration: none;
	}
#login label {
	text-transform: uppercase;
	color: #000;
	font-size: .75em;
	width: 80px;
	float: left;
	margin: 0 0 5px 0;
	}
#login input {
	width: 140px;
	border: 1px solid #CCC;
	font-size: .7em;
	margin: 0 0 5px 0;
	padding: 3px;
	background: url(images/input_bg.gif) repeat-x top left #FFF;
	float: left;
	}
#login input.button {
	width: 63px;
	height: 22px;
	color: #FFF;
	border: 1px solid #7db942;
	background: url(images/login_button_bg.gif) repeat-x;
	float: left;
	margin: 0 0 0 3px;
	padding: 0;
	}
	
/* -- Banner Styles -- */

#banner {
	width: 902px;
	height: 325px;
	background: url(images/main_image.jpg) no-repeat;
	}
#bannerContent {
	width: 270px;
	margin: 0 0 0 611px;
	padding: 35px 0 0 0;
	}
#bannerContent h1 {
	color: #7db942;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 13px 30px;
	}
#bannerContent h2 {
	color: #7db942;
	font-size: 1.1em;
	font-weight: normal;
	margin: 10px 0 10px 30px;
	}
#bannerContent p {
	color: #333;
	font-size: .85em;
	margin: 0 25px 15px 30px;
	line-height: 1.2em;
	}
#bannerContent ul {
	margin: 0 0 10px 30px;
}
#bannerContent ul li {
	font-size: .85em;
	margin: 0 0 2px 20px;
	color: #333;
}
	
/* -- Rotating Banener Styles -- */

#rotateBanner {
	width: 900px;
	height: 229px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	position: relative;
	}
.rotateTag {
	background: url(images/rotate_tag.gif) no-repeat;
	z-index: 9999;
	width: 223px;
	height: 131px;
	position: absolute;
	right: 0;
	top: 0;
	}
#rotateTop {
	width: 902px;
	height: 5px;
	margin: 10px 0 0 0;
	background: url(images/rotate_top.gif) no-repeat;
	}
#rotateBottom {
	width: 902px;
	height: 5px;
	background: url(images/rotate_bottom.gif) no-repeat;
	}
.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 900px; /*width of featured content slider*/
	height: 205px;
	}

.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	width: 890px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 195px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	background: #FFF;
	-moz-opacity: 1;
	opacity: 1;
	}
.sliderwrapper .contentdiv h1 {
	color: #7db942;
	font-size: 2.1em;
	font-weight: normal;
	margin: 25px 0 0 0;
	float: left;
	line-height: 1em;
	}
.sliderwrapper .contentdiv h2 {
	color: #666;
	font-size: 1.4em;
	font-weight: normal;
	margin: 10px 0 0 0;
	float: left;
	width: 450px;
	line-height: 1.2em;
	}
	
.pagination {
	width: 890px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 0 0 3px 0;
	}

.pagination a {
	padding: 2px 5px;
	text-decoration: none; 
	color: #CCC;
	background: #000000;
	font-size: .7em;
	border: 1px solid #000;
	}

.pagination a:hover, .pagination a.selected {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000;
	font-size: .7em;
	}

/* -- Footer Styles -- */

#footer {
	width: 882px;
	margin: 0 auto;
	padding: 10px;
	}
#footer p {
	font-size: .6em;
	text-align: center;
	color: #666;
	}
.loginError {
width: 300px;
float: right;
margin: 0 10px -13px 0;
padding: 5px;
line-height: 1.1em;
border: 1px solid #CC0000;
background: #FFFFCC;
font-family: Arial, Helvetica, sans-serif;
color: red;
font-size: .65em;
}
