/*Structure*/

html, body {
    margin:0;
    padding:0;
    width:100%;
}

body {
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	padding:0;
	margin:0;
	/*o	background-color:#b3e6f9; */
	text-align: left;
	color: #000;
	position:relative;
	background:url(img/top_back.png) center 100px no-repeat;
	background-color:#FFFFFF;
}

.top {
/*	background-color: #FF5;*/
	padding-top: 20px;
}

.header {
/*	background-color: #F5F;*/
	display: block;
	margin-bottom: 2px;
	height: 36px;
	color: #00649B;
}

.header_left {
	float: left;
}

.header_right {
	float: right;
	padding-top: 5px;
    font-size: 15px;
    text-decoration: none;
    color: #007DB0;
}

a.header_right {
    font-weight:bold;
}

.ground {
	clear:both;
	margin: 0px auto;
}


/*Top Bar*/
.bar_bg {
	background: transparent url(img/tab_bg.gif) 0 0 repeat-x;
	height:40px;
	clear:both;
    width:900px
}

.bar_left {
    background: transparent url(img/bar_left.gif) 0 0 no-repeat;
	height:29px;
}

.bar_right {
    background: transparent url(img/bar_right.gif) right top no-repeat;
	height:29px;
}

a.house {
	float:left;
	margin:8px 0px 0px 0px;
    width: 40px;
    height: 27px;
    background:transparent url(img/house.png) no-repeat scroll left top;
}

a.house:hover {
    background:transparent url(img/house_hover.png) no-repeat scroll left top;
}


/*Navigation*/
.nav {
/*	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font-size:17px;
	font-weight:bold;
	
	margin:0px auto;
	position:relative;
	width:540px;
	height:29px;
/*	background: transparent url(img/tab_bg.gif) 0 0 repeat-x;*/
}

.nav ul {
    margin:0px;
    padding:0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.nav li {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
/*    background: transparent url(img/tab_bg.gif) 0 0 repeat-x;*/
    float:left;
}

.nav li a {
    padding:10px 20px;
    display:block;
    color: #00649B;
    text-decoration:none;
}

.nav li a:hover {
	text-decoration:underline;
}

.nav li a:visited {
    color: #00649B;
}

.nav li.selected {
	background: transparent url(img/tab_selected_bg.gif) no-repeat scroll 0 0;
	display:block;
    float:left;
    color: #00649B;
}

.nav li.selected a, li.selected span {
    padding:9px 20px 11px 20px;
    float:left;
    display:block;
    height:20px;
	background: transparent url(img/tab_end.gif) no-repeat scroll 100% 0;
}


.body_content {
	width: 900px;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}

.body_content_fore {
	position:relative;
	z-index:2;
}

.page_content {
	margin: 0 0 0 0;
	display: block;
}
