body {
	padding:0px;
	margin:0px;
	background-color:#e2e2e2;
	background-image:url(images/global/bkgd.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#3e4346;
	height:100%;
		}
	
	#frame {
	width:980px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	padding:10px 5px 0px 5px;
	text-align:left;
	background-color:#2e2e2e;
	border-left:solid #4a4a4a 1px;
	border-right:solid #4a4a4a 1px;
		}
		
	#frame.page {
	width:980px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	padding:10px 5px 0px 5px;
	text-align:left;
	background-color:#2e2e2e;
	border-left:solid #4a4a4a 1px;
	border-right:solid #4a4a4a 1px;
		}
	
	
/*******************************************************************/
/*******************************************************************/	

/*Main Page Header*/


	#header{
	width:970px;
	height:60px;
	margin:0px 5px 10px 5px;
	background-color: #2e2e2e;
	}
	

	/*Logo*/

		h1#logo a{
		display: block;
		width: 462px;
		height: 60px;
		text-indent: -5000px; /*hides text*/
		}
	
		#logo_box {
	width: 482px;
	height:60px;
	float:left;
	background-image: url(images/global/long_logo.jpg);
	padding-left:20px;
	background-repeat: no-repeat;
	background-color: #2e2e2e;
		}

	#header h1 { 
		padding:0px;
		margin:0px;
		}


	#header_ad {
		width:468px;
		height:60px;
		float:right;
		background-color:#2e2e2e;
		}


/*******************************************************************/
/*******************************************************************/

/*Navigation Header*/


	#nav_header{
		width:980px;
		height:60px;
		background-color:#282828;
		}

	#nav_flash{
		width:765px;
		height:60px;
		float:left;
		}

	#nav_links{
		width:210px;
		height:60px;
		float:right;
		background-color:#282828;
		}
	
/*END Navgation Header*/



/*******************************************************************/
/*******************************************************************/

/*Home Feature Content*/		

#feature_frame {
	padding-bottom:5px;
	height: 390px;
	padding-top:10px;
	background-image:url(images/global/stripes.gif);
	padding-left:4px;
	padding-right:4px;
		}
#feature_right{
	width:236px;
	height:385px;
	float:right;
	background-image: url(images/home/feature_right.jpg);
	}	
	
#feature_left{
	width:236px;
	height:385px;
	float:left;
	background-image:url(images/home/feature_left.jpg);
	}		

	
#feature_flash{
	width:500px;
	height:380px;
	float:right;
	padding-top:5px;
	background-color:#2E2E2E;
	}
	

		#feature_sub{
			width:228px;
			height:300px;
			padding-top: 43px;
			}	
	
		#feature_sub.left{	
			float:left;
			}
	
		#feature_sub.right{
			float:right;
			}
	
/*******************************************************************/
/*******************************************************************/
	
		
/* Quicklinks*/

#quicklinks_frame {
	padding-bottom:5px;
	height:110px;
	padding-left: 33px;
	padding-top:5px;
	margin-bottom:10px;
	background-image: url(images/global/stripes.gif);
		}	
#quicklinks_box{
	width:170px;
	height:100px;
	margin-right:15px;
	float:left;
	}	


/*******************************************************************/
/*******************************************************************/
		
/* Home Main Content*/


#maincontent_frame{
	width:495px;
	height:300px;
	float:left;
	margin-top:20px;
	background-color:#282828;
	}
#maincontent_frame_right{
	width:485px;
	height:300px;
	float:right;
	margin-top:20px;
	background-color:#282828;
	}
	

		#contentcenter {
			width:485px;
			margin:10px 0px 10px 0px;
			float:left;
			background-image:url(images/home/text_box.jpg);
			background-position:bottom;
			background-repeat:repeat-x;
			background-color:#FFFFFF;
			height:280px;
			}
			
			#subcontentcenter {
				width:475px;
				text-align:justify;
				margin-bottom:10px;
				padding-right:10px;
				height:200px;
	}
	
	
	
/*******************************************************************/
/*******************************************************************/
/***Geberal Layout***/

#page_container{
	width:980px;
	height:750px;
	background-image: url(images/global/stripes.gif);
	padding-top: 20px;
	padding-bottom: 10px;
}

#content_frame{
	width:960px;
	height:750px;
	margin:0px 10px 10px 10px;
	background-repeat: repeat-x;
	background-color: #d6d6d6;
	background-image: url(images/global/content_bkgd.jpg);
	padding-bottom: 30px;
}

#content_title{
	width:960px;
	height:86px;
	margin-bottom:5px;
	background-color: #282828;
	background-image: url(images/global/page_title_bkgd.jpg);
	background-repeat: repeat;
}
#title_text{
	width:450px;
	height:44px;
	margin-left: 10px;
	padding-top: 25px;
	}

#page_container.long{
	width:980px;
	height:850px;
	background-image: url(images/global/stripes.gif);
	padding-top: 20px;
	padding-bottom: 10px;
}

#content_frame.long{
	width:960px;
	height:850px;
	margin:0px 10px 10px 10px;
	background-repeat: repeat-x;
	background-color: #d6d6d6;
	background-image: url(images/global/content_bkgd.jpg);
	padding-bottom: 30px;
}



	


/*******************************************************************/
/***2 Col layout***/


#content_lead{
	width:564px;
	height:555px;
	padding:10px;
}
	#content_lead.left{
	float:left;
	margin-right:10px;
	border-right: 2px;
	border-right-color: #d6d6d6;
	border-right-style: solid;
	padding-right:10px;
	}
	#content_lead.right{
	float:right;
	margin-left:10px;
	border-left: 2px;
	border-left-color: #d6d6d6;
	border-left-style: solid;
	padding-left:10px;
	}
#content_sidebar{
width:339px;
height:auto;
padding:10px;
}
	#content_sidebar.left{
	float:left;
	}
	#content_sidebar.right{
	float:right;
	}
	
		
/*******************************************************************/
/***Single Col layout***/

#content_single{
	width:900px;
	height:590px;
	margin-left: 30px;
	padding-top: 10px;
	}





/*************LONG PAGE LOAYOUT*********************/

#page_container.long{
	width:980px;
	height:850px;
	background-image: url(images/global/stripes.gif);
	padding-top: 20px;
	padding-bottom: 10px;
	}
	
	
#content_frame.long{
	width:960px;
	height:850px;
	margin:0px 10px 10px 10px;
	background-repeat: repeat-x;
	background-color: #d6d6d6;
	background-image: url(images/global/content_bkgd.jpg);
	padding-bottom: 30px;
}	

#content_single.long{
height:790px;
}
	

#page_container.xlong{
	width:980px;
	height:1550px;
	background-image: url(images/global/stripes.gif);
	padding-top: 20px;
	padding-bottom: 10px;
	}
	
	
#content_frame.xlong{
	width:960px;
	height:1550px;
	margin:0px 10px 10px 10px;
	background-repeat: repeat-x;
	background-color: #d6d6d6;
	background-image: url(images/global/content_bkgd.jpg);
	padding-bottom: 30px;
}	

#content_single.xlong{
height:1390px;
}	
	
	
	
/*******************************************************************/
/*******************************************************************
	
	/*Flash*/

#flash {
float:right;
}


	
	
	
/*******************************************************************/
/*******************************************************************/
		
/* Links*/



#maincontent_links{
	width:980px;
	float:right;
	background-color:#2e2e2e;
	height:250px;
	background-image:url(images/global/stripes.gif);
	}
#maincontent_links h3 {
	margin-top:10px;
	font-family:Helvetica, Verdana, sans-serif;
	font-size:10px;
	color: #74777A;
	}	
#maincontent_links p, #main ul { margin-bottom: 0; font-size: 11px; line-height: 18px; }
#maincontent_links ul li li { margin-left: 12px; }
#maincontent_links a { text-decoration: none; color: #76797c; }
#maincontent_links a:hover { text-decoration: underline; }

	
#links_col{
	width: 20%;
	float: left;
	height: 250px;
	}	
	
/*******************************************************************/
/*******************************************************************/
			
/*labels*/	
	
	
	#feature_label {
	width:218px;
	margin:10px 0px 5px 0px;
	font-size:16px;
	color:#ff6600;
	height: 20px;
	padding: 15px 5px 10px 5px;
	background-image: url(images/home/label1.jpg);
	}
	
		#feature_label.left2 {
			background-image: url(images/home/label2.jpg);
			background-repeat: no-repeat;
			}
			
		#feature_label.left1 {
		background-image: url(images/home/label1.jpg);
		background-repeat: no-repeat;
		}
	
		#feature_label.left3 {
		background-image: url(images/home/label3.jpg);
		background-repeat: no-repeat;
		}
	
		#feature_label.left4 {
		background-image: url(images/home/label4.jpg);
		background-repeat: no-repeat;
		}
		

	#content_label {
	width:340px;
	padding:10px 0px 10px 10px;
	margin:0px 0px 10px 0px;
	font-size:16px;
	color:#ff6600;
	height:20px;
	background-image: url(images/global/content_label.jpg);
	background-repeat: no-repeat;
		}
	
	
	
	
/*******************************************************************/
/*******************************************************************/
			
/*general*/		
		
		
	p,h1,pre {
	margin:0px 20px 10px 20px;
		}
	
	p {
	color:#3e4346;
	}
	p.content{
	margin:5px;
	text-align: justify;
	}
	
	
	pre {
	color:#4a4a4a;
	}	
		
		
	h1 {
		font-family:Helvetica, Verdana, sans-serif;
		font-size:16px;
		color:#ff6600;
		}
	
	h2{
	font-family:Helvetica, Verdana, sans-serif;
	font-size:14px;
	color: #333333;
	margin-right: 20px;
	margin-left: 20px;
		}
		
		h2.home{
	font-family:Helvetica, Verdana, sans-serif;
	font-size:14px;
	color: #cccccc;
	margin-right: 20px;
	margin-left: 20px;
		}
	
	h3{
	font-family:Helvetica, Verdana, sans-serif;
	font-size:13px;
	color:#ff6600;
	margin-left: 10px;
	}	
		
	a {
	color:#cccccc;
	text-decoration: none;
		}	
				
		
	
	img {
	border: none;
	
}	

	img.article{
	float: left;
	margin: 0px 5px 0px 0px;
}	
	
/*******************************************************************/
/*******************************************************************/		
		
/* Footer */

#footer-wrapper {
	height: 30px;
	padding: 0px 0;
	background: #2e2e2e;
	border-top: 1px solid #4a4a4a;
}

#footer {
	width: 766px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size:12px;
	color:#4a4a4a;
}

#footer a {
	color: #4a4a4a;
}

#links {
	float: right;
	padding: 10px 0 0 0;
}

/*******************************************************************/
/*******************************************************************/		
		
#subscribe {
	width:450px;
	height:425px;
	background-color:#282828;
	padding: 10px;
}
		
