/* UNIFORMED BROWSER RESET base on Eric Meyer reset (http://meyerweb.com/eric/tools/css/reset/) */
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
em, img, small, strong, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	vertical-align: baseline;
	background: transparent;
}
html {font-size: 100%;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}


/**
 * HTML Elements
 **/
body {
	background: #FFF url(../i/bgBody.png) 0 0 repeat-x;
	color: #00000;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;	
	font-size: 0.85em;  /* Base font size 12pt */
	height: 100%;
}
a {
	color: #000000;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}

h1 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.00em;
	margin-bottom:20px;
}

h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	margin-bottom:10px;
}
h3 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.45em;
	margin-top: 10px;	
}

h4 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	margin-top: 10px;	
}

h5 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-top: 10px;	
}

p {
	margin-top: 10px;
}

.divtext {
  	font-size:12px;
	height:230px;
	overflow:auto;
}

.imgshadow {
 background-color:#a6a9ab; 
 
 margin:4px 5px;
}
.imgshadow > img {
 margin:-4px 4px 2px -5px; 
 border:1px solid #666
}

/**
 * SITE STRUCTURE
 **/
#container {
	margin: 0px auto;
	width: 1000px;

}
#container1 {
	margin:0px auto;
	width: 1000px;
	
}

	/* HEADER Section ----------------------------------------------------------------*/
	#header {
		position:relative;
		float:left;
		width: 100%;
		position: relative;
		

	}
	#headerLogo{
		position:relative;
		float:left;
		height:80x;
		width: 200px;
		margin-left:10px;
	}
		#headerLogo img{ margin-top:10px; vertical-align:center;}
	    #headerContactInfo{
	    	position:relative;
	    	width:250px;
	    	float:right;
	    	margin-top:30px;
	    	margin-right:30px;
	    }
		#headerContactInfo label{font-size:16px;}
		#headerContactInfo img{vertical-align:middle; margin-top:2px;margin-right:5px;}
	  
		/* Navigation */
	    #navBox{
			position:relative;
	    	float: left;
	    	width:980px;
			margin-top:10px;
			height:25px;
			margin-left:18px;
			
		}
		
		#nav {
			clear: both;
			display: inline;
			float: left;
			height: 30px;
			margin-left:0px;
			margin-top:-1px;
			width: 100%;
		}
			#nav ul li {
				display: inline;
				float: left;
				height: 30px;
				margin-right:2px;
				
			}
				#nav a {
					background: url(../i/tru_tab_sprite.png) 0 0 no-repeat;
					display: inline;
					float: left;
					height: 30px;
					width: 120px;
					text-align:center;
				}
				
				#nav a.active, #nav a:hover { 					background-position: 0 -30px; }
				.navText{font-size:16px; font-weigth:bold;color:#FFF;}
     #headerLine{
		position:relative;
		float:left;
		width:100%;
		height:10px;
		background-color:#000;
	 }
		
/*  Reusable readmore button definition and class */
	  .btnMoreContainer
	  {
	  	display:inline;
	  	float: left;
	  	height: 21px;
	  	width: 77px;  
	  	margin-top:3px;
	  	margin-left:5px;
	  }
	  	.btnMoreContainer a{
	  		background: url(../i/btnMore.png) 0 0 no-repeat;
			display: inline;
			float: left;
			height: 21px;
			width: 77px;
			background-position: 0 0;
	  	}
	  	
	  	.btnMoreContainer a.active, .btnMoreContainer a:hover { 					background-position: 0 -21px; }
	  	
	/* CONTENT Section ----------------------------------------------------------------*/
	#content1 {
		margin-top: 5px;
	}
		
/*  ======  Home Page Specific Rules  ==== */	
   
 #mainContent{
	position:relative;
	float:left;
	width:100%;
	margin-top:2px;
	margin-bottom:2px;
 }
 
	  #homeFlashArea{
       background: url(../i/bgHome.png) center no-repeat;  
	   display:inline;
	  	position: relative;
	  	float:left;
	  	width:958px;
		height:260px;
		margin-top:1px;
		margin-bottom:1px;
		margin-left:25px;
	  }
	  #homeFlashObj{
		
		margin-top:8px;
		margin-left:8px;
	  }
	  
	  #homeMainText{
		  	Positiion: relative;
			width:640px;
			margin-top:5px;
			margin-left:10px;
			float:left;
	  }
	  
	  #homeMainText ul li{
 		width:inherit;
		padding-bottom:3px;
		text-indent:-8px;
		padding-left:3px;
	}	
	
	#homeMainText table{
		margin-top:3px;
		margin-left:20px;
	}
	#homeMainText tr td{
	padding: 3px 3px 3px 3px;
 	vertical-align: top;
	}

	#homeMainText tr td p{
 	width:650px;
 	text-indent: 0px;
 	padding-left:3px;
	}	
	
	#homeMainText img{vertical-align:middle;}
	 
	
/* == Rules for Videos Page === */
.pageContent{
	Positiion: relative;
	width:640px;
	margin-top:5px;
	margin-left:10px;
	float:left;
}

/* == specific rules for Videos page == */
#videoHeader h4{margin-left:30px;}
/* == rules for partners page ==*/
#partnerContent table{width:inherit;}

#partnerContent tr td{
	padding: 5px 5px 5px 5px;
 	vertical-align: top;
}
#partnerContent p{
 text-indent: 0px;
 padding-left:5px;
}
.rightP{ text-indent:0px; padding left:5px; width:430px; font-style:oblique;}
#partnerContent img{margin-top:10px;vertical-align:top;}
#partnerHeader h4{margin-left:30px;}

/* == Rules for About Us Page === */
#aboutHeader h4{margin-left:30px;}
#aboutContent table {width:inherit;}
#aboutContent tr td{
	padding: 5px 5px 5px 5px;
 	vertical-align: top;
}
#aboutContent p{
 text-indent: 0px;
 padding-left:5px;
}
#aboutContent img{margin-top:10px;vertical-align:top;border:inset;}



/*  == Right hand Navigation Rules  == */			
		#sidebar {
			display: inline;
			float: right;
			width: 300px;
			margin-top:5px;
			margin-right:15px;
		}
			#sidebar .section {
				height: 100%;
				overflow: hidden;
				position: relative;
			}
			
			
	       
			#adsContainer{
				width:100%;
				float:left;
				margin-top:0px;
			
			}
				#adsContainer ul li{
					width: 260px;
					margin-top:10px;
					margin-bottom:5px;
				}
				
				#adsContainer ul li img{
				    margin-top:3px;
    				margin-left:10px;
    				margin-bottom:5px;
				    text-align:center;
				}
				
/*  === Reusable Header Rules === */			
.ptHeader{
 	background:url(../i/bgPageHeader.png) center no-repeat;
	position:relative;
	display:inline;
	width:640px;
	float:left;
	height:37px;
	margin-top:5px;
	margin-bottom:5px;
}
	.ptHeader h4{ margin-left:10px;}
	
.ptContent{
	position:relative;
	width:100%;
	float:left;
	margin-top:10px;
}
/* == specific rules for contact us page == */


#contactHeader h4{margin-left:30px;}
#contactPage tr td{
	padding: 5px 5px 5px 5px;
 	vertical-align: middle;
}

#contactContent tr td p{
 width:500px;
 text-indent: 0px;
 padding-left:10px;
}	
	#contactContent h5{margin-left:50px;font-size:1.2em; color:#CCC;}
	#contactContent th{text-align:left;}


#contactForm{margin-left: 100px;margin-bottom:10px;}

.thxPage{
	position:relative;
	width:100%;
	float:left;
	border:inset;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	
}
	
/* FOOTER Section ----------------------------------------------------------------*/
	#footer {
		position:relative;
		float:left;
		width: 100%;
		position: relative;
		font-size:12px;
		}
		#footerLine {
		position:relative;
		float:left;
		height: 10px;
		width: 100%;
		background-color:#000;
		position: relative;
		margin-bottom:2px;
		}
	    #footerLinks{
	    	float:left;
	    	width:20%;
	        margin-left:20px;
			text-align:center;
	    }
		  #footerLinks img{margin-left:20px; vertical-align:center;}
		
		#privacy{
			float: left;
			width:40%;
			text-align:center;
			
		}
		
	    #copyright{
	    	float:left;
	    	width:35%;
			text-align:center;
	    }
	    
	

/**
 * LIST
 **/
.bullet li {
	list-style-type: disc;
	margin-left: 12px;
}


/**
 * GENERAL CLASSES
 **/
.hide { display: none; }
.center { text-align: center; }
.largeClipMask {
	background: url(../i/bgLargeClipMask.png) no-repeat;
	height: 225px;
	left: 0;
	position: absolute;
	top: 0;
	width: 300px;
}
.smallClipMask {
	background: url(../i/bgSmallClipMask.png);
	cursor: pointer;
	height: 85px;
	left: 0;
	position: absolute;
	top: 0;
	width: 95px;
}

.collapsibleParent {
	position: relative;
	margin-top:10px;
}

	.collapseBox, .expandBox {
	    font-size: 12px;
	    font-weight: bold;
		height: 20px;
		width: 400px;
		background: white;
	}
	
	.collapsibleBox {
		border: 1px solid #c0d3e3;
		border-top: none;
		padding: 8px 13px;
		width: 440px;
		height:240px;
	}
.partnerAdBlock {
	margin-top: 20px;
}


.normalForm dl{
  margin: 3px 0 0 5px;
  display: inline;
  float: left;
  clear:both;
}
.normalForm button {
	margin-left: 100px;
	margin-top: 10px;
	margin-bottom: 50px;
}
.normalForm button:hover {
	background-position: 0 -20px;
}
.normalForm dt, .normalForm dd{
  float: left;
}
/*  Rules for CheckNow form on home page */
.leftChkLabel {
  	width: 80px;
  	font-weight: bold;
	font-size:11px;
}
#formCheck dl{
  margin: 0px 0 0 6px;
  display: inline;
  float: left;
  font-size:11px;
}
#formCheck dt{ font-size:11px;}
#formCheck button {
	margin-top:10px;
	margin-bottom:20px;
	margin-left: 130px;
	font-size: 14px;
}

/* Registration and check now page rules */
#formCheckNow dl{
  margin: 0px 0 0 6px;
  display: inline;
  float: left;
  font-size:12px;
}
#formCheckNow dt{ font-size:12px;}
#formCheckNow button {
	margin-top:10px;
	margin-bottom:20px;
	margin-left: 130px;
	font-size: 14px;
}
.leftLabelHeader{font-size:14px; font-weight:bold;}
.leftCheckNowMargin{margin-left:60px;}

/* jeffs additions start here */
.leftLabel {
  	width: 120px;
  	font-weight: bold;
}
#formJoin dl{
  margin: 3px 0 0 5px;
  display: inline;
  float: left;
}
#formJoin button {
	margin-top:10px;
	margin-bottom:20px;
	margin-left: 130px;
	font-size: 16px;
}
.clear {
  clear:both;
}
.error {
  color: red;
}

/* jeffs additions end here */
