/* 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;
}
body { 	line-height: 1; color: #666; font-size: .8em; line-height: 1.4em; margin: 15px 0;}
ol, ul { margin-left: 30px; font-size: .9em; }
li { line-height: 1.4em;color: #666; font-size: 1em;  }

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

body { font-family: Verdana, Arial, Helvetica, sans-serif; background: url(images/background.jpg) repeat-x #0e1829;  }
p { color: #666; line-height: 1.4em; margin: 15px 0;}

h1 { color: #003366; font-family: Verdana, Arial, Helvetica, sans-serif; margin-top: 5px;border-bottom: 1px solid #ccc; font-size: 1.2em; padding-bottom: 2px; padding-top: 10px; }
h2 { color: #006699; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin-top: 15px; margin-bottom: 5px; font-size: 1.1em; }
h3 { }

/* Containers */
#wrapper { margin-left: auto; margin-right: auto; width: 960px; }
#sub-wrapper { margin-left: auto; margin-right: auto; width: 960px; }
#header { width: 959px; height:211px; background-image: url(images/header.jpg); position: relative;  }
#navigation {  width: 685px; float: right; height: 50px; background:url(images/nav-bg.jpg) no-repeat; margin-top: -15px;}
#content { background-color: #FFFFFF; width: 959px; min-height: 530px; overflow: hidden; }
#content .col { position: relative; float: left; padding: 10px; }
#left {  width: 310px;   }
#main {  width: 590px; }
#full-width {  width: 880px; margin: 0 25px; }
#footer {position: relative; bottom: 15px; text-align: left; width: 959px; background-color: #FFF; height: 50px; background: url(images/footer.jpg) no-repeat bottom left #FFF; padding-top: -5px; margin-top:5px; }
#left-sub {  width: 290px; margin: 0 10px; margin-top: 10px; border-right: 1px solid #ccc;  }
#navigation ul { padding: 5px; padding-top: 18px; text-align: right}
#navigation li { margin: 0;  display: inline; list-style: none;}
#navigation li a{ line-height: 14px; margin: 8px; text-decoration: none; color: #eac31e; font-size: 1.2em; }
#navigation li a:hover { color: #000033; border-bottom: 2px solid #000033;padding-bottom: 2px;}

#footer p { color: #dca809; font-size: .9em; padding: 5px; padding-left: 10px; padding-top: 10px;}
#footer a{ color: #dca809; text-decoration: none; }
#footer a:visited { color: #dca809; text-decoration: none; }
#footer a:hover { color: #006699;}

img { padding: 0 15px; border: none; }
#left p{clear:both; padding-top: 10px; margin-left: 10px;}
.quote { color: #dca809; }

.float-left { float: left;}
.float-right { float: right;}
.clear-both { clear:both;}

.power-box { height: 100px; width: 265px; background: url(images/power-box.gif) no-repeat; padding: 10px;  } 
.power-box p { margin-top: -5px }