/* CSS Document */
body,div,h2,h3,p,ul,li{
 margin:0px; padding:0px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;}
img {border:0; vertical-align:bottom;} 
a { text-decoration:none;color:#124ee4;}
a:hover { text-decoration:underline;}
#container {width:900px; margin:0 auto;}
#header{
 background:transparent url(/images/bannerbg.jpg) no-repeat;
 width:900px;
 height:80px;
 position:relative;}
#logo {
 height:80px;
 width:80px;
 float:left;}
#menu{
 width:900px;
 height:25px;
 background:url(/images/menu-bg.jpg) repeat-x;
 }
#menu a{color:#FFFFFF;}
#menu a:hover{text-decoration:none;}
#menu li.drop{background:url(/images/menu-bg-drop.jpg) no-repeat;}
#menu li.drop:hover {background:url(/images/menu-bg-drop-hover.jpg) no-repeat;}
#menu li{
 float:left;
 position:relative;
 background:url(/images/menu-bg.jpg) no-repeat;
 list-style:none;
 padding:5px 10px;
 color:#FFFFFF;}
#menu li:hover{ background:url(/images/menu-bg-hover.jpg) no-repeat;}
#menu li li, #menu li li li{width:150px;}
#menu ul ul, #menu ul ul ul{display:none;}
#menu ul li:hover ul {display:block; position:absolute; left:0px; top:25px}
#menu ul li:hover ul li ul {display: none;}
#menu ul li:hover ul li:hover ul {display:block; position:absolute; left:170px; top:0px;}
#content {
 width:900px;
 height:820px;
 background-color:#e5e5e5
 }
#brief {
 float:left;
 width:500px;
 margin-right:60px;
 line-height:18px;
 } 
h2 {
font-size:16px;
 margin-left:20px;
 padding:20px 0 15px 0;
}
h3 {
 font-size:14px;
 margin-left:20px;
 padding:10px 0;
 }
p{margin-left:20px;} 

#sidebar {
float:left;
width:270px;
}
th {
font-size:14px;}
td { text-align:center;}
.i { 
 width:120px;
 padding:2px;
 background-color:#ffffff; }
#search{
text-align:right;
height:60px;
padding-top:30px;
 }
#keywords{
 color:#999999; 
 height:18px; 
 font-family:Arial, Helvetica, sans-serif}
#tag {
text-align:right}

#footer {
 padding:5px 10px; 
 width:880px; 
 text-align:right;
 background-color: #357BB6;
 color:#ffffff;
 }
#footer a { color:#ffffff;}
#footer a:hover {text-decoration:none;}



