html, body {
	margin:0;
	padding:0;
	height:100%;
	background:url(/images/naia-background.jpg) repeat-x #5C3B1C;
}
#container {
	min-height:100%;
	position:relative;
}
#wrapper {
	min-height:100%;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:1002px;
}
#header {
	width:980px;
	height:105px;
	padding-top:10px;
	position: relative;
	z-index:100;
}
#top-header {
	float:right;
	width:440px;
	text-align:right;
}
#logo-header {
	width:980px;
	height:80px;
	background-color:#FFF;
	margin: 30 auto 0 auto;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
}
#logo-header img {
	margin-left:20px;
	margin-top:10px;
}
#system-nav {
	width:400px;
	height:15px;
	font: 12px Arial, Helvetica, sans-serif;
	float:right;
	color:#999;
	text-align:right;
	margin-right:20px;
	margin-top:12px;
}
#system-nav a {
	text-decoration:none;
	color:#999999;
}
#system-nav a:hover {
	text-decoration:underline;
}
/* MAIN NAVIGATION */
#menu-box {
	width:675px;
	height:26px;
	background:url(/images/menu-bg.png) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-size:14px;
	float:right;
	color:#fff;
	font-weight:bold;
	margin-top:5px;
	padding-left:15px;
	padding-top:20px;
	position:relative;
	right:-15px;
	z-index:400;
}
#home-featured {
	width:980px;
	height:460px;
	background-color:#FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
}
#home-title {
	width:956px;
	height:29px;
	background:url(/images/menu-bg2.png) no-repeat;
	margin-left:-11px;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	padding-left:25px;
	padding-top:15px;
	letter-spacing:-1px;
}
/* HOMEPAGE CALL TO ACTIONS */
#ctas {
	width:220px;
	height:56px;
	background:url(../images/cta-bg.jpg) repeat-x #D9E8EA;
	border:#CCE0E3 solid 1px;
	margin:5px 0 0 10px;
	padding: 5px 10px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	float:left;
	font-size:10px;
	font-weight:100;
	line-height:12px;
}
#ctas h4 {
	font-size:13px;
	font-weight:bold;
	line-height:12px;
	margin-top:5px;
	margin-bottom:2px;
}
#ctas h4 a {
	text-decoration:none;
}
#ctas h4 a:hover {
	color:#F90;
	text-decoration:underline;
}
#ctas img {
	padding: 0px 9px 0px 5px;
}
/* PAGES SECTION SECTION */
#page-featured-cta {
	width:980px;
	height:210px;
	background-color:#FFF;
	padding: 0px auto 0px auto;
}
#cta-wrapper {
	width:980px;
	height:80px;
	background-color:#FFF;
	padding: 0px auto 0px auto;
}
#ctas-top-right {
	height:56px;
	width:294px;
	background:url(../images/cta-bg.jpg) repeat-x #D9E8EA;
	border:#CCE0E3 solid 1px;
	margin-top:1px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	padding-left:0px;
	padding-top:5px;
	font-size:10px;
	font-weight:100;
	line-height:12px;
	float:left;
}
#ctas-top-right h4 {
	font-size:13px;
	font-weight:bold;
	line-height:12px;
	margin-top:5px;
	margin-bottom:2px;
}
#ctas-top-right h4 a {
	text-decoration:none;
}
#ctas-top-right h4 a:hover {
	color:#F90;
	text-decoration:underline;
}
#ctas-top-right img {
	padding:0px 9px 0px 5px;
}
#side-bar-top-right {
	float:right;
	width:294px;
	margin-right:10px;
	margin-top:5px;
}
#page-banner {
	float:left;
	width:654px;
	margin-left:10px;
	margin-top:6px;
}
/* FEATURED ARTICLES & VIDEO SECTION */

#main-content-section {
	width:980px;
	padding-top:10px;
	margin-top:20px;
}
#featured-articles {
	width:620px;
	height:275px;
	background-color:#EDEDED;
	margin:0 auto 0 auto;
	float:left;
}
#featured-articles-title {
	width:616px;
	height:41px;
	background:url(/images/featured-articles-bg.png) no-repeat;
	margin-top:0px;
	margin-left:-10px;
	padding-left:25px;
	padding-top:6px;
	font-size:18px;
	letter-spacing:-1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
}
#featured-articles-block {
	width:595px;
	height:205px;
	background-color:#FFF;
	border:solid 1px #DFDFDF;
	margin-left:10px;
}
#featured-articles-block ul {
	margin-left:-20px;
	margin-top:8px;
}
#featured-articles-block li {
	list-style-type: none;
	background:left url('../images/green_bullet.jpg') no-repeat;
	padding:2px 40px 10px 40px;
	border-bottom:1px solid #EBEBEB;
}
#featured-articles-block h5 {
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:2px;
	color:#666666;
}
#featured-articles-block h5 a {
	text-decoration: underline;
}
#featured-articles-block h5 a:hover {
	color: #F60;
	text-decoration: underline;
}
#featured-articles-block p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#666666;
}
#featured-video {
	width:325px;
	height:275px;
	background-color:#EDEDED;
	margin:0 auto 0 auto;
	float:right;
}
#featured-video1 {
	width:299px;
	height:275px;
	background-color:#EDEDED;
	margin:0 auto 0 auto;
	float:left;
}
#featured-video2 {
	width:299px;
	height:275px;
	background-color:#EDEDED;
	margin:0 0 0 42px;
	float:left;
}
#featured-video3 {
	width:299px;
	height:275px;
	background-color:#EDEDED;
	margin:0 auto 0 auto;
	float:right;
}
#featured-video-title {
	width:321px;
	height:40px;
	background:url(/images/featured-video-bg.png) no-repeat;
	margin-top:0px;
	margin-left:-10px;
	padding-left:25px;
	padding-top:6px;
	font-size:18px;
	letter-spacing:-1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
}
#featured-video-title1 {
	width:321px;
	height:40px;
	background:url(/images/featured-video-bg1.png) no-repeat;
	margin-top:0px;
	margin-left:-10px;
	padding-left:-60px;
	padding-top:6px;
	font-size:18px;
	letter-spacing:-1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
}
#featured-video-title2 {
	width:321px;
	height:40px;
	background:url(/images/featured-video-bg2.png) no-repeat;
	margin-top:0px;
	margin-left:-60px;
	padding-left:0px;
	padding-top:6px;
	font-size:18px;
	letter-spacing:-1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
}
#featured-video-title3 {
	width:321px;
	height:40px;
	background:url(/images/featured-video-bg3.png) no-repeat;
	margin-top:0px;
	margin-left:-60px;
	padding-left:0px;
	padding-top:6px;
	font-size:18px;
	letter-spacing:-1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
}
/* WHAT WE DO SECTION */
#what-we-do {
	width:980px;
	background-color:#EDEDED;
	margin:20px auto 20px auto;
	padding-bottom:15px;
}
#what-we-do-title {
	width:976px;
	height:38px;
	background:url(/images/what-we-do-bg.png) no-repeat;
	margin-top:0px;
	margin-left:-10px;
	padding-left:25px;
	padding-top:7px;
	font-size:18px;
	letter-spacing:-1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
}
#our-mission-block {
	width:290px;
	height:274px;
	background-color:#FFF;
	border:solid 1px #DFDFDF;
	margin-left:12px;
	margin-top:5px;
	padding:0px 10px 0px 10px;
	float:left;
	position:relative;
}
#our-mission-block h5 {
	font-size:18px;
	color:#4980AB;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:5px;
	border-bottom:solid 3px #4980AB;
	line-height:18px;
	margin-top:15px;
	margin-bottom:10px;
}
#our-mission-block p {
	font-size:12px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:-25px;
	line-height:16px;
	margin-top:5px;
}
/* HOMEPAGE CALENDAR */
#naia-calendar-block {
	width:290px;
	height:274px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	border:solid 1px #DFDFDF;
	margin-left:12px;
	margin-top:5px;
	padding:0px 5px 0px 10px;
	float:left;
	position:relative;
}
#naia-calendar-block h5 {
	font-size:18px;
	color:#4980AB;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:solid 3px #4980AB;
	line-height:18px;
	margin:15px 0px 10px 0px;
}
#naia-calendar-block ul {
	margin-left:-60px;
	margin-top:8px;
}
#naia-calendar-block li {
	list-style-type: none;
	background-position: left;
	padding:2px 20px 10px 20px;
	border-bottom:1px solid #EBEBEB;
}
#naia-calendar-block h6 {
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 2px 0px;
	color:#666666;
}
#naia-calendar-block h6 a {
	text-decoration: underline;
}
#naia-calendar-block h6 a:hover {
	color: #F60;
	text-decoration: underline;
}
#naia-calendar-block p {
	font-size:12px;
	line-height:16px;
	margin:0px;
	padding:0px;
	color:#666;
}
#naia-blog-block {
	width:290px;
	height:274px;
	background-color:#FFF;
	border:solid 1px #DFDFDF;
	margin-left:12px;
	margin-top:5px;
	padding:0px 10px 0px 10px;
	float:left;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}
#naia-blog-block h5 {
	font-size:18px;
	color:#4980AB;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:solid 3px #4980AB;
	line-height:18px;
	margin:15px 0 10px 0px;
}
#naia-blog-block ul {
	margin-left:-40px;
	margin-top:8px;
}
#naia-blog-block li {
	list-style-type: none;
	background: url('../images/blog-icon.jpg') no-repeat top left;
	padding:0px 10px 15px 20px;
	border-bottom:1px solid #EBEBEB;
}
#naia-blog-block h6 {
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	margin:0px 0 0px 0px;
	padding:0px 0px 2px 0px;
	color:#666;
}
#naia-blog-block h6 a {
	text-decoration: underline;
}
#naia-blog-block h6 a:hover {
	color: #F60;
	text-decoration: underline;
}
#naia-blog-block p {
	font-size:12px;
	line-height:16px;
	margin:0px;
	padding:0px;
	color:#666;
}
.calendar-box {
	float:left;
	width:27px;
	height:30px;
	background: url(../images/calender.jpg) no-repeat;
	margin-right:9px;
	font-size:12px;
	line-height:15px;
	padding:13px 0 0 13px;
	position:relative;
}
/* HOMEPAGE FACEBOOK BLOCK */
#facebook-block {
	width:608px;
	height:222px;
	background-color:#FFF;
	border:solid 1px #DFDFDF;
	margin-left:12px;
	margin-top:10px;
	padding:0px 10px 0px 10px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
#facebook-block h5 {
	font-size:18px;
	color:#4980AB;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:solid 3px #4980AB;
	line-height:18px;
	margin:15px 0px 10px 0px;
}
/* HOMEPAGE TWITTER BLOCK */
#twitter-block {
	width:290px;
	height:222px;
	background-color:#FFF;
	border:solid 1px #DFDFDF;
	margin-left:13px;
	margin-top:10px;
	padding:0px 10px 0px 10px;
	float:left;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}
#twitter-block h5 {
	font-size:18px;
	color:#4980AB;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:solid 3px #4980AB;
	line-height:18px;
	margin:15px 0px 10px 0px;
}
#twitter-block ul {
	margin-left:-35px;
	margin-top:8px;
	list-style-type: none;
}
#twitter-block li {
	padding:2px 10px 10px 0px;
	border-bottom:1px solid #EBEBEB;
}
#twitter-block p {
	font-size:12px;
	line-height:16px;
	margin:0px;
	padding:0px;
	color:#666;
}
.clearfooter {
	height: 244px;
	clear: both;
}
/* FOOTER SECTION */

#footer {
	float:left;
	width:100%;
	height:auto;
	background:url(../images/footer-bg.jpg) #630;
}
#footer-nav {
	width:980px;
	height:200px;
	margin:0px auto 0px auto;
}
#NAIA-footer-title {
	color:#D58000;
	font-size:16px;
}
#footer-credits {
	width:100%;
	height:42px;
	float:left;
	background-color:#000;
	margin:0px auto 0px auto;
}
.footer-credits {
	margin:auto;
	width:980px;
	height:43px;
}
.footer-logo {
	float:left;
	width:145px;
	height:43px;
}
.footer-copywright {
	float:left;
	width:450px;
	padding-left:30px;
	height:43px;
	line-height:43px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#807059;
}
.footer-last {
	float:right;
	width:280px;
	height:43px;
	line-height:43px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#807059;
	padding-left:75px;
}
.footer-last a {
	color:#FFFFFF;
	font-weight:bold;
}
.footer-last a:hover {
	text-decoration:none;
}
.footerbox1 {
	float:left;
	width:230px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	line-height:18px;
}
.footerbox2 {
	float:left;
	width:120px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	padding-left:10px;
	line-height:18px;
}
.footerbox3 {
	float:left;
	width:160px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	line-height:18px;
	padding-left:10px;
}
.footerbox4 {
	float:left;
	width:220px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	line-height:18px;
	padding-left:10px;
}
.footerbox5 {
	float:left;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	line-height:18px;
	padding-left:10px;
}
.txt {
	text-decoration:none;
	color:#FFFFFF;
}
.txt:hover {
	text-decoration:underline;
}
.txt_parent {
	text-decoration:none;
	color:#D58000;
	font-size:16px;
}
.txt_parent:hover {
	text-decoration:underline;
}

/* SMALL GRAY LINK BOXES */
.grey-block-link {
	height:20px;
	background-color:#BBB;
	padding:3px 10px 0px 10px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	float:right;
	position:absolute;
	bottom: 0;
	right: 0;
	text-decoration:none;
}
.grey-block-link a {
	text-decoration:none;
	color:#FFF;
}
.grey-block-link a:hover {
	text-decoration:underline;
}
/* -------SINGLE PAGES-------*/
#gray-wrapper {
	width:980px;
	height:auto;
	background-color:#EDEDED;
	margin-bottom:20px;
	padding:10px 0px 20px 0px;
}
#page-naia-title {
	width:649px;
	height:32px;
	background:url(/images/about-naia.png) no-repeat;
	margin:-10px 0 0 -10px;
	padding:20px 0 0 25px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	text-transform:capitalize;
}
#article-naia-title {
	width:989px;
	height:32px;
	background:url(../images/article-title.png) no-repeat;
	margin:0px 0 0 -10px;
	padding:20px 0 0 25px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	text-transform:capitalize;
}
.page-sidebar-bg {
	float:right;
	background:url(../images/rgt-nav-bg.png) no-repeat;
	width:289px;
	height:10px;
	margin:-10px -10px 0 0;
}
.page-sidebar-nav {
	float:right;
	background-color:#FFF;
	width:315px;
	background-color:#4980AB;
	margin:0 -10px 10px 0;
}
.white-wrapper {
	float:left;
	width:665px;
	height:auto;
}
.page-sidebar {
	float:right;
	width:300px;
	height:auto;
}
.navi {
	float:left;
	width:300px;
	height:auto;
}
.navi ul {
	margin-left:-20px;
}
.navi ul li {
	background:url("../images/partition.png") no-repeat scroll 10px 24px transparent; /*defines the position of underlining background of text*/
	list-style:none;
	padding:0 0 10px 0;
	width:300px;
}
.navi ul li a {
	background:url("../images/pointer.png") no-repeat scroll 0 1px transparent; /*defines the position of pointer*/
	color:#FFFFFF;
	height:30px;
	text-decoration:none;
	font-size:14px;
	padding-left:20px;
 margin:-left:0px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.navi ul li a:hover {
	color:#88AFCE;
}

.navi li.current a{
	color:#FC0;
	text-decoration:underline;
	
	
	}

#sidebar-articles-block {
	width:274px;
	background-color:#FFF;
	border:solid 1px #DFDFDF;
	padding:0 10px 15px 10px;
	margin:0 0 0 -5px;
	float:left;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}
#sidebar-articles-block h5 {
	font-size:18px;
	color:#4980AB;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:solid 3px #4980AB;
	line-height:18px;
	margin:15px 0px 10px 0px;
}
#sidebar-articles-block ul {
	margin:0px;
	padding-left:0px;
}
#sidebar-articles-block ul li {
	list-style:none;
	border-bottom:1px solid #EBEBEB;
	margin-bottom:10px;
}
#sidebar-articles-block ul li a {
	background:url(../images/article-bullet.jpg) no-repeat;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:20px;
	line-height:20px;
	text-decoration:none;
}
#sidebar-articles-block ul li a:hover {
	color: #F60;
}




#newsidebar-articles-block {
	width:274px;
	background-color:#FFF;
	border:solid 1px #DFDFDF;
	padding:0 10px 15px 10px;
	margin:0 0 0 -5px;
	float:left;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}
#newsidebar-articles-block h5 {
	font-size:18px;
	color:#4980AB;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:solid 3px #4980AB;
	line-height:18px;
	margin:15px 0px 10px 0px;
}
#newsidebar-articles-block ul {
	margin:0px;
	padding-left:0px;
}
#newsidebar-articles-block ul li {
	list-style:none;
	border-bottom:1px solid #EBEBEB;
	margin-bottom:10px;
	
}
#newsidebar-articles-block ul li a {
	color:#487EAA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-left:0px;
	line-height:20px;
	text-decoration:none;
	
}
#newsidebar-articles-block ul li a:hover {
	color: #F60;
}





#sidebar-blog-block {
	width:275px;
	height:274px;
	background-color:#FFF;
	border:solid 1px #DFDFDF;
	margin-left:-5px;
	margin-top:10px;
	padding:0px 10px 0px 10px;
	float:left;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}
#sidebar-blog-block h5 {
	font-size:18px;
	color:#4980AB;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:solid 3px #4980AB;
	line-height:18px;
	margin:15px 0 10px 0px;
}
#sidebar-blog-block ul {
	margin-left:-40px;
	margin-top:8px;
}
#sidebar-blog-block li {
	list-style-type: none;
	background: url('../images/blog-icon.jpg') no-repeat top left;
	padding:0px 10px 15px 20px;
	border-bottom:1px solid #EBEBEB;
}
#sidebar-blog-block h6 {
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	margin:0px 0 0px 0px;
	padding:0px 0px 2px 0px;
	color:#666;
}
#sidebar-blog-block h6 a {
	text-decoration: underline;
}
#sidebar-blog-block h6 a:hover {
	color: #F60;
	text-decoration: underline;
}
#sidebar-blog-block p {
	font-size:12px;
	line-height:16px;
	margin:0px;
	padding:0px;
	color:#666;
}
.breadcrumb {
	float:left;
	width:620px;
	height:26px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:26px;
	padding-left:18px;
}
.breadcrumb a{
color: #F60;
	

}
.page-content-area {
	float:left;
	margin-left:10px;
	background-color:#FFF;
	width:610px;
	padding-bottom:30px;
	border:1px solid #E1E1E1;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:18px;
	padding:10px 20px 0 20px;
}
.page-content-area ul {

}
.page-content-area ul li {
	padding:0 20px 0 0;
	line-height:20px;
	list-style-type: square;
}
.page-content-area ul li a {
	color:#7da5c5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	list-style-type: square;
}
.page-content-area ul li a:hover {
	color: #F60;
	text-decoration:none;
}
.atxt2 {
	color:#333333;
}
.atxt2:hover {
	color: #F60;
	text-decoration:none;
}
.atxt3 {
	color:#7da5c5;
	font-weight:bold;
}
.atxt3:hover {
	color: #F60;
	text-decoration:none;
}
/* -------END SINGLE PAGES-------*/
/* -------ARTICLE PAGE-------*/

.article-page-content-area {
	float:left;
	margin-left:10px;
	background-color:#FFF;
	width:635px;
	padding-bottom:30px;
	border:1px solid #E1E1E1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	padding:10px 20px 0 20px;
}
.article-page-content-area p {
}
.article-page-content-area ul {
	list-style-type: square;
}
.article-page-content-area ul li {
	padding:0 20px 0 0;
	line-height:20px;
	list-style:square;
}
.article-page-content-area ul li a {
	color:#7da5c5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	list-style:square;
}
.page-content-area ul li a:hover {
	color: #F60;
	text-decoration:none;
}
.article-title {
	font-size:18px;
	letter-spacing:-1px;
	margin:10px 0px 0px 0px;
}
.article-subtitle {
	color:#477FAB;
	font-size:14px;
	letter-spacing:-1px;
	margin:5px 0px 10px 0px;
}
.article-details-hr {
	color: #999;
	background-color: #fff;
	border: 1px dotted #999;
	border-style: none none dotted;
	margin:5px;
}
article-details-info {
	margin: 10px 0px 10px 0px;
	font-size:11px;
	line-height:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}
.about-the-author-box {
	border:1px solid #E6ECEC;
	background-color:#F1F5F5;
	color:#006699;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.about-the-author-box p{
	line-height:11px;
	margin:5px 0 3px 0;
}
.about-the-author-thumb {
	float:left;
	background-color:#FFF;
	border:1px solid #D3DEDE;
	padding:5px;
	margin-right:10px;
}
.articles-listings {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;	
	}
.articles-listings p {
	font-size:11px; 
	margin:0px;
	padding-top:0px;
	}
.articles-listings img {
	padding-right:10px; 
	padding-bottom:10px;
	
	}
.articles-listings h4 {
	font-size:14px; 
	margin:0px;	
	}
.articles-listings-entrydata{
	color:#888;
	font-size:11px;
	margin-bottom:0px;
	}
.articles-listings hr{
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #AAA; 
	border-style: none none dotted;
	}




.main-container { padding:0px 10px; }
.col-right .block-wide { width:274px; padding:0px 10px; }
.block-wide .wide-title { background:url(/images/wide-title.png) no-repeat right top; margin:0 -27px 0 0; height:42px; }
.wide-title h2 { margin:0px; padding:0px; color:#FFFFFF; font:bold 16px/48px Arial, Helvetica, sans-serif; padding:0 0 0 20px; }
.block-wide .block-content {}

table.padded-table { 
margin:5px 5px 5px 5px;
	border: 1px solid #AAA;
	}
















#featured-block1 {
	width:223px;
	height:275px;
	background-color:#EDEDED;
	margin:0 auto 0 auto;
	float:left;
}
#featured-block2 {
	width:223px;
	height:275px;
	background-color:#EDEDED;
	margin:0 0 0 28px;
	float:left;
}
#featured-block3 {
	width:223px;
	height:275px;
	background-color:#EDEDED;
	margin:0 auto 0 auto;
	float:right;
}
#featured-block4 {
	width:223px;
	height:275px;
	background-color:#EDEDED;
	margin:0 28px 0 0;
	float:right;
}




#featured-block-title1 {
	width:241px;
	height:40px;
	background:url(/images/featured-block-bg1.png) no-repeat;
	margin-top:0px;
	margin-left:-10px;
	padding-left:0px;
	padding-top:6px;
	font-size:18px;
	letter-spacing:-1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
}
#featured-block-title2 {
	width:241px;
	height:40px;
	background:url(/images/featured-block-bg2.png) no-repeat;
	margin-top:0px;
	margin-left:-10px;
	padding-left:0px;
	padding-top:6px;
	font-size:18px;
	letter-spacing:-1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
}
#featured-block-title3 {
	width:241px;
	height:40px;
	background:url(/images/featured-block-bg3.png) no-repeat;
	margin-top:0px;
	margin-left:-10px;
	padding-left:0px;
	padding-top:6px;
	font-size:18px;
	letter-spacing:-1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
}
#featured-block-title4 {
	width:241px;
	height:40px;
	background:url(/images/featured-block-bg4.png) no-repeat;
	margin-top:0px;
	margin-left:-10px;
	padding-left:0px;
	padding-top:6px;
	font-size:18px;
	letter-spacing:-1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
}