/* general (global) declarations */

html
{
	height: 100%;
	margin-bottom: 1px;
}
body
{
	background: #000;
	color: #FF8C00;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 135%;
	margin: 0;
	padding: 0;
}
p
{
	margin-bottom: 15px;
	margin-top: 10px;
}
h1, h2, h3, h4, h4
{
	margin: 15px 0 0 0;
	padding-bottom: 5px;
}
h1
{
	font-size: 200%;
}
h2
{
	font-size: 180%;
}
h3
{
	color: #FF8C00;
	font-size: 150%;
}
h4
{
	color: #fff;
	font-size: 120%;
}
a
{
	color: #c12c04;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
ul li
{
	list-style: square;
	margin-bottom: 5px;
}
fieldset
{
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 20px solid #eee;
	margin-bottom: 20px;
	padding: 20px;
}
a img
{
	border: 0;
}

/* classes, ids, etc. */
.wrapper
{
	margin: 0 auto;
	width: 934px;
}
.contentheading, .componentheading
{
	font-weight: bold;
}

#header .wrapper, #banner .wrapper, #menu .wrapper
{
	width: 970px;
}
div#header
{
	background: url(../images/header-bg.png) 50% 0 repeat-x;
	height: 90px;
}
#logo
{
	background: url(../images/site-logo.png) 0 0 no-repeat;
	border: 0;
	float: left;
	height: 90px;
	margin-left: 13px;
	width: 377px;
}
#top-short-menu-l
{
	background: url(../images/top-short-menu-l.png) no-repeat;
	float: right;
	height: 25px;
	width: 20px;
}
#top-short-menu-c
{
	background: url(../images/top-short-menu-c.png) repeat-x;
	color: #fff;
	float: right;
	font-weight: bold;
	height: 25px;
	text-align: center;
}
#top-short-menu-r
{
	background: url(../images/top-short-menu-r.png) no-repeat;
	float: right;
	height: 25px;
	width: 20px;
}
#top-short-menu-c ul
{
	margin: 0;
	padding: 0;
}
#top-short-menu-c li.active a, #top-short-menu-c li.active a:hover
{
	color: #fff;
}
#top-short-menu-c li
{
	float: left;
	list-style: none;
}
div#top-short-menu-c a
{
	border-bottom: 0;
	color: #fff;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 15px;
	text-decoration: none;
}
div#top-short-menu-c a:hover
{
	color: #fff;
}
#banner .wrapper
{
	padding-top: 1px;
	position: relative;
	width: 960px;
}
#banner
{
	background: #000 url(../images/header.png) 50% 0 no-repeat;
	height: 212px;
}
#menu
{
	background: #101010 url(../images/tab-bg.png) 0 0 repeat-x;
	height: 47px;
	overflow: hidden;
}
#menu-sub
{
	background: #FF8C00 url(../images/tab-bg.png) 0 -47px repeat-x;
	height: 37px;
	overflow: hidden;
}
#menu-sub .wrapper
{
	width: 994px;
}
#main-menu ul
{
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
#main-menu li.active
{
	background: url(../images/tab-r.png) 100% 0 no-repeat;
}
#main-menu li.active a
{
	background: url(../images/tab-l.png) 0 0 no-repeat;
}
#main-menu li.active a, #main-menu li.active a:hover
{
	color: #fff;
}
#main-menu li
{
	background: url(../images/tab-div.png) 100% 0 no-repeat;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-right: 2px;
	position: relative;
}
div#main-menu a
{
	border-bottom: 0;
	color: #ccc;
	display: block;
	float: left;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	height: 50px;
	line-height: 45px;
	padding: 0 15px;
	text-decoration: none;
}
div#main-menu a:hover
{
	color: #fff;
}
div#main-menu h3 /* hide menu title in case it is not hidden from module manager */
{
	display: none;
}
#sub-main-menu
{
	clear: both;
	height: 34px;
	padding-top: 5px;
}
#sub-main-menu h3 /* hide menu title in case it is not hidden from module manager */
{
	display: none;
}
#sub-main-menu ul
{
	margin: 0;
	padding: 0;
	padding-left: 35px;
}
#sub-main-menu ul li
{
	background: url(../images/submenu-div.png) 100% 0 no-repeat;
	float: left;
	list-style: none;
	margin: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0;
	position: relative;
}
#sub-main-menu li.active a
{
	color: #fff;
	height: 29px;
}
#sub-main-menu ul a
{
	border-bottom: 0;
	color: #ddd;
	display: block;
	float: left;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: normal;
	height: 25px;
	line-height: 22px;
	padding: 0 13px;
	text-decoration: none;
}
#sub-main-menu a:hover
{
	color: #fff;
}
#sub-main-menu ul a
{
	color: #fff;
}
#sub-main-menu a:hover
{
	color: #eee;
}
#main-body
{
	background: #ECECEC;
	background: #ECECEC url(../images/body-bg-top.png) 50% 0 repeat-x;
}
#main-body .center
{
	margin: 0;
	overflow: hidden;
	padding: 20px 15px 10px 15px;
}
#main-content
{
	float: left;
	margin-top: 12px;
	width: 609px;
}
#main-content .padding
{
}
#main-content .main-content-bg
{
	background: #fff;
	padding: 0 15px;
}
#sidebar
{
	margin-left: 624px;
	width: 280px;
	padding-top: 12px;
}
#sidebar .main-content-bg
{
	background: #fff;
	padding: 0;
}
.rounded-main
{
	background: #fff;
	height: 13px;
	margin: 0 13px;
}
.rounded-tr
{
	background: url(../images/corner-white-tr.png) 100% 0 no-repeat;
	margin-right: -13px;
}
.rounded-tl
{
	background: url(../images/corner-white-tl.png) 0 0 no-repeat;
	height: 13px;
	margin-left: -13px;
}
.rounded-br
{
	background: url(../images/corner-white-br.png) 100% 0 no-repeat;
	margin-right: -13px;
}
.rounded-bl
{
	background: url(../images/corner-white-bl.png) 0 0 no-repeat;
	height: 13px;
	margin-left: -13px;
}
#footer
{
	background: #000 url(../images/footer-bg.png) 0 0 repeat-x;
	position: relative;
	z-index: 65500;
}
#footer .wrapper
{
	width: 900px;
}
#footer .copyright div.module
{
	padding: 0;
}
#footer .copyright
{
	border-top: 1px solid #1B1B1B;
	margin-top: 25px;
	padding: 16px 0 5px 0;
	position: relative;
}
#footer .copyright p
{
	color: #3D3D3D;
	margin: 0;
	padding: 0;
}
#footer .copyright a
{
	color: #666;
}
#footer-links
{
	background: #0D0D0D;
	margin-bottom: 20px;
}
#footer-links a
{
	color: #888;
}
#footer-links a:hover, #footer-links a.header:hover
{
	color: #fff;
	text-decoration: none;
}
#footer-links a.header
{
	color: #ccc;
	font-size: 110%;
	font-weight: bold;
}
#sidebar h2.module-title
{
	background: url(../images/sidebar-title-bg.png) 0 100% no-repeat;
	font-size: 120%;
	height: 33px;
	line-height: 25px;
	margin: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 47px;
}
#sidebar div.module-content
{
	padding: 20px 20px;
}
h2.module-title
{
	color: #333;
}
h2.module-title span
{
	color: #FF8C00;
}
#footer h3
{
	background: url(../images/logo_small.png) 1px 100% no-repeat;
	color: #fff;
	font-size: 120%;
	line-height: 27px;
	margin: 0;
	margin-bottom: 15px;
	padding-left: 35px;
}
.clear
{
	clear: both;
}
a.readon
{
	color: #333;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-top: 15px;
}
a.readon span
{
	color: #FF8C00;
}
#footer a.readon
{
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-top: 15px;
}
#footer a.readon span
{
	color: #FF8C00;
}
div.componentheading
{
	background: url(../images/logo_small.png) 0 100% no-repeat;
	color: #333;
	display: block;
	font-size: 120%;
	height: 32px;
	line-height: 27px;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	padding-left: 35px;
	position: relative;
}
h2
{
	background: url(../images/title-bg.png) 0 0 repeat-x;
	color: #FF8C00;
	display: block;
	font-size: 150%;
	height: 30px;
	line-height: 25px;
	padding-left: 5px;
	position: relative;
}
.sidecol-bottom
{
	background: url(../images/sidecol-bottom.png) 50% 0 no-repeat;
	height: 28px;
	padding-bottom: 20px;
}
.maincol-bottom
{
	background: url(../images/maincol-bottom.png) 50% 0 no-repeat;
	height: 28px;
}
#header
{
	border-top: 4px solid #F48000;
}
#header .wrapper
{
	position: relative;
}
#footer-right, #footer-left, #footer-center
{
	float: left;
	width: 250px;
}
#footer-left
{
	padding-left: 5px;
	padding-top: 17px;
	text-align: center;
	width: 285px;
}
#footer-center
{
	width: 400px;
}
#footer-right
{
	padding-top: 17px;
	width: 210px;
}
#footer .copyright
{
	margin-bottom: 50px;
}
#footer-links .moduletable, #footer-links .moduletable_menu, #footer-links .moduletable_text
{
	float: left;
	font-size: 95%;
	margin-top: 10px;
	padding: 0 20px;
}

body #banner a, body #banner a:visited
{
	color: #fff;
	font-weight: bold;
}
body #banner a:hover
{
	color: #fff;
}
#newsflash
{
	background: url(../images/newsflash-bg.png) 0 0 no-repeat;
	height: 198px;
	width: 380px;
	overflow: hidden;
	margin-top: 6px;
	color: #eee;

	padding: 12px 20px 0 20px;
}
#newsflash div#newsflash-scroll
{
	overflow: auto;
	height: 170px;
	width: 380px;
}
#newsflash-scroll h1, #newsflash-scroll h2, #newsflash-scroll h3
{
	color: #fff;
	font-size: 120%;
	line-height: 100%;
	margin-top: 4px;
}
#newsflash-scroll p
{
	font-size: 110%;
	margin-bottom: 0;
	margin-top: 6px;
}
#main-menu li.item37 a, #main-menu li.item37 a:hover,
#main-menu li.item343 a, #main-menu li.item343 a:hover
{
	color: #FF8C00;
}
p.description
{
	margin-bottom: 40px;
}
#user-account
{
	color: #fff;
	height: 190px;
	left: 450px;
	position: absolute;
	top: 11px;
	width: 388px;
}
#user-account .button
{
	width: 67px;
	height: 30px;
	background: url(../images/button-login.png) 0 0 no-repeat;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}
#user-account li
{
	font-size: 95%;
	list-style: disc;
	margin: 0;
	padding: 0;
}
#user-account ul
{
	margin: 5px 0;
	padding: 0 0 0 25px;
}
#user-account.logout
{
	padding-top: 18px;
	position: absolute;
}
#user-account.logout h4
{
	margin: 0;
	padding: 4px 0;
}
#form-login fieldset
{
	border: 0;
	height: 120px;
	padding: 0;
}
#form-login fieldset.input
{
	margin-bottom: 0;
}
#form-login p
{
	display: block;
}
#form-login-username input.inputbox, #form-login-password input.inputbox
{
	background: #000;
	background-position: 1px 1px;
	background-repeat: no-repeat;
	border: 1px solid #333;
	color: #FF8C00;
	height: 16px;
	padding-left: 20px;
	width: 100px;
}
#form-login-username input.inputbox
{
	background-image: url(../images/username.png);
}
#form-login-password input.inputbox
{
	background-image: url(../images/password.png);
}
p#form-login-username
{
	float: left;
	margin: 0 10px 0 0;
}
p#form-login-password
{
	float: left;
	margin: 0;
}
p#form-login-remember
{
	clear: both;
	margin: 2px 0 2px 0;
}

/***************************************************************************************************************
**************************************************************************************************************
**************************************************************************************************************
**************************************************************************************************************
**************************************************************************************************************
**************************************************************************************************************
**************************************************************************************************************
**************************************************************************************************************
**************************************************************************************************************
**************************************************************************************************************
**************************************************************************************************************
****************************************************************************************************************/

