@charset "utf-8";
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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background-color: transparent;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	background: url(/img/bg-body-full.png) repeat-x 0px 0px;
	background-color: #FFFFFF;
}

body, td, p {
	font-family: Arial, Helvetica, sans-serif;;
	font-size:12px;
	color: #333;
	text-decoration: none;
}

ol, ul {
	list-style: none;
}


/* clear float rules defined early so they won't accidentally overwrite other possible declarations */
/* for modern browsers */
    .clearfix:after {
        clear: both;
        content: "'";
        display: block;
        font-size: 0; /* fix FF bug */
        height: 0;
        overflow: hidden;
        visibility: hidden;
        }
/* for IE7 */
    .clearfix { min-height: 0; }
/* for IE<7 \*/
    * html .clearfix { height: 1%; }
/* for IE-mac (snicker) */
    /*\*//*/ .clearfix { display: inline-table; } /**/

/* LINKS */
a {
	color: #2797e6;
	text-decoration: none;
	}
a:visited {
	color: #5792bc;
	}
a:hover {
	color: #3db0f4;
	text-decoration: underline;
	}



/* FOOTER
--------------------------------------------- */
#footer-container {
	background: url(/img/footer-bg.jpg) repeat-x 0 0;
	width: 100%;
	clear: both;
}
#footer {
	width: 900px;
	text-align: center;
	font-size: 1.0em;
	color: #666666;
	padding: 10px 0 40px 0;
	margin: 0 auto;
}


#usernav {
	float: right;
	font-size: 1.1em;
	text-align: right;
	margin: 25px 0 0;
	color: #ccc;
}
#usernav li {
	background: url(/img/usernav-divider.gif) no-repeat left top;
	display: inline;
	padding: 0 10px;
}
#usernav li a {
	color: #ccc;
	text-decoration: none;
}
#usernav li a:hover {
	color: #65e0ff;
}

.nobg, #usernav .nobg {
	background: none;
}


#nav {
	float: left;
	width: 900px;
	height: 40px;
	margin: 0px;
	font-size: 1.0em;
	background: url(/img/bg-nav.png) no-repeat right top;
	}
#nav ul {
	float: left;
	width: 700px;
	}
#nav ul li {
	background: url(/img/bg-nav-divider.png) no-repeat left bottom;
	float: left;
	height: 34px;
	}
#nav li.first {
	background: none;
	}
#nav ul li a {
	color: #fff;
	background: url(/img/bg-nav-sprites.png) no-repeat 0 90px;
	float: left;
	padding: 9px 10px 6px;
	margin: 4px 0 0;
	}
#nav ul li a.selected {
	background: url(/img/bg-nav-sprites.png) no-repeat 0 -124px;
	}
#nav ul li.first a.selected {
	background: url(/img/bg-nav-sprites.png) no-repeat 0 -44px;
	}
#nav ul li.first a {
	padding-left: 19px;
	}
#nav ul li a:hover {
	background: url(/img/bg-nav-sprites.png) no-repeat 0 -84px;
	text-decoration: none;
	}
#nav ul li.first a:hover {
	background: url(/img/bg-nav-sprites.png) no-repeat 0 -4px;
	}
