/*body*/
body,html{
font-family:Trebuchet MS,Helvetica,Sans-Serif;
height:100%;
margin:0px 0px 1px 0px;
padding:0px 0px 0px 0px;
background-image:url(../img/bg.png);
background-repeat:repeat-x;
background-color:#F6F6F6;
}

#box {
width:720px;
margin:0px auto;
}

/*header*/
#header{
width:720px;
height:102px;
margin:0px auto;
padding:0px 0px 0px 0px;
background:url(../img/mast.png);
background-repeat:no-repeat;
background-color:white;
}

/*menu*/

#menu{
background:url(../img/menu.gif);
background-repeat:repeat-x;
border-top: 1px solid #999999;
border-bottom: 1px solid #EEEEEE;
width:100%;
height:30px;
padding:0px 0px 1px 0px;
background-color:white;
}
#menu ul{
color:#4D4C4C;
font-size:16px;
line-height:16px;
font-weight:bold;
list-style:none;
padding:0px 0px 0px 3px;
margin:0px auto;
letter-spacing:-1px;
width:720px;
}
#menu .first{
border-left:1px solid white;
}

#menu li{
border: 1px solid white;
border-left: 0px;
border-top: 0px;
display:block;
float:left;
margin:0px;
list-style:none;
text-align:center;
width:142px;
}
#menu li a{
display:block;
padding:7px;
color:#4D4C4C;
text-decoration:none;
}
#menu li a:hover{
color:black;
background-color:#fbf9f9;
text-decoration:none;
}
#menu .selected{
background-color:white;
}
#menu a.selected{
color:#0081c6;
text-decoration:none;
}
#menu a:hover.selected{
color:#0081c6;
background-color:white;
text-decoration:none;
}

#page {
padding:0px;
margin:0px;
}

/*content*/

#content {
margin:0px auto;
color:#666666;
padding:30px;
font-size:15px;
background-color:white;
border:2px solid #EEEEEE;
border-top:0px;
float:left;
width:656px;
margin-bottom:20px;
}
#content h1 {
margin-top:0px;
color:#004266;
font-size:26px;
letter-spacing:-1px;
}
#content h2 {
margin-top:0px;
margin-bottom:0px;
color:#004266;
font-size:18px;
letter-spacing:-1px;
font-weight:normal;
border-bottom:1px solid #f2f2f2;
width:99%;
}
#content p {
margin-top:0px;
margin-bottom:15px;
}
#content a{
color:black;
}
#content a:hover{
color:#666666;
text-decoration:none;
}
#content ul{
list-style:url(../img/tri.gif);
margin-top:5px;
}
#content li {
margin-top:0px;
margin-bottom:5px;
}
.bullets {
  width:200px;
}
.company,
.company a {
  color:#000000;
  text-decoration:none;
}

/*item*/
fieldset {
  border:0px;
  border-top:1px solid #0dbaf8;
  padding:10px 10px 0px 10px;
}
legend {
  font-weight:bold;
  position:relative;
  color:#2c3387;
}

.item {
  margin-top:10px;
  float:left;
  width:140px;
  padding:0px 15px 0px 15px;
}
.item .img {
  width:138px;
  height:138px;
  text-align:center;
  border:1px solid #ccc;
  background-color:#f2f2f2;
  vertical-align:middle;
  line-height:138px;
  margin-bottom:10px;
}

.item img {
  border:1px solid #ccc;
  padding:1px;
  background-color:#ffffff;
  margin-bottom:10px;
  display:block;
}
.item p {
  font-size:12px;
  font-weight:normal;
  padding:0px;
  margin:0px;
}

/*footer*/
#footer {
clear:both;
margin:0px;
margin-bottom:10px;
text-align:center;
color:#8c8c8c;
font-size:12px;
}

























