@charset "UTF-8";
/* CSS Document */
html {
	height:100%;
}

body {
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
}
#site-wrapper{
	width:960px;
	margin:auto;
    padding-bottom:1px;
}
.site-top{
	width:960px;
	height:105px;
	margin-bottom:23px;
}
.logo-container{
	width:251px;
	float:left;
	padding-top:10px;
}
.banner-container{
	width:709px;
	float:right;
	text-align:center;
	padding-top:30px;
}
.banner-container img{
    border:none;
}
.main-frame{
	width:778px;
	float:left;
    padding-bottom:5px;
}
.advertising{
	width:180px;
	float:right;
	text-align:center;
}
.advertising img{
	border:none;
}
#searchbar{
	width:778px;
	height:39px;
}
.search-box{
	height:39px;
	width:330px;
	display: inline;
	margin:5px 10px 9px 10px;
	float:left;
}

.search_btn, .a_btn {
   font-size:12px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   color:#FFFFFF;
   background-color:#ebebeb;
   border:none;
   height:22px;
   width:76px;
   background-image:url(../images/search.gif);
   background-repeat:repeat-x;
}
.search-form-container{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.search-form{
	float:left;
	width:350px;
	padding-top:10px;
}
.search-col-left{
	float:left;
	margin-right:10px;
}
.search-col-middle{
	float:left;
	margin-right:10px;
}
.search-col-right{
	float:left;
}
.community-button{
	float:right;
	padding-top:2px;
}
.community-button img{
	border:0;
}
.images-left{
	float:left;
}
.images-right{
	float:right;
}

.border-bottom {
	background-image:url(../images/dash-hoiz.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	
}


/* PRIMARY NAVIGATION */
.nav{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;	
}
#primary-navigation{
	width:100%;
	margin-bottom:0;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
}
#primary-navigation a {
	display:block;
	background-repeat:no-repeat;
	color:#333333;
	float:left;
	text-decoration:none;
	padding-top:6px;
	text-align:center;
	padding:10px;
    padding-right:11px;
	background-image:url(../images/nav-vertical-dashes.gif);
	background-position:100% 0;
	background-repeat:repeat-y;
}
#primary-navigation a:hover {
	color:#ffffff;
	background-color:#00467d;
}


#primary-navigation a.last {
	background-image:none;
}

#primary-controls {
	width:100%;
	height:45px;
	overflow:hidden;
	background-image:url(../images/nav-bar-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ebebeb;
}

#community-bar {
	float:left;
	margin-left:10px;
	display: inline;
	width:250px;
}

html>body #community-bar {
	margin-left:20px; /* ie6 fix */
}

#community-bar a {
	display:block-inline;
	background-repeat:no-repeat;
	color:#333333;
	float:left;
	text-decoration:none;
	text-align:center;
	padding:0;
	text-indent:-99999px;
	width:73px;
	height:20px;
	margin-right:10px;
	margin-top:1px;
}


#community-bar a.facebook {
	background-image:url(../images/facebook-nav.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

#community-bar a.twitter {
	background-image:url(../images/twitter-nav.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}


#community-bar a.community {
	background-image:url(../images/community-nav.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}



#login-bar {
	float:right;
	margin-top:5px;
	display: inline;
}


#login-bar a {
	font-size:14px;
	display:inline-block;
	background-repeat:no-repeat;
	color:#333333;
	float:right;
	text-decoration:none;
	padding:6px 0 0 0;
	margin:0;
	text-align:center;
	padding:10px;
	background-image:url(../images/nav-vertical-dashes.gif);
	background-position:100% 0;
	background-repeat:repeat-y;
}
#login-bar a:hover {
	color:#ffffff;
	background-color:#00467d;
}


#login-bar a.signup {
	background-image:none;
	font-weight:bold;
}


/****
	*	REmove the below at some point after page gone live
	*
	****/
#login-rss{
	float:right;
	font-size:11px;
	font-weight:bold;
	width:146px;
}
#login-rss .left-col{
		width:72px;
		float:left;
		margin-left:5px;
}
#login-rss .right-col{
		width:63px;
		float:right;
}
#login-rss .left-col a{
	background-image:url(/static/images/base/nav/login_off.gif);
	width:56px;
	height:32px;
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;	
	text-decoration:none;
	color:#333333;
	padding-top:6px;
	padding-left:16px;
}
#login-rss .left-col a:hover{
	background-image:url(/static/images/base/nav/login_on.gif);
	color:#ffffff;
}
.rss_btn{
	border:none;
	float:right;
}
/****
	*	REmove the above some point after page gone live
	*
	****/
	

.nav #login-signup{
	width:147px;
	float:right;
	font-weight:bold;
	margin-top: 1px;
}
.nav #login-signup a {
	height:30px;
	display:block;
	float:left;
	color:#333333;
	text-decoration:none;
	padding-top:6px;
	text-align:center;
	background-repeat: no-repeat;
}
.nav #login-signup a:hover {
	color:#ffffff;
}
.nav #login-signup a.linklogin {
	width:68px;
	background-image:url(../images/base/navigation/button_left_off.gif);
}
.nav #login-signup a.linklogin:hover{
	background-image:url(../images/base/navigation/button_left_on.gif);
}
.nav #login-signup a.linksignup {
	width:68px;
	background-image:url(../images/base/navigation/button_right_off.gif);
	padding-right:7px;
}
.nav #login-signup a.linksignup:hover{
	background-image:url(../images/base/navigation/button_right_on.gif);
}
/*#login-signup a.rss {
	float:right;
	border:0;
	margin-right:5px;
	padding-top: 2px;
}
*//* FOOTER */

#footer{
	font-family:Verdana, Geneva, sans-serif;
	color:#ad0536;
	font-size:11px;
	width:778px;
	margin:0 0 20px 0;
    clear:both;
    position:relative;
    
}
#footer a{
	font-family:Verdana, Geneva, sans-serif;
	color:#ad0536;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover{
	font-family:Verdana, Geneva, sans-serif;
	color:#ad0536;
	font-size:11px;
	text-decoration:underline;
	font-weight:bold;
}
.images-left{
	float:left;
}
.images-right{
	float:right;
}
#content-container{
	margin:5px 0 0 0;
	padding:5px 0 0 0;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clear-both {
	clear: both;
}

ul.errorlist li {
	color:#CC0000;
	margin:4px;
}
ul.errorlist, ul.errorlist li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

/* Quote of the Day start */
#todays-quote{
	width:780px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:1px 0;
	position:relative;
	background-image:url(../images/nav-bar-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ebebeb;
	margin:10px 0 10px 0;
}
.tq-col-left{
	position:absolute;
	top:0;
	bottom:1px;
	left:0;
	
	width:140px;
	background-image:url(../images/nav-bar-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ebebeb;

	padding-top:0;
	
}



.tq-col-left p {
	padding-top:18px;
	font-size:14px;
	color:#a91038;
		text-align:center;
}

/* ie6 fix */
html>body .tq-col-left p  {
	padding:0;
	width:140px;
	position:absolute;
	top:50%;
	left:0;
	height:14px;
	margin-top:-7px;
	display: inline-block;
	vertical-align: middle;
	font-size:14px;
	color:#a91038;
}

.tq-col-right{	
	width:620px;
	color:#003e7b;
	margin:0 0 0 140px;
	padding:10px;
	background-color:#fff;
}
/* Quote of the Day end */


.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clearBoth {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
	overflow:hidden;
}

#footer-contents {
	background-image:url(../images/dash-hoiz.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:1px 0;
}

#uka {
	width:200px;
	/*
	background-image:url(../images/nav-vertical-dashes.gif);
	background-repeat:repeat-y;
	background-position:right;
	*/
	float:left;
	padding-top:10px;
}

#siteareas {
	width:380px;
	float:right;
	background-image:url(../images/nav-vertical-dashes.gif);
	background-repeat:repeat-y;
	background-position:left;
	padding-top:10px;
}


#siteareas ul {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0 0 20px 5px;
	font-size:12px;
	color:#666666;
	font-weight:normal;
}

#siteareas ul.first {
	padding:0 0 0 10px;
}
	
#siteareas ul li {
	display:block;
	width:120px;
}


#siteareas ul li a {
	color:#666666;
	font-weight:normal;
}
#siteareas ul li a:hover {
	font-weight:normal;
}


#site-details {
	width:190px;
	float:left;
	background-image:url(../images/nav-vertical-dashes.gif);
	background-repeat:repeat-y;
	background-position:left;
	padding-top:10px;
}


#site-details ul {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0 0 20px 5px;
	font-size:12px;
	color:#666666;
	font-weight:normal;
}

#site-details ul.first {
	padding:0 0 0 10px;
}
	
#site-details ul li {
	display:block;
	width:80px;
}


#site-details ul li a {
	color:#666666;
	font-weight:normal;
}
#site-details ul li a:hover {
	font-weight:normal;
}

#rss {
	float:right;
	margin-top:5px;

}

#rss img {
	border:none;
}

#rss a, #rss a:hover {
	margin:0;
	padding:0;
	background-color:#fff;
}

.block-full {
	padding-bottom:1px;
	background-image:url(../images/dash-hoiz.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}


.block-two-thirds {
	width:480px;
}

.block-one-third {
	width:290px;
}

.block-wide {
	width:525px;
}

.block-narrow {
	margin:20px 0;
	width:220px;
}


.block-semi-full {
	width:760px;
	margin:0 auto;
}

.block-narrow img {
	padding: 0;
	margin:10px 0 0 0;
}

.article-block {
	width:460px;
}

.article-sub-block {
	width:300px;
}

.video-listing-block {
	width:530px;
}

.video-listing-sub-block {
	width:240px;
}

.article-listing-block {
	width:530px;
}

.article-listing-sub-block {
	width:240px;
}

.landing-wide-block {
	width:615px;
}

.full-width-container {
	width:100%;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	margin:0;
	padding:10px 0 18px 10px;
	color:#333;
}

h2 {
	color:#00467d;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0 0 18px 10px;
}

p {
	color:#333;
	text-align:justify;
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0 0 10px 10px;
}

a {
	color:#00467d;
	text-decoration:underline;
}

a:hover {
	color:#00467d;
	text-decoration:none;
}


#news-front-header {
	width:290px;
	height:41px;
	margin:0 0 7px 0;
	padding:0;
	background-image:url(../images/nav-bar-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ebebeb;
}

#news-front-header h2 {
	margin:0;
	padding:10px;
	float:left;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	color:#a91038;
}

#news-front-header a.more {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:10px;
	font-size:11px;
	font-weight:normal;
	color:#888;
	float:right;
}


#newsFeed {
	list-style-type:none;
	margin:0;
	padding:0;
}
#newsFeed a {
	display:block;
	width:290px;
	margin:3px 0 3px 0px;
	padding:0;
	min-height:40px;
 	height:auto !important;
  	height:40px;
	font-size:11px;
	color:#2b2727;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
}


#newsFeed a:hover {
	text-decoration:underline;
}

#newsFeed li {
	position:relative;
}


#newsFeed li img {
	background-color:#fff;
	padding:1px;
	border:1px solid #bbb;
	/*position:absolute;
	left:10px;*/
	float:left;
	margin:0 10px;
}
#newsFeed li a p{
	font-size:11px;
	display:inline;
	padding:0;
}

ul#sections {
	font-family:Verdana, Geneva, sans-serif;
	list-style-type:none;
	margin:0;
	padding:0;
	
	float:left;
}

ul#sections li {
	margin:0;
	padding:0;
}

ul#sections li a {
	display:block;
	padding:11px 10px 10px 10px;
	font-size:12px;
	line-height:12px;
	width:150px;
	color:#333;
	text-decoration:none;
	background-color:#fff;
	
}

ul#sections li a:hover {
	background-color:#ebebeb;
	color:#036;
	font-weight:bold;
	background-image:url(../images/section-menu-bg.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

ul#sections li.last a:hover {
	
	background-image:url(../images/section-menu-bg-last.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}


#main-panel {
	float:left;
	width:302px;
	height:278px;
	border:0;
	line-height:0;
	border-left:3px solid #aa1636;
	border-right:3px solid #aa1636;
	position:relative;
}

#main-panel img {
	line-height:0;
}

.bg {
	width:302px;
	height:190px;
	background:transparent url(../images/red-trans.png);
	background-repeat:repeat;
	position:absolute;
	top:0;
	left:0;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}
.full-width-container p {
	margin:0;
	padding:0 10px 10px 10px;
}

.bg p {
	margin:0;
	line-height:18px;
	padding:10px 10px 0 10px;
	text-align:left;
	color:#fff;
}

.bg .highlight {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:32px;
	line-height:36px;
	color:#fff;
	text-align:left;
}

.bg .highlight-italic {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-style:italic;
	font-size:32px;
	line-height:36px;
	color:#fff;
}

.wide-panel {
	border:2px #e1e1e1 solid;
	margin:20px 0;
}

.little-info-panel {
	width:275px;
	position:relative;
	line-height:0;
}

.wide-panel .info-panel-box p {
	margin:0;
	padding:10px 10px 0 10px;
}

.wide-panel .info-panel-box .highlight {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:32px;
	line-height:36px;
	color:#fff;
}

.little-info-detail {
	width:275px;
	height:80px;
	background:transparent url(../images/blue-trans.png);
	background-repeat:repeat;
	position:absolute;
	bottom:0;
	left:0;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
	padding:0;
	line-height:14px;
}

.little-info-detail h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding:5px 10px;
	margin:0;
}

.little-info-detail p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	padding:0 10px;
	margin:0;
	color:#fff;
	line-height:13px;
}


div.little-run-heading {
	color:#aa1636;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:3px 10px;
}

ul.little-news {
	list-style-type:none;
	margin:0;
	padding:0;
	float:right;
	width:240px;
}
ul.little-news  a {
	display:block;
	width:220px;
	margin:0 10px;
	min-height:35px;
 	 height:auto !important;
  	height:35px;
	font-size:11px;
	color:#2b2727;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	line-height:14px;
}

ul.little-news  a:hover {
	text-decoration:underline;
}

ul.little-news  li {
	
}

.pagination {
	float:right;
}
.pagination span, .pagination a {
display:block;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
margin-bottom:5px;
margin-right:5px;
padding:0.3em 0.5em;

}

.pagination span {
	border:1px solid #999999;
}

.pagination a {
	border:1px solid #b4c4e5;
	background-color:#fff;
	color:#707070;
}

.pagination .current {
	background-color:#dee5f5;
}



#notepad-post textarea {
	height:100px;
	width:460px;
}

#notepad-post h2 {
	padding:15px 0 10px 0;
}


#articles-list-header {
	width:290px;
	height:41px;
	margin:10px 0 7px 0;
	padding:0;
	background-image:url(../images/nav-bar-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ebebeb;
}

#articles-list-header h2 {
	margin:0;
	padding:12px 10px 10px 10px;
	float:left;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	color:#a91038;
}

#articles-list-header a.more {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:10px;
	font-size:11px;
	font-weight:normal;
	color:#888;
	float:right;
}


#articlesFeed {
	list-style-type:none;
	margin:0;
	padding:0;
}
#articlesFeed a {
	display:block;
	width:290px;
	margin:3px 0 15px 0px;
	padding:0;
	min-height:55px;
 	height:auto !important;
  	height:55px;
	font-size:11px;
	color:#2b2727;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	background-image:url(../images/dash-hoiz.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
#articlesFeed a .article-title {
	text-decoration:underline;
}

#articlesFeed a:hover {
	text-decoration:underline;
}

#articlesFeed li {
	position:relative;
}


#articlesFeed li img {
	background-color:#fff;
	padding:1px;
	border:none;
	/*position:absolute;
	left:10px;*/
	float:left;
	margin:0 10px;
}

#join-community {
	float:right;
}
#join-community img {
	border:none;
}

.render_comments {

	background-image:url(../images/dash-hoiz.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-size:11px;
	padding:10px;

}

.back-continue {
	background-image:url(../images/dash-hoiz.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-bottom:10px;
	padding-bottom:30px;
	text-align:right;
}

.back-continue.video-listing {
	background-image:none;
	padding-top:10px;
}

.search-pages {
	margin:5px auto 0 auto;
	padding:0;
}

.search-pages .pagination {
	float:none;
	margin:0 auto;
	text-align:center;
}

.article-block .rate-and-share-container {
float:left;
margin:auto;
width:452px;
}

.article-block .rate-and-share-container .pages {
border-top:1px solid #CCCCCE;
margin-bottom:20px;
padding-top:10px;
width:452px;
}


.article-block .rate-and-share-container a {
color:#737477;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
padding:0 5px;
text-decoration:none;
}
.article-block .rate-and-share-container a:hover {
}
.article-block .rate-and-share-container .selected {
color:#00A049;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
text-decoration:underline;
}
.article-block .rate-article {
color:#737477;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
margin-top:10px;
text-align:left;
}
.article-block div.rate {
float:left;
text-align:left;
}
.article-block .rate-article a {
color:#737477;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
padding:0 5px 0 0;
text-decoration:none;
}
.article-block .rate-article a:hover {
}
.article-block .rate-article .rating-form {
padding-top:2px;
}
.article-block .rate-article .rate {
float:left;
height:23px;
padding-bottom:20px;
width:150px;
color:#333;
font-size:12px;
}
.article-block .rate-article .print-email {
float:right;
height:37px;
text-align:right;
width:80px;
}

.comment-btn, #submit_btn {
   font-size:12px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   color:#FFFFFF;
   background-color:#ebebeb;
   border:none;
   height:22px;
   width:76px;
   background-image:url(../images/search.gif);
   background-repeat:repeat-x;
}


.print-btn {
   font-size:12px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   color:#FFFFFF;
   background-color:#ebebeb;
   border:none;
   height:22px;
   width:76px;
   background-image:url(../images/search.gif);
   background-repeat:repeat-x;
}

#bookmarks {
	text-align:center;
	margin:20px auto;
}

#bookmarks a {
	color:#737477;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	padding:0 5px 0 0;
	text-decoration:none;
}

#bookmarks ul {
	width:125px;
	float:left;
	text-align:left;
	list-style-type:none;
	margin:0;
	padding:0 0 0 10px;
}

#bookmarks ul li {
	padding:5px 0;
}

#bookmarks ul li img {
	padding:0 3px 0 0;
}

.render-comments-list {
	padding:0 0;
}

.comment {
	background-image:url(../images/dash-hoiz.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:10px 0;
}

.comment-details {
	width:100%;
	text-align:right;
}

.comment-date {
	color:#00467d;
}

.video {
	width:100%;
	text-align:center;
	background-color:#f0f0f0;
	padding:0 0 1px 0 ;
	margin:0 0 1px 0;
}


h1.video-heading {
	font-weight:normal;
	background-image:url(../images/dash-hoiz.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-bottom:1px;
	margin:0;
	padding-bottom:9px;
}

.space-bottom {
	margin-bottom:10px;
}

#bookmarks h2 {
	color:#a91038;
	font-size:12px;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	margin:0;
	padding:0 0 10px 10px;
	
}

#bookmarks.vertical {
	margin:0;
	padding:0 0 0 0;
}

.left-dash {
		background-image:url(../images/nav-vertical-dashes.gif);
	background-position:left;
	background-repeat:repeat-y;
}
	

#video-listings {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul#video-listings {
	margin:-18px 0 0 0;
}

#video-listings a {
	display:block;
	width:100%;
	margin:3px 0 3px 0px;
	padding:10px 0 0 0;
	min-height:70px;
 	height:auto !important;
  	height:70px;
	font-size:11px;
	color:#2b2727;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	background-image:url(../images/dash-hoiz.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
#video-box{
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	text-align:center;
	background-color:#e3e3e3;
}
#video-text{
	margin-top:20px;
	padding:5px;
	width:540px;
	display:inline-block;
	float:left;
}
#video-share{
	border-left:1px dotted #ccc;
	width:210px;
	display:inline-block;
	padding:5px;
	color:#a91038;
	margin-top:10px;
}
#video-share-title{
	font-size:12px;
	font-weight:bold;
}
#video-share span{
	width:100px;
	font-size:11px;
	display: inline-block;
}

#video-listings a:hover {
	text-decoration:none;
}

#video-listings li {
	position:relative;
}

#video-listings .image-container {
	float:left;
	padding:1px;
	border:1px solid #999;
	margin:0 10px;
	line-height:0;
	position:relative;
}

#video-listings a:hover strong {
	text-decoration:underline;
}

#video-listings .image-container .time-container {
	font-size:11px;
	position:absolute;
	bottom:4px;
	right:2px;
	line-height:14px;	
}




#video-listings .image-container .time-container  span.centre {
	background:transparent url(../images/black-trans.png);
	background-repeat:repeat;
	padding:1px 4px;
	margin:0;
	color:#fff;
	height:14px;
}

#video-listings .image-container .time-container  span.left {
	background:transparent url(../images/time-left.png);
	background-repeat:no-repeat;
	background-position:100% 0;
	padding:0;
	overflow:hidden;
	margin:0;
	width:2px;
	color:#fff;
	height:14px;
}

#video-listings .image-container .time-container .time-wrapper span.right {
	background:transparent url(../images/time-right.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding:0;
	overflow:hidden;
	margin:0;
	width:2px;
	color:#fff;
	height:14px;
}



#video-listings li img {
	background-color:#fff;
	padding:0;
	border:1px solid #bbb;
	/*position:absolute;
	left:10px;*/	
	margin:0;
}



#small-header {
	width:240px;
	height:41px;
	margin:10px 0 7px 0;
	padding:0;
	background-image:url(../images/nav-bar-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ebebeb;
}

#small-header h2 {
	margin:0;
	padding:12px 10px 10px 10px;
	float:left;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	color:#a91038;
}

#small-header a.more {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:10px;
	font-size:11px;
	font-weight:normal;
	color:#888;
	float:right;
}


#smallFeed {
	list-style-type:none;
	margin:0;
	padding:0;
}
#smallFeed a {
	display:block;
	width:230px;
	margin:3px 0 15px 0px;
	padding:0 0 15px 0;
	font-size:11px;
	color:#2b2727;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	background-image:url(../images/dash-hoiz.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
#smallFeed a .article-title {
	text-decoration:underline;
}

#smallFeed a:hover {
	text-decoration:underline;
}

#smallFeed li {
	position:relative;
}

#smallFeed li .clear{
	display:block;
	line-height:0;
	font-size:0;
	clear:both;
}

#smallFeed li .text{
	float:right;
	width:180px;
}

#smallFeed li img {
	background-color:#fff;
	padding:1px;
	border:none;
	float:left;
	margin:0 10px 10px 10px;
}




#small-header {
	width:240px;
	height:41px;
	margin:10px 0 7px 0;
	padding:0;
	background-image:url(../images/nav-bar-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ebebeb;
}

#small-header h2 {
	margin:0;
	padding:12px 10px 10px 10px;
	float:left;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	color:#a91038;
}

#small-header a.more {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:10px;
	font-size:11px;
	font-weight:normal;
	color:#888;
	float:right;
}


#regularFeed {
	list-style-type:none;
	margin:0;
	padding:0;
}
#regularFeed a {
	display:block;
	width:300px;
	margin:3px 0 15px 0px;
	padding:0 0 15px 0;
	font-size:11px;
	color:#2b2727;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	background-image:url(../images/dash-hoiz.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
#regularFeed a .article-title {
	text-decoration:underline;
}

#regularFeed a:hover {
	text-decoration:underline;
}

#regularFeed li {
	position:relative;
}

#regularFeed li .clear{
	display:block;
	line-height:0;
	font-size:0;
	clear:both;
}

#regularFeed li .text{
	float:right;
	width:250px;
}

#regularFeed li img {
	background-color:#fff;
	padding:1px;
	border:none;
	float:left;
	margin:0 10px 10px 10px;
}





#article-listings {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul#article-listings {
	margin:-18px 0 0 0;
}

#article-listings a {
	display:block;
	width:510px;
	margin:3px 0 3px 0px;
	padding:8px 10px 10px 10px;
	font-weight:normal !important;
	
	font-size:11px;
	color:#2b2727;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	background-image:url(../images/dash-hoiz.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}


#article-listings a:hover {
	text-decoration:none;
}

#article-listings li {
	position:relative;
}

#article-listings .image-container {
	float:left;
	padding:1px;
	border:1px solid #999;
	margin:0 10px;
	line-height:0;
	position:relative;
}

#article-listings a:hover strong {
	text-decoration:underline;
}


.a_btn_test {
	margin:0;
   font-size:12px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   color:#FFFFFF;
   background-color:#ebebeb;
   border:none;
   height:22px;
   width:76px;
   background-image:url(../images/normal-button.gif);
   background-repeat:repeat-x;
   float:left;
}

.gray-heading {
	height:41px;
	margin:10px 0 7px 0;
	padding:0;
	background-image:url(../images/nav-bar-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ebebeb;
}
a img{
	border: none;
}

/* NEW CSS STYLES FOR LANDING, PROFILE AND LISTINGS PAGE */
/* CARL H - 24/11/2010 */

ul.profile-listing {
	list-style: none;
	font-size: 10px;
	padding: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
	display: block;
	clear: both;
	overflow: auto;
}
ul.profile-listing li a{
	color: #00467f;
	text-decoration: none;
}
ul.profile-listing li a:hover{
	color: #ab0535;
	text-decoration: underline;
}
.profile-listing-img {
	border: 1px solid #cccccc;
	float: left;
	margin-right: 25px;
}
.profile-listing-img a:hover {
	border: 1px solid #AA1636;
	float: left;
	margin-right: 25px;
}
.profile-listing-charity {
	color: #00467D;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 30px;
}
ul#profile-page {
	list-style: none;
	font-size: 10px;
	display: block;
	clear: both;
	overflow: auto;
	margin-left: -30px;
}
ul#profile-page li a{
	color: #00467f;
	text-decoration: none;
}
ul#profile-page li a:hover{
	color: #ab0535;
	text-decoration: underline;
}
ul.profile-page-benefits {
	font-size: 12px;
}
.profile-page-logo {
	border: 1px solid #cccccc;
	float: left;
	margin-right: 25px;
}
.profile-page-img {
	float: right;
	padding: 15px;
}
.profile-page-charity {
	color: #00467D;
	font-size: 24px;
}
ul#alphabetical-links {
	padding: 10px;
	clear: both;}
	
ul#alphabetical-links li{
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
}
ul#alphabetical-links li a{
	font-size: 16pt;
	color: #00467f;
	text-decoration: none;
}
ul#alphabetical-links li a:hover{
	color: #ab0535;
	text-decoration: underline;
}
