/* CSS Document */

/*----------------------------- Classes for Contents  -----------------------------------------------*/

div.globalBody div.followUsContent h2 {
	font-size:2.2em;
	margin:0 0 10px;
	color:#000;
	clear:both;
}
div.globalBody div.followUsContent p {
	font-size:1.4em;
	line-height:1.5em;
	*line-height:1.4em;
	color:#8b8b8b;
	clear:both;
	margin:0;
	padding:0 0 20px;
	border-bottom:1px solid #e5e5e5;
}
div.globalBody div.followUsContent div.category {
	float:left;
	display:inline;
	width:230px;
	height:100px;
	margin:25px 0px 25px 0;
	padding:0;
	overflow: hidden;
}
div.globalBody div.followUsContent div.category.rowstart {
	clear: left;
}
div.globalBody div.followUsContent div.category div.img{
	float:left;
	display:block;
	width:51px;
	margin:0 20px 0 0;
	padding:0;
}
div.globalBody div.followUsContent div.category div.details{ 
	padding:0;
	margin:0;
	float:left;
	display:inline;
	width:210px;
	clear:right;
}
div.globalBody div.followUsContent div.category h3 {
	font-size:1.4em;
	margin:0;
	float:left;
	display:block;
	color:#000;
	clear:both;
}
div.globalBody div.followUsContent ul{ 
	padding:0;
	margin:0;
	float:left;
	display:block;	
	clear:both;
}
div.globalBody div.followUsContent ul li{
	padding: 3px 0 0;
	list-style:none;
	font-size:1em;
	line-height:1.5em;
	color:#8b8b8b;
}
div.globalBody div.followUsContent ul li a{
	color:#8b8b8b;
	text-decoration:none;
}
div.globalBody div.followUsContent ul li a:hover{
	color:#c91010;
	text-decoration:none;
}



/*
 * Body content
 */

div.globalBody {
	min-width: 740px;
	padding: 20px 20px 20px 20px;
}

div.globalBody div.inner {
	width: 740px;
	/*overflow: hidden;*/
}
div.globalBody div.inner[class] {
	width: 100%;
}

div.globalBody h1 {
	color: #fff;
	font-size: 3.2em;
	margin: 0 0 20px 0;
}

div.globalBody h2 {
	font-size: 1.5em;
	margin: 0 0 12px;
}

div.globalBody div.content {
	float: left;
	display: inline;
	width: 740px;
	min-width: 740px;
}

/*
 * END Body content
 */