/* CSS Document */
/*----------------------General----------------------*/
body
{
	padding: 0px;
	margin: 0px;
	color: #1D0300;
	font: normal 15px Arial,Helvetica,sans-serif;
	color: #08075f;
	background-color: #000000;
}
/*td, p, ul, img{
	margin:0;
	padding:0;
}
*/
#menu ul{margin:0;padding:0;}
/************** DNN styles to override ********/
/* text style used for most text rendered by modules */

.Normal, .NormalDisabled, .NormalBold, .NormalRed, td
{
	font: normal 15px Arial,Helvetica,sans-serif;
	color: #666666;
}


.right_content .Normal
{

	font: normal 15px Arial,Helvetica,sans-serif;
	color: #7B8D5E;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-weight: bold;
	color: #ff0000;
}
h1, h1 .Head, .h1
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #07066c;
}

h2, h2 .Head, .h2
{

	font-family: Arial,Helvetica,sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #07066c;
	margin-bottom: 4px;
}

h3, h3 .Head, .h3
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0px;
	color: #07066c;
	margin-bottom: 4px;
}
.articleHeadline h3
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #07066c;
	margin-bottom: 4px;
}
/*
.right_content h1 .Head, .right_content .h1
{

	font:normal 24px Georgia, "Times New Roman", Times, serif;
	color: #444;
}

#right_content h2 .Head, #right_content .h2
{
	font: normal 24px Georgia, "Times New Roman" , Times, serif;
	color: #444;
	margin-bottom: 4px;
}

#right_content h3 .Head, #right_content .h3
{
	margin-bottom: 18px;		
	font:normal 24px Georgia, "Times New Roman", Times, serif;
	color: #444;
	margin-bottom: 4px;
}
*/
#header {
	left:0px;
	top:0px;
	width:1010px;
	z-index:1;
	float: left;
	background-color: #000000;
}

#logo {
	left:0px;
	top:0px;
	width:281px;
	height: 96px;
	float: left;
}

#main {
	left:0px;
	top:0px;
	width:1010px;
	z-index:2;
	float: left;
	background-color: #FFFFFF;
}
#content_wrapper {
	left:0px;
	width:1010px;
	z-index:3;
	float: left;
	background-color: #FFFFFF;
}
#content
{
	margin: 5px;
	left: 0px;
	width: 690px;
	float: left;
}
#right_content
{
	margin: 5px;
	width:300px;
	float: right;
}

#bottom {
	left:0px;
	top:0px;
	width:1010px;
	float: left;
	background-color: #FFFFFF;
}
#footer {
	left:0px;
	width:1010px;
	z-index:5;
	float: left;
	background-color: #000000;
	color:#CCCCCC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer_left {
	left:0px;
	width:700px;
	float: left;
}
#footer_right
{
	width: 300px;
	float: right;
	text-align: right;
}
#footer a
{
	color: #C0C0C0;
	text-decoration: underline;
}
#footer a:hover
{
	text-decoration: none;
}
#container {
	margin:0 auto;
	width:1010px;
	bottom:0;
}

img{
border:0;
}
#navigation{float: right;}
#menu {
	left:0px;
	top:0px;
	width:729px;
	height: 96px;
	float: right;
}
#HouseMenuNav li
{
	float: left;
	list-style: none;
}
#HouseMenuNav a
{
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 35px 7px 35px 7px;
	background-color: #000;
	color: #fff;
	margin-right: 1px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 96px;
}
#HouseMenuNav a:hover
{
	background-image: url(images/menu_red.jpg);
	background-repeat: repeat-x;
	height: 96px;
}
#HouseMenuNavCurrentItem a
{
	background-image: url(images/menu_red.jpg);
	background-repeat: repeat-x;
	height: 96px;
}

div#TFS 
{
	background-image: url(images/TFS_homepagead_small.jpg);
	background-repeat: no-repeat;     
	height: 145px; 
	width: 1010px; 
}  
div#TFStext
{
	position: relative;
	padding-right: 25px;
	padding-top: 30px;
	text-align: right;
	color: #FFFFFF;
	font-size: 26px;
}

div#TFStext a
{
	color: #FF2F2F;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}


div#page_header 
{
	background-image: url(images/page_header.jpg);
	background-repeat: no-repeat;     
	height: 86px;     
	width: 1010px; 
}  
div#page_headertext
{
	position: relative;
	padding-right: 25px;
	padding-top: 25px;
	text-align: right;
	color: #FFFFFF;
	font-size: 22px;
}
div#TFStext a
{
	color: #FF2F2F;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}
/* Links */
a, a:link, a:visited
{
	color: #07066c;
	text-decoration:underline
}
a:hover {text-decoration: none;
}

/*.li
{
list-style-position: inside; 
margin-left: 10px;
}
*/
#committee-container {
	width:481px;
	height:329px;
}

#committee-adv 
{

	width:481px;
	height:68px;
}
#committee-container-groups {
	width:481px;
	height:64px;
}
#committee-demand 
{
	float: left;
	width:158px;
	height:64px;
}

#committee-supply 
{
	float: left;
	width:165px;
	height:64px;
}

#committee-impact 
{
	float: right;
	width:158px;
	height:64px;
}

#committee-measurment 
{
	clear: both;
	width:481px;
	height:66px;
}

#committee-public {
	width:481px;
	height:66px;
}

#committee-best {
	width:481px;
	height:65px;
}