body
	{
		margin:0px;
		font-size:12px;
		font-family:arial;
		background:url(../images/bg.jpg) top repeat-x;
	}
.phone_bg
	{
		padding-top:5px;
		font-size:15px;
		color:#FFF;
		background:url(../images/phone_bg.gif) repeat-x;
	}
.phone_bg a
	{
		font-size:15px;
		color:#FFF;
		text-decoration:none;
	}
.phone_bg a:hover
	{
		font-size:15px;
		color:#FFF;
		text-decoration:underline;
	}
.menu_bg
	{
		background:url(../images/menu_bg.gif) repeat-x;
	}
	
.main_txt_bg
	{
		font-size:12px;
		color:#16252d;
		background:#eef8fc;
	}
.main_txt_bg a
	{
		font-size:12px;
		color:#16252d;
		text-decoration:none;
	}
.main_txt_bg a:hover
	{
		font-size:12px;
		color:#16252d;
		text-decoration:underline;
	}	
.main_txt ul
	{
		padding:0px;
		margin:0px;
	}
.main_txt ul li
	{
		font-size:12px;
		float:left;
		width:215px;
		line-height:19px;
		padding:0px 0px 0px 10px;
		margin:0px;
		background:url(../images/li_arrow.gif) left  top no-repeat;
		list-style-type:none;
		}	
.welcome_txt
	{
		padding:0px 10px 0px 20px;
		font-size:18px;
		color:#f0f9ff;
		background:#4898cd;
	}
.welcome_txt strong
	{
		font-size:22px;
		color:#ffffff;
	}	
.blue_bg
	{
		font-size:14px;
		color:#FFF;
		background:#3c91c9;
	}
.blue_bg a
	{
		font-size:14px;
		color:#FFF;
		text-decoration:none;
	}
.blue_bg a:hover
	{
		font-size:14px;
		color:#e6ffb6;
		text-decoration:none;
	}	
.image_border_bg
	{
		background:#f9f9f9 url(../images/image_border_bg.gif) top repeat-x;
	}
.right_box_bg
{
	font-size:12px;
	color:#000;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	background:#e8e8e8 url(../images/box_bg.gif) top repeat-x;
}
.right_box_bg a
	{
	font-size:12px;
	color:#000;
	text-decoration:none;
	}
.right_box_bg a:hover
	{
	font-size:12px;
	color:#32580d;
	text-decoration:none;
	}	
h6
	{
		font-size:15px;
		color:#32580d;
		margin:2px 0px;
	}
.forum_heading
	{
		font-weight:bold;
		font-size:18px;
		color:#000000;
	}
.forum_heading a
	{
		font-weight:bold;
		font-size:18px;
		color:#000000;
		text-decoration:none;
	}	
.forum_heading a:hover
	{
		font-weight:bold;
		font-size:18px;
		color:#4697cb;
		text-decoration:none;
	}		
	
	
.footer_icon_bg
	{
		border-top:solid 1px #e2e2e2;
		background:#e2e2e2 url(../images/footer_bg.gif) top repeat-x;
	}
.footer_bg
	{
		border-top:solid 1px #FFF;
		background:#73b005;
		color:#ffffff;
	}
.footer_bg a
	{
		font-size:12px;
		color:#ffffff;
		text-decoration:none;
	}
.footer_bg a:hover
	{
		font-size:12px;
		color:#cdff72;
		text-decoration:none;
	}
.rb_bg
	{
		border-left:solid 1px #cccccc;
		border-right:solid 1px #cccccc;
		background:#1d80c1 url(../images/rb_bg_img.gif) top repeat-x;
	}
.rb_bg ul
	{
		padding:0px;
		margin:0px;
	}
.rb_bg ul li
	{
		list-style-type:none;
		padding:0px 0px 0px 12px;
		margin:0px;
		font-size:12px;
		color:#FFF;
		line-height:22px;
		background:url(../images/right_arrow.gif) left top no-repeat;
	}
.rb_bg ul li a
	{
		list-style-type:none;
		font-size:12px;
		color:#FFF;
		text-decoration:none;
	}
.rb_bg ul li a:hover
	{
		list-style-type:none;
		font-size:12px;
		color:#f1ffdb;
		text-decoration:none;
	}
	
/*******************************TAB**********************************/
.glossymenu{
	/*background-image:url(../images/line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	width:468px;*/
	float:left;
	padding:0 7px 0 0;
	margin:0;
	height:44px;
	list-style:none;
}

.glossymenu li{
	float:left;
	margin:0PX;
	padding:0px;
	
}

.glossymenu li a{
	float: left;
	display:block;
	color:#fff !important;
	text-decoration:none !important;
	font-size:16px;
	font-weight:normal;
	padding:0 0 0px 10px; /*Padding to accomodate left tab image. Do not change*/
	height:44px;
	margin:0 3px 0 0px;
	line-height:44px;
	text-align: center;
	cursor: pointer;
	background-image:url(../images/menupu_hover_left.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.glossymenu li a b{
	line-height:44px;
	text-decoration:none !important;
	font-size:16px;
	color:#fff !important;
	float:left;
	font-weight:bold;
	background-image:url(../images/menuo_hover_right.gif);
	background-repeat:no-repeat;
	background-position:right top;
	display: block;
	padding: 0 13px 0 5px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:active{
	text-decoration:none;
	font-size:16px;
	color: #fff !important;
	text-decoration:none !important;
	background:url(../images/gr_white_left.gif) no-repeat; /*left tab image path*/
	background-position:left top;
}

.glossymenu li.current a b, .glossymenu li a:active b{
	color: #187dc0 !important;
	text-decoration:none !important;
	background: url(../images/gr_white_right.gif) no-repeat right top; /*right tab image path*/
}

/**********************************************************************************************************/

.tab_bottom_border
	{
		background:#fff;
		border-bottom:solid 1px #a0a6a9;
	}
.tab_main_border
	{
		background:#fff;
		border-left:solid 1px #a0a6a9;
		border-right:solid 1px #a0a6a9;

	}
	
.main_txt_sec ul
	{
		padding:0px;
		margin:0px;
	}
.main_txt_sec ul li
	{
		font-size:12px;
		line-height:33px;
		padding:0px 0px 0px 10px;
		margin:0px;
		background:url(../images/li_arrow2.gif) left  top no-repeat;
		list-style-type:none;
		}
	
	
h1
	{
		text-transform:uppercase;
		margin:0px;
		font-weight:bold;
		font-size:28px;
		color:#000000;
	}
.img_border
	{
		border:dotted 1px #2f88ab;
	}
