/*
  CSS for Tiger Design
  Jerome PJ Williams
  JWorks Studios - www.jworksstudios.com
  7-26-2010
  
  This comment for you if he plans on stealing it lol.
*/

body, html{
height: 100%;
width: 100%;
margin-left: auto;
margin-right: auto;
font-family: Arial;
font-size: 0.9em;
background-color: black; /*#000022;*/
color: white; /*#444444;*/
/*background-image: url('../images/bg3.jpg');*/
background-repeat: repeat-x;
text-align: center;
position: absolute;
top: 0px;
}

#body-container{
width: 100%;
margin-left: auto; 
margin-right: auto; 
text-align: center; 
}

#body{
position: relative;
width: 1000px;
margin-left: auto;
margin-right: auto;
text-align: center;
background-repeat: repeat-x;
background-color: white;
}

#clear{
clear: both;
}

h1{font-size: 30px;}
h2{font-size: 20px;}
h3{font-size: 15px;}
h1, h2, h3{color: #222222; /*#555555;*/ margin: -10px 0 10px 0;}

/*Links*/
a{text-decoration: none; color: #005555;}
a:hover{text-decoration: underline;}
a:visited{color: #005555;}
a.white{color: white;}
a img{border: 0px;}

#tiger-header{
width: 100%;
height: 149px;
background: url('../images/tiger-header.jpg') center no-repeat black;
}

#button-bg{
width: 100%;
height: 31px;
background: url('../images/buttons-bg.jpg');
text-align: center;
}

.btn{float: left;}

#content-bg{
width: 100%;
background: #1a0b04 no-repeat url('../images/content-bg4.jpg') center;
}

#content-container{
width: 1000px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#section{
width: 1000px;
margin: auto;
background: #3c1e00;
/*background-color: white;*/
}

#news-section{
height: 185px; 
width: 528px; 
background: white; 
margin-bottom: 20px;
}

.news-tab-active, .news-tab{
width: 100px;
height: 30px;
float: left;
margin-right: 2px;
padding-top: 5px;
text-align: center;
font-weight: bold;
color: white;
}

.news-padding{
padding: 5px;
}

.news-tab a, .news-tab a:visited, .news-tab-active a, .news-tab-active a:visited{color: white;}
.news-tab-active{background: #d67211;}
.news-tab{background: #3c1e00;}

.news{
border: solid #d67211 2px;
width: 500px;
height: 120px;
color: black;
text-align: left;
padding: 5px;
float: left;
font-size: 11px;
}

.news li{color: #d67211; margin-bottom: 2px;}
.news li a{color: #3c1e00;}

#sitemap{
width: 100%;
height: 102px;
}

#sitemap a, #sitemap a:visited{color: orange;}

#sitemap-cell{
float: left;
width: 100px;
}

#sitemap-padder{
padding-top: 20px;
float: left;
width: 100px;
}

#sitemap-content{
width: 300px; 
margin: auto;
}

.left{
text-align: left;
}
.right{
text-align: right;
}
.center{
text-align: center;
margin-left: auto;
margin-right: auto;
}

.float-left{float: left;}
.float-right{float: right;}
.float-center{margin: auto;}

.black{color: black;}
.white{color: white;}
.red{color: red;}
.gray{color: #222222;}

.blackBG{background-color: black;}
.whiteBG{background-color: white;}
.orangeBG{background-color: #d67211;}
.brownBG{background-color: #3c1e00;}
