* {  padding: 0; margin: 0; }

body {
    background: #000 ;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size:14px;

}

#header {
    background-color: #000;
    padding-bottom: 5px;
    color: #fff;
    padding: 5px;
}

#logo {
    float: left;
    width: 200px;
    background: transparent;
    color: #fff;
}

#logo p {
    font-family: arial;
    font-size: 18px;
}

#headertag {
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    width: 470px;
    border-right: 0px solid white;
}

#headertag h1 { font-size: 24px; }
#headertag h3 { font-size: 20px; }


#mlswatch {
    width: 300px;
    float: right;
    font-weight: bold;
    padding-top: 5px;
}
#mlswatch ul {
    font-size: 12px;
    list-style-type:circle;
    list-style-position: inside;
    padding-bottom: 8px;
}

#mlswatch a {
    text-decoration: none;
    color: #efad00;
}

#mlswatch a:hover {
    text-decoration: underline;
}

.red { background-color: red;}
.blue {background-color: blue; }
.green {background-color: green; }
.yellow {background-color: yellow; color: black;}
.bold { font-weight: bold;}

.popsearch {
    text-align: left;
    margin-top: 10px;
}

.popsearch h3 {
    text-align: left;
    margin-left: 20px;
    border-bottom: 2px solid #fff;
}

.popsearch a {
    display: block;
    margin-left: 20px;
    text-decoration: none;
    color: #fff;
}

.popsearch a:hover {
    text-decoration: underline;
}

#popularsearches {
    clear: both;
}

#popularsearches h1 {
    font-size: 24px;
    text-align: center;
    color: #fff;
}

#popularsearches h2 {
    font-size: 20px;
    text-align: center;
    color: #fff;
}

ul#split,ul#split li{margin:0;padding:0;list-style:none; text-align: left; font-size: 12px;}
ul#split li{float:left;width:222px;margin:0 10px 10px 0}
ul#split h3{text-align: center; color: #000; font-weight: bold; font-size: 20px; margin: 0; padding: 5px 0 0;}

ul#split div{background: #FFC}
ul#split {margin-left: 30px;}

li#one h3{background: #C8C866}
li#one div{border:2px solid #C8C866}
li#two h3{background: #FFBD00}
li#two div{border:2px solid #FFBD00}
li#three h3{background: #E3A1C4}
li#three div{border:2px solid #E3A1C4}
li#four h3{background: #99a}
li#four div{border:2px solid #99a}

#popularsearches a {
    color: #000;
    margin-top: 2px;
    margin-left: 6px;
    width: 212px;
    text-decoration: none;
    display: block;
}
#popularsearches a:hover {
    text-decoration: underline;
}

.bottompad {
    padding-bottom: 5px;
}

#quicksearch {
    width: 212px;
    margin: 20px auto;
    text-align: left;
}

#quicksearchform select {
    width: 100%;
    margin: 3px;
    background-color: #ffa;
    color: #000;
}

#quicksearchform input {
    width: 140px;
    margin: 3px;
    background-color: #ffa;
    color: #000;
}

.addborder {
 border: 3px solid #460c07; padding: 5px; background-color: #a44c12;
 }

 /* index page buttons */
a.boldbuttons{
background: transparent url('../images/buttonleft.png') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 16px; /* Width of left menu image */
text-decoration: none;
margin-left: 6px;
margin-bottom: 10px;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: #555; /*button text color*/
}

a.boldbuttons span{
background: transparent url('../images/buttonright.png') no-repeat top right;
display: block;
padding: 6px 16px 2px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
color: #000;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
margin-top: 15px;
width: 95%;
}

.messagebox {
    padding: 10px;
    border: 3px double #000;
    margin: 25px;
    padding: 10px;
    background: #fff;
    color: #000;
}