html {
	height:100%;
}
body {
	background-color: #FFF;
	background-repeat: repeat-x;
	background-image: url(../images/mecbackground.jpg);
	margin:0px;
	padding-bottom:10px;
	height:100%;
}
#backgroundsvg {
	height:900px;
	width:100%;
	position:absolute;
	z-index:-1;
}
#edges {
	width:900px;
	height:100%;
	position:absolute;
	z-index:-1;
}
#mainframe {
	width: 880px;
	margin: auto;
	height:auto;
	background-color: #FFF;	
	background-image: url(../images/mainframebackground.jpg);
	background-repeat: no-repeat;
}



#shadowframe {
	margin: auto;
	width: 900px;
	height: 100%;
}

#rotpic {
	height: 250px;
	width: 443px;
	
}
#rotvideo {
	width:320px;
	height:235px;
	margin:auto;
	margin-top:7px;
}
#header {
	height: 65px;
	width: 880px;
}
#leftcol {
	width: 425px;
	float: left;
	padding-left:10px;
	font-size: 14px;
}
h2 {
	color: #090;
	font-size:18px;
}



#fullpage {
	width: 860px;
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	font-size: 12px;
}
#mainmenu a:visited {
	color: #000;
	text-decoration: none;
}

#rightcol {
	float: right;
	width: 443px;
	
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainmenu a:hover {
	color: #060;
	background-color: #FF0;
	font-style: italic;
	-moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#mainmenu a {
	color: #000;
	text-decoration: none;
	font-style: italic;
}
#newsbox {
	height: 250px;
	width: 400px;
	border: thin none #CCC;
	margin:auto;
	margin-top:10px;
}


.newsdate {
	font-style:italic;	
	font-weight:normal;
}

.newstitle {
	font-size:larger;	
	font-weight:bold;
}

.newsitem {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight:bold;
	font-size:smaller;	
	text-align:left;
	padding-top:10px;
}

a {
	color:#090;
}

a:visited {
	color:#090;
}



.newscontent {
	font-weight:normal;
}


.anchorclass {
	text-decoration: none;
	width: auto;
	float: left;
	text-align: center;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	height: 22px;
	background-color: #FFF;
	margin: auto;
	padding-right: 12px;
	padding-left: 12px;
}
#mainmenu {
	width: 880px;
	background-color: #FFF;
	height: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-bottom:0px;
}
#coopconnection {
	width:380px;
	height:auto;
	margin: auto;
	border: 1px #CCC solid;
	-moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; 
	padding:10px;
	background-color:#FFF;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;-webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
}

#coopconnectiontext {
	width:150px;
	height:90px;
	text-align: justify;
	font-size: smaller;
	margin-top:35px;
}
.constrainedwidth {
	margin: auto;
	width: 600px;
}

#coopconnectionimage {
	width:200px;
	float:right;
}
.rotpic {
	width:400px;
	height:250px;
	margin: auto;
	border: 1px #CCC solid;
	-moz-border-radius: 40px;
    -khtml-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px; 
	background-color:#FFF;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;-webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
}
.captionedpic {
	height:200px;
	overflow:hidden;
	width: 400px;	
	-moz-border-radius: 40px;
    -khtml-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px; 
}
.caption {
	width:350px;
	height:50px;
	text-align:center;
	color:black;
	display:block;
	font-size:12px;
	margin:auto;
}
.caption a {
	color:black;
	
}
.caption a:visited {
	color:black;
}

#annualmeeting	{
	width: 380px;
	margin:auto;
	height:100px;
}


#boardgroup {
	height: 199px;
	width: 300px;
	margin: auto;
}
#boardcaption {
	font-size: 10px;
	margin: auto;
	width: 350px;
}
.boardmember {
	text-align: center;
	margin: auto;
	height: 200px;
	width: 120px;
	float:left;
}
.boardpicture {
	height: 150px;
	margin:auto;
}

#firstrow {
	padding-top:10px;
	width:480px;
	margin:auto;
}
#secondrow {
	width:600px;
	padding-top:10px;
	margin:auto;
	height:250px;
}

.catagoryheader {
	font-size: larger;
	font-style: italic;
	font-weight: bold;
}
#livingpicture {
	float: right;
	height: 196px;
	width: 161px;
}
#livingleft {
	width:218px;
	float:left;
}
#livingright {
	width:218px;
	float:right;
}

.bigletter:first-letter {
	font-size:x-large;
	font-style: italic;
}
.alertitem {
	width: 380px;
	margin:auto;
	border:1px solid red;
	text-align:center;
	padding:10px;
	-moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; 
	-moz-box-shadow: rgba(255, 0, 0, 0.5) 5px 5px 5px;-webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
}
.standardbox {
	width: 380px;
	margin:auto;
	border:1px solid #CCC;
	text-align:center;
	padding:10px;
	-moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; 
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;-webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
	background-color:#FFF;
}
.weather {
	width:190px;
	margin:auto;
}

.rounding {
	-moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#livingtext {
	width:250px;
	height:105px;
	text-align: center;
	float:right;
}

.logogrid {
	vertical-align:middle;
	padding:7px;
}

.imgfloatright {
	float:right;
	padding-left:5px;
	text-align:center;
	font-style:italic;
}

.imgfloatleft {
	float:left;
	padding-right:5px;
	text-align:center;
	font-style:italic;
}

.formitem
{
	padding-bottom:10px;
}
.formitem label
{
    display: inline-block;
    font-size:small;
	vertical-align: top;
    margin-left:5px;
    width:20%;
    min-width:60px;
}

.formitem input
{
    margin-right:9px;
    display: inline-block;
    width:60%;
    min-width:30px;
}

.formitem textarea
{
    margin-right:9px;
    display: inline-block;
    width:60%;
    min-width:30px;
}

.formgroup
{
    width:60%;
	display:inline-block;
}

.formgroup input
{
    display: inline-block;
	margin-right:0px;
	width:auto;
	min-width:0px;
}

