body 
{
	font-family: Arial;
	font-size: 12px;
}


/*****LAYOUT STYLES*****/

#container
{
	width: 1197px;
	margin: 0 auto;
}

#header
{
	background: url(/images/logo.gif) no-repeat top left;
	height: 59px;	
	margin-bottom: 11px;
}

#header span
{
	visibility: hidden;	
}

/*****SIDEBAR STYLES*****/

#sidebar-container
{
	width: 386px;
	float: left;
}

#sidebar
{
	padding-top: 9px;
	color: White;	
	background: url(/images/sidebar_bg.gif) repeat-y;
}

.sidebar-footer
{
	padding-bottom: 93px;
	background: url(/images/sidebar_footer_bg.gif) no-repeat bottom;	
	height: 231px;
	overflow: hidden;
}

#sidebar a
{
	color: White;
	text-decoration: none;	
}

/*****NAVIGATION STYLES*****/

#navigation
{
	width: 192px;
	float: left;	
}

#navigation ul
{
	margin: 0;
	padding: 0;	
}

#navigation li
{
	margin: 0;
	list-style: none;	
	width: 156px;
	padding: 0 18px 9px 18px;
	position: relative;
}

#navigation li a
{
	text-transform: uppercase;	
}

#navigation li a:hover
{	
	color: #e50278;
}

#navigation ul li ul
{
	position: absolute;	
	background: White;
	display: none;
	left: 169px;
	top: 0;
	z-index: 1000;
	opacity: .9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);	
}

#navigation ul li:hover, #navigation ul li.sfhover
{
	background: url(/images/current_nav_bg.gif) no-repeat left top;	
}

#navigation ul li:hover ul, #navigation ul li.sfhover ul
{
	display: block;	
	padding: 15px 0;
}

#navigation ul li ul li
{
	padding: 0 10px;
	width: 158px;
	margin: 0;
}

#navigation ul li ul li:hover, #navigation ul li ul li.sfhover
{
	background: none;
}

#navigation ul li ul li a
{
	color: #653600;
	text-transform: none;
}

#navigation ul li ul li a:hover
{
	color: #e50278;
}

/*****END NAVIGATION STYLES*****/

/*****NOTICEBOARD STYLES*****/

#noticeboard
{
	width: 158px;
	float: left;	
	padding: 0 18px;
}

#noticeboard ul
{
	padding: 0;
	margin: 0;
}

#noticeboard ul li
{
	list-style: none;
	background: url(/images/noticeboard_bullet.gif) no-repeat left center;
	padding: 0 0 0 15px;
	margin: 0;	
}

/*****END NOTICEBAR STLYES*****/
/*****END SIDEBAR STYLES*****/

/*****MAIN CONTENT STYLES*****/

#main-content
{
	width: 811px;
	float: left;
	background: #fcf0f6;	
	overflow: hidden;
}

#text-content
{
	background: url(/images/text_content_bg.gif) repeat-y;	
}

.text-content-footer
{
	background: url(/images/text_content_footer_bg.gif) no-repeat bottom;	
}

.content
{
	padding: 23px 37px 130px 37px;
	min-height: 251px;
	height: auto !important;
	height: 251px;
}

.newsletter #main-content .content
{
	min-height: 0;
	height: auto;
	padding-bottom: 0;
}

.newsletter #main-content .newsletter-content
{
	padding: 23px 37px 130px 37px;
}

#page-header-img .content
{
	padding: 0;	
	height: auto;
}

#page-header-img p
{
	margin: 0;
}

/*****FORM STYLES*****/

/*****END FORM STYLES*****/

label
{
	width: 95px;
	float: left;
	line-height: 21px;
	margin: 3px 0;
}

.input
{
	width: 235px;
	border: none;
	margin: 3px 0;
	padding: 3px;
	font-family: Arial;
	font-size: 12px;
}

table label
{
	margin: auto;
	float: none;
	line-height: normal;
	width: auto;	
}

textarea.other
{
	margin-left: 24px;
}

.btn-container
{
	width: 336px;
	text-align: right;
	margin-top: 10px;
}

.error
{
	font-size: 11px;
	color: #e50278;
	display: block;	
}

/*****END MAIN CONTENT STYLES*****/

/*****FOOTER STYLES*****/

/*****END FOOTER STYLES*****/

#footer
{
	width: 1197px;
	margin: 10px auto;
}

.footer-left
{
	width: 386px;
	float: left;
	color: #653600;
}

.footer-right
{
	font-family: Arial;
	font-size: 9px;
	width: 811px;
	float: left;
	color: #666666;
	text-align: right;
}

.footer-right a
{
	text-decoration: none;
	color: #666666
}	

/*****END LAYOUT STYLES*****/

/*****UTILITY STYLES*****/

.clear
{
	font-size: 1px;
	line-height: 0px;	
	clear: both;
}

/*****END UTILITY STYLES*****/

/*****SPLASH PAGE STYLES*****/

body.splash #container
{
	width: 1200px;
}

body.splash #container .content
{
	height: auto;
	min-height: 0;
	padding: 0;
}

/*****END SPLASH PAGE STYLES*****/
