@charset "utf-8";
/* CSS Document */


body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:13px;
	background:#000 url(../images/subpage.png) no-repeat center top;
}
h1, h2, h3, h4, h5, h6, p, ul, li, a, img, table, tr, td, th, input, textarea, select {
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	text-decoration:none;
}
.text16 {
    font-family:'myriad_web_proregular';
	font-size:35px;
	line-height:20px;
}
.clear {
	clear:both;
}
.main_container {
	width:100%;
}
.container {
	width:1000px;
	margin:15px auto;
}
.logo {
	margin:30px 0 0 0;
	float:left;
}
.right_head {
	text-align:right;
	text-transform:uppercase;
	float:right;
	color:#fff;
	font-weight:bold;
	line-height:25px;
}
.right_head img {
	float:right;
	margin:0 0 0 5px;
}
.nav_top {
	clear:both;
	background:#192d53;
	border:2px solid #101c34;
	margin:10px 0 0 0;
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
*behavior: url(border-radius.htc);
}
.nav_top ul li {
	margin:0 5px;
	display:inline;
}
.nav_top ul li a {
	color:#fff;
}
.nav_top ul li a:hover {
	color:#CCCCCC;
}
/* Content part CSS */

.content_main {
	width:100%;
	position:relative;
	left: 0;
	top: 0;
	background:url(../images/bg_line.png) repeat-y center top;
}
.content {
	
	line-height:15px;
	text-align:center;
	color:#fff;
	font-size:12px;
	width:980px;
	padding:0 10px;
	height:auto;
	margin:260px auto 0 auto;
}
.content h1 {
	line-height:26px;
	font-weight:normal;
	font-size:24px;
}
.content_left {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:610px;
	float:left;
	text-align:justify;
	line-height:20px;
	margin:0px 0 0 0;
}

.content_center {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:900px;
	float:left;
	text-align:justify;
	line-height:20px;
	margin:0px 0 0 0;
}
.content_left h2 {
	color:#7AB83D;
}
.content_left a{color:#FFFFFF;}
.content_right {
	background:url(../images/testimonials.gif) repeat-y;
/*	border:1px solid #87C740;
	width:320px;
*/	height:auto;
	margin:41px 0  0px 0px;
	padding: 30px 20px 0 20px;
	background:#87C740;
	float:right;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
 *behavior: url(border-radius.htc);
}
.content_right h1{
    font-family:'myriad_web_proregular';
	font-size:30px;}
.content_r {
	font-size:20px;
	text-align:justify;
	line-height:25px;
	width:300px;
}

	.table_style{
	border: #CCC solid 1px;
	border-left:0;
	border-bottom:0;
	}
.table_style td{
	
	border: #CCC solid 1px;
	border-right:0;
	border-top:0;
	padding: 12px 15px;
}
.text_style{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	padding:14px 0 10px 4px;
	}
#tstyle{
	margin: 0 0 0 0px; width:300px;}
.read{
	background:url(../images/read_bg.png) repeat-x;
	width:266px;
	margin:10px 0 0 10px;
	text-align:center;
	color:#092f80;
	font-size:12px;
	cursor:pointer;	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	*behavior: url(border-radius.htc);
	}
.client {
	padding:2px 0;
	background:url(../images/client-bg.png) no-repeat top center;
	width:100%;
	text-align:center;
}
.client img {
	margin:0 5px;
}
.footer {
    font-family:'myriad_web_proregular';
	padding:22px 0;
	text-align:center;
	width:100%;
	color:#fff;
	background:url(../images/footer.png) no-repeat top center;
}
.footer ul li {
	font-size:16px;
	text-transform:uppercase;
	margin:0 5px;
	display:inline;
}
.footer ul li a {
	color:#fff;
}
.footer ul li a:hover {
	color:#CCCCCC;
}
.copyright {
	background-color:#111212;
	/*background:#111212;*/
padding:6px;
}
.copyright_main {
	width:1000px;
	margin:0 auto;
	color:#606060;
}
.copyright a {
	font-weight:bold;
	font-size:12px;
	float:left;
	color:#606060;
}
.copyright a.right {
	font-weight:normal;
	float:right;
}
.copyright a:hover {
	color:#999999;
}


.mailto {
    font-family:'myriad_web_proregular';
	color:#f4f4f4;
	font-weight:normal;
}
.mailto a {
	font-family:Arial, Helvetica, sans-serif;
	color:#f4f4f4;
	font-weight:normal;
}
.mailto a:hover {
	color:#f4f4f4;
	text-decoration:underline;
}