/* Global Reset */
*{margin:0px;padding:0px;}
/* Straight up HTML tags */
a img{border:none;}
a{outline: none;text-decoration:none;color:#FF0000;}
a:hover{color:#CC0000;}
p, blockquote{margin:15px 0px;}
body{background:url(../images/home/bodybg.gif) #191919 repeat-x;text-align:center;}
h1{font:22px arial narrow, arial, sans-serif;color:#990000;}
h2{font:22px arial narrow, arial, sans-serif;color:#990000;}
h3{font:16px arial narrow, arial, sans-serif;color:#666;}
h4{font:16px arial narrow, arial, sans-serif;color:#fff;}
strong{color:#fff;}
blockquote{background:url(../images/global/quote.jpg) no-repeat;padding-left:30px;color:#fff;font-style:normal;}
#content ul{margin-left:15px;}
/* ID's and proprietary elements */
#container{width:900px;position:relative;margin:0px auto;font:12px arial, sans-serif; color:#999;text-align:left;}
#header{background:url(../images/home/header.jpg) no-repeat;width:900px;height:195px;position:absolute;left:0px;top:0px;z-index:1;}
#primarynav{list-style-type:none;position:absolute;left:500px;top:43px;z-index:99;width:500px;}
#primarynav li{float:left;}
#primarynav li a{color:#fff;font-size:10px;margin-right:33px;}
#primarynav li a:hover{color:#999;}
#secondarynav{list-style-type:none;position:absolute;left:452px;top:194px;z-index:99;width:500px;}
#secondarynav li{float:left;}
#content{background:url(../images/home/midsection.jpg) 0px 195px no-repeat;padding:680px 50px 20px 150px;}
#footerbg{height:104px;background:url(../images/home/footerbg.gif) repeat-x;font:12px arial, sans-serif; }
#footer{position:relative;height:104px;width:900px;background:url(../images/home/footer.jpg) no-repeat;margin:0px auto;}
#footer #impact{position:absolute;left:160px;top:50px;}
#footer p{position:absolute;right:30px;top:20px;color:#999;}
#footer ul{position:absolute;right:30px;top:50px;list-style-type:none;}
#footer li{float:left;}
#footer li a{color:#fff;font-size:10px;margin-left:10px;}
#footer li a:hover{color:#999;}
#confidence{width:216px;height:180px;z-index:99;position:absolute;left:147px;top:430px;}
#control{width:216px;height:180px;z-index:99;position:absolute;left:398px;top:430px;}
#victory{width:216px;height:180px;z-index:99;position:absolute;left:650px;top:430px;}
#contact{position:absolute;right:-20px;top:100px;z-index:100;}


/* Repeatble Classes */
.left{float:left;margin-right:15px;}
.right{float:right;margin-left:15px;}
.clear{clear:both;}
.hrt{border-top:solid 1px #ccc;margin-top:15px;padding-top:15px;}
.hrb{border-bottom:solid 1px #ccc;margin-bottom:15px;padding-bottom:15px;}
.split{column-count:2;column-gap:30px;column-rule:none;}
