/* CSS Document */
/*©2007-2010 Ben McElroy for ISG*/
body{font-size:76%; font-family:Verdana, Arial, Helvetica, sans-serif; margin:0 auto; padding:0;}
img{border:0;}
a:link, a:visited{color:#00a4e4;}
a:hover{color:#43c4b7;}
a:visited{color:#666666;}
#wrapper{padding:0; margin:0 auto; min-width:780px; min-height:350px;}
#header{height:110px;width:100%; background:url(images/header_repeat.gif) repeat-x;}
#branding{float:left;width:760px; height:110px; background:url(images/branding.gif) no-repeat;}
#logo{position:absolute; left:0; top:0; z-index:1; width:210px; height:110px; padding:0; margin:0;}
#navigation{float:left;height:110px;font-size:14px; font-weight:bold;padding-left:210px;}
.nav a, nav span{display:block; margin-top:38px;padding-left:15px; padding-right:5px; float:left; color:#fff; text-decoration:none;}
.nav a:hover{color:#81faff;}
a.selected{/*color:#139F8F;*/color:#81faff;}
.home{margin-left:8px;}
#sidebar{width:170px;float:left; padding-left:10px;padding-top:40px;}
#sidebar h2{color:#43c4b7; font-size:14px;}
ul{list-style:none;}
li{list-style:url(images/li_graphic.gif); line-height:1.4em; padding-bottom:5px;}
#content{width:525px;float:left;padding-top:40px;padding-left:20px; line-height:1.4em;}
#footer{clear:both; width:100%; height:111px;background:url(images/bottom_bar.gif) repeat-x; margin:0 auto; padding:0;}
.partners{padding-left:200px;}
.listings{float:left;}
.listings table{margin:0; padding:0; width:500px; text-align:left; border:none;}
.listings th{background:#43C4B7; color:#fff; cursor:pointer; padding:5px;}
.listings th:hover{color:#fff; background:#3B9F9F;}
.listings tr{padding:5px; margin:0; border:none; cursor:pointer; min-height:30px;}
.even{background:#C3DEDF;}
.odd{background:#E0EEEF;}
.over{background:#00a4e4; color:#fff;}
.select{background:#7FDEFF; color:#333;}
.information{
width:50px;
}
.fixed{
top:500px;
left:730px;
position:fixed;
background:#eee;
width:280px;
padding:3px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-webkit-box-shadow:2px 2px 5px #333;
-moz-box-shadow:2px 2px 5px #333;
-o-border-radius:5px;
-o-box-shadow:2px 2px 5px #333;
}
.fixed h3{
margin:0;}
.fixed p{
padding:0;
margin:0;
}
.fixed a{
text-decoration:none;
}