@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: #e4a02f;
	border: 1px solid #CCC;
	background: #eee;
	padding: 10px;
	margin: 0 0 5px 0;
	}
h4 span {
	color: #666;
	}

	
	
/* -- Login Banner Styles -- */

#loginTop {
	width: 902px;
	margin: 0;
	padding: 0;
	height: 5px;
	background: url(images/login_top.jpg) 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;
	margin: 35px 0 0 30px;
	padding: 0;
	float: left;
	}
#login {
	float: right;
	margin: 0 10px 0 0;
	width: 310px;
	}
#login h1 {
	color: #FFF;
	font-size: 1.5em;
	font-weight: normal;
	margin: 20px 0 15px 0;
	}
#login p {
	color: #FFF;
	font-size: .675em;
	}
#login p a:link, #login p a:visited {
	color: #e4a02f;
	text-decoration: underline;
	}
#login p a:hover {
	color: #e4a02f;
	text-decoration: none;
	}
#login label {
	text-transform: uppercase;
	color: #FFF;
	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 #e4a02f;
	background: url(images/login_button_bg.gif) repeat-x;
	float: left;
	margin: 0 0 0 3px;
	padding: 0;
	}
	
/* -- Banner Styles -- */

#banner {
	width: 900px;
	height: 320px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	}
#bannerLside {
	width: 617px;
	height: 320px;
	float: left;
	background: url(images/banner_leftimage.jpg) no-repeat top right #FFF;
	}
#bannerRside {
	width: 282px;
	height: 320px;
	float: left;
	border-left: 1px solid #CCC;
	background: url(images/banner_rightbg.jpg) no-repeat top left #f1f7fe;
	}
#bannerRside h1 {
	color: #2c618d;
	font-size: 1.4em;
	font-weight: normal;
	margin: 22px 0 13px 30px;
	}
#bannerRside h2 {
	color: #2c618d;
	font-size: 1.1em;
	font-weight: normal;
	margin: 20px 0 10px 30px;
	}
#bannerRside p {
	color: #333;
	font-size: .85em;
	margin: 0 25px 15px 30px;
	line-height: 1.2em;
	}
#bannerRside ul {
	margin: 0 0 20px 30px;
}
#bannerRside ul li {
	font-size: .85em;
	margin: 0 0 5px 20px;
	color: #333;
}
#bannerBottom {
	width: 902px;
	height: 5px;
	background: url(images/banner_bottom.gif) no-repeat;
	}
	
/* -- 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: #2c618d;
	font-size: 2.2em;
	font-weight: normal;
	margin: 35px 0 0 0;
	float: left;
	line-height: 1em;
	}
.sliderwrapper .contentdiv h2 {
	color: #666;
	font-size: 1.5em;
	font-weight: normal;
	margin: 10px 0 0 0;
	float: left;
	width: 400px;
	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;
	}