/*
      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: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url(images/pixel.gif);
}
#wrapper { 
 margin: 0 auto;
background: url("/images/wrapperimage.jpg") repeat;

 width: 922px;
}
#leftcolumn { 
 color: #333;
 /*border: 1px solid #ccc;*/
 background: #E7DBD5;
 margin: 10px 0px 0px 0px;
 padding: 0px;
/* height: 1100px;*/

 width: 235px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
/* border: 1px solid #ccc;*/
 background: white;
 margin: 10px 0px 0px 0px;
 padding: 0px;
 /*height: 1100px;*/

 width: 683px;
 display: inline;
 position: relative;
}

	#header
	{
		margin: 0px ; 
		width: 683px;
		height: 148px;
		background-color: white;
		float:right;
	}
	
	#mainnav
	{
		 
		margin: 30px 0px 30px 0px;
		height: 30px;
		width: 683px ;
		float: right ;

		background-color: white;
	}
	

	
	#contents	
	{

		padding: 30px 10px 30px 10px;

		/*height:400px; */
		/*float:right;*/
		background-color: white;
	}
	
	
		#footer	
	{
		clear: both;
		margin: 0px ; 
		height: 20px;
		border-top: 1px solid #404040;
		background-color:#AA2233;
	}
	
	.footertext
{

font:  bold 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
margin-left: auto; margin-right: auto; text-align: center;
color: white
}
	
	
	/*- Menu Tabs 11--------------------------- */

    #tabs11 {
      float:left;
      width:100%;
	  background:#AA2233;
      font-size:110%;
      line-height:normal;
	  border-bottom:1px solid #C2BDAE;
      }
    #tabs11 ul {
	  margin:0;
	  padding:10px 10px 0 10px;
	  list-style:none;
      }
    #tabs11 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs11 a {
      float:left;
      background:url("tableft11.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs11 a span {
      float:left;
      display:block;
      background:url("tabright11.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs11 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs11 a:hover span {
      color:#FFF;
      }
    #tabs11 a:hover {
      background-position:0% -42px;
      }
    #tabs11 a:hover span {
      background-position:100% -42px;
      }
	
li {

margin:0 0 0 40px;

line-height: 150%;



} 
h1 {
	font: bold 16px Tahoma, Verdana, Arial, sans-serif;
	color: #AA2233;
}

   /* styling the form on contact page */
   
   label
{
width: 100px;
float: left;
text-align: right;
margin-right: 5px;
display: block
}

.submit input
{
margin-left: 105px;
} 
input
{
color: #505367;
background: #fff;
border: 1px solid #AA2233
}

.submit input
{
color: #000;
background: #f5f5f5;
border: 2px outset #AA2233
} 
fieldset
{
border: 1px solid #AA2233;
width: 500px
}

legend
{
color: #505367;
background: #f5f5f5;
border: 1px solid #AA2233;
padding: 2px 6px
} 


.contactleft {
	font: bold 12px Tahoma, Verdana, Arial, sans-serif;
	color: AA2233;
	margin: 10px 2px 10px 10px;
	padding: 10px 2px 10px 10px;

}

.floatright
{
float: right;
margin: 10px 10px 10px 40px;
border: 1px solid #666;
padding: 2px;

}

