html { 

	height: 100%; 

	margin-bottom: 1px; 

}

BODY{

	margin:0 0 0 0px; 

	padding:0; 

	background-color:#ffffff;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:11px;

	color:#525252;
	
}


A {

	color: #999999;

	text-decoration:underline;

}



A:hover {

	color: #525252;

	text-decoration:none;

}


#container{

	MARGIN: 0px auto; 

	WIDTH: 1000px;
	
	TEXT-ALIGN: left;
	
}

#top{

	text-align:right;
	
	padding:5px;
	
}

#top a{

	color:#525252;
	
	text-decoration:none;

}

#top a:hover{

	color:#525252;
	
	text-decoration:underline;

}

#header {
	
	WIDTH: 1000px; 
	
}



#logo{

	float:left;
	
	position:relative;
	
	width:214px;
	
	height:55px;
	
	border-bottom:#999999 1px solid;

}

#topbanner
{
	width:400px;
	height:55px;
	float:left;
	text-align:center;
	border-bottom:#999999 1px solid;		
}

#search{

	float:right;
	
	width:386px;
	
	height:55px;
	
	text-align:right;
	
	border-bottom:#999999 1px solid;
	
}

#searchform{

	padding-top:15px;

}


#topnavigation{

	height:24px;
	
	width:1000px;
	
	clear:both;
	
	border-top:#ffffff 1px solid;
	
	border-bottom:#ffffff 1px solid;
	
	background-color:#999999;

}

.tabtop{

	float:left;
	
}

.tabtop a{

	display:block;

	padding-top:6px;
	
	padding-bottom:5px;
	
	width:124px;
	
	text-align:center;
	
	color:#ffffff;
	
	text-decoration:none;
	
	font-size:11px;
	
	background-color:#999999;
	
	border-right:#ffffff 1px solid;
	
}

.tabtop a:hover{

	text-decoration:none;
	
	color:#999999;
	
	background-color:#e1e1e1;

}

.tabtoplast{

	float:left;
	
}

.tabtoplast a{

	display:block;

	padding-top:6px;
	
	padding-bottom:5px;
	
	width:125px;
	
	text-align:center;
	
	color:#ffffff;
	
	text-decoration:none;
	
	font-size:11px;
	
	background-color:#999999;
	
}

.tabtoplast a:hover{

	text-decoration:none;
	
	color:#999999;
	
	background-color:#e1e1e1;

}



#main {
	
	clear:both;
	
	WIDTH: 1000px; 
	
	border-top:#999999 1px solid;
	
	padding-top:5px;
	
}


#content {

	float:right;

	width:730px;
	
	text-align:left;

	padding-bottom:10px;
	
	padding-left:30px;
	
} 

#left {

	float:left;

	position:relative;

	width:240px;
	
	text-align:left;

	padding-bottom:10px;
	
} 



.headlineS{

	padding:5px;
	
	padding-left:8px;

	background-color:#003399;
	
	clear:both;
	
	font-weight:bold;
	
	color:#ffffff;
	
	border-bottom:#ffffff 1px solid;
	
	font-size:14px;
	
	font-family:Arial,Helvetica,sans-serif;
}

.headline{

	padding:8px;
	
	padding-top:3px;
	
	padding-bottom:3px;

	background-color:#003399;
	
	clear:both;
	
	font-weight:bold;
	
	color:#ffffff;
	
	font-family:Arial, Helvetica, sans-serif;
	
	font-size:14px;
	
	border-bottom:#ffffff 1px solid;
	
}


.headline h1{

	color:#ffffff;
	
	margin:0 0 0 0px;
	
	font-size:14px;
	
	font-family:Arial, Helvetica, sans-serif;
	
	font-weight:bold;
	
}

.headline h2{

	color:#ffffff;
	
	margin:0 0 0 0px;
	
	font-size:14px;
	
	font-family:Arial, Helvetica, sans-serif;
	
	font-weight:bold;
	
}

.headLeft{

	float:left;
	
	position:relative;
	
	width:65%;

}

.headRight{

	float:right;
	
	text-align:right;
	
	width:30%;
		
	font-weight:bold;

}

.headRight a{

	color:#FFFFFF;
	
	text-decoration:underline;

}

.headRight a:hover{

	color:#FFFFFF;
	
	text-decoration:none;

}

.headLeft h1{

	color:#ffffff;
	
	margin:0 0 0 0px;
	
	font-size:14px;
	
	font-family:Arial, Helvetica, sans-serif;
	
	font-weight:normal;

}

.headLeft h2{

	color:#ffffff;
	
	margin:0 0 0 0px;
	
	font-size:14px;
	
	font-family:Arial, Helvetica, sans-serif;
	
	font-weight:normal;

}
.sublink
{
	text-transform:capitalize;
}
.sublink A {

	display: block; 
	
	padding:8px;
	
	padding-top: 4px; 
	
	padding-bottom:4px;
	
	color: #666666; 
	
	text-decoration: underline;
	
	border-bottom:#ffffff 1px solid;
	
	background-color:#e1e1e1;
	
}

.sublink A:hover {

	color: #999999; 
	
	text-decoration: none;
	
}

.sublink2 A {

	display: block; 
	
	padding:8px;
	
	padding-top: 4px; 
	
	padding-bottom:4px;
	
	color: #ffffff; 
	
	text-decoration: none;
	
	border-bottom:#ffffff 1px solid;
	
	background-color:#999999;
	
}

.sublink2 A:hover {

	color: #ffffff; 
	
	text-decoration: underline;
	
	background-color:#b4b4b4;
	
}

.copy{

	padding-top:5px;
	
	padding-bottom:5px;
	
	clear:both;
	
}

p{

	margin-top:5px;

}

.clear{
	
	clear:both;
	
	height:0px;
	
}

.alignCenter{

	text-align:center;

}

.imageBorder{

	border:0px;

}



.footer {

	clear:both;

	WIDTH: 980px; 
	
	text-align:center;
	
	padding:10px;
	
	font-size:10px;
	
	color:#ffffff;
	
	background-color:#999999;
 
 }

.footer a{

	color:#FFFFFF;
	
	text-decoration:none;

}

.footer a:hover{

	color:#ffffff;
	
	text-decoration:underline;

}



form{

	margin:0 0 0 0px;

}


.img{

	border-top:#fbb426 3px solid;
	
	border-bottom:#b50205 3px solid;
	
	border-left:#fbb426 3px solid;
	
	border-right:#b50205 3px solid;

}


.alignright{

	text-align:right;

}


h1{

	margin:0 0 0 0px;
	
	margin-top:5px;
	
	margin-bottom:5px;
	
	font-weight:bold;
	
	font-size:14px;
	
	font-family:Arial, Helvetica, sans-serif;
	
	color:#003399;

}

.imgwrap{

	border-right:#ffffff 10px solid;
	
	border-bottom:#ffffff 5px solid;

}

.homeCompanies{

	clear:both;
	
	border-bottom:#d6d0c0 1px solid;
	
	padding-top:3px;
	
	padding-bottom:3px;

}

.homeCompaniesText{

	float:left;
	
	position:relative;
	
	width:600px;

}

.homeCompaniesDate{

	float:right;
	
	width:110px;
	
	padding-left:20px;
	
	text-align:right;
	
	font-weight:bold;

}

.companies12{

	font-size:12px;

}

.companies10{

	font-size:10px;

}

.homePR{

	clear:both;
	
	border-bottom:#d6d0c0 1px solid;
	
	padding-top:3px;
	
	padding-bottom:3px;

}

.homePRText{

	float:left;
	
	position:relative;
	
	width:600px;
	
	font-size:12px;

}

.homePRDate{

	float:right;
	
	width:110px;
	
	padding-left:20px;
	
	text-align:right;
	
	font-weight:bold;

}

.copyGreen{

	padding:7px;
	
	background-color:#e5f1c0;
	
	border:#003399 1px solid;

}


.companyAddress{

	float:left;
	
	position:relative;
	
	width:250px;

}

.companyDescription{

	float:right;
	
	width:470px;
	
	padding-left:10px;
	
}

.companyTags{

	clear:both;
	
	padding-top:10px;
	
	padding-bottom:20px;

}

.companyPR{

	clear:both;
	
	border-bottom:#d6d0c0 1px solid;
	
	padding-top:3px;
	
	padding-bottom:3px;

}

.articles{

	clear:both;
	
	border-bottom:#d6d0c0 1px solid;
	
	padding-top:6px;
	
	padding-bottom:4px;

}

.articlesImg{

	float:left;
	
	position:relative;
	
	width:100px;
	
	padding-right:10px;

}

.articlesText{

	/*float:right;*/
	
	/*width:620px;*/

}

.size12{

	font-size:12px;
	
}

.bold{

	font-weight:bold;

}
