* {
	margin: 0;
	padding: 0;
	outline: none;
}

html {
	height: 100%;
}

ul {
	list-style-type: none;
}

body {
	text-align: center;
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	font: 12px arial;
	background: #ebebeb;
	color: #000;
}

#wrap {
	text-align: left;
	width: 823px;
	position: relative;
	height: auto ! important;
	height: 100%;
	min-height: 100%;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #006797;
	text-decoration: underline;
}

a:hover {
	color: #006797;
	text-decoration: none;
}
h2 {
	margin-bottom: 10px;
	font-weight: normal;
	color: #d6001f;
	font-size: 18px;
}


h4 {
	font-size: 12px;
	padding-bottom: 5px;
}

#right  #top {
	margin-top: 20px;
    text-align: right;
    float: right;
    margin-right: 10px;
    font-size:14px;
    line-height:20px;
}

#right  #top p{
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	color: #999;
}

#right  #top p span {
	color: #d6001f;
}

#right  #top p a{
	color: #00a0c2;
}

#right {
	width: 585px;
	float: right;
}	

#right #image-header {
	margin-top: 30px;
	width: 585px;
	height: 270px;
	background: url(../images/main.jpg) no-repeat top left;
}

#right .content {
	margin-top: 20px;
	background: #fff;
	padding: 20px 20px 20px 20px;
}

#right .content h3 {
	color: #666;
	font: 12px arial;
	margin-bottom: 10px;
	font-weight: bold;
}

#right .content p {
	margin-bottom: 15px;
}

#left {
	width: 235px;
	float: left;
}

#left #logo {
	margin-top: 20px;
	width: 220px;
	height: 85px;
	background: url(../images/logo.gif) no-repeat top left;
}

#left #logo a {
	text-indent: -9999px;
	display: block;
	width: 150px;
	height: 55px;
}


#left .menu {
	margin-top: 17px;
}

#left .menu ul {
	width: 221px;
}

#left .menu ul li {
	font-weight: normal;
	color: #d6001f;
	font-size: 18px;
	padding-bottom: 12px;
	padding-top: 12px;
}

#left .menu ul li ul {
	padding-left: 0;
	padding-top: 5px;
	border: none;
}
	
#left .menu ul li.first {
	border-top: 1px solid #c9c9c9;
}

#left .menu ul li {
	border-bottom: 1px solid #c9c9c9;
	font-weight: bold;
	text-transform:uppercase;
	color: #000;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#left .menu ul li.selected a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#left .menu ul li.selected ul li.selected a{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#left .menu ul li.selected ul li a{
	color: #666;
	font-weight: normal;
}

#left .menu ul li.selected ul li a{
	text-decoration: underline;
}

#left .menu ul li.selected ul li a:hover{
	text-decoration: none;
}

#left .menu ul li ul li{
	border-bottom: none;
	padding-left: 20px;
	font-weight: normal;
}

#left .menu ul li a{
	color: #000;
	background: url(../images/subli.gif) no-repeat top left;
}

#left .site-bar {
	margin-top: 20px;
}

#left .site-bar img{
	border: none;
	margin-bottom: 10px;
}

#wrap .menu-bottom {
	position: relative;
	width: 823px;
	clear: both;
	padding-top: 15px;
}

#wrap .clear-footer {
	height: 132px;
	clear: both;
	padding-top: 15px;
}

#wrap .menu-bottom ul li {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #999;
	float: left;
}

#wrap .menu-bottom ul li.first {
	padding-left: 0;
}

#wrap .menu-bottom ul li.last {
	padding-right: 0;
	border-right: none;
}

#wrap .menu-bottom form{
	width: 190px;
	position: absolute;
	right: 0;
}

#wrap .menu-bottom form fieldset {
	border: 0;
}

#wrap .menu-bottom form fieldset .inputbox {
	font-size: 11px;
	color: #b6b6b6;
	background: #fff;
	border: 1px solid #d6d6d6;
	padding: 2px;
}

#wrap .menu-bottom form fieldset .subm {
	background: none;
	border: none;
	font-weight: normal;
	color: #336699;
	cursor: pointer;
}

#footer {
	background: #fff;
	width: 823px;
	height: 62px;
	position: absolute;
	bottom: 25px;
}

#footer  div {
	margin-top: 25px;
}

#footer .f-inner {
	height: 62px;
	margin-top: 0;
}

#footer .left {
	color: #797979;
	font-size: 12px;
	padding-left: 15px;
	float: left;
}	
	
#footer .right {
	color: #797979;
	padding-right: 25px;
	float: right;
}	

.imvp { border: 1px solid #999999;}

.td1 { border-bottom: 1px solid #999999; padding: 3px;}
