/* --------------------------------------- common tag redefinitions --------------------------------------- */
html, body, form, fieldset {
	font:100% Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
html {
	font-size:100.01%;
}
body { 
	color:#465156;/*color related*/
	line-height:1.3em;
	font-size:0.7em;
	background:#017eb3 url(../site_images/bck_body.jpg) top center repeat-x;
}
a {
	color:#2a373d;
}
a:visited {
	color:#700101;
}
a:hover {
	color:#ce0202;
}
a img {
	border:none; /* avoids border when img is link */
}
fieldset {
	border:none;
}
/* Neutralize/reset styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, pre,
blockquote, ul, ol, dl, hr, address {
        margin:0.9em 0;
        padding:0;
}
p {margin:0; padding:0;}
/* 	remember to define focus styles! */
:focus { outline: 0; }
input, select, textarea {
	font-size: 100%;
	font-family: inherit;
	color:#434343;
}
ul li, .item-list ul li {
	list-style:none;
	padding:0 0 0.2em 1.2em;
	margin:0;
}
ol li, .item-list ol li {
	padding:0 0 0.2em 0;
	margin:0 0 0 2em;
}
select, textarea { /* similar to class 'inputfield' */
	background-color:#fff;
	border:1px solid #686868;
	padding:2px;
}
td {
	font-size:1em;
	vertical-align:top; /* relevant in most cases, i.e. in application layout */
}
td td {
	font-size:1em; /* avoid smaller font in nested tables */
	padding:2px 10px;
}
a img {border:none;}
h1 {
	color:#d82e01;
	font-weight:normal;
	font-size:2.5em;
	margin-top:0.5em;
	line-height:1em;
}
h2 {
	font-weight:normal;
	font-size:1.5em;
}
h3 {
	color:#d82e01;
	font-weight:normal;
	font-size:1.5em;
}
h4 {
	font-size:1em;
}
h5 {
	font-size:1em;
	font-style:italic;
}


/* --------------------------------------- common styles --------------------------------------- */
.clearfloats {
	clear:both;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.nowrap {
	white-space:nowrap;
}
.nopadding {
	padding:0;
}

/* --------------------------------------- main containers --------------------------------------- */
#container {
	width:970px;
	background:url(../site_images/bck_container.jpg) top left no-repeat;
}
#header {
	height:238px;
	background:url(../site_images/bck_header.jpg) top left no-repeat;
}
#content {
	min-height:258px;
	background:url(../site_images/bck_content.gif) top left repeat-y;
}
#contentTop {
	background:url(../site_images/contentTop.gif) top left no-repeat;
}
#contentBottom {
}
#leftnav {
	width:260px;
	float:left;
}
#rightcontent {
	width:710px;
	float:left;
}

/* --------------------------------------- header --------------------------------------- */
#logo {
	width:215px;
	height:90px;
	position:absolute;
	top:82px;
	left:216px;
}

/* --------------------------------------- funcnav --------------------------------------- */
#funcnav {
	position:absolute;
	top:28px;
	left:654px;
}
#funcnav a {
	color:#123948;
	padding-right:24px;
	text-decoration:none;
}
#funcnav a:hover {
	color:#d82e01;
}

/* --------------------------------------- rightcontent --------------------------------------- */


/* --------------------------------------- leftnav --------------------------------------- */
#leftnav .margin {
	padding:20px 10px 10px 0;
	margin-left:34px;
}
ul.level1 li {}
ul.level1 li a {
	color:#0188c0;
	font-size:1.5em;
	text-decoration:none;
	background:url(../site_images/bul_leftnav_level1.gif) top left no-repeat;
	height:23px;/*original height 32px*/
	padding:9px 0 0 30px;
	display:block;
}
ul.level1 li a:hover {
	background:url(../site_images/bck_leftnav_level1_hover.gif) top left repeat-x;
	color:#262017;
}
ul.level2 {
	margin-left:18px;
}
ul.level2 li {}
ul.level2 li a {
	color:#404c51;
	font-size:1em;
	height:auto;
	padding:2px 0 2px 10px;
	background:none;
	margin:0;
	background:url(../site_images/bul_leftnav_level2.gif) top left repeat-y;
}
ul.level2 li a:hover {
	color:#0d1a20;
	background:url(../site_images/bul_leftnav_level2_hover.gif) top left repeat-y;
}

/* --------------------------------------- rightcontent --------------------------------------- */
#rightcontent .margin {
	padding:20px 10px 10px 20px;
	line-height:1.5em;
}
#rightcontent ul li {
	background:url(../site_images/bul_list.gif) 0 0.5em no-repeat;
}
#moreinfoTop {
	background:url(../site_images/bck_moreinfo_top.gif) top left no-repeat;
	width:212px;/*original width 242px*/
	height:130px;/*original height 145px*/
	padding:0 15px 15px 15px;
	position:absolute;
	z-index:1000;
	top:238px;
	left:719px;
	color:#fff;
}
#moreinfoTop h2 {
	color:#fff;
	font-size:1.5em;
	background:url(../site_images/bck_h2_moreinfotop.gif) bottom left repeat-x;
	font-weight:normal;
	padding-bottom:0.7em;
}
#moreinfoTop a {
	/*color:#d82e01;*/
	color:#ef4215;
	text-decoration:none;
}


/* --------------------------------------- contentButton --------------------------------------- */
#contentButton {
	padding:30px 0;
}
.buttonRightBottom {
	float:right;
	margin:0 10px 10px 0;
	width:242px;
	height:48px;
}


/* --------------------------------------- contentBottom --------------------------------------- */
#contentBottom {
	height:64px;
	background:url(../site_images/bck_contentBottom.gif) top left no-repeat;
	margin-bottom:10px;
	color:#797878;
	font-size:0.8em;
}
#contentBottom .margin {
	padding:20px 0 0 280px;
}