@charset "utf-8";
/* CSS Document */


/* RESET STYLE RULES 
------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, img {
	margin: 0;
	padding: 0;
	border: 0;
	list-style:none;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
	background: #FCFCFC;
}
#siteBox {
	margin: 0px auto 0px;
	width: 980px;
}



/* HEADER
------------------------------------------------------------------ */
#header {
	float: left;
	width: 980px;
	clear: both;
	margin-bottom: 15px;
}
#header #head-left {
	display:block;
	float: left;
	padding-top: 7px;
}
#header #head-right {
	float: right;
	width: 400px;
	background: url(../images2/search-bg.jpg) no-repeat right top;
	text-align: right;
}
#header #head-right .google {
	width: 315px;
	padding: 6px 10px 8px;
	float: right;
	clear: both;
	text-align: left;
	margin-bottom: 9px;
}
#header #head-right .global-link {
	font-size: 10px;
	color: #005daa;
	letter-spacing: 1px;
	text-align: right;
	float: right;
	width: 390px;
	margin-right: 5px;
}
#header #head-right .global-link a {
	color: #005daa;
	text-decoration: none;
	font-size: 10px;
}
#header #head-right .global-link a:hover {
	text-decoration: underline;
}
input.search-input {
	width: 247px;
	height: 18px;
	margin-right: 3px;
	float: left;
}
.search-button {
	background: url(../images2/search-button.gif) no-repeat;
	display: block;
	float: right;
}




/* TOP NAVIGATION
------------------------------------------------------------------ */
#nav {
	float: left;
	clear: both;
	width: 965px;
	height: 26px;
	padding: 0px 0px 0px 15px;
	background: url(../images2/nav-bg.gif) repeat-x;
}

#nav2 {
	float: left;
	clear: both;
	width: 945px;
	height: 28px;
	padding: 0px 0px 0px 35px;
	background-color: #535353;
}
#nav2 ul.bid-menu {
	margin-top: 5px;
}
#nav2 ul.bid-menu li {	display: inline;;
	list-style-type: none;}
#nav2 ul.bid-menu li a {
	padding-right: 20px;
	font-size: 12px;
	text-decoration: none;
	color: #D7D7D7;
}
#nav2 ul.bid-menu li a:hover{
	color: #FFF;
}
#nav2 ul.bid-menu li a.bid-active{
	color: #FFF;
	text-decoration: underline;
}


/* FOOTER 
----------------------------------------------------------- */

#footer {
	width: 980px;
	float: left;
	text-align:center;
	margin: 0px 0px 20px;
	border-top: 2px solid #336699;
	clear: both;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 15px 0px 0px;
}

#footer a {
	color:#999;
	text-decoration:underline;
}
#footer a:hover {
	color:#336699;
	text-decoration:underline;
}


.tip {
    color: #fff;
    background:#1d1d1d;
    display:none; /*--Hides by default--*/
    padding:15px;
    position:absolute;    z-index:1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#col-main ul.default-list li ul.tip-list {
	list-style: none;
}
	
#col-main ul.default-list li ul.tip-list li {
	margin: 0px 0px 6px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0px 0px 0px 15px;
	background: url(../images/bullet-bluesquare.gif) no-repeat left center;
	}
	
	

.m-bot10 { margin-bottom:10px;}

