@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../layout/layout_bg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#row1 {
	background-image: url(../layout/row1.jpg);
	background-repeat: no-repeat;
	height: 253px;
	width: 1000px;
}
#main {
	font-size: small;
	color: #000000;
	background-image: url(../layout/row4_bg1.jpg);
	background-repeat: repeat-y;
}
#btmlink {
	font-size: small;
	background-image: url(../layout/row5.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 1000px;
	text-align: center;
	padding-top: 20px;
}
#shadow {
	background-image: url(../layout/row6.jpg);
	background-repeat: no-repeat;
	height: 12px;
	width: 1000px;
}
#main h1 {
	color: #043B96;
	text-align: left;
	padding-left: 50px;
	padding-right: 20px;
}
#main p {
	text-align: left;
	padding-right: 20px;
	padding-left: 50px;
}
#main h2 {
	color: #6699CC;
	text-align: left;
	padding-right: 20px;
	padding-left: 50px;
}

#maincolRight {
	/*color: #336699; Removed by designer*/
	text-align: left;
	padding-left: 20px;
	padding-right: 50px;
	line-height: 1.4;
	background-image: url(../layout/row4_col2.jpg);
	background-repeat: repeat-y;
}

/***** added by designer 05-05-10 ********/

#maincolRight h2, #maincolRight .rc p{
padding:0px;

}


.indentRight {
text-align: right;
}

.style1 {
font-size:x-small;}

.style1a {
	font-size:x-small;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

#main a {
	color: #0033CC;
	text-decoration: none;
}
#main a:hover {
	color: #CC0000;
	text-decoration: none;
}
#main #testimony {
	text-align: right;
	padding-right: 20px;
	padding-left: 50px;
}
#main #contactform {
	padding-left: 50px;
	padding-right: 20px;
	text-align: left;
}
#main #testimonyL {
	text-align: right;
	padding-right: 50px;
	padding-left: 20px;
}

#btmlink a {
	
	color: #000066;
	text-decoration: none;
}

#btmlink a:hover {
	color: #CC0000;
	text-decoration: none;
}
#copyright {
	font-size: small;
	text-align: center;
	padding-bottom: 10px;
	color: #666666;
}

#copyright a {
	color: #3366CC;
	text-decoration: none;
}

#copyright a:hover {
	color: #FF6600;
	text-decoration: none;
}
#main #maincolRight p{
    padding-left:0px;
    padding-right:0px;
    text-align:left;
}