/*
www.mnCAFEcoalition.org

Design adapted from Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background-color: #E3EFFC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}

ul {
	margin: 0;	
}

/* --------------------------- Header ------------------------------- */

#header {
	width: 760px;
	height: 122px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 539px;
	height: 80px;
	margin: 0;
	padding: 10px 20px 30px 0;
	background: #CDEB8B url(../images/img1.gif) no-repeat; /*pale green */
	letter-spacing: .7px;
	font:  12px  Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	color: #000;  /* lightish blue */

}

#header a {
	text-decoration: none;
	color: #73880A; /* pea green */
}

#header h2 {
	float: right;
	width: 195px;
	height: 66px;
	margin: 0;
	padding: 25px 0 25px 0;
	background: #FF7400 url(../images/img2.gif) repeat-x; /* orange */
	border: 2px solid #FF7400;
	text-align: center;
	letter-spacing: normal;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#header h2 a {
	text-decoration: none;
	color: #FFFFFF;
}


/* ------------------------------- Menu ------------------------------- */

#menu {
	padding: 5px;
	background: #FF7400 url(../images/img2.gif) repeat-x left center; /* orange */
	border: 2px solid #FF7400;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 15px;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF; /*white */
}
#menu a:hover,#menu a:active {
	color: #73880A; /*pea green */
}
#menu a.holder {
	text-decoration: none;
}
#menu a.current {
	color: #73880A;
}

/* ----------------------------- Content -------------------------------- */

#wrapper_content {
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF url(../images/img4.gif); /*img4 is white left, green on sidebar */
}
#content {
	float: left;
	width: 559px;
}
#content .faqQ {
	font-size: 1.em;
	line-height: 1.2em;
	font-weight: bold;
	color: #333;
	}
#content .faqA {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #333;
	}
#content a {
	text-decoration: none;
	color: #5670A1;
}
#content a:hover {
	text-decoration: underline;
}
	
/* ----------------------------- Sidebar on Right -------------------------------- */	

#sidebar {
	float: right;
	width: 155px;
	background: url(../images/img3.gif) repeat-x; /* top of column-green gradient, beneath is content img4 */
	border: 2px solid #CDEB8B;
	padding: 20px;
}
#sidebar  .greenLg {
	font-size: 12px;
	color: #73880A;
}
#sidebar  .orangeLg {
	font-size: 12px;
	color: #F60;
}
#sidebar p {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
#sidebar h4 {
	color: #73880A;
	border-bottom: 1px dashed #C8B032;
	padding-bottom: 4px;
}
#sidebar ul {
	margin-left: 0;
	list-style: none;
	border-bottom: 1px dashed #C8B032;
}
#sidebar a {
	font-size: 0.9em;
	text-decoration: none;
	color: #73880A; /* pea green */
	border: none;
	line-height: 1em;
}
#sidebar a:hover {
	text-decoration: none;
}
#sidebar a:hover,#sidebar a:active {
	color: #FFF;
}
#sidebar a.holder {
	text-decoration: none;
}
#sidebar a.current {
	color: #FF8000;
}

/* ------------------------------- Footer --------------------------------- */

#footer {
	width: 760px;
	height: 35px;
	margin: 0 auto;
}
#f_menu {
	padding: 4px;
	background: #FF7400 url(../images/img2.gif) repeat-x left center; /* orange */
	border: 2px solid #FF7400;
}
#f_menu ul {
	margin: 0;
	padding: 0;
}
#f_menu li {
	display: inline;
}
#f_menu a {
	padding: 0 15px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF; /*white */
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #FA7713;
}
.orange {
	color: #FA7713;
}
.green  {
	color: #73880A;
}
table {
	font-size: 13px;
	line-height: 16px;
	vertical-align: text-top;
	text-align: left;
	border: thin solid #000;
	float: none;
}
#footer p {
	font-size: 12px;
}
.date {
	font-size: 12px;
	color: #666;
}
.smaller {
	font-size: .8em;
}
