/* 
    Document   : site.css
    Created on : Mar 1, 2010, 5:02:18 PM
    Author     : Jonathan Merchant
    Description:
        Purpose of the stylesheet follows.
*/


root { 
    display: block;
}
* {
    margin: 0;
    padding: 0;
}
body {
    background: #7F7F7F url("../site_images/body-background.jpg") repeat-y center;
    font-family: "Trebuchet MS", Hevetica, Arial, sans-serif;
    text-align: center;
    color: #333;
}
/*---WRAPPERS---*/
#wrapper {
    width: 100%;
}
#content-wrapper {
    background: url("../site_images/content-background.jpg") repeat-y center;
    margin: auto;
    
    width: 962px;
}
/*---HEADER---*/
#header {
    background: #333;
    height: 120px;
    margin: auto;
    width: 960px;
}
.logo img {
    border: none;
}
/*---MENU---*/
#menu {
    height: 55px;
    margin: auto;
    width: 960px;
}
.menu-table {
    border-collapse: collapse;
    width: 960px;
    font-size: 12px;
    font-weight: bold;
}
.menu-table td {
    text-align: center;
    height: 55px;
    width: 96px;
}

.menu-button {
    background: url("../site_images/menu-default.jpg") no-repeat top center;
}
.menu-button a:link, .menu-button a:visited {
    color: #333;
    text-decoration: none;
}
.menu-button-hover {
    background: url("../site_images/menu-hover-active.jpg") no-repeat top center;    
}
.menu-button-hover a:link, .menu-button-hover a:visited {
    color: #5b5b5b;
    text-decoration: none;
}
.menu-button-hover a:hover {
    color: #5b5b5b;
    text-decoration: none;
}
#menu-bottom {
    background: url("../site_images/menu-bottom.jpg") no-repeat center;
    height: 12px;
    margin: auto;
    width: 976px;
}
/*---LEFT CONTENT---*/
#left-content {
    
    float: left;
    width: 156px;
    text-align: right;
    margin-bottom: 20px;
}
#left-table-menu {
    font-size: 12px;
    border-collapse: collapse;
}
#left-table-menu td {
    text-align: right;
    padding-right: 14px;
    height: 33px;
    
}
#left-table-menu a {
    color: #333;
    text-decoration: none;
}
.default-left-menu {
    background: url("../site_images/left-menu-default.jpg") no-repeat top right;
}
.left-menu-hover {
    
    background: url("../site_images/left-menu-hover-active.jpg") no-repeat top right;
}

/*---MIDDLE CONTENT---*/
#middle-content {
    
    float: left;
    width: 650px;
    text-align: left;
}

.content {
    padding: 0 10px 20px 10px;
    font-size: 12px;
}
.content h2 {
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
}
.content p {
    padding: 10px 0;
    line-height: 16px;
}
.content a:link, .content a:visited {
    color: #efefef;
    text-decoration: none;
    border-bottom: 1px dotted #efefef;
}
.content a:hover {
    color: #333;
    border-bottom: 1px dotted #333;
}
.content ul {
    margin-left: 20px;
    list-style: inside;
}
.content h4 {
    margin: 5px 0px;
}
.h4-tags {
    background: #0099CC;
    padding: 3px;
    color: #efefef;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#web-thumb-table td {
    vertical-align: top;
}
.web-thumb, .web-thumb-25 {
    padding: 5px;
    background: #333;
    vertical-align: middle;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    
    text-align: center;
}
.web-thumb a, .web-thumb-25 a {
    border-bottom: none !important;
}
.web-thumb {
    
    height: 100px;
    width: 100px;
    
}
.web-thumb-25 {
    height: 25px;
    width: 25px;

}
.web-thumb-link {
    font-size: 11px;
}
.web-thumb img, .web-thumb-25 img {
    border: none;
}
.panel-even {
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #CACACA;
    margin-bottom: 10px;
}
.panel-odd {
   padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #888888;
    margin-bottom: 10px;
}
.info-table {
    border-collapse: collapse;
    border: 1px solid #333;
    
}
.info-table td {
    border: 1px solid #333;
    padding: 3px;
}
#jethro {
    margin-top: 10px;
}
#jethro a {
    border: none;
}
.home-titles {
    
    font-weight: bold;
    font-size: 16px;
}
/*---RIGHT CONTENT---*/
#right-content {
    margin-bottom: 20px;
    float: left;
    width: 156;
    text-align: left;
}
#right-table-menu {
    font-size: 12px;
    border-collapse: collapse;
    text-align: left;
    
}
#right-table-menu td {
    text-align: left;
    padding-left: 14px;
    height: 33px;

}
.default-right-menu {
    background: url("../site_images/right-menu-default.jpg") no-repeat top left;
}
.right-menu-hover {
    background: url("../site_images/right-menu-hover-active.jpg") no-repeat top right;
}
.rotators {
     margin-left: 8px;
     text-align: center;
     width: 142px;
}
.rotators img {
    border: none;
}
/*---FOOTER---*/
#footer {
    clear: both;
    background: url("../site_images/footer-background.jpg") no-repeat top center;
    min-height: 200px;
    margin: auto;
    width: 960px;

}
.footer-info {
    font-weight: bold;
    font-size: 12px;
    padding: 5px 5px 0;
    float:left;
    width:980px;
}
.remote-help {
    float:left;
    margin-left:152px;
    width:114px;
}
.copyright{
    float:left;
    width:390px;
    margin-left:40px;
}
.footer-info a:link, .footer-info a:visited {
    color: #333;
    text-decoration: none;
    border-bottom: 1px dotted #333;
}
.foot-bottom {
    font-size: 10px;
    width:440px;
    float:left;
    margin-left:15px;
}
