html{
	font-size:100.01%;
}
body{
	color:#666;
	font:64% Arial, Helvetica, sans-serif;
}
p{
        font-size:120%;
}
ul{
	font-size:120%;
}
ul ul{
	font-size:100%;
}
h1{
        font-size:180%;
        margin:0 0 10px;
        font-weight:normal;
	caption: Top Header H1;
}
a{
	text-decoration:none;
	color:#5e9cae;
}


img.imgGeDefault {
  caption:Image Default Style;
  float:right;
  margin: 0px 0px 10px 15px;
 }
img.imgRight {
        caption: Right-Aligned Image;
        float:right;
        margin: 0px 0px 10px 15px;
        }
img.imgLeft {
        caption: Left-Aligned Image;
        float:left;
        margin: 0px 15px 10px 0px;
        }

.active {
		caption: News Highlight;
    /* background: url("/images/news-active.gif") repeat-x scroll 0 100% transparent; */
    padding: 4px;
}



.grey-box{
	width:502px;
	background:url(/images/bg-grey-box.gif) repeat-y;
	margin:10px 0 0;
}
.grey-box .top{
	width:100%;
	background:url(/images/grey-box-top.gif) no-repeat;
}
.grey-box .btm{
	height:1%;
	background:url(/images/grey-box-btm.gif) no-repeat 0 100%;
	padding:18px;
}
.grey-box h2{
	font-size:180%;
	margin:0 0 12px;
	font-weight:normal;
}
.grey-box h3{
	font-size:130%;
	margin:0 0 11px;
}
.grey-box h2 span{
	display:block;
}
.grey-box ul{
	padding:0 0 6px;
	margin:0;
	list-style:none;
	font-size:120%;
}
.grey-box ul li{
	padding:0 0 5px 32px;
	background:url(/images/bullet2.gif) no-repeat 15px 4px;
}
.grey-box ul a{
	color:#5e9cae;
}
.grey-box h3{
	height:1%;
	overflow:hidden;
}
.grey-box h3 span{
	float:left;
	margin:0 7px 0 0;
}
.grey-box h3 .rss{
	float:left;
	background:url(/images/ico-rss.gif) no-repeat;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
}




/*tabs-block*/
.tabs-block{
	width:310px;
	float:left;
	margin:0 3px 0 0;
	display: inline;
}
.tabset-holder{
	width:100%;
	overflow:hidden;
}
.tabset{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	font-size: 120%;
	font-weight: bold;
	width:110%;
}
.tabset li{
	float:left;
	margin:0 10px 0 0;
	display: inline;
}
.tabset li a{
 float:left;
 text-align: center;
 padding: 12px 0 6px;
 background: url(../images/tabdark.jpg) no-repeat;
 color:#fff;
 outline:none;
}
/* Homepage tabs only */
.tabs-block .tabset li a {
  width:150px;
}
.tabset li a:hover, .tabset li a.tabactive{
 color:#464646;
 background:url(/images/tablight.jpg) no-repeat scroll 0 0 transparent;
 text-decoration: none;
}
.tab-box{
 height:1%;
 overflow:hidden;
 background: #f0f0f0;
 padding: 16px 9px 25px 11px;
}
.tab-box p{
	font-size: 110%;
}
/*tab-box-list*/
.tab-box-list{
	margin:0 0 0px;
	padding:0;
	list-style:none;
	font-size: 10px;
}


.single {
	width:292px;
	height:102px;
	background:url(../images/services-box-h.jpg) repeat-x;
	padding:13px 9px;
	border:1px solid #e6e6e6;
	float:left;
	margin:0 0px 10px 0;
}
.single-left {
	width:292px;
	height:102px;
	background:url(../images/services-box-h.jpg) repeat-x;
	padding:13px 9px;
	border:1px solid #e6e6e6;
	float:left;
	margin:0 6px 10px 0;
}
.single img, .single-left img {
	border:1px solid #e6e6e5;
	float:right;
	
}
.single  h2, .single-left  h2 {
	color:#d55c19 !important;
	font-size:15px;
	font-weight:normal;
	margin:0px 0 0 0;
}
.single p, .single-left p {
	color:#58595b;
	line-height:14px;
	font-size:11px !important;
	margin:6px 0 8px 0;
}
.single a , .single-left a{ 
	color:#559cbe;
	font-size:10px;
	font-weight:bold;
	font-family:Arial;
}


