/*
Gary Hollands - solriche.co.uk - 2010 - Stylesheet for Co-operatives East
This stylesheet is available under the terms of the GNU General Public License as published by
the Free Software Foundation - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/
*{
	margin: 0;
	padding: 0;
}
html,body{
	font-family: "lucida grande", "lucida sans unicode", arial, "bitstream vera sans", sans-serif;/*mac,windoze,linux*/
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	background: url("../images/body_top_blu.png") repeat-x 0 0;
	line-height: 1.5;
}
/*-------------------------Page layout boxes etc-------------------------*/
#container {
	float: left;
	width: 100%;/*48em or 98%
	background: url("../images/from_above.png") no-repeat 88% 0;*/
}
#masterbox {
	width: 80%;
	margin: 0 auto 0 auto;
}
#top{
	clear: both;
	float: left;
	width: 100%;
	background: url("../images/montage_v4.png") no-repeat 100% 0;
}
#top img{
	float: left;
}
#top .hide{
	display: none;
}
#menu{
	clear: both;
	float: left;
	width: 100%;
	margin: 0.5em 0 0 0;
	border-top: 1px solid rgb(220,220,220);
	border-bottom: 1px solid rgb(220,220,220);
}
#menu ul{
	font-size: 80%;
	list-style-type: none;
}
#menu ul li{
	display: inline;
}
#menu .separater{
	font-size: 110%;
	color: rgb(186,235,3);
}
#menu a{
	font-weight: bold;
	text-decoration: none;
	color: rgb(0,87,137);
}
#menu a:visited{
	color: rgb(153,126,0);
}
#menu a:hover{
	color: rgb(230,27,21);
}
#menu a.selected{
	border-bottom: dotted 1px rgb(100,50,0);
}
#content{
	clear: both;
	float: left;
	width: 100%;
	margin: 1em 0 0 0;
	padding: 0 0 1em 0;
}
#content p{
	font-size: 90%;
	margin: 0 0 0.5em 0.5em;
}
#content ul{
	margin: 0.5em 0 0.5em 2.5em;
	list-style-type: circle;
}
#content ul li{
	font-size: 90%;
	padding: 0 0 0 0.5em;
}
#left{
	float: left;
	width: 66%;
	margin: 0 4% 0 0;
}
#left h2{
	font-size: 98%;
	margin: 0 0 0 0.5em;
	text-shadow: rgb(200,200,200) 1px 2px 1px;
	/*shadow color, right, down, blur*/
}
#left h3{
	font-size: 95%;
	margin: 0 0 0.25em 0.5em;
}
#left .reduced_line_height p{
	line-height: 1;
}
#left .link_box{
	clear: both;
	float: left;
	margin: 0.25em 0 0 0;
}
#left .link_box a{
	text-decoration: none;
}
#left .link_box  img{
	display: block;
}
#right{
	float: left;
	width: 28%;
}
#right .item{
	margin: 0 0 0.5em 0;
	padding: 0.25em 0 0.5em 0;
	background: url("../images/blu_fade_1.png") no-repeat 0% 0%;
}
#right h3{
	padding: 0.75em 0 0.5em 0;
}
#right .section_header{
	text-shadow: rgb(200,200,200) 1px 2px 1px;
}
#right .item_heading{
	font-size: 80%;
}
#right p{
	font-size: 80%;
	margin: 0;
	color: rgb(100,100,100);
}
#footer{
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid rgb(220,220,220);
	padding: 0.5em 0 1em 0;
}
#footer p{
	font-size: 65%;
	line-height: 1.2;
	margin: 0;
	color: rgb(100,100,100);
}
/*-----------------------------Table CSS-----------------------------*/
#man_comm_table{
	margin: 0 0 0.5em 0.5em;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	empty-cells: hide;
	width: 100%;
}
#man_comm_table th,#man_comm_table td{
	font-size: 90%;
	text-align: left;
}
#man_comm_table caption{
	display: none;
}
/*-----------------------------General CSS-----------------------------*/
.hide{
	display: none;
}
a{
	outline: none;
}
/*------Colors are chosen with consideration for those with visibility disabilities such as deuteranomaly.------*/
a:link{
	color: rgb(77,0,218);
	text-decoration: underline;
}
a:visited{
	color: rgb(153,126,0);
	text-decoration: underline;
}
a:hover{
	color: rgb(230,27,21);
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	color: rgb(0,33,89);
}
	h1{font-size: 130%;}
	h2{font-size: 110%;}
	h3{font-size: 100%;}
	h4{font-size: 95%;}
	h5{font-size: 90%;}
	h6{font-size: 85%;}
/*------Font Family choices, these are the most common and/or close matching fonts across the various operating systems.------*/
.serif{
	font-family: georgia, "DejaVu Serif", "bitstream vera serif", serif;/*mac/windoze,linux*/
}
.fantasy{
	font-family: papyrus, impact, fantasy;/*mac/windoze,linux*/
}
.cursive{
	font-family: "Comic Sans MS", cursive;/*mac/windoze/linux*/
}
pre,code{
	color: rgb(80,80,80);
}
pre{
	margin: 0.5em 0.25em 0.5em 0.25em;
}
abbr,acronym{
	border-bottom: dotted 1px rgb(0,0,0);
	cursor: help;
}
img{
	border: 0;
}
