
/*------------------------------------------------------------------------
# Community Action Partnership - MASTER CSS > March, 2008 (v1.0)
# ------------------------------------------------------------------------
# Copyright (C) 2007 PICNet, Inc. All Rights Reserved.
# Author: Ryan Belisle
# Website:  http://www.picnet.net
-------------------------------------------------------------------------*/


/*------------------------------------------------------------------------
	COMMON STYLES
-------------------------------------------------------------------------*/

body {
	font: 62.5%  Helvetica, Arial, sans-serif;
	color: #000;
	text-decoration: none;
	background: #FFF;
	text-align: center;
}

a { color: #c33c26; text-decoration: underline; }

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

div.stateAdminList { line-height: 1.2em; }



/*---------------------------------------------------------------------
	MAIN LAYOUT
-------------------------------------------------------------------------*/

#wrapper { height: auto; width: 960px; margin: 0px auto 0px auto; padding: 0px 0px 0px 0px; text-align: left; position: relative; }

#wrapper-inner { height: 1%; margin-top: 5px; width: 940px; text-align: left; }

#header {
	position: relative;
	height: 160px;
	background: url(../images/header.gif) no-repeat;
	margin-bottom: 5px;
}

a.logo {
	text-indent: -9999px;
	display: block;
	width: 270px;
	height: 160px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}

#mainNav {
	position: relative;
	height: 35px;
	z-index: 100;
}

#container {
	height: 1%;
	margin: 0px;
	padding: 0px;
	width: 720px;
	float: left;
}

#container-inner {
	height: 1%;
}

#rightCol {
	width: 220px;
	padding: 0px;
	float: right;
}

#mainCol-3col {
	width: 485px;
	padding: 0px;
	margin: 0px;
	float: right;
}

#container #leftCol {
	width: 235px;
	_width: 234px;
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 1.1em;
}

#container #leftCol-inner {
	padding: 18px 25px 30px 25px;
}


#content { padding: 12px 12px 12px 12px; }

.bg3col { background: url(../images/leftCol-bg.png) no-repeat; }



/*---------------------------------------------------------------------
	BREADCRUMB TRAIL
-------------------------------------------------------------------------*/
/*#breadcrumb span { display: block; font-size: .8em; line-height: normal; padding-bottom: 10px; }

#breadcrumb img { visibility: hidden; width: 0px; }

#breadcrumb strong { }

#breadcrumb a { background: url(../images/pathway-a-bg.gif) no-repeat right center; line-height: 20px; padding: 0px 10px 0px 0; margin-right: 0px; color: #000; }

#breadcrumb a:hover { color: #990000; }*/



/*------------------------------------------------------------------------
	SITEMAP
-------------------------------------------------------------------------*/
/*.sitemap { }

.sitemap .contentpaneopen { padding-left: 10px; }

.sitemap .componentheading { color: #ff6600; font-size: 2.0em; line-height: 1.1em; font-weight: bold; font-style: italic; padding-bottom: .6em; }

.sitemap ul {
	display:block !important;
	list-style-image:none !important;
	list-style-position:outside !important;
	list-style-type:none !important;
	padding:0px !important;
}
.sitemap ul li {
	background: url(../images/typo/bullet-list.gif) no-repeat 0px 7px !important;
	margin:0px !important;
	padding:0px 0px 10px 10px !important;
	white-space:nowrap !important;
	font-weight: bold;
	height: 1%;
}
.sitemap a img {
	border:medium none !important;
}
.sitemap ul.level_0 ul {
	list-style-image:none !important;
	list-style-position:outside !important;
	list-style-type:square !important;
	padding:0px 0px 0px 0px !important;
	margin: 0px !important;
}
.sitemap ul.level_1 li {
	padding:0px 0px 0px 2em !important;
	white-space:nowrap !important;
	list-style-type: none !important;
	background-position: 15px 7px !important;
	font-weight: normal;

}
.sitemap .active {
	font-style:italic !important;
}*/



/*------------------------------------------------------------------------
	MISC
-------------------------------------------------------------------------*/

/* Clearfix */
.clear { clear: both; }

.clearfix { clear: both; }

.clearfix:after { clear: both; display: block; content: "."; height: 0; visibility: hidden; }

* html > body .clearfix { width: 100%; display: block; }

* html .clearfix { height: 1%; }

/* Firefox Scrollbar Hack - Do not remove */
html { margin-bottom: 1px; height: 100%!important; height: auto; }

/*------------------------------------------------------------------------
	COM_SPREADSHEETS
-------------------------------------------------------------------------*/

.searchinfo,
#com_spreadsheets .pagination {
	margin-bottom:20px;
}

.pagenavblock {
	text-align:center;
	margin-top:20px;
	float:left;
	width:100%;
}

.item {
	
	clear:both;
	margin:10px 0;
}

.item div {
	
	width:100%;
	padding:0;
	margin:0;
}

.bolded {
	font-weight:bold;
}
#com_spreadsheets .inputbox { margin-bottom: 0px; }
