/* 
    Document   : blink
    Created on : Mar 19, 2009, 10:47:03 AM
    Author     : Huisan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body{
  background: #ffffff;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  text-align:center;
}
#bg_header{
background-color:#333333;
margin:0;
padding:0;
line-height:normal;
word-wrap:normal;
}

#bg_header *{
    margin:0;
    padding:0;
}

#blinkheader {
background-color:#54534A;
height:34px;
margin:0 auto 1px;
padding:16px 10px 0 0;
width:900px;
}

#logo {
float:left;
margin-right:15px;
padding-left:20px;
width:107px;
}

ul#topmenu {
float:left;
margin-right:5px;
overflow:hidden;
padding-left:0;
width:651px;
font-size:12px;
}

ul#topmenu li {
background:transparent url("../images/blink/topmenu_sep.gif") no-repeat scroll 0 0;
float:left;
height:17px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0 5px;
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
border:none;
}

div#logo a {
background:transparent url(../images/blink/logo.gif) no-repeat scroll 0 0;
display:block;
height:34px;
width:107px;
color:#666666;
font-size:12px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
text-decoration:none;
}

span.access {
display:none;
}

ul#topmenu li a {
color:#FFFFFF;
font-size:12px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
text-decoration:none;
}

ul#topmenu li.current a {
  color:#FDB913;
}

div#state_form_wrap {
float:left;
width:102px;
}

form#state_form {
overflow:hidden;
width:102px;
}

form#state_form select {
color:#999999;
float:left;
font-size:11px;
width:84px;
}
form#state_form input {
background:transparent url(../images/blink/btn_go.gif) no-repeat scroll 0 0;
border:0 none;
cursor:pointer;
float:left;
height:15px;
margin-left:2px;
margin-top:2px;
width:15px;
}

#top_banner{
    margin:0 auto;
    width:908px;
    height:230px;
}

div#bg_footer {
background-color:#333333;
}
div#footer {
color:#999999;
font-size:10px;
margin:0 auto;
overflow:hidden;
padding:14px 0;
width:910px;
}
.left {
float:left;
}
.right {
float:right;
}
div#footer a {
color:#999999;
font-size:10px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
text-decoration:none
}

#wrap-all {
margin:0 auto;
overflow-x:visible;
padding:0 0 40px;
width:920px;
min-height:500px;
text-align:left;
}
