/*==	Home Page Layout	==*/
#main {
	width: 385px;
	float: left;
	padding-right: 10px;
	}

#main2 {
	width: 385px;
	float: left;
	padding-right: 10px;
	}

#extras {
	width: 260px;
	float: left;
	}



/*==	General Styles	==*/
#main .block {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	}

#main .block h2 {
	margin: 0 0 10px;
	text-indent: -999px;
	}

#main .block h3 {
	color: #223C72;
	margin-bottom: 5px;
	font: normal 11px tahoma;
	}

#main .block p { margin-bottom: 5px; }

#main .block ul {
	padding-left: 15px;
	list-style: square;
	}

#main .block ul.wlinks { color: #B00F15; }

#main .block .morelink a {
	padding-left: 10px;
	background: url("../images/img_morelink_blue.jpg") no-repeat 0 5px;
	}

#main2 .block {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	}

#main2 .block h2 {
	margin: 0 0 10px;
	text-indent: -999px;
	}

#main2 .block h3 {
	color: #223C72;
	margin-bottom: 5px;
	font: normal 11px tahoma;
	}

#main2 .block p { margin-bottom: 5px; }

#main2 .block ul {
	padding-left: 15px;
	list-style: square;
	}

#main2 .block ul.wlinks { color: #B00F15; }

#main2 .block .morelink a {
	padding-left: 10px;
	background: url("../images/img_morelink_blue.jpg") no-repeat 0 5px;
	}



/*==	Welcome Area	==*/
#welcome h2 {
	width: 233px;
	height: 30px;
	background: url("../images/hdr_welcome.jpg") no-repeat;
	}

#welcome img {
	float: left;
	margin-right: 10px;
	}



/*==	What We Do	==*/
#whatwedo h2 {
	width: 130px;
	height: 30px;
	background: url("../images/hdr_whatwedo.jpg") no-repeat;
	}

#main #whatwedo h3 { color: #F7941D; }



/*==	Testimonials	==*/
#testimonials h2 {
	width: 99px;
	height: 16px;
	background: url("../images/hdr_testimonials.jpg") no-repeat;
	}



/*==	News	==*/
#news {
	width: 260px;
	background: url("../images/bg_news_border_side.jpg") repeat-y;
	}

#news #ncontent {
	padding: 20px;
	background: url("../images/bg_news_border_top.jpg") no-repeat;
	}

#news #ncontent h2 {
	width: 107px;
	height: 28px;
	margin: 0 auto;
	background: url("../images/hdr_news.jpg") no-repeat;
	text-indent: -999px;
	}

#news #ncontent ul {
	width: 100%;
	margin: 15px 0 0;
	list-style: none;
	}

#news #ncontent ul li { margin-bottom: 10px; }

#news #ncontent ul li .ndate {
	width: 100%;
	height: 9px;
	background: url("../images/bg_news_date.jpg") no-repeat;
	border-top: 1px solid #FFF;
	font-size: 9px;
	color: #858FAB;
	text-indent: 8px;
	line-height: 8px;
	}

#news #ncontent ul li p {
	padding: 10px 3px;
	color: #666;
	}

#news #ncontent ul li .nlink {
	width: 100%;
	text-align: right;
	}

#news #ncontent ul li .nlink a {
	padding-left: 10px;
	background: url("../images/img_morelink_white.jpg") no-repeat 0 5px;
	}

#news #nfooter {
	width: 100%;
	height: 10px;
	background: url("../images/bg_news_border_bottom.jpg") no-repeat;
	overflow: hidden;
	}



/*==	Partners	==*/
#partners {
	width: 100%;
	margin: 20px 0 0;
	}

#partners h2 {
	width: 103px;
	height: 15px;
	margin: 0 auto;
	background: url("../images/hdr_partners.jpg") no-repeat;
	text-indent: -999px;
	}

#partners #plinks {
	margin: 10px 0;
	text-align: center;
	}

#partners #plinks img { margin: 0 10px; }