@charset "utf-8";
/* CSS Document */

h1 {
font: 25px "Lucida Sans";
}




* {
padding:0;
margin:0;
}

body {
background:url(../i/bg/bg.jpg) top center no-repeat;
text-align:center;
}

a {
cursor:pointer;
text-decoration:none;
color: #369;
}

#mainWrapper {
text-align:left;
width:950px;
margin:auto;
}

#header {
height:105px;
}

#nav {
height:30px;
padding-top:6px;
}

#nav ul li {
display:block;
list-style:none;
height:29px;
font:16px Heveltica, Arial;
font-weight:bold;
color: #555;
line-height:29px;
float:left;
padding: 0 10px;
margin-right: 10px;
}

#nav ul li a{
color: #555;
float:left;
}

#nav ul li.select{
background:url(../i/nav/left.png) top left no-repeat;
padding: 0 0 0 10px;
line-height:25px;
height:25px;
}

#nav ul li.select a{
display:block;
color: #555;
background:url(../i/nav/right.png) top right no-repeat;
padding: 0 10px 0 0;
height:25px;
line-height:25px;
}

#nav ul li:hover.select{
background:url(../i/nav/left.png) top left no-repeat;
cursor:default;
}

#nav ul li:hover.select a{
background:url(../i/nav/right.png) top right no-repeat;
color:#333;
cursor:default;
}


#nav ul li:hover{
background:url(../i/nav/leftHover.png) top left no-repeat;
padding: 0 0 0 10px;
height:25px;
line-height:25px;
}

#nav ul li:hover a{
display:block;
background:url(../i/nav/rightHover.png) top right no-repeat;
padding: 0 10px 0 0;
height:25px;
line-height:25px;
color:#FFF;
}

#subNav {
height: 32px;
color:#999;
}

#subNav ul {
margin-left: 17px;
}

#subNav ul li {
list-style:none;
float:left;
font: 12px Heveltica, Arial;
height:32px;
line-height: 32px;
}

#subNav ul li a, #subNav ul li span {
border-right: 1px dotted #CCC;
padding: 0 15px;
}

#subNav ul li span {
font-weight:bold;
color: #09F;
}

#subNav ul li.last a, #subNav ul li.last span{
border-right: 0;
}

#content {
padding: 25px 0;
}

table {
font: 18px Georgia, "Times New Roman", Times, serif;
border-collapse:collapse;
}

table input[type=text]{
width:90%;
font: 16px Georgia, "Times New Roman", Times, serif;
margin-left: 10px;
border: 1px solid #DDD;
padding:2px;
}

table td{
padding: 10px 0;
border-bottom:1px dotted #DDD;
vertical-align:top;
}

#footer {
font: 12px Arial;
color: #999;
}
