/*
      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-image:url(../images/bg_top_black.gif);
 background-repeat:repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 980px;
}
#header {
 color: #333;
 width: 950px;
 float: left;
 padding: 15px;
 height: 70px;
}



#navigation {

 float: left;
 margin-left:20px;
 width: 930px;
 height:65px;
 color: #333;
 background-image:url(../images/bg_nav.gif);
 background-repeat:no-repeat;
}


#banner {
 color: #333;
 width: 980px;
 float: left;
 height: 220px;
}


#leftcolumn { 
 color: #333;
 padding: 5px 25px;
 width: 640px;
 float: left;

}
#rightcolumn { 
 float: left;
 color: #333;
 width: 220px;
 display: inline;


}
#footer { 
 width: 960px;
 clear: both;
 color: #333;
 margin-top:20px;
 margin-bottom:20px;
border-top:1px dashed #CCCCCC;
border-bottom:1px dashed #CCCCCC;
 padding: 10px;
}



#home_ta{
width:315px;
float:left;
}

.ta{
background-image:url(../images/h1_ta.gif);
width:315px;
height:130px;
font-family:"Gill Sans MT";
font-size:23px;
font-weight:normal;
}



#home_hadd{
width:315px;
float:right;
}

.hadd{
background-image:url(../images/h1_hadd.gif);
width:315px;
height:130px;
font-family:"Gill Sans MT";
font-size:23px;
font-weight:normal;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 18px;
	color: #333333;
}

a{
color:#FF3300;
}
.inp {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

H2.sectionheader{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
background-image:url(../images/heading_bg.gif);
width:506px;
height:37px;
background-repeat:no-repeat;
padding-left:10px;
padding-top:4px;
}

.Boxtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #990000;
}
.boxpad {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.BoxtableHeader {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}