body  {
	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 120%;
}
#container  
{
	background: #fef5b7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*overflow:visible;*/
} 
#header { 
	background-color: #6DBAE5;
} 

#header .fltrt{ 
	display: none;
} 

#tip {
	display: none;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	color:#666644;
	letter-spacing: 50%;
	font-weight: 550;
	line-height: 1.2em;
	margin: 10px 0 20px;
}

h2
{
	font-size: 20px;
	color: #144F6F;
	margin-bottom: 12px;
	letter-spacing: 1.5px;
}

h3 {
	font-size: 18px;
	color: #144F6F;
	margin-bottom: 0px;
	letter-spacing: 1.5px;
}

h4 {
	color:#666644;
	font-size: 16px;
	margin-bottom: 0px;
}

h5 {
	color: #144F6F;
	font-size: 14px;
	margin-bottom: 0px;
}

h6 
{
	color:#666644;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

address
{
    margin: 0 0 11px 20px ;
}
#buttons {
	display: none;
}

#sidebar1 {
	display: none;
}

#mainContent {
	margin: 0px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box*/
	height:auto;
} 
#mainContent a{
	text-decoration: none;
	}
#mainContent a:link{
	color: #2963ce;
	font-weight: bold;
	}
#mainContent a:visited{
	font-weight: bold;
	}
#mainContent a:hover{
	color: #fc8d00;
	}
#mainContent .Normal, .OpenSearch_Results{
	font-size: 90%;
} 
#mainContent .Normal a {
	text-decoration: none;
	}
#mainContent .Normal a:link {
	color: #2963ce;
	font-weight: bold;
	}
#mainContent .Normal a:visited {
	font-weight: bold;
	}
#mainContent .Normal a:hover {
	color: #fc8d00;
	}
.OpenSearch_Results .navigation a:visited
{
	color: #2963ce;    
}
#dnn_ContentPane
{
    /*width:100%;*/
    overflow:hidden;
    font-size:90%;    
}

/*Blue background*/
#ResourceDetail .DescriptionBlock,
#ResourceDetail .QABodyBlock,
.guidedsearch #contenttypelist
{
    /*background-color: #93CDEA;*/
    background-color: #C2E0EF;    
}

/*Grey background*/
#ResourceDetail .URLBlock, 
.guidedsearch #sectorlist
{
    /*background-color:#EAE6C2;*/
    background-color:#EfEbC7;
}

/*Orange background*/
#ResourceDetail .TitleBlock,
.guidedsearch #topiclist,
#NewsletterArticlesTable
{
   	/*background-color: #ECBD5B;*/
   	background-color: #Fdda80;
}

/*Green background*/
#ResourceDetail .ContentTypeBlock,
.guidedsearch #subtopiclist
{
	/*background-color: #6DAD4F;*/
	background-color: #C4EFB3;    
}

.centerbox
{
    margin-left: auto;
    margin-right: auto;
    padding: 45px 0 0px 20px;
    vertical-align: middle;
    background-image: url('/images/structure2/orangebox2.jpg');
    background-repeat: no-repeat;
    width: 417px;
    height: 220px;
}
.centerbox a:hover
{
    color: #FFFFFF;
}
.centerbox a:active
{
    color: #FFFFFF;
}
#footer {
	/*padding: 0 10px 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#fef5b7;*/
	/*position: relative;*/
	margin-top: 25px;
	overflow:hidden;
	width:780px;
}

#footerlinks span { 
	display: none;
} 
 
/*
#footer h5 {
	font-size: .6em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs 
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue 
}
#footer h6 {
	font-size: .6em;
	color: #0099CC;
	line-height: .8;
	font-weight: normal;
	margin-bottom: 4px;
}
*/
#footerlinks
{
    font-size:0.6em;
    font-weight:bold;
    float:left;
    width:55%;
    margin: 15px 0 0 15px;
}
#footerlinks p 
{
    font-weight:normal;
	color: #555555;
	}
#footerlinks a {
	text-decoration: none;
	}
#footerlinks a:link {
	color: #5000AF;
	}
#footerlinks a:visited
{
	color: #5000AF;
    }
#footerlinks a:hover {
	color: #fc8d00;	
	}
#footerlinks a:active {
	color: #000;	
	}
#footerlinks a:focus {
	color: #000;	
	}
#bottomlogobox
{
	float: right;
	position: relative;
	top: -10px;
}
*.spaceout {
	margin-right: 20px;
	}
*.spaceoutbig {
	margin-right: 120px;
	}
*.relative {
	position: relative;
	}
*.raised {
	margin-top: 4px;
	margin-bottom: 2px;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.vtitle
{
	padding-left: 10;
	background-repeat: no-repeat;
	background-image: url('/images/xsArrowR.gif');
	background-position: left center;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #6c6c6c;
	overflow: visible;
	width: 780px;
}

A.title:link
{
	text-decoration: none;
}
A.title:visited
{
	text-decoration: none;
	color: #6c6c6c;
}
A.title:active
{
	text-decoration: none;
	color: #6c6c6c;
}
A.title:hover
{
	text-decoration: underline;
	color: #6c6c6c;
}
.titleBold
{
	font-family: Verdana,Tahoma,Helvetica;
	font-size: 12px;
	font-weight: bold;
	display: none;
}


.reddate
{
	color:Red;
}
.greydate
{
	color:Gray;
}
.bluedate
{
	color:Blue;
}

.sample, .path
{
	height: 0px;
}
.main_dnnmenu_rootitem 
{
	color:#43494D;
	font-size:10px;
	line-height:40px;
	text-align:center;
}

.main_dnnmenu_rootitem 
{
	color:#43494D;
	font-size:10px;
	line-height:40px;
	margin-right:1px;
	padding:15px;
	text-align:center;
	text-transform:uppercase;
}

.srchresults
{
	line-height: .8em;
} 

.IndentedBlock
{
	margin-left:1em;
}
.targetedContent
{
}
.targetedContent .primaryContent
{
    /*float:left;*/
    /*width:270px;*/
}
.targetedContent .primaryContent h2
{
    margin-top:0px;
}
.targetedContent .sidebar
{
    /*float:left;*/
    float:right;
    width: 160px;
    background-color: #cce7bb;
    margin: 15px;
    padding:15px;
    vertical-align: top;
}
.targetedContent .sidebar h3
{
    text-align:center;
    font-size:12px;    
	margin-bottom: 3px;
}
ul.linkList
{
    padding-left:20px;    
}
ul.linkList li
{
    list-style-type: none;
    line-height:15px;
    margin:8px 0;
}

.SearchTags {
	display:none;
}

.instruct {
color:#990000;
font-size:12px;
padding:1em;
}

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Vertical Menu */
ul#houseMenuV
{
	display: none;
}

#houseMenuV ul {
	display: none;
}

/**********************************************************************************************************
*The following style rules are for changing the appearance the Taknology Feed Reader Lite modue
*   being used on the "News & Feeds" page.
**********************************************************************************************************/
.BigHead
{
    display:none;
}
#dnn_ctr461_ViewFeed_lblDemoHeader a,
#dnn_ctr462_ViewFeed_lblDemoHeader a,
#dnn_ctr463_ViewFeed_lblDemoHeader a,
#dnn_ctr464_ViewFeed_lblDemoHeader a,
#dnn_ctr465_ViewFeed_lblDemoHeader a,
#dnn_ctr466_ViewFeed_lblDemoHeader a,
#dnn_ctr468_ViewFeed_lblDemoHeader a,
#dnn_ctr469_ViewFeed_lblDemoHeader a,
#dnn_ctr470_ViewFeed_lblDemoHeader a
{
    display: none;    
}

/**********************************************************************************************************
*The following style rules are for changing the appearance of the Pool Calculator to show all tabs
**********************************************************************************************************/
    #DataEntryTabs-1, #DataEntryTabs-2, #DataEntryTabs-3, #DataEntryTabs-4
    {
        display: block;
        /* page-break-before:always; */
    }

    #schedtabs-1, #schedtabs-2, #schedtabs-3, #schedtabs-4
    {
        display: block;
    }
    
    .NiceButton
    {
        display: none;
    }

