@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}

.wrap {
	width: 972px;
	margin: 0 auto;
}

.container {
	width: 960px;
	min-height: 270px;
	height: auto !important;
	height: 270px;
	text-align: center;
	float: left;
	padding-left: 6px;
	padding-right: 6px;

}

.logo {
	width: 293px;
	height: 113px;
	float: left;
	background-image: url(images/mem-logo.png);
	background-repeat: no-repeat;
	margin-left: 25px;
	margin-top: 5px;
}

.header {
	width: 960px;
	height: 126px;
	float: left;
	position: relative;
	
}

#header {
    float: left;
	position: absolute;
	left: 0;
	top: 0;
 
}
 
#header a {
    display: block;
    width: 320px;
    height: 120px;
 
}

.nav {
	width: 595px;
	height: auto;
	text-align: center;
	float: right;
	margin-top: 88px;
}

.textHeader {
	width: 450px;
	height: auto;
	text-align: center;
	float: right;
	margin-top: 15px;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #FFF;
}

.textHeader a {
	color: #FFF;
	text-decoration: none;
	margin: 8px;
}

.textHeader a:hover {
	color: #999;
	text-decoration: none;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 auto;
	font-size: 20pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;

}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 auto;
	font-size: 14pt;
}

.mainContent {
	width: 960px;
	min-height: 475px;
	height: auto !important;
	height: 475px;
	float: left;
	margin: 0 auto;
	background-image: url(images/bg-content.png);
	background-repeat: repeat-x;
	border: #FFF 3px solid;	
}

.pollWrap {
	width: 249px;
	float: left;
	margin-top: 13px;
	margin-left: 13px;
	text-align: center;
	
}

.pollTop {
	width: 249px;
	height: 13px;
	background-image: url(images/box-top.png);
	background-repeat: no-repeat;
	margin-top: 6px;
}

.poll {
	width: 218px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	background-image: url(images/bg-box.png);
	background-repeat: repeat-y;
	text-align: left;
	padding: 0 15px;
	font-size: 11pt;
}

.pollBott {
	width: 249px;
	height: 13px;
	background-image: url(images/box-bott.png);
	background-repeat: no-repeat;
}

.guts {
	width: 640px;
	min-height: 465px;
	height: auto !important;
	height: 465px;
	float: right;
	margin: 0 auto;
	border: #DAD9D9 4px solid;
	background-color: #FFF;
	text-align: left;
	margin-top: 13px;
	margin-right: 13px;
	padding: 13px;	
	line-height:1.5em;
}
.guts img{
	padding: 0px 15px 0px 15px;	
}

.footer {
	width: 960px;
	min-height: 105px;
	height: auto !important;
	height: 105px;
	padding-top: 20px;
	font-size: 10pt;
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg-bott.png);
	background-repeat: repeat-x;
	line-height: 2em;
	clear: both;
}

.footer a {
	color: #000;
	text-decoration: none;
	margin: 8px;
}

.footer a:hover {
	color: #999;
	text-decoration: none;
}

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

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

.smallText {
	font-size: 8pt;
}
/* Wordpress specific CSS
------------------------------------------------------------------- */


.aligncenter,
div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.alignleft { float: left; }
.alignright { float: right; }
img.alignleft { display: inline; margin: 0 7px 2px 0; padding: 4px; }
img.alignright { display: inline; margin: 0 0 2px 7px; padding: 4px; }

/* Resizes the image to the maximum width of the content area */
.entry img {
  max-width: 676px;
  /* smooth image resizement in IE7+ */
  -ms-interpolation-mode: bicubic;
}

.entry div.alignleft { float: left; margin: 0 8px 7px 0; }

.wp-caption {
  background-color: #F0F0F0;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  padding: 3px;
}

.wp-caption img { margin: 0; padding: 0; border: 0 none; }

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.aligncenter img,
.aligncenter p.wp-caption-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

a.more-link {
  background-color: #F4F8F9;
  border-bottom: 1px solid #E6F0F2;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 6px 3px;
  text-shadow: 0 1px 0 #fff;
}

a.more-link:hover {
  background-color: #E6F0F2;
  border-bottom: 1px solid #B3CDD8;
  color: #000;
}
