/* Main Styles */

body {
	margin: 0px;
	background: #27647F url(../images/theme/bg.jpg) fixed repeat-x;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
}

#frame {
	width: 760px;
	margin: auto;
	border: solid 1px white;
	background: #ff5900;
}

#header {
	height: 150px;
}

#header .banner {
	background: url(../images/theme/header_bg.jpg) no-repeat top left;
	height: 84px;
	width: 598px;
}

#subbar {
	width: 760px;
	float: left;
	clear: both;
	background: black;
	height: 20px;
}

#contentLayout {
	clear: both;
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
}
#firstbar {
	width: 208px;
	background: #D9DADC url(../images/theme/firstbar_border.gif) repeat-y top right;
	padding-right: 4px;
}
/*
#firstbar .navbar ul, #firstbar .news ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
*/
#firstbar .navbar li, #firstbar .news li {
	display: inline;
}

#firstbar .navbar a {
	display: block;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/theme/navbar_bg.jpg) repeat-y top left;
	padding: 2px 0 4px 15px;
	border-bottom: solid 1px white;
}
#firstbar .navbar a:hover {
	background: url(../images/theme/navbar_bg.jpg) repeat top right;
}

#firstbar .Accordion {
	display: block;
	border-top: solid 1px #AAA;
}

#firstbar .AccordionPanelTab {
	padding: 4px 0;
	background: #A2A2A2 url(../images/theme/firstbar_title_bg.jpg) no-repeat top left;
}
#firstbar .AccordionPanelOpen .AccordionPanelTab {
	background: #484939 url(../images/theme/firstbar_title_bg.jpg) no-repeat top right;
}
#firstbar .AccordionPanelOpen .AccordionPanelTab h2 {
	color: white;
}

#firstbar .Accordion h2 {
	margin: 0px 0px 0px 5px;
	color: black;
	background: url(../images/theme/listicon02.gif) no-repeat 2px 1px;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 8pt;
	cursor: pointer;

}
#firstbar .Accordion .p {
	font-size: 8pt;
	text-align: justify;
	padding: 4px 8px;
	vertical-align: top;
}
#firstbar .Accordion .thumb {
	overflow: hidden;
	height: 100px;
	text-align: center;
	padding-top: 2px;
}
#firstbar .AccordionPanelContent {
	background: white url(../images/theme/firstbar_content_bg.jpg) repeat-x bottom center;
}

#firstbar .Accordion .moreinfo {
	padding: 0 6px 2px 0;
	text-align: right;
}

#firstbar .Accordion .moreinfo a {
	font-size: 8pt;
	font-weight: bold;
	color: #37372F;
	text-decoration: none;
	background: url(../images/theme/arrow_btn.gif) no-repeat center right;
	padding-right: 18px;
}
#firstbar .Accordion .moreinfo a:hover {
	text-decoration: underline;
}

#content {
	width: 567px;
	height: 360px;
	background: white repeat-x top left;
	vertical-align: top;
	padding-top: 4px;
}

#clip {
	width: 550px;
	/*height: 390px;*/
	border: solid 1px #00334D;
	margin: auto;
	background: white;
	/*overflow: auto;*/
}

* html #clip .content {
	width: 510px;
	margin: auto;
}

#footer {
	background: url(../images/theme/footer_bg.gif) repeat-x top left;
	color: white;
	font-size: 9pt;
	padding: 10px 0 26px 0;
}

#footer .copyright {
	width: 160px;
	float: left;
	padding-left: 15px;
	font-size: 9pt;
}

#footer .navbar {
	text-align: right;
	width: 550px;
	float: right;
	margin-right: 15px;
}

#footer .navbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .navbar li {
	display: inline;
}

#footer .navbar a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 0 8px 0 7px;
}
#footer .navbar a:hover {
	text-decoration: underline;
}

.list {
	list-style: none;
}

.list li a {
	font-size: 9pt;
	font-weight: bold;
	color: #045477;
	text-decoration: none;	

}

.crumbs, .crumbs a {
	color: #045477;
	margin: 3px 10px 20px 3px;
	font-size: 9pt;
	font-weight: bold;
}

.crumbs a {
	margin: 0;
	text-decoration: none;
}
.crumbs a:hover {
	color: #01354D;
}



