/*
CSS style created by Barlow Tucker for onestopwebsites.net
The Ranger-Group site
created 1-26-07
*/ 
body
{
 background-color: #000000;
 font-family: "Kabel Bk, BT", "Gill Sans MT", "Arial";
/* OLD BACKGROUND
 background-color: #231f20;
*/
}

/*Div tag styles*/
#header
{
 padding: 5px;
 margin-bottom: 10px;
 color:#FFFFFF;
}
#phrase
{
/*
 position: absolute;
 top: 85px;
 right: 20px;
*/
 color: #ffffff;
 padding: 1px 5px 1px 5px;
 /*border-bottom: solid 1px #FFD760;*/
}
#flashBox
{
 position: relative;
 background-color: #000000;
 height: 200px;
 margin-top: 10px;
 background-image: URL(../images/flashBack.jpg);
 background-repeat: repeat-x;
}
#nav
{
 /*height: 24px;*/
 background-color: #ffd760;
 /*background-image: URL(../images/navBacktmp.jpg);*/
 width: 100%;
 margin-top: 15px;
 margin-bottom: 8px;
 max-height: 25px;
 text-align: center;
 display: table;
 font-size: 12px;
}
#flash
{
 width: 782px;
 margin-left: auto;
 margin-right: auto;
}

#pageBody
{
 padding: 15px 3px 5px 3px;
  height: auto;
 min-height: 350px;
}
#content
{
 border: solid 1px #ffd760;
 color: #ffffff;
 padding: 20px 15px 35px 15px;
 position: relative;
 width: auto;
 overflow: auto;
 min-width: 300px;
 margin: 2px 5px 1px 280px;
 z-index: 30;
 background-color: #ffffff;
 color: #000000;
 background-image: URL(../images/contentBack.jpg);
 max-height: 250px;
}
#contentText
{
 padding: 5px 1px 0px 0px;
 line-height: 160%;
}
#contentImage
{
 /*position: absolute;
 right: 15px;
 top: 161px;*/
 border: none;
 color: #ffffff;
 padding: 0px;
 width: 250px;
 height: auto;
 float: right;
 margin-left: 20px;
}
#menu
{
 position: absolute;
 left: 20px;
 top: 181px;
 border: solid 1px #ffd760;
 color: #ffffff;
 padding: 3px;
 width: 250px;
 background-color: #231f20;
 font-size: 14px;
 /*height: auto;*/
 padding: 1px 1px 5px 1px;
}
#titleBox
{
 text-align: center;
 font-weight: bold;
 padding: 5px;
 background-color: #303030;
}
#pageFill
{
 height: 20px;
}
#footer
{
 vertical-align: bottom;
 text-align: center;
}
#contact
{
 color: #ffffff;
}
/*span tag styles*/
span#copyInfo
{
 color: #ffffff;
 font-family: tahoma;
 /*float: right;*/
}
span.menuItem
{
 display: block;
 cursor: pointer;
 border-top: solid 1px #FFD760;
 padding: 2px 1px 2px 3px;
}
#contentTitle
{
 display: block;
 font-size: 25px;
 color: #660000;
 margin-bottom: 15px;
}
span.firstWord
{
 margin-left: 15px;
}
/*a tag styles*/
a.navItem
{
 text-decoration: none;
 line-height: 170%;
 color: #000000;
 padding: 4px 2px 4px 2px;

}
#endNav
{
 border-right: solid 1px #000000;
}
#frontNav
{
 border-left: solid 1px #000000;
 border-right: solid 1px #000000;
}
a.navItem:link, a.navItem:visited
{
}
a.navItem:hover, a.navItem:active
{
 color: #777777;
}

/*img tag styles*/
#fillerRight
{
 position: absolute;
 top: 145px;
 right: 0px;
}
#fillerLeft
{
 position: absolute;
 top: 145px;
 left: 0px;
}

/*hr tag styles*/
#yellowBar
{
 color: #ffd760;
background-color: #ffd760;
 height: 5px;
}
li
{
 margin-left: 25px;
}
sup
{
 font-size: 11px;
}
