body{
	background:url("../images/bg-body.jpg") repeat-x #fff;
	color:#000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:20px;
	margin:0px;
}
p{
	padding:5px 0px;
	margin:0px;
	text-align:left;
}
h1, h2, h3, h4, h5, h6{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:2px 0px;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	color:#2b84c6
}
h1{
	font-size:20px;
	font-weight:bold;
	line-height:normal;
	color:#0d4a79
}
h2{
	font-size:17px;
}
img{
	margin:0px;
	padding:0px;
	border:1px solid #999999;
}
img.noborder{
	border:0px;
}
img.marginright{
	margin:10px 10px 10px 0px;
}
img.margintb{
	margin:10px 0px;
}
img.marginleft{
	margin:10px 0px 10px 10px;
}
img.border{
	background:#fcc660;
	border:1px #e8a934 solid;
	padding:3px;
}
ul{
	list-style:disc;
	margin:5px 5px 5px 10px;
	padding:0px;
}
ul.link{
	margin:0px;
}
ul.link li{
	background:url("../images/link.jpg") no-repeat top left;
	list-style:none;
	margin:5px 5px 5px 0px;
	padding:0px 0px 0px 15px;
	font-size:11px;
	line-height:15px;
}
ul.minus li{
	background:url("../images/minus.jpg") no-repeat top left;
	list-style:none;
	margin:5px 5px 5px 20px;
	padding:0px 0px 0px 15px;
}
ul.nostyle{
	list-style:none
}
.ulcolumn{
	width:265px;
	padding:0px 10px;
	float:left;
}
a img{
	border:0px;
}
a:link, a:visited{
	font-weight:bold;
	color:#d24e01;
}
a:hover{
	color:#d24e01;
	text-decoration:none;
}
form{
	margin:0px;
}
label{
	width:130px;
	float:left;
	text-align:right;
	margin-right:10px;
}
form#login label{
	width:70px;
}
input, textarea{
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
/**********************************************************/
/*container */
/**********************************************************/
#container{
	background:url("../images/page-middle.jpg") repeat-y;
	background-position:165px 0px;
	width:779px;
	margin:316px auto 0px auto;
	overflow:hidden;
}
/**********************************************************/
/*header */
/**********************************************************/
#header{
	background:url("../images/pagetop.jpg") no-repeat top;
	background-position:0px 15px;
	width:748px;
	height:325px;
	position:absolute;
	top:0px;
}
/*logo */
#logo{
	background:url("../images/logo.jpg") no-repeat;
	width:159px;
	height:137px;
	display:block;
	margin:0px 0px 0px 5px;
	cursor:pointer;
	top:0px;
	position:absolute
}
/*heading */
#heading{
	width:571px;
	font-size:19px;
	font-weight:bold;
	font-family:Trebuchet MS, "Times New Roman", Times, serif;
	display:block;
	margin:40px 0px 0px 189px;
	top:0px;
	line-height:normal;
	position:absolute
}
#toplinks{
	margin:0px 0px 0px 435px;
	top:0px;
	position:absolute;
	font-size:10px;
}
#toplinks a, #toplinks a:visited{
	color:#0d4a79;
	font-weight:normal
}
/*menu */
#menubar{
	background:url("../images/menubar-middle.jpg") repeat-x;
	width:769px;
	height:85px;	
	margin:94px 0px 0px 5px;	
	top:0px;
	position:absolute;
}
#menubar .mleft{
	background:url("../images/menubar-left.jpg") no-repeat;
	width:9px;
	height:85px;
	display:block;
	position:absolute;
}
#menubar .mright{
	background:url("../images/menubar-right.jpg") no-repeat;
	width:7px;
	height:85px;
	display:block;
	margin-left:762px;
	position:absolute;
}
ul#menu{
	width:600px;
	height:48px;
	margin:0px 0px 0px 158px;
	position:absolute;
	padding:0px;
	overflow:hidden;
}
#menu li{
  background:url("../images/button-divider.jpg") no-repeat top left;
	height:48px;
	margin:0px;
	padding:0px 0px 0px 3px;
	float:left;
	position:relative;
	cursor:pointer;
	list-style:none;
}
#menu a{
	width:95px;
	height:67px;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	line-height:12px;
	color:#faffff;
	text-decoration:none;
	text-align:center;	
	padding-top:10px;
	cursor:pointer;
}
#menu li.selected a, #menu a:hover{
  background:url("../images/button-over.jpg") no-repeat left top;
	color:#1385ca;
}
/*submenu */
#submenu{
	width:160px;
	margin:179px 0px 0px 5px;
	position:absolute;
	overflow:hidden;
	top:0px;
}
#submenu ul{
  background:url("../images/submenu-middle.gif") repeat-y;
	margin:0px;
	padding:5px 0px 0px 5px;
	list-style:none;
	overflow:hidden
}
#submenu li{
	padding:0px;
	margin:1px 0px;
}
#submenu li.selected a{
  background:#beddf7;
}
#submenu a{
	height:100%;
  background:#e9f5ff;
	color:#0d4a79;
	font-size:11px;
	text-decoration:none;
	padding:5px 0px 5px 10px;
	display:block;
	line-height:12px;
}
#submenu a:hover{
  background:#beddf7;
}
#submenu .bottom{
  background:url("../images/submenu-bottom.gif") no-repeat;
	width:160px;
	height:13px;
	margin-top:-1px;
	display:block;
	overflow:hidden
}
/*banner*/
#banner{
	width:609px;
	height:174px;
	margin:142px 0px 0px 165px;
	top:0px;
	position:absolute;
	overflow:hidden;
	
	z-index:10;
}
#banner .bleft{
  background:url("../images/banner-left.jpg") no-repeat;
	width:9px;
	height:174px;
	display:block;
	position:absolute;
}
#banner .bright{
  background:url("../images/banner-right.jpg") no-repeat;
	width:9px;
	height:174px;
	display:block;
	margin-left:602px;
	position:absolute;
}
#banner .bcenter{
  background:url("../images/banner-middle.jpg") repeat-x;	
	width:602px;
	height:174px;
	margin-left:9px;
	padding:8px 0px;
	position:absolute;	
	overflow:hidden
}
#banner img{
	border:0px;
}
ul#menu{
	width:600px;
	height:48px;
	margin:0px 0px 0px 158px;
	position:absolute;
	padding:0px;
	overflow:hidden;
}
/**********************************************************/
/*content */
/**********************************************************/
#content{
  background:url("../images/page-bottom.jpg") no-repeat bottom;	
	width:571px;	
	margin-left:165px;
	overflow:hidden;
	padding:10px 20px 40px 20px;
}
/**********************************************************/
/*footer */
/**********************************************************/
#footer{
	background:url("../images/footer.jpg") repeat-x #e8e8e8;
	height:71px;
	margin-top:20px;
	padding-top:10px;
	font-size:10px;
	overflow:visible;
	bottom:0px;
	line-height:18px;
}
#footer #fcontent{
	width:594px;
	margin:0px auto;
	padding-left:185px;
}
/*row with 2 columns */
.row{
	width:571px;
	border-bottom:1px solid #EEEEEE;
	clear:both;
	margin-bottom:10px;
	float:left
}
.row.noborder{
	border-bottom:none
}
.row .col01{
	width:135px;
	padding:10px 5px;
	float:left
}
.row .col02{
	width:395px;
	padding:10px 5px;
	float:left
}
/*search form*/
#search{
	margin-left:5px
}
#search input{
	margin:0px;
	padding:1px 0px
}
#search #search-btn{
	background:url("../images/search-btn.jpg") no-repeat;
	width:47px;
	height:23px;
	border:0px;
	margin-left:-4px;
	margin-top:1px
}
/**********************************************************/
/*general */
/**********************************************************/		
.textsmall01{
	font-size:11px;
	line-height:normal
}
.textsmall02{
	font-size:10px;
	line-height:normal
}
.textbig01{
	font-size:19px;
}
.textbig02{
	font-size:17px;
}
.textcenter{
	text-align:center;
}
.textleft{
	text-align:left;
}
.textright{
	text-align:right;
}
.superscript{
	vertical-align:super;
}
.textnormal{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.underline, a.underline{
	text-decoration:underline
}
.left{
	float:left;
}
.right{
	float:right
}
.blue{
	color:#2b84c6;
}
.red{
	color:#f4451f;
}
.orange{
 color:#d24e01;
}
.spacer{
	clear:both;
	display:block;
	height:5px;
}
.divider{
	background:url("images/dot.gif") repeat-x;
	border-bottom:1px solid #EEEEEE;
	margin-bottom:10px;
	height:10px;
	display:block;
	overflow:hidden;
	clear:both
}
.quote{
	width:auto;
	font-family:Georgia, "Times New Roman", Times, serif,Script MT Bold, Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:italic;
	line-height:25px;
	margin-right:10px;
	float:left	
}

/*menu */
.preload {background: url("../images/button-over.jpg");}
.menu {
	width:600px;
	height:48px;
	margin:94px 0px 0px 167px;
	top:0px;
	position:absolute;
	padding:0px;
	
	z-index:201
}
.menu li.top {	
	background:url("../images/button-divider.jpg") no-repeat top left;
	height:48px;
	margin:0px;
	padding:0px 0px 0px 3px;
	float:left;
	position:relative;
	cursor:pointer;
	list-style:none;
	
	display:block;
}
.menu li a.top_link {
	width:95px;
	height:67px;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	line-height:12px;
	color:#faffff;
	text-decoration:none;
	text-align:center;	
	padding-top:10px;
	cursor:pointer;
	
	display:block;
}
.menu li a.top_link span { display:block; text-align:center}
.menu li a.top_link:hover, .menu li.selected a.top_link {color:#1385ca; background: url("../images/button-over.jpg") no-repeat;}
.menu li a.top_link:hover span {background:url("../images/button-over.jpg") no-repeat right top;}
.menu li a.top_link:hover span.down {background:url("../images/button-over-down.jpg") no-repeat right top;}

.menu li:hover > a.top_link {color:#1385ca; background: url("../images/button-over.jpg") no-repeat;}
.menu li:hover > a.top_link span {background:url("../images/button-over.jpg") no-repeat right top;}
.menu li:hover > a.top_link span.down {background:url("../images/button-over-down.jpg") no-repeat right top;}


.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu :hover ul.sub {left:2px; top:47px; background: #fff; padding:3px 0; border:1px solid #1385c1; white-space:nowrap; width:150px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left;width:150px;}
.menu :hover ul.sub li a {display:block;font-family:Arial, Helvetica, sans-serif; font-size:11px; height:20px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;font-weight:normal; text-align:left}
.menu :hover ul.sub li a.fly {background:#fff url("../images/arrow.gif") 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#1385c1; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#1385c1 url(images/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#1385c1 url("../images/arrow_over.gif") 80px 7px no-repeat; color:#fff;} 

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #1385c1; white-space:nowrap; width:93px; z-index:200; height:auto;}


.menu li a#selected {color:#fff; background: url("../images/button-over.jpg") no-repeat;}
.menu li a#selected span {background:url("../images/button-over.jpg") no-repeat right top;}
.menu li a#selected span.down {background:url("../images/button-over-down.jpg") no-repeat right top;}