/* FRONTPAGE CSS */

/* Main left column */
*html #mainLeftCol { margin-left:10px; }

#mainLeftCol {
	width: 384px;
	float:left;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	}

/* top story */
#ts{
	width:384px;
	height:265px;
	background-repeat: repeat;
	background-color: #e9e9e9;
	margin-bottom: 10px;
	border: 1px solid #d2d2d2;
}

#tsText {
	float:left;
	margin-top:5px;
	padding-top:5px;
	text-align:left;
	padding-left: 10px;
	padding-right: 5px;
	width: 95%;
}
#tsText h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #666666;
	padding-right:15px;
	padding-bottom:5px;
}
#tsText h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size:19px;
	color: #fff;
	padding-right:15px;
	margin-top:5px;
	line-height: 24px;
}
#tsText h4 a{
	text-decoration:none;
	color:#064599;
}
#tsText h4 a:hover {
	text-decoration:underline;
	color:#BF2B4E;
}
#tsText h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	font-weight:bold;
	padding-right:15px;
	padding-bottom:5px;
}
#tsText p {
	color:#333;
	font-size:12px;
	text-align:left;
	line-height:15px;
}
#tsText p a {
	color:#064599;
	text-decoration:none;
}
#tsText p a:hover {
	color:#BF2B4E;
	text-decoration:underline;
}
#tsText .cont p{
	width:100%;
	float:right;
	padding-right:10px;
}
#tsText .links {
	float:left;
	padding-right:20px;
}
#tsText img {
  margin-right:10px;
}

p.tsAlign {
	padding-right:10px;
}

/* news by category */
#mainLeftCol #subbox {
	width:384px;
	background-color:#FFFFFF;
	border:1px solid #d2d2d2;
	margin:0px;
	overflow:auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.newsTitleBox {
	margin-bottom: 0px; 
	height:30px;
}

.newsTitle {
	width:200px; 
	float:left;
}

.newsCat {
	clear:both;
}

/* news in brief */
#newsBrief {
	background-color:#fff;
	text-align:left;
	overflow:auto;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 384px;
	border: 1px solid #d2d2d2;
	padding: 0px;
	height: 265px;
}

#newsBrief h3 {
	padding-left:15px;
	color:#666;
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
	padding-bottom:3px;
	text-transform: uppercase;
}
#newsBrief h3 a {
	color:#666666;
	text-decoration:none;
}
#newsBrief h3 a:hover {
	color:#064599;
	text-decoration:underline;
}
#newsBrief h4 { padding-left:15px; color:#064599; font-size:15px; font-weight:bold;  margin:0px; padding-bottom:10px; }

#newsBrief p {line-height:15px; padding:0px 15px 10px 15px; }






/* useful links */
#webLinks {
	background-color:#FFFFFF;
	border:1px solid #d2d2d2;
	height:310px;
	display:block;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0;
	width: 384px;
}

.titleBox {
	margin:6px 0 10px 0;
}

/* main mid-column */

#mainMidCol {
	width:244px;
	float:left;
	background-color:#FFFFFF;
	border:1px solid #d2d2d2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#mainMidCol .signUp {
	background-color:#bf2b4e;
	height:25px;
	clear:both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.titleBox2 {
	margin:0 0 5px 0;
}

.reportCat { border-top:none; padding-top:10px; margin-top:0px; }

/* newsletter signup box */
#newsLtr {
	background-color:#f0f0f0;
	float:left;
	width:235px;
	height:155px;
	background-image: url(images/newletter2.jpg);
	background-repeat: no-repeat;
	background-position: 5px 55px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#newsLtr  p { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#333333; 
	padding:5px 10px 5px 10px; 
	margin-top:4px; 
}

#newsLtr  span {
	float:right;
	padding-top:65px;
}
#newsLtr  p span a { 
	font-size:11px; 
	color:#064599; 
	text-decoration:none; 
	text-align:right; 
	letter-spacing:0.02em; 
	margin-top:0px; 
}
#newsLtr  p a:hover { 
	color:#cd3434; 
	text-decoration:underline;
}
#newsLtr img {
	padding-left:10px;
}

/* quick vote */
#vote {
	background-color:#f7eee8;
	clear:both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #d2d2d2;
	margin-top: 5px;
}

#vote input {
	margin-bottom: 5px;
	border-style:none;
	float: left;
	margin-right: 5px;
}

#vote label {
	width:180px;
	margin-bottom:10px;
	display: block;
	color:#666666;

}

#vote a {
color:#064599;
font-size:12px;
line-height:20px;
text-decoration:none;
}

#vote a:hover {
	color:#bf2b4e;
	font-size:12px;
	text-decoration:underline;
}



/* featured providers */

#ftd {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 13px;
	padding-left: 13px;
	height: 210px;
	border: 1px solid #d2d2d2;
	background-color: #fff;

        display:block;
}


#ftd .tabControl  {

        display:block;
}

#ftd h2 {
	text-transform: uppercase;
	font-size:12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

#ftd h2 a {
	color: #555555;
	display: block;
	padding-top: 10px;
	height: 0;
	overflow: auto;
	background-repeat: no-repeat;
}

#ftd h3 {
	margin: 0 0 8px 0;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #333;
}


#ftd h4 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #666;	
}

#ftd h4 a {
	display: block;
	color: #333;
	font-weight: bold;
}


#ftd p {
	position: absolute;
	top: 11px;
	right: 0;
	width: 150px;
	font-size: 1.1em;
	color: #333;
}

#ftd .tabSection {
	background-color: #f7eee8;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 10px;
	display: block;
}

#ftd .tabSection p {
	color: #666;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#ftd .tabSection ol {
	list-style-position: inside;
}

#ftd .tabSection ol, #ftd .tabSection ul {
	color: #333;
	font-size: 1.2em;
}

#ftd .tabSection li {
	display: list-item; 
	margin-bottom: 6px;	
	font-size: .9em;
}

#ftd .tabSection li a {
    color: #064599;
	text-decoration: none;
	}

#ftd .tabSection li span {
	border-color: #ccc;
	border-width: 0 0 0 1px;
	border-style: solid;
	margin-left: 1px;
	padding-left: 3px;
}

#ftd .tabSection a {
	color:#064599;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

#ftd .tabSection a:hover {
	color:#BF2B4E;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}

/* references */
#ref {
	background-color:#FFFFFF;
	border:1px solid #d2d2d2;
	height:405px;
	display:block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#ref .titleBox3 {
	margin:6px 0 10px 0; 
	padding-left:13px;
}

#ref .midBox {
	margin:0 12px 15px 12px;
	padding: 8px;
	border:1px solid #d2d2d2;
	height:78px;
}

#ref .midBox img{
	margin-left:8px; 
	margin-bottom:5px;
}

h4.bookTitle {
	font-size:12px;
	color:#064599;
	margin-bottom: 5px;
	}

h4.bookTitle a{
	font-size:12px;
	color:#064599;
	text-decoration:none;
	}
	
h4.bookTitle a:hover{
	font-size:12px;
	color:#bf2b4e;
	text-decoration:underline;
	}
