@charset "UTF-8";
/* CSS Document */

  body
  {
	text-align:center;
		margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../../images/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000000;
	font-size:1em;
  }
  
   p
  {
	line-height:1.5em;
	color:#999999;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
  }
  
   .thicktext
  {
	line-height:1.5em;
	color:#333333;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
  }
  
  a
  {
	color:#efbe54;
	text-decoration:underline;
  }
  
  a:hover {color:#AF4801;
  text-decoration:none}
  
  a img {border:0px;}
  
  .bold {
	color: #AF4801;
	font-weight: bold;
  }

  .sub {
	color: #efbe54;
	font-size:11px;
  }
  
   .subsub {
   color:#CCCCCC;
   font-size:11px;
  }
  
  .line {
   border-bottom:1px solid #232222;
   margin-top:0px;
   margin-bottom:20px;
  }
  
   .img{
   float:left;
   padding-top:2px;
   padding-right:15px;
   padding-bottom:10px;
  }
  
   .tables{
   padding-top:20px;
   padding-bottom:20px;
  }
  
   .latest{
   padding-top:2px;
   padding-bottom:2px;
  }
  
  .portfolio{
	padding-top:15px;
	padding-left: 15px;
	padding-right: 15px;
  }
  
/* ----- Container ----- */

  
   #wrapper
  {
	width:802px;
	background-image:url(../../images/filler_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	text-align:left;
	margin:0 auto;
  }
  
   #wrapper_body
  {
    background-image:url(../../images/wrapper_bg.jpg);
	background-repeat:no-repeat;
  }
  
    #body_content
  {
	float:left;
	width:476px;
	padding-left:50px;
	padding-right:25px;
	padding-top:0px;
	padding-bottom:5px;
  }
  
    #wrapper_footer 
  {
	background-image:url(../../images/home6.jpg);
	background-repeat:no-repeat;
	height:243px;
	}
  
    h1
  {
    font-size:1em;
	font-family:Arial;
    color:#d2911e;
	margin-top:0px;
	margin-bottom:10px;
  }
  
     h2
  {
    font-size:1em;
	font-family:Arial;
    color:#d2911e;
	margin-top:30px;
	margin-bottom:10px;
  }
  
     h3
  {
	font-size:1em;
	font-family:Arial;
    color:#d2911e;
	margin-top:50px;
	margin-bottom:10px;
  }
  
       h4
  {
	font-size:1.3em;
	font-family:Arial;
    color:#d2911e;
	margin-top:10px;
	margin-bottom:10px;
  }
  

  
/* ---- Navigation Styles ---- */

  #side_nav
  {
	float:left;
	width:248px;
	height:277px;
	padding-top:70px;
	background-color:#000000;
	background-image:url(../../images/side_nav_bg.jpg);
	margin:0px;
  }
  
  #side_nav p {margin:0px;}
  
/* ---- Forms ---- */

input
{
color:#999999;
background: #000000;
background-image:url(../../images/form_bg.jpg);
border: 1px solid #403a36;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

textarea
{
color:#999999;
background: #000000;
background-image:url(../../images/form_bg.jpg);
border: 1px solid #403a36;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

.submit input
{
border:none;
}

