/* CSS Document */

body
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
background-color:#222021;
margin:0px 0px 0px 0px;

}

#wrap
{
width:1011px;
height:auto;
margin:0px auto;
}

#innerheader
{
width:980px;
height:60px;
float:left;
}
#logo
{
width:300px;
height:60px;
margin-right:10px;
float:left;
}
#rightheader
{
width:170px;
height:20px;
float:right;
padding-left:475px;
padding-top:10px;
}
#shade
{
width:980px;
height:30px;
background-image:url(../images/light.jpg);
background-repeat:repeat-x;
float:left;
}
#banner
{
width:980px;
height:300px;
background-image:url(../images/banner1.jpg);
background-repeat:no-repeat;
float:left;
margin-bottom:1px;
}
#nav
{
width:980px;
height:38px;
background-image:url(../images/buttbg.jpg);
background-repeat:repeat-x;
float:left;
margin-bottom:5px;
}

#leftwrap
{
width:250px;
height:auto;
float:left;
margin-right:5px;
margin-bottom:5px;
}
#left
{
width:248px;
height:auto;
padding:5px 5px 5px 50px;
background-image:url(../images/bodybg.png);
float:left;
margin-bottom:5px;

}
#center
{
width:398px;
height:357px;
padding:5px 5px 5px 8px;
background-image:url(../images/bodybg.png);
float:left;
margin-right:5px;
margin-left:54px;
margin-bottom:5px;

}
#right
{
width:242px;
height:auto;
padding:5px 5px 14px 5px;
background-image:url(../images/bodybg.png);
margin-bottom:5px;
float:left;
}
#leftalign
{
padding-left:120px;
}
#bodybig
{
width:658px;
height:auto;
padding:5px 5px 0px 8px;
background-image:url(../images/bodybg.png);
float:left;
margin-right:5px;
margin-left:54px;
margin-bottom:5px;
}
#bgbody
{
width:980px;
height:600px;
background-image:url(../images/bgbody.jpg);
background-repeat:no-repeat;
float:left;
}
#centerbody
{
width:240px;
height:auto;
float:left;
margin-bottom:25px;

}

#centerbodybig
{
width:650px;
height:auto;
float:left;


}
#picture
{
width:105px;
height:79px;
margin-right:20px;
margin-bottom:27px;
float:left;
clear:left;
}
#footer
{
width:100%;
height:110px;
background-image:url(../images/bodybg.png);
float:left;
margin-top:5px;
}
#innerfooter
{
width:980px;
height:105px;
margin:0px auto;
padding-top:5px;
}

#rightfooter
{
width:310px;
height:20px;
float:left;
padding-left:360px;
padding-top:10px;
font-size:11px;
}
#coprightfooter
{
width:600px;
height:30px;
float:left;
padding-left:380px;
}
#newsbg
{
width:90px;
height:23px;
background-image:url(../images/datebg.png);
background-repeat:no-repeat;
float:left;
padding-top:7px;
padding-left:10px;
font-size:11px;
font-weight:bold;
}
#borderbottom
{
width:100%;
height:2px;
background-image:url(../images/bottomborder.png);
background-position:center 0px;
background-repeat:no-repeat;
float:left;
}


.redhead
{
color:#ff3533;
font-weight:bold;
font-size:20px;
}
.whitehead
{
color:#fff;
font-weight:bold;
font-size:20px;
}
.gray
{
 color:#ccc;
 }

.graybold
{
 color:#ccc;
 font-weight:bold;
 }

.redbold
{
 color:#ff3533;
 font-weight:bold;
 }
 
.red
{
color:#ff3533;
} 
.input
{
 background-image:url(../images/inputbg.jpg);
 background-repeat:repeat-x;
 width:210px;
 height:17px;
 border:1px solid #2d2d2d;
 color:#FF0000;
 padding-left:3px;
 padding-top:3px;
 font-size:11px;

 }
.input1
{
 border:1px solid #2d2d2d;
 color:#FF0000;
 padding-left:3px;
 padding-top:3px;
 font-size:11px;
 background-color:#2c2c2c;

 }
 
.button
{
background-color:#ff3533;
color:fff;
border:0px 0px 0px 0px ;
}

 .solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
background: black url(../images/buttbg.jpg) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 11px 11px;
text-decoration: none;
border-right: 1px solid #333;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/bghover.jpg) center center repeat-x;
}

a:link {
   color:#ff3533;
   text-decoration:none;
   }
 
 a:visited{color:#ff3533; text-decoration:none; }
 a:hover{ 
      
      text-decoration:underline;
         }
 

 /* this is where contact us form starts */
 
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}



 
