@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, div {
	border: 0;
	margin: 0;
	padding: 0;
}
.txtSmall {font-size:11px;} 
.txtMedium {font-size:12px;} 
.txtLarge {font-size:14px;} 
.alignRight {float:right;} 
.alignLeft {float:left;}
.txtRed {color:#CC0000;} 
.txtBrown {color:#aa5c56} 
.txtBlack {color:#000000;} 
.txtviolet {color:#d73593;} 
.txtBlue {color:#0d59ab} 
.txtBold {font-weight:bold;}
.row{width:990px; clear:both;} 
.breaker {clear:both; width:100%;}


/***********************************************************
The CSS Class for the Websites to Align at the Bottom.
************************************************************/

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.horizone {
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	margin: 0 auto -154px 0; /* the bottom margin is the negative value of the footer's height */

}
.footer {
	height: 154px; /* .adjuster must be the same height as .footer */
	background-image:url(../images/home-bottom-bg.jpg);
	background-repeat:repeat-x; 
}
.adjuster {
	height: 154px; /* .adjuster must be the same height as .footer */
}


/*------------------------- End --------------------------*/


body {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	color:#000000;
	background-image:url(../images/home-bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
.wrapper {
	display:block;
	width:990px;
	margin:0 auto;
	overflow:hidden;
}
.creditContainer {
	width:990px;
	margin:0 auto;
}
.row1 {
	display:block;
}
.row2 {
	display:block;
}
.row2c2 {
	width:558px;
	height:87px;
	float:right;
	display:block;
}
.row2Menu {
	display:block;
}
.flashHolder {
}
.row3 {
	display:block;
}
.row3C1 {
	width:198px;
	float:left;
}
.row3C2 {
	width:565px;
	float:left;
	overflow:hidden;
	background-image:url(../images/row3c2-content-bg.jpg);
	background-repeat:repeat-y;
}
.row3C3 {
	width:227px;
	float:left;
}
.row3C3Details {
	width:227px;
	height:306px;
	margin-top:78px;
	background-image:url(../images/services-bg.jpg);
	background-repeat:no-repeat;
}
.row3C2ContentArea {
	width:532px;
	float:left;
}
.monthlyUpdates{
	width:532px;
	background-image:url(../images/monthly-updates.jpg);
	background-repeat:no-repeat;
}
.monthlyUpdatesBottom{
	width:532px;
	
}
.monthlyUpdatesContent{
	width:460px;
	padding-top:27px;
	margin-left:33px;
}
ul.serviceMenu {
	padding:83px 0 0 23px;
}
li.serviceMenuStyle {
	list-style-type:none;
	line-height:18px;	
	font-size:11px;
	width:175px;
	padding-bottom:5px;
}
.bottomRow1 {
}
.heightAdj {
	margin-top:5px;
}
/***********************************************************
Link and Text Styles
************************************************************/
.txtContent {
	line-height:18px;
	padding-left:5px;
	padding-bottom:23px;
}
.txtCopyright {
	color:#999999;
	float:left;
	padding-top:15px;
}
.txtCredit {
	color:#999999;
	float:right;
	padding-top:15px;
}
a.lnkCredit {
	color:#999999;
	text-decoration:none;
}
a.lnkCredit:hover {
	color:#1c1cfa;
	border-bottom:1px dotted #003366;
}
.txtBlueBig{
	color:#2929f9;
	font-size:16px;
	font-weight:bold;
}
.txtBlueBig2{
	color:#2929f9;
	font-size:18px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.txtGreyBig{
	color:#6d6d6d;
	font-size:13px;
	font-weight:bold;
}
.txtGreyBig2{
	color:#6d6d6d;
	font-size:15px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*------------------------- End --------------------------*/





/***********************************************************
Styles Used by Programmers
************************************************************/

/*------------------------- End --------------------------*/