/* HEAD.PHP SHIT */
html
{
	height: 100%;
}

body
{
	background: url("../images/bg.png") repeat-y center #F3F3F3;
	margin: 0px;
	text-align: center;
	height: 100%;
	font: 0.68em Helvetica, arial, sans-serif;
	color: black;
}

#container
{
	/* big container on every page */
	margin-left: auto;
	margin-right: auto;
	width: 735px;
	background: #FFFFFF;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

#head
{
	/* container for the header, on every page */
	height: 60px;
	padding-bottom: 5px;
	padding-top: 34px;
}

#head img
{
	float: left;
	padding-left: 10px;
	border: 0px;
}

#search
{
	float: right;
	width: 300px;
	height: 53px;
}

#searchform
{
	text-align: right;
	margin-top: 10px;
}

#searchform label
{
	margin-right: 5px;
	color: #666666;
}

#searchbox
{
	display: inline;
	border: 1px solid #CCC;
	border-left: 1px solid #818181;
	border-top: 1px solid #818181;
}

#links
{
	display: inline;
	text-align: right;
	margin-right: -10px;
}

#links li
{
	display: inline;
	font: 0.88em Helvetica, Arial,  sans-serif;
}

#links a:link, #links a:visited
{
	color: #666666;
	text-decoration: none;
}

#links a:hover
{
	background: #FFF0B3;
}

#navigation
{
	/* yellow nav bar */
	float: left;
	background: #FFFFFF;
}

/* END OF SHIT THAT SHOWS UP IN HEAD.PHP */
/* HOME PAGE ONLY */
#content
{
	/* content div on HOME page */
	width: 504px;
	text-align: left;
	font: 1.3em Helvetica, Arial, sans-serif;
	line-height: 19px;
	padding-left: 10px;
	padding-top: 5px;
	float: left;
	margin-right: 10px;
}

#whatsnew
{
	/* What's New box on HOME page */
	padding-top: 0px;
	float: left;
	width: 192px;
	text-align: left;
}

#whatsnew a:link, #whatsnew a:visited
{
	color: #000000;
	text-decoration: none;
}

#whatsnew h1
{
	font: 1.3em Helvetica, Arial, sans-serif;
	color: #CC0000;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
}

#whatsnew ul
{
	margin-left: 0px;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;	
	width: 202px;
	margin-top: -10px;
}

#whatsnew li
{
	padding: 5px 5px;
	list-style: none;
	text-align: left;
	margin-left: 0px;
}

#whatsnew li.odd
{
	background: #F3F3F3;
}

.even
{
	background: #FFFFFF;
}

.wn-title
{
	font: 12px Helvetica, Arial, sans-serif;
}

.wn-date
{
	color: #666666;
	font: 10px helvetica, arial, sans-serif;
}

.wn-author
{
	color: #CC0000;
	font: 10px helvetica, arial, sans-serif;
}

/* HOME PAGE ONLY */
/* FOOTER.PHP ONLY */
#footer-img
{
	/* footer image */
	height: 4px;
	background: #FFE67F;
	border-bottom: 1px solid #CC6600;
	width: 740px;
	margin-top: 15px;
	margin-bottom: 15px;
	
}

#footer
{
	/*footer*/
	color: #525354;
}

#footer a:link, #footer a:visited
{
	text-decoration: none;
	color: #525354;
}

#footer a:hover
{
	text-decoration: underline;
}
/* END FOOTER.PHP SHIT */
/* PAGE TEMPLATE STYLES */
#page-title
{
	/*TITLE */
	width: 100%;
	margin-bottom: -10px;
	text-align: left;
	font: 20px Helvetica, Arial, sans-serif;
	padding-top: 40px;
	padding-left: 10px;
	padding-bottom: 0px;
}

#page-content
{
	/* CONTENT */
	width: 724px;
	float: left;
	padding: 10px;
	padding-top: 10px;
	text-align: left;
	font: 14px Helvetica, Arial, sans-serif;
}

#page-content a:link, #page-content a:visited
{
	/* LINKS */
	color: #345BA9;
	text-decoration: none;
}

.floater
{
	/* IMAGE */
	float: right;
	padding-right: 10px;
	padding-left: 15px;
	margin-top: -20px;
}

.clear
{
	clear: all;
}

/* SPECIAL PAGES */

.members-cat-head
{
	/* Heading for each group */
	background: #F3F3F3;
	border-bottom: 1px solid #8F90A3;
	font: 12px solid Helvetica, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 3px;
	padding-left: 5px;
	width: 521px;
}

.members-list-box
{
	/* Boxes for listing campaign members */
	padding-left: 15px;
	padding-top: 5px;
	text-align: left;
	padding-bottom: 10px;
	width: 521px;
}

.teleconference-box, .pushout-topics-box
{
	/* DIV  for Teleconferences (Teleconferences page) and Resource Topics (Resource on Pushout page) */
	border-top: 1px solid #8F90A3;
	padding-top: 15px;
	padding-bottom: 10px;
}

.pushout-topics-box
{
	width: 535px;
}

h4
{
}

h4.resources-subcategory
{
	/* Used on links under Resources on Pushout */
	padding-left: 15px;
}

.summary-title
{
	/* summary description */
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

.summary-title-search
{
	/* summary that shows up in the search results */

	margin-left: 15px;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	text-align: left;
}

.subcat-title
{
	/* subcategory links in resources on pushout */
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
}

#back-link
{
	/* back link that shows up on summary */
	text-align: right;
	padding-top: 20px;
	display: inline;
	float: right;
}
#back-link a:link, #back-link a:visited
{
	font-weight: strong;
	text-decoration: none;
	color: #345BA9;
}

#searchcategories
{
	/*search categories form */
	background: #FBF3D1;
	border: 1px solid #CEBB6B;
	padding: 10px;
	width: 500px;
	margin-top: 15px;
}

#searchcategories label
{
	font-size: .8em;
	display: inline;
}

#field
{
	width: 310px;
}
#typeofmedia
{
	width: 110px;
}

#keywords
{
	width: 480px;
}

.minisummary
{
	font: 10px Helvetica, Arial, sans-serif;
	color: #999;
}

.edit-button
{
	background: #8AC76C;
	color: #FFF;
}

.div-over
{
	border: 1px solid #8AC76C;
}

h2
{
	font: 22px Helvetica, Arial, sans-serif;
	margin-top: 0px;
}

.summariestitle
{
	margin-bottom: -30px;
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 10px;

	top: 0px;
	padding-top: 40px;
	text-align: left;
}

input
{
background: white;
}

textarea
{
background: white;
}

#form_box
{
	margin-left: 30px;
}

.news-month
{
	border: 1px solid #FFCC99;
	padding: 0px 10px 10px 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.news-month h5
{
	background: #FFF0B3;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.news-month h4
{
	margin-left: 0px;
	font-size: 16px;
}

.inside-news strong
{
	color: #CC3300;
}

#contactForm
{
	float: left;
	width: 300px;
	text-align: left;
	margin-bottom: 10px;
}