body, tr, td, table
{
    /* set default font size for skin      (Titles etc. will then use a percentage to specify their sizes) */
    margin: 0;
    padding: 0;
    color: #666;
    background-color: #FFF;
}
html, body
{
	height: 100%;
}
.menu1 
{
	font: Arial normal 13px;
	color: #666666;
}
h1
{
	font: Arial bold 20px;
	color: #195190;
}
.titlebold
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #195190;
}
.title
{
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #195190;
}
.subtitle
{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #195190;
}
td a img
{
	border: none;
}
td a:hover
{
	text-decoration: none;
}
.subtitlebold
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #195190;
}
a:hover .subtitlebold
{
	color: #666;
	cursor: hand;
	text-decoration: none;
}
a:hover .copygrey
{
	text-decoration: none;
	cursor: hand;
}
.hometitle
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 28px;
	font-weight: normal;
	color: #195190;
}
.orange
{
	color: #DC761C;
}
.copygrey13
{
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #666;
}
.copygrey
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
.copyblue
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #195190;
}
.copyblue a
{
	text-decoration: none;
	color: #195190;
	cursor: pointer;
}
.copyblue a:hover
{
	text-decoration: none;
	color: #666;
	cursor: pointer;
}
.sub-nav1
{
	font: Arial normal 11px;
	color: #666666;
}
.sub-nav1 a:hover
{
	color: #195190;
}
.sub-nav2
{
	font: Arial normal 13px;
	color: #666666;
}
a.feature
{
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #3f3f3f;
	text-decoration: underline;
}
a.feature:hover
{
	cursor: hand;
	color: #195190;
}
a.feature:visited
{
	text-decoration: underline;
}
.menu2
{
	font: Arial normal 10px;
	color: #666666;
}
.menu2 a:hover
{
	color: #195190;
}
.footer
{
	font: Arial bold 10px;
	color: #ffffff;
}
/* top level page definition */
#wrap
{
	margin: 0px auto 0px auto;
	width: 900px;
	min-height: 100%;
	position: relative;
    background-color: #FFF;
}
* html #wrap
{
	height: 100%;
}
#header
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 190px;
	width: 900px;
}
#contentholder
{
	position: relative;
    background-color: #fff;
    padding: 0; 
    margin: 0;
    min-height: 100%;
	padding-bottom:230px;
}
#contentholder:after {
	content:" ";
	display:block;
	clear:both;
}
* html #contentholder {
	height: 100%;
}
#footer
{
	position: absolute;
	height: 230px;    
	width: 100%;
    padding: 0;
}
ul.topnav
{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0px;
	right: 22px;
	line-height: 30px;
	height: 30px;
	display: block;
	float: left;
	cursor: pointer;
	list-style: none;
}
ul.topnav li
{
	margin: 0;
	padding: 0px 5px;
	color: #FFF;
	height: 20px;
	width: 25px;
	font: Arial normal 10px;
	text-align: center;
	float: left;
	line-height: 25px;
	list-style: none;
}
ul.topnav li a
{
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
	top: 10px;
	text-align: center;
	font: Arial normal 10px;
	text-decoration: none;
}
ul.topnav li img
{
	margin: 0;
	padding: 0;
	display: block;
	border: none;
	text-align: center;
}
ul.topnav li a span,
ul.topnav li a.Login
{
	position: relative;
	font: Arial normal 10px;
	top: 10px;
	white-space: nowrap;
	overflow: visible;
	display: none;
	text-align: center;
	padding:0;
	margin: 0;
}
ul.topnav li:hover span,
ul.topnav li:hover a.Login
{
	position: relative;
	text-align: center;
	font: normal 10px Arial;
	left: 0px;
	top: 3px;
	display: block;
	cursor: hand;
}
ul.topnav li:hover a.Login		{color: #0066B3; left: 0px;}
ul.topnav li:hover span.Donate	{color: #007476; left: -3px;}
ul.topnav li:hover span.RSSFeed {color: #DC761C; left: -11px;}
ul.topnav li:hover span.YouTube	{color: #FF0000; left: -11px;}
ul.topnav li:hover span.Twitter	    {color: #33B5D7; left: -2px;}
ul.topnav li:hover span.Facebook	{color: #0066B3; left: -7px;}
#dnn_dnnLOGIN_cmdLogin
{
	display: none;
	font: normal 10px Arial;
	color: #0066B3;
	left: 0px;
	top: 13px;
}
ul.topnav li:hover #dnn_dnnLOGIN_cmdLogin
{
	display: block;
	cursor: hand;
}
.logo {
	position: absolute;
	z-index: 1;
	top: 50px;
	left: 0px;
	border: none;
    margin: 0px;
    padding: 0px;
    float: left;
}
.logo a {
    display: block;
    width: 900px;
    height: 140px;
    background-image: url('img/header.gif');
    background-position: center bottom;
    background-repeat: no-repeat;
}
.logo a:hover {
    background-position: center top;
/*This moves the sprite to give hover effect*/
}
.logo span {
    display: none;
}
#loginlinks
{
    position: absolute;
    top: 84px;
    right: 10px;
    text-align: right;
}
.inheaderbanner
{
    position: absolute;
    z-index: 7;
    font: Arial 13px;
    top: 105px;
    left: 383px;
    text-align: right;
    width: 485px;
}
.inheaderbanner p
{
    font-family: Arial;
    font-style: normal;
    font-size: 13px;
	color: #fff;
}
.inheaderbanner a,
.inheaderbanner a:visited
{
	color: #fff;
	text-decoration: underline;
}
.inheaderbanner a:hover
{
	color: #93A0C6;
	cursor: hand;
}
#menu
{
    position: absolute;
    top: 105px;
    left: 0px;
    background-color: #FFAE00;
    width: 100%;
    height: 32px;
}
#menu h3
{
    margin: 0;
    font-size: 80%;
    position: relative;
    top: 0;
    left: -1000px;
}
#category {
   visibility: visible;
   margin: 0;
   padding: 0;
   position: relative;
   display: block;
   left: 20px;
   top: 210px;
   line-height: 25px;
   height: 25px;
   z-index: 2;
   width: 880px;
   font: 20px Arial;
   margin: 0px;
   text-align: left;
   text-decoration: bold;
   color: #195190;
}
#category p 
{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
   font: bold 20px arial;
   margin: 0px;
   text-align: left;
   color: #195190;
}
#menuseparator
{
	position: relative;
	top: 214px;
	left: 20px;
	height: 4px;
}
#menuseparator img
{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
}
#mainbody
{
	position: relative;
	top: 241px;
	left: 0px;
    float: left;
    width: 900px;
}
#content
{
	position: relative;
	top: 0px;
	right: 0px;
    width: 580px;
}
#dnn_contentpane
{
    padding: 20px 20px 0px 20px;
    background-color: #FFF;
    border: none;
}
#sidebar
{
	position: relative;
	top: 0px;
	left: 0px;
    width: 340px;
}
#dnn_leftpane
{
    padding: 20px 0px 0px 20px;
    background-color: #FFF;
    border: none;
}
#footer img
{
	border: none;
}
#footer a
{
	cursor: hand;
}
#unitedway
{
	position: absolute;
	top: 86px;
	left: 0px;
	z-index: 4;
}
#coa
{
	position: absolute;
	top: 86px;
	left: 87px;
	z-index: 4;
}
#carf
{
	position: absolute;
	top: 86px;
	left: 132px;
	z-index: 4;
}
ul.infolinks
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 147px;
	left: 15px;
	width: 350px;
	z-index: 3;
	display: block;
	float: left;
}
ul.infolinks li
{
	display: block;
	padding: 0px 6px;
	white-space: nowrap;
	float: left;
	list-style: none;
	font: bold 10px arial;
	color: #fff;
	border-right: 1px solid #fff;
}
ul.infolinks li a:hover
{
	color: #93A0C6;
	text-decoration: none;
	cursor: pointer;
}
ul.infolinks li a
{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
ul.infolinks li.sentinel
{
	border: none;
}
ul.address1
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 147px;
	right: 15px;
	z-index: 3;
	display: block;
	float: right;
}
ul.address1 li
{
	display: block;
	padding: 0px 6px;
	white-space: nowrap;
	float: left;
	list-style: none;
	font: bold 10px arial;
	color: #fff;
	border-right: 1px solid #fff;
}
ul.address1 li.sentinel
{
	border: none;
}
ul.address2
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 164px;
	right: 15px;
	z-index: 3;
	display: block;
	float: right;
}
ul.address2 li
{
	display: block;
	padding: 0px 6px;
	white-space: nowrap;
	float: left;
	list-style: none;
	font: bold 10px arial;
	color: #fff;
	border-right: 1px solid #fff;
}
ul.address2 li.sentinel
{
	border: none;
}

.headmenu
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 55px;
	right: 16px;
	z-index: 5;
	display: block;
	float: right;
	cursor: pointer;
}
.headMenu .root
{
	display: block;
	padding: 0px 12px;
	white-space: nowrap;
	float: left;
	list-style: none;
	font: normal 13px arial;
	color: #666;
	border-left: 1px solid #666;
}
.headMenu .mi6
{
	display: none;
}
.headMenu .mi7
{
	display: none;
}
.headMenu .hov
{
	color: #19518F;
	text-decoration: none;
}
.headMenu .first
{
	border: none;
}

.footmenu
{
	position: absolute;
	top: 95px;
	right: -9px;
	z-index: 3;
	font: normal 10px arial;
	color: #666;
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	cursor: pointer;
}
.footMenu .root
{
	display: block;
	padding: 0px 10px;
	white-space: nowrap;
	float: left;
	list-style: none;
	font: normal 10px arial;
	color: #666;
	border-right: 1px solid #666;
}
.footMenu .hov
{
	color: #19518F;
	text-decoration: none;
}
.footMenu .last
{
	border: none;
}

#footergraphic
{
	position: absolute;
	top: 75px;
	left: 0px;
	z-index: 1;
}
#dnn_footerpane
{
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #CCC;
}
#dnn_ControlPanel
{
	position: absolute;
	z-index: 15;
	top: 170px;
}
.DNN_Documents .TitleHeader
{
	display: none;
}
.DNN_Documents .TitleCell
{
	font: normal 14px Arial;
	color: #195190;
	padding: 2px 0px;
}
.DNN_Documents .TitleCell a
{
	color: #195190;
}
.DNN_Documents .TitleCell a:hover
{
	color: #666;
}



