
div, img, ul, li, a, td, table, tr, body  {margin:0;padding:0;border:0;}
a:link, a:visited , a:hover, a:active  {color: #3399FF;text-decoration: none;}
/*main styles*/
body{background-color:#111111;font-family:verdana, arial, sans-serif;font-size:14px;color:#888888;}
#toplogo{height:103px;background-image:url('/images/top_logo_bg.png');
  background-repeat:repeat-x;text-align:center;}/*logo image centered*/
#topnav{background-image:url('/images/topnav_bg.png');background-repeat:repeat-x;padding:12px 0px;} /*padded to vertically align menu*/
#topmenu{margin:0 auto;height:70px;width:557px;background-image:url('/images/topmenu_bg.png');
  background-repeat:no-repeat;} /*557pximg*/
#topmenu ul{list-style-type:none;}
#topmenu ul li{display:block;float:left;height:44px;text-align:center;}
#topmenu ul li a, #topmenu ul li a:link, #topmenu ul li a:visited , #topmenu ul li a:active{color:#000000;
	font-family:Arial, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	display:block;
	height:44px;
	line-height:44px;
	text-decoration:none;
	padding:12px 10px 0px 10px;
  width:160px;
}
#topmenu ul li a:hover{text-decoration:underline;}
#social-logos{margin:40px auto 10px auto;width:600px;}

#mid-top-border{width:600px;background-image:url('/images/mid_top_border.png');height:1px;margin:0 auto;}
#mid-bottom-border{width:600px;background-image:url('/images/mid_bottom_border.png');height:1px;margin:0 auto;}
#mid-main-border{width:600px;background-image:url('/images/mid_main_border.png');margin:0 auto;}
#mid-main{padding:10px 15px;margin:0px 1px;background-color:#1b1b1b;} /*Side margins to let the container background show through*/
#mid-main h1{font-size:18px;
/*
background-image:url('/images/line1.png');background-repeat:repeat-x;background-position:bottom left;
*/
  padding:0px 0px 7px 0px; font-weight:normal;}

.centered-container{margin:0 auto;width:800px;margin-top:20px;}
.social-logo-no, .social-logo-yes{float:left;width:150px;margin-bottom:30px;text-align:center;}

#footer{background-image:url('/images/bottom_bg.png');background-repeat:repeat-x;
  height:58px;line-height:58px;padding-left:100px;color:#888888;font-size:12px;}
#footer a:link, #footer a:visited , #footer a:active, #footer a:hover{color:#888888;}

/*Sticky footer, see ryanfait.com*/
/*Note height of negative margin must match height of footer*/
/*Screw IE6, but you can add height: auto !important; height: 100%; to footer and push to make it look right. */

html, body {height: 100%;}
.wrapper {min-height: 100%;margin: 0 auto -58px;}
.push {height: 58px;}


