/*
*	DEFAULTS
*/

* { margin: 0; padding: 0; }
body { padding: 75px 0; color: #333333; font: .7em Verdana, sans-serif; }
ul, ol { list-style: none; }
a { color: #0066cc; }
a img { border: 0; }
h1, h2, h3, h4, h5, h6, label { font-family: "Trebuchet MS", sans-serif; }
fieldset { border: none; }
input { font: 1em Verdana, sans-serif; }

/*
*	PAGE
*/

#page { width: 670px; margin: 0 auto; }

/*
*	HEADER
*/

#header { overflow: hidden; padding-bottom: 20px; }
* html #header { height: 1%; }

#header h1 { float: left; }
#header p { float: right; padding-top: 70px; }
#header p a { color: #000066; }

/*
*	SEARCH
*/

#search { background: #fde899 url("/v3graphics/search-top.gif") no-repeat; }
#search form { overflow: hidden; padding: 25px 50px; background: url("/v3graphics/search-bottom.gif") bottom left no-repeat; }
* html #search form { height: 1%; }

#search form fieldset { width: 220px; float: left; padding: 0 5px; }
#search form label { display: block; padding-bottom: 3px; color: #ff2e1f; font-weight: bold; font-size: 1.3em; }
#search form input { padding: 2px; width: 215px; }
#search form p { line-height: 1.5em; }
#search form div { float: left; padding: 20px 5px 0 5px; }
#search form div button { float: left; border: none; cursor: pointer; text-indent: -10000em; width: 85px; height: 25px; background: #00349a url("/v3graphics/search-button.gif") no-repeat; }

/*
*	MAIN
*/

#main { overflow: hidden; margin: 30px 0; background: url("/v3graphics/main-bg.gif") 415px center no-repeat; }
* html #main { height: 1%; }

#main h2 { padding-bottom: 7px; margin-bottom: 15px; border-bottom: 1px dashed #cccccc; color: #ff3300; font-size: 1.7em; font-weight: normal; }
#main h3 { color: #666666; font-size: 1.3em; }
#main h3 a { text-decoration: none; }

/*
*	CONTENT
*/

#content { width: 386px; float: left; }

#content div.columns { overflow: hidden; margin-bottom: 25px; }
* html #content div.columns { height: 1%; }
#content div.column { width: 183px; padding-right: 10px; float: left; }

#content div.column ul { margin-top: 7px; }
#content div.column ul li { padding: 3px 0; }
#content div.column ul li a { font-weight: bold; font-size: 1.1em; }

/*
*	SIDEBAR
*/

#sidebar { width: 222px; float: right; }
#sidebar p { margin: 5px 0 15px 0; }

/*
*	FOOTER
*/

#footer { line-height: 1.8em; text-align: center; border-top: 1px solid #999999; padding-top: 15px; }
#footer p.links { color: #0066cc; }
