@charset "utf-8";
/* CSS Document */

body{
	margin-top:0;
	background-image:url(images/bkg_watermark.jpg);
	background-position:center 200px;
	background-repeat:no-repeat;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;

}


/**
---- layout ---- */
.hc{
	left:0;
	margin-left:auto;
	margin-right:auto;
	right:0;


}

#wrapper{
	position:absolute;
	border-left:#006600 solid 1px;
	border-right:#006600 solid 1px;
	width:1000px;
}


	#logo { 
		min-hight:140px;
		margin-left:0;     
	}
	
	#wrapper_tag_line { 
		float:right;
		min-width:280px;
		margin-right:0;
	   }
	   
	
	#wrapper_navigation{
		margin-bottom:10px;
		margin-top: 10px;
	}
	
/*	#navigation_main{
		color:#993300;
		font-size: 18px;
		padding-top:3px;
		padding-bottom:3px;
		padding-left:10px;
	}

		#social_links{
			float:right;
			position:relative;
			right: 10px;
			top:5px;

		}	*/

	#column_main{
		width:540px;
	}
	
	#column_main p{	
		line-height:21px;	
	}

	#wrapper_ads{
		position:relative;
		width:100%;
		margin-bottom:0;
		float:left;
		/* border:#FFF solid 1px; */
		clear: both;
		text-align: center;
	}

		.ad{
			left:0;
			margin-left:20px;
			margin-right:20px;
			right:0;
			border:#000033 solid 1px;	
			
		}
		
*.float-divider { 
	clear:both;
	display:block;
	height:1px; 
	font-size:1px; 
	line-height:1px; 
}


.right_clear{
	clear:right;
	float:right;
	border:#006600 solid 0px;
}


.left{
	float:left;
	margin-left:10px;


}

.right{
	float:left;
	margin-left:10px;
	width:250px;
	padding-top:20px;
	text-align:center;
}



/**
--- style --- */
#tag_line{
	color:#CC6600;
	font-size:48px;
	text-align:justify;
}

.column_product{
	text-align:center;
	font-size:12px;
	width:200px;
}
.fact_heading{
	font-weight:bold;
	font-style:italic;
	color:#009900;
}
/*.p_heading{
	font-size:16px;
}
*/
h1, .p_heading {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #090;
	font-weight:bold;	
}
h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #090;
	font-weight:bold;	
}

#nh_fact_table td{
	border:1px #090 solid;
}

.nh_fact{

	color:#090;
	font-weight:normal;
	text-align:center;
	width:175px;
	padding:7px;	
}

.bkg_gray{
	background-color:#F0EFEB;
}

#person_pic{
	margin-top:200px;
}

.required{
	color:#FF0000;
}

a{
	color:#993333;
	text-decoration:none; /** overrides style.css */
}

input{
	border:1px #330000 solid;
	background-color:#FFFFFF;
}
