/* CSS Document */
/* global styles*/
body{
	margin:0;
	padding:0;
	background-image:url(../images/contentbg.png);
	background-repeat:repeat-x;
	}
a{
	outline:none;
	}
.clear{
	clear:both;
	height:0;
	overflow: hidden;}
.container{
	width:1000px;
	background-image:url(../images/container_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto;}
.fleft{
	float:left;}
.fright{
	float:right;}
/* style for top links here*/
.top_links{
	height: 26px;
	color:#e3e2e2;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;}
.top_links a{
	font-size:14px;
	color:#e3e2e2;
	border-bottom:1px solid #e3e2e2;
	text-decoration: none;
	margin:3px 6px;}
.top_links a:hover{
	color:#e3e2e2;
	border: none;
	text-decoration: none;}
/* style for left side content*/
.left{
	width:325px;
	margin-right:15px;
	float:left;}
.left .logo{
	margin: 22px 0 33px 26px;
	padding:0;}
.welcome{
	font-family: Times New Roman, Times, serif;
	color:#6c6c6c;
	padding: 0;
	margin:0 0 20px;
	font-weight: normal;
	font-size:19px;
	text-align:left;}
.welcome span{
	font-size:50px;
	color:#2d2d2d;
	font-weight:bold;
	}
/* style for left side - navigation */
.leftnav{
	width:220px;
	}
.leftnav h1{
	font:18px sans-serif;
	color:#df7e00;
	}
.leftnav ul{
	margin:0;
	padding:0;
	list-style:none;
	}
.leftnav ul li{
	border-bottom:1px dashed #7c7c7c;
	}
.leftnav ul li a{
	font:14px "Times New Roman";
	color:#000;
	text-decoration:none;
	line-height:30px;
	}
.leftnav ul li a:hover{
	font-weight:bold;
	}
/* stylef or right side container*/
.right{
	width:659px;
	float:left;
	margin:22px 0 0;}
.right .sublinks{
	margin: 5px 44px 38px 0;
	padding:0;
	float:right;
	position:relative;}

.inner_page{
	width:765px;
	}
	
/* style for menu here*/

ul.menu {list-style:none; margin:0; padding:6px 0; width:610px; height:26px;background:url(../images/ulbg.png) no-repeat;}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none; font: 14px sans-serif;}
ul.menu li {position:relative; float:left; width:101px; text-align:center;}
ul.menu ul {position:absolute; top:30px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:148px; margin:0; text-align:left;}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#e2ecf5; font: 12px sans-serif;}
ul.menu ul li a:hover {background-color:#e9ecee;}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {border-right:2px solid #aaa; padding:5px 7px 7px; font-weight:bold;}
ul.menu .noborder {border:none;}
ul.menu .active {background:url(../images/arrow.png) no-repeat center bottom;}
ul.menu .menulink:hover, ul.menu .menuhover {background:url(../images/arrow.png) no-repeat center bottom;}
ul.menu .sub {background:#d1d1d1 url(../images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}

/* style for top right side rotating flash*/
.toprt_flash{
	margin:0 0 20px 0;
	padding:0;}
/* stylef or top right knowledge center section*/
.right .rt_cont{
	margin:0;
	padding:0;}
.part{
	width:328px;
	background-position:right center;
	background-repeat: no-repeat;
	float:left;}
.bg{
	/*background-image:url(../images/part_bdr.gif);*/
	border-right:solid 1px #808080;
	margin:0 10px 0 0;}
.part .h1{
	background:url(../images/geryhead_icon.gif) no-repeat left;
	font-family: sans-serif;
	font-size:14px;
	margin:0 0 5px 0;
	padding:0 0 0 15px;
	color: #585858;}
.part .h2{
	font-family: sans-serif;
	font-size:14px;
	line-height:18px;
	margin:0;
	padding:0;
	color: #585858;}
.part p{
	margin:0;
	padding:5px 25px 0 0;
	line-height:16px;
	color:#848484;
	font-family:sans-serif;
	font-size:12px;}
	
.part p a{
	color:#848484;
	}
	
.space{
	padding:0 0 0 30px;
	width:300px;
	position:relative;
	}

.mark_logo{
	position:absolute;
	top:170px;
	left:75px;
}

.mark_logo img{
	border:0px;
}
.space p{
	text-align:center;
	color:#323232;
	font:13px "sans-serif";
	}
/* style for breadcrumb*/
.breadcrumb{
	padding:0 0 0 25px;
	margin:0 0 10px;
	}
.breadcrumb, .breadcrumb a{
	font:12px sans-serif;
	color:#5c5c5c;
	}
/* style for left content for inner pages*/
.left_cont{
	width:460px;
	float:left;
	border-left:solid 1px #b3b3b3;
	border-right:solid 1px #b3b3b3;
	padding:10px 25px;
	min-height:386px;
	}
.left_cont h1{
	font:bold 24px Times New Roman;
	margin:0;
	}
	
.left_cont p{
	font:normal 12px sans-serif;
	color:#383838;
	line-height:22px;
	}
	
.left_cont p.pbit{
	font:italic bold 16px 'Times New Roman', Times, serif;
	color:#6C6C6C;
	}

.left_cont ul li{
	list-style-type:disc;
	font:12px arial;
	line-height:20px;
	}
	
.left_cont .contactinput{
	width:288px;
	height:18px;
	padding:5px;
	border:solid 1px #b3b3b3;
	font:#383838 14px sans-serif;
	}
	
.left_cont .contactta{
	width:288px;
	height:130px;
	padding:5px;
	border:solid 1px #b3b3b3;
	font:14px sans-serif;
	color:#383838;
	}
/* style for right content for inner pages*/
.right_cont{
	width:250px;
	float:left;
	min-height:386px;
	}
.right_cont .section{
	border-top:1px dashed #7c7c7c;
	border-bottom:1px dashed #7c7c7c;
	margin:0 10px 25px 25px;
	}
.right_cont .section h1{
	font:bold 14px sans-serif;
	color:#df7e00;
	}
.right_cont .section p{
	font:normal 12px sans-serif;
	color:#383838;
	}
	
.right_cont .section ul li{
	list-style-type:disc;
	font:12px arial;
	line-height:20px;
	}
/* style for grass bg*/
.grass{
	height:90px;
	background:url(../images/grass.png) no-repeat center top;
	border-bottom:25px solid #393a3b;
	}
	
.grass .case_studies{
	width:1000px;
	margin:0 auto;
	text-align:right;
	}
/* style for bottom content*/
.btm_cont{
	margin:0;
	padding:0;
	background:url(../images/btm_cont_bg.png);
	border-top:2px solid #9c9c9c;
	text-align:center;}
.btm_cont .h1{
	font-family: sans-serif;
	font-size:25px;
	color:#51bde1;
	padding:5px 0 5px 15px;
	margin:0;
	font-weight: normal;
	background:url(../images/btmcont_icon.gif) no-repeat left;}
.btm_cont .h2{
	color:#b4b4b4;
	font-family:sans-serif;
	font-size:14px;
	line-height:23px;
	font-weight: normal;
	margin:0;
	padding:0;}
/* style for footer*/
.footer{
	border-top:1px solid #fff;
	color:#f7f7f7;
	font-family:sans-serif;
	padding:3px 0;
	width:1000px;
	margin:0 auto;
	text-align:left;}
.footer a{
	color: #f7f7f7;
	padding:0 5px;
	font-size:14px;
	line-height:24px;
	text-decoration: none;}
.footer a:hover{
	color: #f7f7f7;
	text-decoration: underline;}
.footer span{
	color:#d6d5d5;
	font-size:11px;}
	
