/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #660000;
}


#rightcolumn { position:relative;}
* html iframe {position:absolute;left:5px;top:0}




a:link {color: #000;}
a:visited {color: #660000;}
a:hover {color: #6d6453; text-decoration: underline;}
a {text-decoration: none;}


p {
width: 650px;
padding: 0 20px 10px 30px;
color: #000;

}

h1 {
color: #000;
font-family: Helvetica, serif; 
font-size: 1.2em;
font-weight: 700;
padding: 10px 10px 10px 30px;
}

h2 {
font-family: Arial, san-serif;
font-size: 14px;
color: #000;
text-align: center;
font-weight: 700;
margin-top: 40px;
margin-bottom: 5px;
}


#wrapper {
	position: relative;
	margin: 30px auto;
	width: 922px;
	top: -21px;
	height: 1027px;
	left: -4px;





}

#header {
 color: #000;
 width: 900px;
 float: left;
 background-image: url(images/header_7.jpg);
 background-repeat: no-repeat;
 padding: 10px;
 border-top: 2px solid #cdaf75;
 border-left: 1px solid #cdaf75;
  border-right: 1px solid #cdaf75;
 border-bottom: 8px solid #660000;
 height: 70px;
 margin: 10px 0px 0px 0px;
 
}



/*- Menu Tabs C--------------------------- */

    #tabsC {
      position: absolute;
	  top:68px;
	  left:500px;
      width:255px;
      background: transparent;
      font-size:12px;
      line-height:normal;
	  font-family: Arial, sans-serif;
	  
      }
	  
    #tabsC ul {
        margin:0;
        padding:10px 10px 0 10px;
        list-style:none;
		
		
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
	 
	  	
      }
    #tabsC a {
      float:left;
      background:url("images/tableftC_red.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  
	  
      }
    #tabsC a span {
      float:left;
      display:block;
      background:url("images/tabrightC_red.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#bea167;
	    font-weight: 800;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {float:none;  }
    /* End IE5-Mac hack */
    #tabsC a:hover span {
      color:#000;
      }
    #tabsC a:hover {
      background-position:0% -42px;  
	        }
    #tabsC a:hover span {
      background-position:100% -42px;
	       }


	#tabsC #current a {
                background-position:0% -42px;
				
        }
     #tabsC #current a span {
                background-position:100% -42px;
				 color:#000;
        }



 
#leftcolumn { 
  border-right: 1px solid #660000;
 border-left: 1px solid #cdaf75;
  border-bottom: 0px solid #cdaf75;
 background-image: url(images/left_col_cutout6.jpg);
 background-repeat: no-repeat;
 margin: 0px 0px 0px 0px;
 padding: 10px 0px 10px 0px;
 height: 350px;
 width: 200px;
 float: left;
 color: #000;
}
 #subnav { 

width: 200px;
color: #000;
}

#subnav ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
text-indent: 15px;
font-weight: 700;
}

#subnav a
{
color: #000;
display: block;
padding: 3px;
width: 194px;
background-color: transparent;
border-bottom: 1px solid #660000;
text-decoration: none;

}





#subnav a:link, #subnavlist a:visited
{
color: #000;
text-decoration: none;
}

#subnav a:hover
{
background-color: #660000;
color: #bea167;
}

#subnavactive a:link, #subnavactive a:visited, #subnavactive a:hover{

background-color: #660000;
color: #000;
}

#rightcolumn { 
 float: right;
 color: #000;
 border-left: 1px solid #660000;
  border-right: 1px solid #cdaf75;
   border-bottom: 0px solid #cdaf75;
 background-image: url(images/right_col_texas.jpg);
 background-repeat: no-repeat;
 
 margin: 0px 0px 0px 0px;
 padding: 10px 0px 10px 0px;
 height: 350px;
 width: 715px;
 display: inline;
}
#footer { 
 width: 900px;
 clear: both;
 color: #cdaf75;
 border-top: 1px solid #cdaf75;
 border-left: 1px solid #cdaf75;
 border-right: 1px solid #cdaf75;
 border-bottom: 2px solid #cdaf75;
 background: #660000;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: center;
 font-size: 11px;
 
}
