/* template.css | Updated: June 11, 2007 */
/* http://arwinclicks.com/template.css   */

body {
	background-image:url(../images/pg_bg.gif);
	background-repeat:repeat-x; /*background-color:#FFFFFF;*/
	margin:10px;
	padding:0px;
}
body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
} /*default font-family and font color*/
h1 {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-decoration:none;
	font-weight:normal;
}
h2 {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-decoration:none;
	font-weight:normal;
	font-weight:600;
	color:#000000;
	font-size:13px;
}
h3 {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-decoration:none;
	font-weight:normal;
	font-weight:600;
	color:#2b4462;
	font-size:13px;
}
h4 {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-decoration:none;
	font-weight:normal;
	font-weight:600;
	color:#FFFFFF;
	font-size:13px;
}
h1 {
	color:#005384;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	text-decoration:underline;
	font-weight:100;
}
h2 {
	color:#445366;
	font-family:Tahoma;
	font-size:18px;
}
h3 {
	color:#2b4462;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
h4 {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
/*some standards*/
form, ul, ol, h1, h2, h3, h4, h5 {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}
p {
	margin:0px;
}
a img {
	border: none;
} /*default border attribute on images that have a link*/
/*basics*/
.fs10 {
	font-size:10px;
}
.fs11 {
	font-size:11px;
}
.fs12 {
	font-size:12px;
}
.fs13 {
	font-size:13px;
}
.fs14 {
	font-size:14px;
}
.fs15 {
	font-size:15px;
}
.fs16 {
	font-size:16px;
}
.fs17 {
	font-size:17px;
}
.fs18 {
	font-size:18px;
}
.fs19 {
	font-size:19px;
}
.fs20 {
	font-size:20px;
}
.fs24 {
	font-size:24px;
}
.fs26 {
	font-size:28px;
	padding-top:5px;
}
.fs36 {
	font-size:34px;
	padding:5px 0px 10px 0px;
}
.fs46 {
	font-size:46px;
}
.fs48 {
	font-size:48px;
}
.b {
	font-weight:bold;
}
.i {
	font-style:italic;
}
.u {
	text-decoration:underline; /*border-bottom:1px solid #3366FF;*/
}
#left {
	text-align:left;
}
#right {
	text-align:right;
}
#center {
	text-align:center;
}
#justify {
	text-align:justify;
}
/*td's padding or sample padding to be use*/
.main_td {
	padding:20px 15px 20px 15px;
}
.youtube
{
	float: right;
	width: 427px;
	margin-left: 22px;
}
.area_a_td {
	padding:10px 15px 10px 15px;
}
.footer_td {
	padding:5px 15px 5px 15px;
}
.p_top7 {
	padding-top:7px;
}
.p_top8 {
	padding-top:8px;
}
.p_top10 {
	padding-top:10px;
}
.p_top15 {
	padding-top:15px;
}
.p10 {
	padding:10px;
}
.p15 {
	padding:15px;
}
.p20 {
	padding:20px;
}
/*default color on text-links and text-decoration*/
a:link, a:visited {
	color:#365F91;
	text-decoration:underline;
}
a:hover {
}
/*to override default color on text-links and text-decoration*/
.a1 a:link, .a1 a:visited {
	color:gray;
	text-decoration:underline;
}
.a1 a:hover {
}
.nav_block {
	padding:8px 8px 0px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.nav a { /*display:block; for vertical*/ /*float:left; for horizontal*/
	/*display:table-cell; display:inline-block;*/ 
         padding:0px 8px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	height:auto;
	width:auto;
}
.nav a:link, .nav a:visited {
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
}
.nav a:hover {
	background-color:#5e7da3;
}
#currentnavpage {
	color:#748250;
}
.navbottom a { /*display:block; for vertical*/ /*float:left; for horizontal*/
	/*display:table-cell; display:inline-block;*/ 
         padding:0px 0px 5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height:auto;
	width:auto;
}
.navbottom a:link, a:visited {
	color:#720603;
	text-decoration:underline;
}
.bnavbottom a:hover {
}
.homeBlog a:link, a:visited {
	color:#333333;
	text-decoration:none;
	font-size:12px;
}
.homeBlog a:hover {
	color:#666666;
	text-decoration:underline;
}
.breadcrumb a:link, a:visited {
	color:#890000;
	text-decoration:underline;
	font-size:11px;
}
.breadcrumb a:hover {
	color:#918c8c;
	text-decoration:underline;
}
/*css navigation | main nav*/

#navfirst {
}
#navlast {
}
#navfirst:hover {
}
#navlast:hover {
}
#currentnavfirst {
}
#currentnavlast {
}
/*footer nav*/
.footer_block {
	padding:10px 1px 10px 15px;
	color:#333333;
	font-weight:normal;
	font-size:11px;
	text-align:center;
}
.footer a {
	padding:0px 10px 0px 10px;
	font-weight:normal;
	font-size:11px;
}
.footer a:link, .footer a:visited {
	color:#333333;
	text-decoration:none;
}
.footer a:hover {
}
/*CSS Box Model | w3.org standards and explanation, http://www.w3.org/TR/REC-CSS2/box.html */
/*sample css box model hack | Technique no. 3 of Alternate Box Model Hacks, http://css-discuss.incutio.com/?page=BoxModelHack */
.csshack {
	padding:10px 20px 10px 20px;
	width: 360px !important;
	width /**/: 400px;
	background-color:orange;
}
/*css box model hack alternative | Trick no. 6, http://www.evolt.org/article/Ten_CSS_tricks_you_may_not_know/17/60369/ */
.box {
	width:400px;
	background-color:yellow;
}
.box .box2 {
	padding:10px 20px 10px 20px;
}
/*CSS Opacity Hover*/
.linkopacity a img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.linkopacity a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
/*add-ons*/
.ff_cs {
	font-family:"Comic Sans MS";
} /*sample font-family to be use*/
.brown {
	color:#B29D90;
} /*sample font color to be use*/
.form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
} /*font attrributes for form, e.g., input box, textarea, select*/
.whiteback {
	background-color:#FFFFFF;
}
.medicen {
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height:239px;
	padding-right:12px;
}
.blue {
	color:#5d7da3;
}
.bluec {
	color:#005384;
}
.whitec {
	color:#FFFFFF;
}
.red {
	color:#9a0200;
}
.red2 {
	color:#670201;
}
.times {
	font-family:"Times New Roman", Times, serif;
}
.padtop {
	padding-top:8px;
}
.padright {
	padding-right:9px;
}
.mainback {
	background:url(../images/index_13_bg.gif);
	background-repeat:no-repeat
}
.bodytxt_bg1 {
	background:url(../images/index_13.gif);
no-repeat;
	height:450px;
	width:900px;
}
.main {
	background-image:url(../images/mainbac.jpg);
	background-repeat:repeat-y
}
.call {
	font-family:"Comic Sans MS";
	padding-top:5px;
	font-size:16px;
}
.call a {
	font-size:16px;
	color:#9a0200;
	font-weight:bold;
}
.headertxt {
	font: Arial, Helvetica, sans-serif
}
.blue {
	color:#647da6;
	font-weight:bold;
}
/*css nila*/

.textbotright1 {
	height:126px;
	width:133px;
}
.textbotright2 {
	background:url(../images/botbg_left3.jpg) no-repeat;
	height:126px;
	width:234px;
	padding-top:8px;
}
.textbotright2 .mtr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	width:230px;
}
.textbotright3 {
	background:url(../images/botbg_left4.jpg) no-repeat;
	height:126px;
	width:42px;
}
.textbotright4 {
	background:url(../images/botbg_left5.jpg) no-repeat;
	height:126px;
	width:490px;
	padding-top:8px;
}
.textbotright4 .mtr {
	font-family:tahoma;
	font-size:21px;
	color:#8ba2bd;
	font-weight:600;
	width:450px;
	padding-top:6px;
	padding-left:8px;
}
.textbotright4 .mtr2 {
	font-family:tahoma;
	font-size:17px;
	color:#ffffff;
	font-weight:500;
	width:450px;
	padding-top:4px;
	padding-left:8px;
}
.textbotright4 .mtr3 {
	font-family:tahoma;
	font-size:33px;
	color:#ffffff;
	font-weight:600;
	padding-top:4px;
	padding-left:8px;
}
.textbotright4 .mtr4 {
	font-family:tahoma;
	font-size:21px;
	color:#ffffff;
	font-weight:600;
	padding-left:8px;
}
.textbotright4 .mtr5 {
	font-family:tahoma;
	font-size:10px;
	color:#ffffff;
	font-weight:400;
	padding-left:8px;
}
.topmtr1 {
	background:url(../images/index_04.gif) no-repeat;
	height:182px;
	width:608px;
	font-family:"Times New Roman", Times, serif;
	border-right:1px solid #ebeff3;
}
.topmtr2 {
	font-family:Arial, sans-serif;
	font-size:18px;
	color:#172b43;
	text-align:justify;
}
.chromestyle {
	width: 99%;
	font-weight:500;
	font-size:14px;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	width: 100%;
	background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0 4px 10px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	height:21px;
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	color: #ffffff;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
}
.chromestyle ul li a:hover {
	background: #5e7da3; /*THEME CHANGE HERE*/
}
.chromestyle ul li a[rel]:after { /*HTML to indicate drop down link*/
	content: " ";/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA, direction=135, strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #5e7da3;
	color:#CCCCCC;
}
.lftbg {
	background:url(../images/left_bg.jpg) repeat-y;
}
.lftbg1 {
	background:url(../images/left_txt_bg.jpg) repeat-y;
}
.lftbg2 {
	background:url(../images/left_txt_bg2.jpg) repeat-y;
}
.rghtbg {
	background:url(../images/right_bg.jpg) repeat-y;
}
.rghtbg1 {
	background:url(../images/right_txt_bg.jpg) repeat-y;
}
.cntrbg {
	background:url(../images/cntr_bg.jpg) repeat-y;
}
.textbg {
	background:url(../images/leftbody_bg.jpg) no-repeat;
	height:54px;
	width:576px;
	border:none;
}
.textbg1 {
	background:url(../images/leftbody_bg1.jpg) no-repeat;
	height:341px;
	width:576px;
	border:none;
}
.textbg1 .text1 {
	font-size:12px;
	width:410px;
	padding-left:30px;
}
.textbg1 .text2 {
	font-size:18px;
	font-weight:600;
	width:410px;
	color:#445366;
	padding-left:30px;
	padding-top:120px;
}
li .text3 {
	font-size:11.5px;
	font-weight:300;
	width:410px;
	color:#445366;
	padding-left:30px;
}
li .text3 a {
	font-size:11.5px;
	color:#445366;
	text-decoration:underline;
}
li .text3 a:hover {
	color:#313c4a;
	text-decoration:none;
}
.textbg2 {
	border:none;
	color:#000000;
}
.textbg2 .text4 {
	font-size:12px;
	font-weight:600;
	width:557px;
	color:#000000;
	padding-left:15px;
	padding-top:22px;
	margin-top:3px;
}
.textbg2 .text4 a {
	color:#4e769b;
	text-decoration:none;
}
.textbg2 .text4 a:hover {
	color:#313c4a;
	text-decoration:underline;
}
.textbg2 .text5 {
	font-size:14px;
	font-weight:500;
	width:525px;
	color:#8ba2bd;
	padding-left:45px;
	font-family:tahoma, verdana, "Century Gothic", Arial, sans-serif;
	padding-top:5px;
	text-align:center;
}
.textbg2 .text5 a {
	color:#172c44;
	text-decoration:underline;
}
.textbg2 .text5 a:hover {
	color:#313c4a;
	text-decoration:none;
}
.textbgright1 {
	background:url(../images/right_body_bg.jpg) no-repeat;
	height:527px;
	width:297px;
	border:none;
}
.bodytxt_bgbs2 .top1 {
	background:url(../images/hom_lft_bg1.jpg) no-repeat;
	height:190px;
	width:277px;
}
.topblog {
	background:url(../images/home_blog_bg.jpg) no-repeat;
	height:190px;
	width:277px;
}
.topfaq {
	background:url(../images/home_faq_bg.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}
.topfaqa:link, .topfaq a:visited {
	text-decoration:underline;
}
.topfaq a:hover {
	text-decoration:underline;
	color:#000000;
}
.bodytxt_bgbs2 .top1 .matr {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding:25px 5px 5px 22px;
	width:262px;
	height:89px;
}
.bodytxt_bgbs2 .top1 .matr1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0 5px 5px 5px;
	font-weight:600;
	width:250px;
	color:#5e7da3;
}
.bodytxt_bgbs2 .top1 .matr1 a {
	color:#5e7da3;
	font-weight:600;
	text-decoration:underline;
}
.bodytxt_bgbs2 .top1 .matr1 a:hover {
	color:#416086;
	text-decoration:none;
}
.bodytxt_bgbs2 .top2 {
	background:url(../images/hom_lft_bg2.jpg) no-repeat;
	height:333px;
	width:277px;
}
.bodytxt_bgbs2 .top2 .matr2 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	padding:20px 5px 5px 15px;
	margin-top:20px;
	width:250px;
	height:30px;
}
.bodytxt_bgbs2 .top2 .matr4 {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	padding-top:20px;
	margin-top:20px;
	width:250px;
	height:230px;
}
.bodytxt_bgbs2 .top2 .matr5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	color:#172c44;
}
.bodytxt_bgbs2 .top2 .matr5 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#172c44;
	text-decoration:underline;
}
.bodytxt_bgbs2 .top2 .matr5 a:hover {
	text-decoration:none;
	color:#536d8b;
}
.brht {
	height:5px;
}
.footer1 {
	font-family:tahoma;
	font-size:13px;
	font-weight:400;
	color:#FFFFFF;
	text-align:center;
}
.footer1 .lnks {
	font-family:tahoma;
	font-size:13px;
	font-weight:400;
	color:#FFFFFF;
	text-align:center;
}
.footer1 .lnks a {
	color:#FFFFFF;
	text-decoration:none;
}
.footer1 .lnks a:hover {
	text-decoration:underline;
	color:#253c58;
}
.footer1 .cprt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
	color:#FFFFFF;
	text-align:center;
	padding-top:10px;
}
.footer1 .footrlogo {
	background:url(../images/botlogo.jpg) no-repeat;
	height:31px;
	width:95px;
}
/*Sub PAges*/
.bodytxt_bg {
	background:url(../images/index_13.gif) no-repeat;
	height:742px;
	width:900px;
}
.bodytxt_bgbs {
	background:url(../images/index_13rs.gif) no-repeat;
	height:1600px;
	width:900px;
}
.bodytxt_bgbs1 {
	background:url(../images/index_13bs.gif) no-repeat;
	height:880px;
	width:900px;
}
.bodytxt_bgbs2 {
	background:url(../images/index_13bs.gif) no-repeat;
	height:740px;
	width:900px;
}
.bodytxt_bg1 {
	background:url(../images/index_13.gif) no-repeat;
	height:450px;
	width:900px;
}
.bodytxt_bgrs {
	background:url(../images/index_13rs.gif) no-repeat;
	height:3500px;
	width:900px;
}
.bodytxt_bgcs {
	background:url(../images/index_13rs.gif) no-repeat;
	height:2550px;
	width:900px;
}
.bodytxt_bg .mainbg {
	background:url(../images/index_13_bg.gif) repeat-y;
}
.bodytxt_bg .abtmtrhd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	padding-left:0px;
}
.bodytxt_bg .abtmtrhd1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	padding-left:30px;
}
.bodytxt_bg .abtmtr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	padding-left:0px;
	padding-right:0px;
}
.bodytxt_bg .abtmtr a {
	font-size:13px;
	font-weight:600;
	text-decoration:none;
	color:#2b4462;
}
.bodytxt_bg .abtmtr a:hover {
	color:#5e7da3;
}
.bodytxt_bg1 .mainbg {
	background:url(../images/index_13_bg.gif) repeat-y;
}
.bodytxt_bg1 .abtmtrhd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	padding-left:30px;
}
.bodytxt_bg1 .abtmtrhd1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	padding-left:30px;
}
.bodytxt_bg1 .abtmtr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	padding-left:30px;
	padding-right:20px;
}
.bodytxt_bg1 .abtmtr a {
	font-size:13px;
	font-weight:600;
	text-decoration:none;
	color:#2b4462;
}
.bodytxt_bg1 .abtmtr a:hover {
	color:#5e7da3;
}
.bodytxt_bgbs .mainbg {
	background:url(../images/index_13_bg.gif) repeat-y;
}
.bodytxt_bgbs .abtmtrhd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	padding-left:30px;
}
.bodytxt_bgbs .abtmtrhd1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	padding-left:30px;
}
.bodytxt_bgbs .abtmtr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	padding-left:30px;
	padding-right:20px;
}
.bodytxt_bgbs .abtmtr a {
	font-size:13px;
	font-weight:600;
	text-decoration:none;
	color:#2b4462;
}
.bodytxt_bgbs .abtmtr a:hover {
	color:#5e7da3;
}
.bodytxt_bgbs1 .mainbg {
	background:url(../images/index_13_bg.gif) repeat-y;
}
.bodytxt_bgbs1 .abtmtrhd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	padding-left:30px;
}
.bodytxt_bgbs1 .abtmtrhd1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	padding-left:30px;
}
.bodytxt_bgbs1 .abtmtr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	padding-left:30px;
	padding-right:20px;
}
.bodytxt_bgbs1 .abtmtr a {
	font-size:13px;
	font-weight:600;
	text-decoration:none;
	color:#2b4462;
}
.bodytxt_bgbs1 .abtmtr a:hover {
	color:#5e7da3;
}
.bodytxt_bgbs2 .mainbg {
	background:url(../images/index_13_bg.gif) repeat-y;
}
.bodytxt_bgbs2 .abtmtrhd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	padding-left:30px;
}
.bodytxt_bgbs2 .abtmtrhd1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	padding-left:30px;
}
.bodytxt_bgbs2 .abtmtr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	padding-left:30px;
	padding-right:20px;
}
.bodytxt_bgbs2 .abtmtr a {
	font-size:13px;
	font-weight:600;
	text-decoration:none;
	color:#2b4462;
}
.bodytxt_bgbs2 .abtmtr a:hover {
	color:#5e7da3;
}
.bodytxt_bgrs .mainbg {
	background:url(../images/index_13_bg.gif) repeat-y;
}
.bodytxt_bgrs .abtmtrhd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	padding-left:30px;
}
.bodytxt_bgrs .abtmtrhd1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	padding-left:30px;
}
.bodytxt_bgrs .abtmtr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	padding-left:30px;
	padding-right:20px;
}
.bodytxt_bgrs .abtmtr a {
	font-size:13px;
	font-weight:600;
	text-decoration:none;
	color:#2b4462;
}
.bodytxt_bgrs .abtmtr a:hover {
	color:#5e7da3;
}
.bodytxt_bgcs .mainbg {
	background:url(../images/index_13_bg.gif) repeat-y;
}
.bodytxt_bgcs .abtmtrhd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	padding-left:30px;
}
.bodytxt_bgcs .abtmtrhd1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	padding-left:30px;
}
.bodytxt_bgcs .abtmtr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	padding-left:30px;
	padding-right:20px;
}
.bodytxt_bgcs .abtmtr a {
	font-size:13px;
	font-weight:600;
	text-decoration:none;
	color:#2b4462;
}
.bodytxt_bgcs .abtmtr a:hover {
	color:#5e7da3;
}
.body_txt_bg1 {
	background:url(../images/index_17.jpg) repeat-y;
}
.body_txt_bg1 .abtmtr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	padding-left:60px;
	padding-right:130px;
}
.body_txt_bg1 .abtmtr a {
	font-family:Tahoma;
	font-size:13px;
	color:#2b4462;
}
.body_txt_bg1 .abtmtr a:hover {
	font-family:Tahoma;
	font-size:13px;
	color:#5e7da3;
}
hr {
	color:#6699CC;
	line-height:1px;
}
.home_box_link {
	font-size:12px;
	font-weight:400;
	color:#4e769b;
}
.abtmtr_bottom {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	padding-left:10px;
	padding-right:0px;
}
.abtmtr_bottom a {
	font-size:14px;
	font-weight:600;
	text-decoration:underline;
	color:#590306;
}
.abtmtr_bottom a:hover {
	color:#FF0000;
}
.abtmtr_about {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	padding-left:30px;
	padding-right:20px;
	line-height:20px;
}
.abtmtr_about a {
	font-size:14px;
	font-weight:600;
	text-decoration:none;
	color:#590306;
}
.abtmtr_about a:hover {
	color:#FF0000;
}
.abtmtr_bs {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	font-weight:600;
	color:#2b4462;
}
.abtmtr_bs a {
	font-size:13px;
	font-weight:600;
	text-decoration:underline;
	color:#2b4462;
}
.abtmtr_bs a:hover {
	color:#5e7da3;
}
.abtmtr_solution a {
	font-size:13px;
	font-weight:600;
	text-decoration:underline;
	color:#2b4462;
}
.abtmtr_solution a:hover {
	color:#5e7da3;
}
.red {
	color:#9a0200;
}
.red a {
	color:color:#9a0200;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.red a:hover {
	color:#9a0200;
}
.title_tagline {
	background-image:url(../images/tagline_title_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:546px;
	height:86px;
}
.title_tagline h2 { 
	font-family:"Times New Roman", Times, serif;
	font-weight:600;
	font-style:italic;
	text-align:left;
	color:#9b0800;
	padding-bottom:10px;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:15px;
	text-decoration:none;
	
} 

.title_tagline_big {
	background-image:url(../images/tagline_title_bg_big.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:548px;
	height:139px;
}
.title_tagline_big h2 { 
	font-family:"Times New Roman", Times, serif;
	font-weight:600;
	font-style:italic;
	text-align:left;
	color:#9b0800;
	padding-bottom:10px;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:15px;
	text-decoration:none;	
} 

#right_image {
	float: left;
	height: 78px;
	width: 180px;
	padding: 5px;	
	margin-right: 0px;
	margin-top:-25px;
}

/* For General Pages */
.general a { background: url(../images/general_btn.jpg) no-repeat; float:left; height:72px; width:182px; margin-top:18px;}
.general a:hover { background: url(../images/general_hover_btn.jpg) no-repeat;}
.general a:active { background: url(../images/general_hover_btn.jpg) no-repeat;float:left; height:72px; width:182px;}
.general a:visited { background: url(../images/general_hover_btn.jpg) no-repeat;float:left; height:72px; width:182px;}

.bankruptcy a { background: url(../images/bankruptcy_btn.jpg) no-repeat; float:left; height:72px; width:182px; margin-top:18px;}
.bankruptcy a:hover { background: url(../images/bankruptcy_hover_btn.jpg) no-repeat;}
.bankruptcy a:active { background: url(../images/bankruptcy_hover_btn.jpg) no-repeat;float:left; height:72px; width:182px;}

.foreclosure a { background: url(../images/forecolosure_btn.jpg) no-repeat; float:left; height:72px; width:240px; margin-top:18px;}
.foreclosure a:hover { background: url(../images/forecolosure_hover_btn.jpg) no-repeat;}
.foreclosure a:active { background: url(../images/forecolosure_hover_btn.jpg) no-repeat;float:left; height:72px; width:240px;}
/* General Pages End */

/* For BankRuptcy Pages */
.general2 a { background: url(../images/general_btn.jpg) no-repeat; float:left; height:72px; width:182px; margin-top:18px;}
.general2 a:hover { background: url(../images/general_hover_btn.jpg) no-repeat;}
.general2 a:active { background: url(../images/general_hover_btn.jpg) no-repeat;float:left; height:72px; width:182px;}


.bankruptcy2 a { background: url(../images/bankruptcy_btn.jpg) no-repeat; float:left; height:72px; width:182px; margin-top:18px;}
.bankruptcy2 a:hover { background: url(../images/bankruptcy_hover_btn.jpg) no-repeat;}
.bankruptcy2 a:active { background: url(../images/bankruptcy_hover_btn.jpg) no-repeat;float:left; height:72px; width:182px;}
.bankruptcy2 a:visited { background: url(../images/bankruptcy_hover_btn.jpg) no-repeat;float:left; height:72px; width:182px;}

.foreclosure2 a { background: url(../images/forecolosure_btn.jpg) no-repeat; float:left; height:72px; width:240px; margin-top:18px;}
.foreclosure2 a:hover { background: url(../images/forecolosure_hover_btn.jpg) no-repeat;}
.foreclosure2 a:active { background: url(../images/forecolosure_hover_btn.jpg) no-repeat;float:left; height:72px; width:240px;}
/* BankRuptcy Pages End */
	
/* For Foreclosure Pages */
.general3 a { background: url(../images/general_btn.jpg) no-repeat; float:left; height:72px; width:182px; margin-top:18px;}
.general3 a:hover { background: url(../images/general_hover_btn.jpg) no-repeat;}
.general3 a:active { background: url(../images/general_hover_btn.jpg) no-repeat;float:left; height:72px; width:182px;}

.bankruptcy3 a { background: url(../images/bankruptcy_btn.jpg) no-repeat; float:left; height:72px; width:182px; margin-top:18px;}
.bankruptcy3 a:hover { background: url(../images/bankruptcy_hover_btn.jpg) no-repeat;}
.bankruptcy3 a:active { background: url(../images/bankruptcy_hover_btn.jpg) no-repeat;float:left; height:72px; width:182px;}

.foreclosure3 a { background: url(../images/forecolosure_btn.jpg) no-repeat; float:left; height:72px; width:240px; margin-top:18px;}
.foreclosure3 a:hover { background: url(../images/forecolosure_hover_btn.jpg) no-repeat;}
.foreclosure3 a:active { background: url(../images/forecolosure_hover_btn.jpg) no-repeat;float:left; height:72px; width:240px;}
.foreclosure3 a:visited { background: url(../images/forecolosure_hover_btn.jpg) no-repeat;float:left; height:72px; width:240px;}
/* Foreclosure Pages End */
