@charset "utf-8";
/* CSS Document */

body {
	font:normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	background:#fff url(../images/bg.gif) repeat-x;
}
/*--------------------------
Classes "Reset" (clear)
----------------------------*/
.clear {
	clear:both;
}
/*--------------------------
Elements - Block (main div)
----------------------------*/
#outer_main {
	margin:0;
	padding:0;
}
#main_div {
	width:1004px;
	margin:0 auto;
	padding:0;
}
/*--------------------------
Header Logo
----------------------------*/
.header {
	background:url(../images/header_banner.jpg) no-repeat 0 110px;
}
.header .logo {
	float:left;
	width:553px;
}
.header .logo_text {
	width:553px;
	float:left;
	padding:0px 15px 5px 0;
	position:relative;
}
.header .logo_text h1 A {
	background:url(../images/logo1.png) no-repeat left top;
	width:553px;
	height:141px;
	text-indent:-999999px;
	display:block;
}
.header .logo_text h2.tagline {
	padding:20px 0 0 55px;
	position:absolute;
	left: 159px;
	top: 62px;
}
.header .logo_text h2.tagline A {
	background:url(../images/tagline.png) no-repeat left top;
	width:339px;
	height:47px;
	text-indent:-999999px;
	display:block;
}
.header .menu_holder {
	float:left;
	width:415px;
}
/*--------------------------
Navigation Menu Main
----------------------------*/
.nav {
	padding:13px 0 0;
}
.nav ul {
	float:right;
}
.nav ul li {
	float:left;
	padding:0 9px;
}
.nav ul li A {
	color:#fff;
	text-decoration:none;
}
.nav ul li A span {
	float:left;
	cursor:pointer;
}
.nav ul li A .left {
	display:block;
	width:13px;
	height:28px;
	background:url(../images/menu_bg_left_normal.gif) no-repeat 0 0;
}
.nav ul li A .right {
	display:block;
	background:url(../images/menu_bg_right_normal.gif) no-repeat right 0;
	height:28px;
	padding:5px 19px 0 6px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
}
.nav ul li A:hover .left, .nav ul li A.active .left {
	background:url(../images/menu_bg_left.gif) no-repeat 0 0;
}
.nav ul li A:hover .right, .nav ul li A.active .right {
	background:url(../images/menu_bg_right.gif) no-repeat right 0;
}
/*----------------------
Contact Details
-----------------------*/
.contact_details {
	padding:30px 0 0 70px;
 *padding:12px 0 3px 70px;
}
.contact_details .contact_no {
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:19px;
	color:#fff;
}
.contact_details .email {
	padding:6px 0 0;
}
.contact_details .email A {
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:19px;
	color:#eea146;
	text-decoration:none;
}
/*----------------------------
Banner
-----------------------------*/
.banner {
	width:1004px;
	height:304px;
}
/*----------------------------
Content
-----------------------------*/
.content {
	padding:10px 0 0;
}
.content .content_left {
	float:left;
	width:670px;
}
.content .content_left .content_head {
	background:url(../images/content_head_left.png) no-repeat 0 bottom;
	height:60px;
}
.content .content_left .content_head h2 {
	font-family:"Georgia";
	font-size:25px;
	font-weight:normal;
	padding:10px 0 0;
	line-height:25px;
}
.content .content_left .content_head h2 span {
	color:#804313;
}
.content .content_left .content_text h2 {
	font-family:"Georgia";
	font-size:25px;
	font-weight:normal;
	padding:13px 0;
}
.content .content_left .content_text h2 span {
	color:#804313;
}
.content .content_left .content_text p {
	text-align:justify;
	padding:0 14px 0 0;
}
.content .content_left .content_text A {
	font-size:11px;
	font-weight:bold;
	background:url(../images/readmore_arrow.gif) no-repeat right center;
	padding:0 10px 0 0;
	color:#000;
}
.content .content_left .content_text .content_inner_left {
	float:left;
	width:114px;
	padding:9px 7px;
	background:url(../images/imgborder.png) no-repeat 0 0;
}
.content .content_left .content_text .content_inner_right {
	float:left;
	width:510px;
	padding:0 13px 0 15px;
}
.content .content_left .content_text .more {
	text-align:right;
	margin:0 5px 0 0;
}
.content .content_left .content_text .more A {
	font-size:11px;
	font-weight:bold;
	background:url(../images/readmore_arrow.gif) no-repeat right center;
	padding:0 10px 0 0;
	color:#000;
}
.content .content_left .content_text .more A:hover {
	text-decoration:none;
}

/**************edited vineetha*******************/

.news .more
{
	text-align:right;
	margin:0 5px 0 0;
}
.news .more A
{
	font-size:11px;
	font-weight:bold;
	background:url(../images/readmore_arrow.gif) no-repeat right center;
	padding:0 10px 0 0;
	color:#000;
}
.news .more A:hover
{
	text-decoration:none;
}

/*--------------------------
/*--------------------------
Content Right
-----------------------------*/
.content .content_right {
	float:left;
	width:320px;
	background:url(../images/content_line_right.png) no-repeat 0 bottom;
	padding:0 0 0 8px;
}
.content .content_right .content_head_02 {
	background:url(../images/content_head_right.png) no-repeat 0 bottom;
	height:60px;
}
.content .content_right .content_head_02 h2 {
	font-family:"Georgia";
	font-size:25px;
	font-weight:normal;
	padding:10px 0 10px 45px;
	background:url(../images/recent_news_ico.png) no-repeat 0 0;
}
.content .content_right .content_head_02 h2 span {
	color:#804313;
}
.content .content_right .content_inner_right ul li {
	background:url(../images/recent_news_content_ico.png) no-repeat 0 0;
	list-style-position:inside;
}
.content .content_right .content_inner_right ul li .news {
	padding:0 0 10px 28px;
}
.content .content_right .content_inner_right ul li .news h3.title {
	font-weight:bold;
	color:#814313;
	font-size:12px;
	padding:0 0 5px;
}
/*-------------------------
Associations
---------------------------*/
.associations h2 {
	font-family:"Georgia";
	font-size:25px;
	font-weight:normal;
	color:#814313;
	padding:0 0 10px;
}
.associations .associations_content {
	background:url(../images/association_bg.gif) no-repeat 0 0;
}
/*-------------------------------
Footer
-----------------------------*/

#footer_main {
	margin:0;
	padding:0;
	background:url(../images/footer_bg.gif) repeat-x 0 0;
}
#footer_inner {
	width:1004px;
	margin:0 auto;
	padding:9px 0 0;
}
.footer_logo {
	float:left;
	width:170px;
}
.footer_logo h2 A {
	background:url(../images/footer_logo.gif) no-repeat 0 0;
	width:166px;
	height:62px;
	text-indent:-999999px;
	display:block;
}
.footer_nav {
	float:left;
	width:440px;
	background:url(../images/footer_seperator.gif) no-repeat 0 -5px;
	padding:0px 15px;
}
.footer_nav ul {
	padding:5px 0 0;
	float:left;
	width:450px;
}
.footer_nav ul li {
	float:left;
	color:#5c6363;
	font-size:11px;
	padding: 0 0 0 5px;
}
.footer_nav ul li A, .company A {
	text-decoration:none;
	color:#9d9a98;
	font-size:11px;
}
.footer_nav ul li A:hover, .company A:hover {
	text-decoration:underline;
}
.footer_nav p, .company p {
	color:#9d9a98;
	font-size:11px;
}
.company {
	float:left;
	color:#5c6363;
	padding:0px 0 0 15px;
	background:url(../images/footer_seperator.gif) no-repeat 0 -5px;
}
/*-------------------------
Inner Pages Banner
---------------------------*/
.inner_body {
	background:url(../images/bg_inner.gif) repeat-x 0 0;
}
/*--------------------------
Header Logo 2
----------------------------*/
.header2 {
	background:url(../images/header_banner_inner.jpg) no-repeat 0 106px;
 height:338px;
}
.header2 .logo {
	float:left;
	width:553px;
}
.header2 .logo_text2 {
	width:553px;
	float:left;
	padding:0px 15px 0px 0;
	position:relative;
}
.header2 .logo_text2 h1 A {
	background:url(../images/logo1.gif) no-repeat left -1px;
	width:553px;
	height:140px;
	text-indent:-999999px;
	display:block;
}
.header2 .logo_text2 h2.tagline2 {
	padding:20px 0 0 55px;
	position:absolute;
	left: 159px;
	top: 48px;
}
.header2 .logo_text2 h2.tagline2 A {
	background:url(../images/tagline.gif) no-repeat left -5px;
	width:339px;
	height:47px;
	text-indent:-999999px;
	display:block;
}
.header2 .menu_holder2 {
	float:left;
	width:415px;
}
/*--------------------------
Navigation Menu Main
----------------------------*/
.nav2 {
	padding:13px 0 0;
}
.nav2 ul {
	float:right;
}
.nav2 ul li {
	float:left;
	padding:0 9px;
}
.nav2 ul li A {
	color:#fff;
	text-decoration:none;
}
.nav2 ul li A span {
	float:left;
	cursor:pointer;
}
.nav2 ul li A .left {
	display:block;
	width:13px;
	height:28px;
	background:url(../images/menu_bg_left_normal.gif) no-repeat 0 0;
}
.nav2 ul li A .right {
	display:block;
	background:url(../images/menu_bg_right_normal.gif) no-repeat right 0;
	height:28px;
	padding:5px 19px 0 6px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
}
.nav2 ul li A:hover .left, .nav2 ul li A.active .left {
	background:url(../images/menu_bg_left.gif) no-repeat 0 0;
}
.nav2 ul li A:hover .right, .nav2 ul li A.active .right {
	background:url(../images/menu_bg_right.gif) no-repeat right 0;
}
/*----------------------
Contact Details
-----------------------*/
.contact_details2 {
	padding:26px 0 0 70px;
 *padding:12px 0 3px 70px;
}
.contact_details2 .contact_no2 {
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:19px;
	color:#fff;
}
.contact_details2 .email2 {
	padding:6px 0 0;
}
.contact_details2 .email2 A {
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:19px;
	color:#eea146;
	text-decoration:none;
}
.banner_inner {
	width:1004px;
	height:201px;
	position:relative;
}
.banner_inner span {
	width:294px;
	height:144px;
	display:inline-block;
	position:absolute;
	top:3px;
	
	right:82px;
}
/*-------------------------------------
Content Full
-------------------------------------*/
.content {
	padding:10px 0 0;
}
.content .content_full {
	float:left;
	width:1004px;
}
.content .content_full .content_head {
	background:url(../images/content_head_full.gif) no-repeat 0 bottom;
	height:60px;
}
.content .content_full .content_head h2 {
	font-family:"Georgia";
	font-size:25px;
	font-weight:normal;
	padding:10px 0 0;
}
.content .content_full .content_head h2 span {
	color:#804313;
}
/*--------------------------------
Services
----------------------------------*/
.content .content_full .services h2 {
	font-family:"Georgia";
	font-size:18px;
	font-weight:normal;
	padding:15px 0;
}
.content .content_full .services h2 span {
	color:#804313;
}
.content .content_full .services ul li {
	padding:3px 0 0 14px;
	float:left;
	list-style-position:inside;
	width:310px;
	background:url(../images/list_icon.gif) no-repeat 0 center;
}
/*-------------------------
Associations Inner
---------------------------*/
.associations_inner h2 {
	font-family:"Georgia";
	font-size:20px;
	font-weight:normal;
	color:#814313;
	padding:20px 0 10px;
}
.associations_inner .associations_content {
	background:url(../images/association_bg.gif) no-repeat 0 0;
}
/*--------------------------
Subscribe
----------------------------*/
.subscribe .subscribe_head {
	background:url(../images/subscribe_newsletter.gif) no-repeat 0 15px;
}
.subscribe .subscribe_head h2 {
	font-family:"Georgia";
	font-size:25px;
	font-weight:normal;
	padding:15px 0 25px 35px;
	background:url(../images/content_head_right.png) no-repeat 0 bottom;
}
.subscribe .subscribe_head h2 span {
	color:#804313;
}
.subscribe .subscribe_content {
	padding:0 0 0 35px;
}
.subscribe .subscribe_content p {
	font-size:12px;
	padding:2px 0 8px;
}
.subscribe .subscribe_content ul li {
	float:left;
	list-style-type:none;
}
.subscribe .subscribe_content ul li.tb {
	padding:0px;
	width:158px;
 *background:url(../images/subscribe_textbox.gif) no-repeat 0 0;
	_padding:0px 10px 0px 0px;
}
.subscribe .subscribe_content ul li .subscribe_textbox, .subscribe .subscribe_content ul li .subscribe_btn {
	border:0 none;
	float:left;
}
.subscribe .subscribe_content ul li .subscribe_textbox {
	background:url(../images/subscribe_textbox.gif) no-repeat 0 0;
 *background:transparent;
	width:135px;
 *width:132px;
 *margin:0 0 0 5px;
	height:15px;
	padding:5px 10px 5px 10px;
 *padding:5px 10px 5px 5px;
}
.subscribe .subscribe_content ul li .subscribe_btn {
	background:url(../images/subscribe_btn.gif) no-repeat 0 0;
	width:75px;
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	height:25px;
	padding:0 0 3px;
}
.service_content1 {
	margin:20px 0px 50px 0px;
}
.service_content1 li{
	list-style:none!important;
	float:left;
	width:180px!important;
}
.service_content1 li img{
	background:url(../images/video_bg.gif) no-repeat 0 0 !important;
	padding:11px 12px;
}
.service_content1 p {
	padding:0 30px 0 8px;
	color:#4C423D;
	text-align:center;
}
.link_text .content_inner_left {
	float:left;
	margin-right:10px;
}
.link_text a {
	color:#4C423D;
	text-decoration:none;
	background:url(../images/list_icon.gif)  no-repeat 0 2px;
	padding-left:18px;
	line-height:24px;

}
.link_text a:hover {
	color:#4C423D;
	text-decoration:underline;
}
.content_inner_right {
	height:20px;
}
