/***************RESET*******************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	outline: none;
} 
/***************************************/
html,
body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	/*font: normal 80% "Trebuchet MS", Arial, Helvetica;*/
	font: normal 80% Arial, Helvetica, sans-serif;
	color: #111;
	background: #BBC3CC;
	/*cursor: crosshair;*/
}
#header {
}
#header .headertop {
	background: #fff url(../images/bg_header.jpg) repeat-x left bottom;
}
.headertop .content {
	width: 980px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}
.headertop .logo {
	position: absolute;
	left: 0;
	top: 10px;
	width: 355px;
	height: 80px;
}
.headertop .logo a {
	display: block;
	width: 355px;
	height: 80px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/logo_header.png) no-repeat;
}
.headertop .rss {
	float: right;
	padding: 10px;
	text-align: right;
	font-size: 11px;
	color: #555;
}
.headertop .rss img {
	border: none;
	vertical-align: middle;
}
.headertop .menu-top {
	text-align: right;
	width: 600px;
	position: absolute;
	right: 0;
	top: 74px;
}
.headertop .menu-top li {
	display: inline;
	background: url(../images/btnhed_up_sx.png) no-repeat;
	margin: 0 0 0 1px !important;
	display: block;
	float: left;
}
.headertop .menu-top li a {
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #fff;
	background: #222;
	padding: 4px 10px;
	text-decoration: none;
	background: url(../images/btnhed_up_dx.png) no-repeat right top;
	display: block;
	float: left;
}
.headertop .menu-top li a:hover {
	color: #F60;
}
.headertop .menu-top li.menu-current,
.headertop .menu-top li.menu-parent {
	background: url(../images/btnhed_curr_sx.png) no-repeat !important;
}
.headertop .menu-top li.menu-current a,
.headertop .menu-top li.menu-parent a {
	background: url(../images/btnhed_curr_dx.png) no-repeat right top !important;
	cursor: crosshair;
}
.headertop .menu-top li.menu-current a:hover {
	color: #fff;
}
.headertbottom {
	background: #1F6996 url(../images/bg_fascia.jpg) repeat-x;
	border-bottom: 1px solid #223;
}
.headertbottom .content {
	width: 980px;
	height: 20px;
	height: auto !important;
	min-height: 20px;
	margin: 0 auto;
}
/***************************************************************************/
#page {
	background: #fff url(../images/bg_page.png) repeat-x;
	padding: 0;
}
#page .page_content {
	width: 940px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: #fff url(../images/bg_page.png) repeat-x;
}
/**/
#page .col_left {
	float: right;
	width: 660px;
	height: 530px;
	height: auto!important;
	min-height: 530px;
}
#page .col_left .breadcrumbs {
	clear: both;
	font-size: 11px;
	padding: 0 10px 10px 10px;
	text-align: right;
}
#page .col_left .breadcrumbs li {
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#page .col_left .breadcrumbs li a {
	color: #999 !important;
	margin: 0 5px;
}
#page .col_left .page_txt {
	font-size: 11px;
}
/**/
#page .col_right {
	float: left;
	width: 250px;
	background: url(../images/col_right_bottom.png) no-repeat left bottom;
	color: #223;
	font-size: 11px;
}
#page .col_right .searchbox {
	display: block;
	height: 40px;
	background: url(../images/col_right_top.png) no-repeat;
	padding: 15px;
}
#page .col_right .cont_col {
	padding: 10px 20px;
}
#page .col_right .cont_col a {
	color: #236;
}

/***************************************************************************/
#footer {
	clear: both;
	padding: 50px 0 30px 0;
	background: #BBC3CC url(../images/footer.png) no-repeat center top;
	color: #223;
	font-size: 11px;
}
#footer .content {
	width: 960px;
	margin: 0 auto;
}
#footer .menu-top {
	text-align: right;
	float: right;
}
#footer .menu-top li {
	display: inline;
}
#footer .menu-top li a {
	color: #369;
	padding: 4px 10px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #fff;
}
#footer .menu-top li a:hover {
	color: #234;
}
#footer .menu-top .menu-current a {
	background: #567;
	color: #fff;
}
#footer .copy {
}
#footer .note {
}
#footer .credits {
	float: right;
}
#footer .credits a {
	color: #368;
}
