/* CSS Document */

@import url("nav.css");

body{
	margin: 0;
	padding: 0;
	text-align:center;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/page_bg.gif) repeat-x;
	color: #333;
	}
table, tr, td{font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;}

body div{text-align:left;}

p{margin: 0 0 8px 0; padding: 0;}

h2{margin: 3px 0 5px 0;}

a{
	color: #cb0000;
}
a:hover{
	text-decoration: none;
	}

#print_logo{display:none;}

#nav_bar a{
	color: #fff;
	}
#nav_bar a:hover{
	color: #000;
}

.orange{
	color: #ff4e00;
}

.red{
	color: #cb0000;
}

.readMore{
	font-size: 9px;
}

.footerRight{
	padding-left: 225px;
}

.submenu{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
}

.client{
border-bottom: 3px solid #565656;
color: #3188AA;
font-size: 9px;
line-height: 12px;
}

.faq_p{border-bottom: 2px solid #fff; margin: 0; padding: 6px; line-height: 12px;}
.faq_img{padding-right: 10px;}

.newsDate{
font-size: 9px;
}


#wrapper{
	margin: 0 auto;
	width: 772px;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	background: #fff;
	position: relative;
	/*firefox only, ie doesn't support, stupid IE*/
	min-height: 500px;
	/*end ff only*/
}

	#newsColumn{width: 569px; padding: 0 10px 10px 0; float:right; background:#fff;}
	#news-archive{float: left; width: 145px; background:#fff;}
	#news-archive ul{ list-style: none; margin: 0; padding: 0;}
	#news-archive li{padding: 8px 0 8px 0; border-bottom: 1px solid #cfdadc;}

#newsColumn blockquote{
border-top: 1px #cb0000 solid;
border-bottom: 1px #cb0000 solid;
font-style:italic;
padding: 3px;
}

#home_content #text-column{
	width: 260px;
	float: right;
}

#footer{
	clear:both; 	
	background: #CFDADC;
	width: 772px; 
	margin: 0 auto;
	padding: 5px;
	font-size: 9px;}

#footer a{
	color: #333;
	font-weight: bold;
}




	

#faqColumn a.grey{
	color: #333;
	text-decoration:none;
}

#faqColumn  a.grey:hover{
	text-decoration: underline;
	color: #cb0000;
	}


#header{background: url(../images/header_bg.gif) no-repeat top right; padding: 6px 0 0 0;}

#masthead{
	clear:both;
	background: url(../images/masthead_bg.jpg) no-repeat top right;
}

#home_content{
	padding: 4px 0 0 0;
}

#news{
	padding: 10px 0 10px 0;
}

#news ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

#mapColumn h2, #newsColumn h2{
	font-size: 16px;
	color: #98C3D4;
	text-transform:uppercase;
}


#faqColumn{
float:right; width: 569px; padding: 0 10px 10px 0;
}

#faqColumn dl{
	padding: 0;
	margin: 0;
}


#faqColumn dd{
	padding: 5px 0 10px 0;
	margin: 0;
	border-bottom: 1px solid #cb0000;
}

#faqColumn dt{
	padding: 25px 0 0 0;
	margin: 0;
}


/*to round the box on the client's list page*/
/* set millions of background images */
.rbroundbox { background: url(../images/round/nt.gif) repeat; }
.rbtop div { background: url(../images/round/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/round/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/round/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/round/br.gif) no-repeat bottom right; }

.rbroundbox_faq{ background: url(../images/round/nt_faq.gif) repeat; }
.rbtop_faq div { background: url(../images/round/tl_faq.gif) no-repeat top left; }
.rbtop_faq { background: url(../images/round/tr_faq.gif) no-repeat top right; }
.rbbot_faq div { background: url(../images/round/bl_faq.gif) no-repeat bottom left; }
.rbbot_faq { background: url(../images/round/br_faq.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop_faq div, .rbtop_faq, .rbbot_faq div, .rbbot_faq {
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; background: #fff; }
.rbroundbox { width: 342px; margin: 1em auto; float: left;}
/*end of rounded box code*/

#Flash {
  text-align: left;
  border: 1px solid #ccc;
  font-size: 12px;
  margin: 0 7px 12px 0;
  padding: 5px 5px 5px 30px;
}

div#Flash.good {
  border-color: #9c9;
  color: #060;
  background:  #E2F9E3 left no-repeat;
}

.bad {
  border-color: #c99;
  color: #fff;
  background:  #c00 left no-repeat;
}