﻿body {
	color : #646464;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin : 0;
	padding : 0;
}
.wrapper {
	width : 990px;
	margin : auto;
}
.wrapper-t {
	background : #ffffff url(images/wrapper_t.png) repeat-x scroll 0 0;
}
.wrapper-b {
	background : transparent url(images/wrapper_b.png) repeat-x scroll 0 100%;
}
.wrapper-l {
	background : transparent url(images/wrapper_l.png) repeat-y scroll 0 0;
}
.wrapper-r {
	background : transparent url(images/wrapper_r.png) repeat-y scroll 100% 0;
}
.wrapper-tl {
	background : transparent url(images/wrapper_tl.jpg) no-repeat scroll 0 0;
}
.wrapper-tr {
	background : transparent url(images/wrapper_tr.jpg) no-repeat scroll 100% 0;
}
.wrapper-bl {
	background : transparent url(images/wrapper_bl.jpg) no-repeat scroll 0 100%;
}
.wrapper-br {
	background : transparent url(images/wrapper_br.jpg) no-repeat scroll 100% 100%;
	padding : 0px 80px 170px;
}
#header {
	clear : both;
	height : 180px;
	padding : 0;
	position : relative;
	width : auto;
	z-index : 10;
}
#toolbar {
	clear : both;
	height : 27px;
	padding : 3px 0 0;
	width : auto;
}
#topmenu {
	float : left;
	margin : 4px 10px 0 0;
}
#topmenu li {
	display : block;
	float : left;
	margin : 0;
	padding : 0;
}
#topmenu li a {
	background : transparent none repeat scroll 0 0;
	padding : 0 10px 0 0;
}
#topmenu a:link, #topmenu a:visited {
	color : #ffffff;
}
#topmenu a:hover {
	color : #aa1428;
}
#topmenu li a {
	background : transparent url(../images/topmenu_item_bg.png) no-repeat scroll 0 4px;
	display : block;
	float : left;
	font-size : 85%;
	height : 20px;
	line-height : 17px;
	overflow : hidden;
	padding : 0 10px;
	position : relative;
	text-decoration : none;
}
#search {
	float : right;
	height : 18px;
	margin : 3px 0 0 10px;
}
#frm-search {
	background : transparent url(images/search_bg.png) no-repeat scroll 0 0;
	height : 18px;
	padding : 0;
	width : 120px;
}
#frm-search:hover {
	background : transparent url(images/search_bg.png) no-repeat scroll 0 -18px;
}
#frm-search input {
	background : transparent none repeat scroll 0 0;
	border : medium none;
	color : #646464;
	float : left;
	font-size : 75%;
	height : 14px;
	outline-style : none;
	outline-width : medium;
	padding : 4px 2px 0 7px;
	width : 93px;
}
#frm-search button {
	background : transparent url(images/search_button.png) no-repeat scroll 0 0;
	border : medium none;
	cursor : pointer;
	height : 18px;
	line-height : 0;
	padding : 0;
	text-indent : 100px;
	width : 18px;
}
#login {
	width : 45px;
	float : right;
	height : 20px;
	color : #ffffff;
	font-weight : bold;
	margin : 3px 0 0 10px;
}
#headerbar {
	clear : both;
	height : 100px;
	padding : 9px 9px 9px 0;
	margin:1px;
	width : auto;
	background:transparent url(images/banner.png) no-repeat scroll 0 bottom;
}
#logo {
	right : 40px;
	position : absolute;
	top : 30px;
}

#menu, .menu0{
	background:transparent url(images/menu_m.png) repeat-x scroll 0 0;
	bottom:0;
	left:0;
	position:absolute;
}
.menu0 .menu-l{
	background:transparent url(images/menu_l.png) no-repeat scroll 0 0;
}
.menu0 .menu-r{
	background:transparent url(images/menu_r.png) no-repeat scroll 100% 0;
	height:30px;
	padding:0 50px 0 10px;
}
.menu0 ul{
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
.menu0 li{
	float: left;
	list-style: none;
}
.menu0 li a{
	height:30px;
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
	display: block;
	text-decoration: none;
	white-space: nowrap
}
.menu0 li span {
	padding:0 15px;
}
.menu0 li:hover{
	background:transparent url(images/menu_dropdown_bg.png) repeat-x scroll 0 0;
}

.menu1 {
	width: 160px;
	position: absolute;
	padding:5px 0 0;
	border:1px #FBFCFD solid;
	border-top-width:0pt;
	background:transparent url(images/menu_dropdown_bg_2.png) repeat-x scroll 0 0;
	margin: 0;
}
.menu1 li{
	float: none;
	display: inline;
	line-height:25px;
	background:transparent;
}

.menu1 li a{
	width: auto;
	line-height:25px;
	background:transparent url(images/menu_level2_item.png) no-repeat center 0;
}
menu1 div{
	position:relative;
	overflow:hidden;
}
.menu1 li:hover{
	background:transparent;
}
#middle {
	background : #fafafa url(images/middle_bg_t.png) repeat-x scroll 0 0;
	clear : both;
	margin : 0;
	padding : 0;
	width : auto;
}
#middle .middle-b {
	background : transparent url(images/middle_bg_b.png) repeat-x scroll 0 100%;
	padding : 15px;
}
#middle .background {
	background : transparent url(images/left_bg_l.png) repeat-y scroll 225px 0;
}
#left {
	float : left;
	width : 210px;
}
#main {
	margin : 0 0 0 240px;
	width : auto;
}
#bottom {
	background : transparent url(images/bottom_bg.png) repeat-x scroll 0 0;
	clear : both;
	margin : 0;
	padding : 0 0;
	width : auto;
}
#bottom .bottom-b {
	background : transparent url(images/bottom_bg_b.png) repeat-x scroll 0 100%;
	padding : 5px 15px;
	height : 20px;
}
#bottom .menu li {
	display : block;
	float : left;
	margin : 0 10px;
	padding : 0;
}
#footer {
	background : transparent url(images/footer_bg.png) repeat-x scroll 0 0;
	clear : both;
	min-height : 30px;
	padding : 20px 10px 10px;
	text-align : center;
	width : auto;
	position : relative;
}
#footer a.anchor {
	background : transparent url(images/footer_anchor.png) no-repeat scroll 0 0;
	display : block;
	height : 5px;
	position : absolute;
	right : 15px;
	text-decoration : none;
	top : 30px;
	width : 30px;
}
a:link, a:visited {
	color : #aa1428;
	text-decoration : none;
}
a:hover {
	color : #E24912;
	text-decoration : underline;
}
ul, ol, dl {
	margin : 1em 0;
	padding-left : 30px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight : bold;
	line-height : 100%;
	margin-bottom : 5px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin : 0;
	padding : 0;
}
.clearfix:after {
	content : ".";
	display : block;
	height : 0;
	clear : both;
	visibility : hidden;
}
.clearfix {
	display: block;
	*display: inline-block;
}
.floatbox {
	overflow : hidden;
}
.module {
	position : relative;
}
.article_separator {
	background : transparent url(images/article_separator.png) no-repeat scroll 50% 50%;
	display : block;
	height : 40px;
}
.article {
	display : block;
	margin-bottom : 20px;
}
.cell{
	display : block;
	margin : 5px 0pt;
}
.mod-rounded{
	padding: 0 0 6px;
}
.mod-rounded .module {
	margin : 0;
	position : relative;
}
.mod-rounded .box-t1 {
	background : transparent url(images/module/module_rounded_tl.png) no-repeat scroll 0 0;
}
.mod-rounded .box-t2 {
	background : transparent url(images/module/module_rounded_tr.png) no-repeat scroll 100% 0;
	padding : 0 10px;
}
.mod-rounded .box-t3 {
	background : transparent url(images/module/module_rounded_t.png) repeat-x scroll 0 0;
	height : 15px;
}
.mod-rounded .box-1 {
	background : transparent url(images/module/module_rounded_l.png) repeat-y scroll 0 0;
}
.mod-rounded .box-2 {
	background : transparent url(images/module/module_rounded_r.png) repeat-y scroll 100% 0;
	padding : 0 5px;
}
.mod-rounded .box-3 {
	background : #fcfdfe url(images/module/module_rounded_bg.png) repeat-x scroll 0 100%;
	min-height : 20px;
	overflow : hidden;
	padding : 0 8px 8px;
}
.mod-rounded .box-b1 {
	background : transparent url(images/module/module_rounded_bl.png) no-repeat scroll 0 0;
}
.mod-rounded .box-b2 {
	background : transparent url(images/module/module_rounded_br.png) no-repeat scroll 100% 0;
	padding : 0 10px;
}
.mod-rounded .box-b3 {
	background : transparent url(images/module/module_rounded_b.png) repeat-x scroll 0 0;
	height : 10px;
}
.mod-concave{
	padding: 0 0 6px;
}
.mod-concave .module {
	margin : 0;
}
.mod-concave .box-t1 {
	background : transparent url(images/module/module_concave_tl.png) no-repeat scroll 0 0;
}
.mod-concave .box-t2 {
	background : transparent url(images/module/module_concave_tr.png) no-repeat scroll 100% 0;
	padding : 0 10px;
}
.mod-concave .box-t3 {
	background : transparent url(images/module/module_concave_t.png) repeat-x scroll 0 0;
	height : 10px;
}
.mod-concave .box-1 {
	background : #f0f1f2 url(images/module/module_concave_l.png) repeat-y scroll 0 0;
}
.mod-concave .box-2 {
	background : transparent url(images/module/module_concave_r.png) repeat-y scroll 100% 0;
	overflow : hidden;
	padding : 0 10px;
	min-height : 77px;
}
.mod-concave .box-b1 {
	background : transparent url(images/module/module_concave_bl.png) no-repeat scroll 0 0;
}
.mod-concave .box-b2 {
	background : transparent url(images/module/module_concave_br.png) no-repeat scroll 100% 0;
	padding : 0 10px;
}
.mod-concave .box-b3 {
	background : transparent url(images/module/module_concave_b.png) repeat-x scroll 0 0;
	height : 10px;
}
h3 {
	color : #646464;
	font-size : 140%;
	font-weight : bold;
	letter-spacing : -1px;
	margin : 0 0 10px;
	padding : 0;
}
h4 {
	color : #646464;
	font-size : 110%;
	font-weight : bold;
	letter-spacing : -1px;
	margin : 0 0 6px;
	padding : 0;
}
.mod-postit .module {
	margin : 0 0 15px;
	position : relative;
}
.mod-postit .box-1 {
	background : #ffffaa none repeat scroll 0 0;
	color : #323232;
}
.mod-postit .box-2 {
	font-family : "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style : italic;
	overflow : hidden;
	padding : 15px 15px 0;
}
.mod-postit .box-b1 {
	background : transparent url(images/module/module_postit_bl.png) no-repeat scroll 0 0;
}
.mod-postit .box-b2 {
	background : transparent url(images/module/module_postit_br.png) no-repeat scroll 100% 0;
	padding : 0 90px 0 60px;
}
.mod-postit .box-b3 {
	background : transparent url(images/module/module_postit_b.png) repeat-x scroll 0 0;
	height : 40px;
}
.frm_input_min {
	background : transparent url(images/frm_input_min.png) no-repeat scroll 0 0;
	float : left;
	height : 16px;
	padding : 6px 5px 2px 5px;
	width : 100px;
}
.frm_input_min:hover {
	background-position: 0 -24px;
}
.frm_input_min input {
	background : transparent none repeat scroll 0 0;
	border : medium none;
	color : #646464;
	float : left;
	font-size : 11px;
	outline-style : none;
	outline-width : medium;
	padding : 0;
	width : 84px;
}

#frm_input {
	background : transparent url(images/frm_input.png) no-repeat scroll 0 0;
	float : left;
	height : 16px;
	padding : 6px 5px 2px 5px;
	width : 230px;
}
#frm_input:hover {
	background : transparent url(images/frm_input.png) no-repeat scroll 0 -24px;
}
#frm_input input {
	background : transparent none repeat scroll 0 0;
	border : medium none;
	color : #646464;
	float : left;
	font-size : 11px;
	outline-style : none;
	outline-width : medium;
	padding : 0;
	width : 96%;
}
#frm_tracking {
	background : transparent url(images/tracking_bg.png) no-repeat scroll 0 0;
	float : left;
	height : 16px;
	padding : 6px 5px 2px 5px;
	width : 120px;
}
#frm_tracking:hover {
	background : transparent url(images/tracking_bg.png) no-repeat scroll 0 -24px;
}
#frm_tracking input {
	background : transparent none repeat scroll 0 0;
	border : medium none;
	color : #646464;
	float : left;
	font-size : 11px;
	outline-style : none;
	outline-width : medium;
	padding : 0;
	width : 100%;
}
.frm_tracking_button {
	background : transparent url(images/button_bg.png) no-repeat scroll 0 0;
	float : left;
	height : 20px;
	overflow : hidden;
	margin : 2px 0 0 2px;
	width : 50px;
}
.frm_tracking_button:hover {
	background : transparent url(images/button_bg.png) no-repeat scroll 0 -20px;
}
.frm_tracking_button button {
	background : transparent none repeat scroll 0 0;
	border : medium none;
	color : #646464;
	cursor : pointer;
	display : block;
	font-size : 11px;
	height : 20px;
	line-height : 20px;
	overflow : hidden;
	padding : 0;
	text-transform : lowercase;
	width : 100%;
}
.textarea {
	background : transparent url(images/textarea_bg.png) no-repeat scroll 0 0;
	margin : 0;
	padding : 6px;
}
.textareamin {
	background : transparent url(images/textarea_bg_min.png) no-repeat scroll 0 0;
	margin : 0;
	padding : 6px;
}

textarea {
	border : 0;
	overflow : auto;
	font-family:Arial,Helvetica,sans-serif;
	border:medium none;
	font-size:11px;
	color:#646464;
}
.textareamin textarea {
	width:275px;
	height:85px;
}


.button {
	background : transparent url(images/button_bg.png) no-repeat scroll 0 0;
	float : left;
	height : 20px;
	overflow : hidden;
	margin : 2px 0 0 2px;
	width : 50px;
}
.button:hover {
	background : transparent url(images/button_bg.png) no-repeat scroll 0 -20px;
}
.button button {
	background : transparent none repeat scroll 0 0;
	border : medium none;
	color : #646464;
	cursor : pointer;
	display : block;
	font-size : 11px;
	height : 20px;
	line-height : 20px;
	overflow : hidden;
	padding : 0;
	width : 100%;
}

/* menu */
#menu .x-toolbar-ct{
	width:auto;
}
#menu .cusToolbar{
	background:transparent url(images/menu_m.png) repeat-x scroll 0 0;
}

/* News */

.item-bg {
	background:transparent url(images/article_separator_2.png) repeat-x scroll 50% 100%;
	overflow:hidden;
	padding-bottom:5px;
}
.item1 {
	background:transparent url(images/submenu_level2_item.png) no-repeat scroll 5px 0;
	padding-left:25px;
	list-style:none;
}
.item1:hover {
	background:transparent url(images/submenu_level2_item.png) no-repeat scroll 10px 0;
	padding-left:25px;
}

.item1 a{
	color:#646464;
	height:25px;
	line-height:24px;
	text-decoration:none;
}
.articleinfo {
	font-size:80%;
	letter-spacing:1px;
	line-height:150%;
	text-transform:uppercase;
}
h1.title {
	font-size:200%;
	letter-spacing:-1px;
}
p.articleinfo {
	font-size:80%;
	letter-spacing:1px;
	line-height:150%;
	margin-top:0;
	text-transform:uppercase;
}
p.readmore {
	overflow:hidden;
}
a.readmore {
	background:transparent url(images/readmore.png) no-repeat scroll 0 0;
	display:block;
	float:left;
	height:29px;
	line-height:29px;
	padding:0 5px 6px 10px;
	width:95px;
}
a.readmore:hover {
	background:transparent url(images/readmore.png) no-repeat scroll 0 -35px;
}
/* Page Links */
.pageLink, a.pageLink:link, a.pageLink:visited, a.smPageLink:link, a.smPageLink:visited{
	text-decoration: none;
	background: #F7F7F4;
	border: 1px solid #E7E7E7;
	padding: 2px;
	margin: 2px;	
}

a.smPageLink:link, a.smPageLink:visited{
	line-height: 30px; 
	padding: 1px;
	margin: 1px;
}

a.pageLink:hover, a.smPageLink:hover{
	text-decoration: underline;
	border: 1px solid #646464;
	background: #E0F2FC;
}

.pageLink{
	background: #FCF0ED;
	border: 1px solid #646464;
}
/* calendar*/
.calendar-inp input{
	background:transparent url(images/calendar_view_week.png) no-repeat scroll right -1px;
	padding-right:16px;
	height:16px;
}
.calendar-box {
	display:none;
	z-index:988;
	background-color:transparent;
	border:0px solid #444;
	position:absolute;
	width:220px;
	padding: 0 5px;
}
.calendar-box select.calendar-month {
	width:55px;
	margin-right:2px;
}
.calendar-box select.calendar-year {
	width:55px;
}
.calendar-box .calendar-cancel {
	width:100%;
}
.calendar-box table td {
	width:14%;
}
.calendar-box .calendar-title {
	text-align:center;
}
.calendar-box a {
	text-decoration:none;
}
.calendar-box .today a {
	padding:0 5px;
	margin-left:-5px;
	background-color:#ffe9c6;
} 
.calendar-box .selected a {
	padding:0 5px;
	margin-left:-5px;
	background-color:#c9ff8b;
}


/* list */
.xlist{
	margin:0 0 0 20px;
}
.xlist li{
	line-height:2;
}