@charset "utf-8";
/* CSS Document */

body { text-align: center; margin:auto; background-image:url(images/hardwired_bak.gif);}
.wrap { width:750px; height:auto; background-color:#FFFF00; margin:auto; margin-top:10px;}
.header {width:750px; height:150px; border-color:#000000; background-image:url(images/banner.png);}
.navigation {width:100%; height:25px; border-color:#000000; border-bottom:solid; background-color:#7B7B7B; margin-top:-17px;}
.main {width:100%; height:auto; background-color:#FFFF00;}
.mainhome {width:100%; height:680px; background-color:#FFFF00;}
.chat { width:100%; height:auto; background-color:#575757;}
.homemenucontainer { width:auto; height:auto; border-color:#000000; border-style:solid; float:left; margin-top:30px; margin-left:10px;}
.homemenu { width:200px; height:auto; background-color:#575757; margin-left:10px; margin-top:20px; margin-right:10px; margin-bottom:20px;}
.homemain { width:65%; height:auto; border-color:#000000; border-style:solid; float:right;margin-right:10px;margin-top:30px; background-color:#7b7b7b}
.ccmain { width:100%; height:920px; background-color:ffff00;}
.clmain { width:100%; height:830px; background-color:ffff00;}
#navigation ul li { display: inline; }
#navigation ul li a {margin-left:-10px; padding-left: 10px; padding-right: 10px; color:#FFFFFF; text-decoration: none; font-size:14px; padding-top:0px;}
#navigation ul li a:hover { font-style:italic; text-decoration:underline overline;}
#navigation a:link#current, a:visited#current { font-style:italic; text-decoration:underline overline;}
.a:link#current{ font-style:italic; text-decoration:underline overline;}

#links a {text-decoration:none; font-size:12px; color:#ff0000; font-weight:bold;}
#links a:hover {font-style:italic; text-decoration:underline overline;}

#sidenav a {text-decoration:none; font-size:16px; color:#ffffff;}
#sidenav a:hover {color:#ff0000; font-size:17px;}

.bottomlinks {color:#FF0000;}
.chatheader {font-size:26px; color:#0000FF; font-weight:bold; font-family:tahoma;}
.chatdesc {color:#363636; font-family:tahoma; font-size:14px;}
.login {color:#990000; font-family:tahoma; font-size:14px;}

/* IE6 fixes*/
* html .homemain {width:450px;}
* html .navigation {margin-top:0px;}
/* IE7 fixes*/
*+html .navigation {margin-top:0px;}
