@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: #333333;
	background-color: #e9e4e4;
	background-image: url(/new_layout/images/bkg_tile.gif);
	background-repeat: repeat;
	background-position: left top;
}
.form {
	font-size: 0.9em;
	color: #666666;
	padding: 6px;
}
input, textarea {
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #f6f6f6;
	border: 1px solid #C0C0C0;
}
.oneColFixCtrHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 1;
	padding: 0;
	background-image: url(/new_layout/images/pbkg_shad.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.oneColFixCtrHdr #wrap {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 1%;
	z-index: 2;
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	
	height: 97px;
	margin-left: 11px; margin-right: 0px;
	width: 900px;
	background-image: url(/new_layout/images/header_bkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	f-ont-size: 17px;
	font-size: 18px;
	color: #F8F8F8;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 3;
}
.oneColFixCtrHdr #header img{
	padding-left: 12px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-right: 12px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
*{padding:0px; margin:0px;}
#testimonial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:italic;
	line-height: 12px;
	width: 210px;
	padding: 4px;
}
#left {
	_clear: both; /* patch for IE6 to render js menu script to top of page - else ignor for all other browsers */
	float: left;
	width: 244px;
	height: 1%;
	padding-top: 40px;
	padding-left: 3px;
	margin-bottom: 40px;
	margin-left:3px;
	vertical-align:top;
}
#bpage-image {
	padding: 0px;
	margin: 0px;
	margin-left: 11px;
	width: 890px;
	height: 175px;
	border: none;
}
#page-image {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	width: 663px;
	height: 175px;
	border: none;
}
#right {
	float: right;
	width: 650px;
	margin-right: 13px;

}

#right ul{
	padding-top: 0px;
	padding-left: 0px;
}

#right li{
	font-size: 0.9em;
	line-height: 1.4em;
	list-style-type: circle;
	margin-left: 14px;
	list-style-position: outside;
	list-style-image: url(/new_layout/images/bullet.gif);
}
#right .padding {
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 20px;
	padding-left: 16px;
}
#right p{
	line-height: 1.2em;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#right a{
	color: #BE2321;
	text-decoration: underline;
}
#right img{
	padding: 0px;
	border: none;
}
#right h4{
	color: #BE2321;
	font-size: 1.1em;
	padding-bottom: 10px;
	padding-top: 10px;
}
#right h3{
	color: #BE2321;
	font-size: 1.3em;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px #CCCCCC dotted;
}
#right h2{
	color: #333333;
	font-size: 1.7em;
	padding-bottom: 10px;
	padding-top: 10px;
}
#right h1{
	color: #333333;
	font-size: 2.0em;
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px #CCCCCC dotted;
}
#right a:hover{
	color: #000000;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 6px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	z-index: 4;
}
.oneColFixCtrHdr #footer {

	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(/new_layout/images/footer_bkg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 910px;
	height: 26px;
	margin-left: 5px;
	_margin-top: 10px;
}
.oneColFixCtrHdr #footer a{
	color: #333333;
	text-decoration:underline;
}
.oneColFixCtrHdr #footer a:hover{
	color: #000000;
	text-decoration:underline;
}
.oneColFixCtrHdr #footer p {
	color: #333333;
	font-size: 9px;
	text-align:center;
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 10px;
}
.box {
	position: relative;
	height: 150px;
	width: 220px;
	padding: 0;
	margin-left: 8px;
	margin-bottom: 20px;
	margin: 0 auto;
	background-color: #F6F6F6;
	background-image: url(/new_layout/images/box.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.cmsbox {
	position: relative;
	width: 220px;
	padding: 0;
	margin-left: 16px;
	margin-bottom: 20px;
	margin: 0 auto;
}
.cmsbox p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	width: 200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-style: normal;
	font-weight: normal;
}
.blogbox {
	font-size: 8pt;
	width: 196px;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 100px;
	background-color: #ffffff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #004F76;
}
.blogbox p{
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	margin: 0;
	padding: 6px;
}
.commentbox {
	background-color: #ececec;
	width: 400px;
	font-size: 0.8em;
	padding: 10px;
	margin: 0px;
}
.commentbox p{
	padding-left: 10px;
	margin-left: 10px;
}

.commentfooter{
	background: url(/new_layout/images/arrow.gif) 10px -10px no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
	margin-left: 20px;
	width: 380px;
	padding-top: 1px;
	margin-bottom: 2em;
	font-size: 0.8em;
	color: #4A4A4A;
}
.date {
	color: #999999;
	font: 10px;
	padding: 0;
	margin-bottom: 20px;
	text-align:right;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.quote 
{
	margin-left: 350px;
	margin-right: 20px;
	color: #4A4A4A;
	width: 250px;
	font: 0.9em;
	border: #cccccc dotted 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: transparent url(/new_layout/images/quotes_top.png) left top no-repeat;
  
}
.quote div
{
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	background: transparent url(/new_layout/images/quotes_bottom.png) right bottom no-repeat;
}