/*  
Theme Name: TCG First One
Theme URI: 
Description: Wordpress Theme
Version: 3.0
Author: Grant Christman
Author URI: 

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS

  Nav
  HTML Tags
  Structure
  Headers
  Content Styles
  	 Misc
  	 Sidebar
  	 Single Post
  	 Archives
  Post Styles
  Comments
  Form Elements
  Float Clearing
  Footer
  


/* ---------- @ Nav -----------*/

@import url('css/nav.css');
@import url('css/fonts.css');
@import url('css/homepage.css');

/* ---------- @ HTML Tags -----------*/



* { font-family: "Lucida Grande", Arial, Helvetica, sans-serif; }


body {	
	text-align:center;
	font-size: 15px; 
		margin: 0; 
		padding: 0; 
		background: #02487b url(images/bg_body.jpg) repeat-x 0px 0px; 
	}
	
	
/*-- header stuff --*/	
#logo {
	width: 285px; 
	float:left;
	
}
#top_main {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 980px;
	background:#fff;
	border:thick #00CC00;
}

#topsearch {
	width: 200px;
	float:right;
	background-color:#fff;

}

#searchform {
	margin: 0 auto;
	padding: 0 auto;
}

/*-- header stuff --*/	
#header_bg { background-color: #fff; 
			height: 95px; 
			width: 100%; 
			margin: 0px 0px 20px 0px; }	
			
/*-- body --*/	
#wrapper {
	text-align: left;
	margin-left:auto;
    margin-right:auto;
	border:1px solid #FFFFFF;
	width: 980px;
	background: url(images/bg_subpage.gif);
	
}

#form_wrapper {
	text-align: left;
	margin-left:auto;
    margin-right:auto;
	border:0;
	width: 980px;
	background: #fff;
	
}


/*-- for SET FOR LIFE FORM --*/
#formwrapper {
	text-align: left;
	margin-left:auto;
    margin-right:auto;
	border:0;
	width: 980px;
	background: url(images/formbg_subpage.gif);
}

#formcontent { 
	float: left;
	width: 675px;
	background:#fff;
}

#formcontent_container { 
	float: left;
	width: 670px;
	margin:0px 0px 50px 35px;
	background:#fff;

}

/*-- END SET FOR LIFE FORM --*/




#header {
	margin: 0 0 0px 0;
}

#left_col {
	float: left;
	width: 196px;
	padding:0 auto;
	margin:0 auto;
}


#right_col {
	float: right;
	width: 195px;
}

#content { 
	float: left;
	width: 589px;

}

#content_container { 
	float: left;
	width: 490px;
	margin:0px 0px 50px 25px;
	background:#fff;

}

#footer {
 	font:10px/11px normal Arial, Helvetica, sans-serif;
	color:#FFFFFF;
 	clear: both;
	background-color:#000;
	border-top:1px solid #fff;
	width:980px;
	height:23px;
	padding:0px 0 0 0px;
	margin:0 auto;
}


/*-- LEFT callout --*/
#callout {
padding:0 0 0 5px;
margin:15px 0px 15px 11px;
float:left;
}	

/*-- RIGHT callout --*/
.rtcallout {
margin:10px 0 0 15px;
}	

/*-- ACKNOWLEGE FORM --*/

#ack {
border:1px solid #CCC;
float:left;
width:450px;
padding-bottom:15px;
}

/*-- SIDEBAR --*/
.barheader01 {
font-size:10px;
color:#FFF;
	text-align: left;
	padding:0px auto;
	margin:0 auto;
	border:0;
	width: 196px;
	height:31px;
	background: url(images/subheads/bgtag.gif) no-repeat;
	float:left;
}


/* ---------- BIOS -----------*/	
	
#bios {	
	float:right; margin:0 0 15px 20px;
}


/* ---------- QUOTES -----------*/
#quotes {
font-size:10px;
color:#FFF;
text-align:left;
width:160px;
margin:5px 0 0 15px;
}