/* CSS Document */

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%;
	vertical-align: baseline;
}

a{ color: #333;}
a:link{ color: #333;}
a:visited { color: #333; }
a:hover { color: #990000;}

h1 { color: #990000; font-size: 1.3em; padding: 5px; margin-top: 10px; }
h2 { color: #990000; font-size: 1.2em; padding: 5px; margin-top: 10px; }
h3 {  color: #990000; font-size: 1em; padding: 5px; text-transform: uppercase; }

#content li { color: #666666; }
#content ul {margin-left: 35px;}

#wrapper {margin-left: auto; margin-right: auto; width: 960px; margin-top: 10px;}
#container {position: relative;}

#navigation { background: url(images/nav-bg.gif) repeat-x; margin-top: 15px;   margin-left: -15px; width: 990px;  }
#navigation ul { padding: 5px; text-align: left; padding-right: 15px; }
#navigation li { margin: 0;  display: inline; list-style: none;}
#navigation li a{ line-height: 14px; margin: 8px; text-decoration: none; color: #FFF; font-size: .9em; text-transform: uppercase; font-weight: bold;}
#navigation li a:hover { color: #bb100f; }
#navigation-shadow { background: url(images/nav-shadow.jpg) repeat-x; height: 10px; border-bottom: 2px solid #666; margin-left: -15px; width: 990px;}

body { border-top: 5px solid #CCC; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }
#banner-imgs { width: 630px; height: 135px; background-color: #999999; position: relative; margin-top: 7px; right: 0; float: right;}
#subline { color: #999999; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .9em; padding-top: 10px;}
#top-column { background-color: #FFF; width: 258px; height: 15px; position: absolute; right: 66px; margin-top: 36px; border-right: 3px solid #CCC; border-top: 1px solid #CCC; border-left: 2px solid #CCC;}


#content { width: 959px; min-height: 530px; overflow: hidden;padding: 10px;  }
#content .col { position: relative; float: left; padding: 10px; }
#right {  width: 250px; background: url(images/sidecolumn_wide-top2.gif) no-repeat; margin-top: -11px;  padding-left: 20px !important; }

#main {  width: 600px; padding: 10px;}

#content p { color: #666666; padding: 5px 10px;}

#footer { background-color: #333333; height: 40px;bottom: 0px;  }
#footer p { color: #FFF; text-align: right; padding: 10px; padding-top: 22px; font-size: .9em;}

