/* TEMPLATE MARKUP ------------------------------------------------- */
html {
}
body {
	margin:0px 0px 20px 0px;
	font-family:arial, verdana, sans-serif;
	font-size:12px;
	background-color:#FFF0C2;
}
form {
	margin:0px;
}
#container {
	border-collapse:collapse;
	width:750px;
	margin:20px auto 20px auto;
	background-color:white;
}
#container td {
	vertical-align:top;
}

#header_cell {
	padding:0px;
}
#header {
	width:750px;
	height:118px;
	background-image:url(template_images/nokomis-header-green-proper-logo.png);
}
#left_side_cell {
	border:solid 1px #9DA374;
	border-width:0px 0px 1px 1px;
	padding:0px;
}
#left_side {
	width:170px;
	vertical-align:top;
	padding-top:28px;
	padding-left:20px;
	padding-bottom:65px;
	padding-right:25px;
}
#left_side input {
	border:solid 1px #9DA374;
}
/* MENU -------------------------------------------------------- */
#menu {
	margin:0px 0px 0px 14px;
	padding:0px 0px 9px 0px;
	font-weight:600;
}
#menu ul {
	margin:3px 0px 0px 0px;
}
#menu li {
	list-style:none;
	float:left; /* get around IE white-space bug */
	clear:left; /* get around IE white-space bug */
	line-height:1.1em;
	margin:2px 0px 3px 0px;
	width:151px;
}
#menu li {
	color:#BC1712;
}
#menu li a {
	text-decoration:none;
	color:#9DA374;
}
#menu li a:hover {
	text-decoration:underline;
	/*color:#F9B791;*/
}
#menu ul li ul{
  margin-left:15px;
}

/* NEWSBOX -------------------------------------------------------- */
.newsbox {
	clear:left;
	width:175px;
	background-color:#FFF0C2;
	color:#767B56;
}
.newsbox_top {
	height:14px;
	background:url(template_images/newsbox_white_top.gif) top left no-repeat;
}
.newsbox_bottom {
	height:14px;
	background:url(template_images/newsbox_white_bottom.gif) top left no-repeat;
}
.newsbox div {
	padding:0px 10px 0px 15px;
}
.newsbox div h2 {
	margin:0px 0px 7px 0px;
	font-size:12px;
	color:#767B56;
}
.newsbox div ul {
	margin:0px 0px 15px 0px;
}
.newsbox div li {
	margin:0px 0px 0px 15px;
}
.newsbox a {
	color:#767B56;
}
.newsbox div input {
	font-size:11px;
}
/* OTHER LEFT STUFF ------------------------------------------------- */
.search {
	margin-top:20px;
	margin-left:15px;
	clear:left;
	color:#9DA374;
	font-size:11px;
}
.search input {
	font-size:11px;
}
.address {
	margin-top:15px;
	margin-left:15px;
	clear:left;
	color:#9DA374;
	font-size:11px;
}

/* CONTENT -------------------------------------------------------- */
#content_cell {
	border:solid 1px #9DA374;
	border-width:0px 1px 1px 0px;
	padding:0px;
}
#content {
	width:477px;
	margin-top:25px;
	padding-left:20px;
	margin-right:30px;
	padding-bottom:5px;
	margin-bottom:15px;
	color:#767B56;
	border-left:solid 1px #B4B990;
}
.text_column {
	width:293px;
}
.right_column {
	float:right;
	width:153px;
}
.right_column h2 {
	font-size:12px;
}
.right_column h2, .right_column p {
	margin-left:10px;
	margin-right:10px;
}
.right_column ul {
}

.right_column li {
	margin-left:30px;
}

.cb_column{
  margin:0 0 20px 20px;
}

p.underline{
  border-bottom:1px solid #7e8164;
  line-height:0;
  margin:20px 0;
}

/* IMAGES -------------------------------------------------------- */
.framed_image {
  margin-top:5px;
  position:relative;
  margin-bottom:5px;
}
.framed_image div.top {
  position:absolute;
  top:0;
  left:0;
  width:148px;
  height:14px;
  z-index:2; 
  background:url(template_images/frame_white_top.gif) top left no-repeat;
}
.framed_image div.bottom {
  position:absolute;
  bottom:0;
  left:0;
  width:148px;
  height:14px;
  background:url(template_images/frame_white_bottom.gif) bottom left no-repeat;
}
.framed_image div.center {
  position:absolute;
  top:0px; 
  width:148px;
  height:100%;
  background:url(template_images/frame_sides.gif) top left repeat-y; 
}
.framed_image img {
  z-index:1; 
  padding:2px;
  overflow:hidden;
}

/* GENERAL MARKUP ------------------------------------------------- */
h1 {
	margin:0px 0px 10px 0px;
	font-size:22px;
	font-weight:400;
}
h2 {
	margin:16px 0px 3px 0px;
	font-size:13px;
	color:#C02722;
}
h3 {
	margin:10px 0px 3px 0px;
	font-size:12px;
}
p {
	margin:0px 0px 12px 0px;
}
a {
	color:#767B56;
}
a:visited {
	color:#808946;
}
a:hover {
	color:#BC1712;
}
ul {	
	margin:0px 0px 12px 0px;
	padding:0px;
	list-style:square;
}
ul.spaced_out li {
	margin-top:7px;
	margin-bottom:7px;
}
li {	
	margin:0px 0px 3px 22px;
	padding:0px;
}
.left_float {
	float:left;
	margin:0px 23px 15px 0px;
}
.right_float {
	float:right;
	margin:0px 0px 15px 23px;
}
.border {
	border:solid 1px black;
}
table.layout {
	border-collapse:collapse;
}
table.layout td {
	vertical-align:top;
	padding:0px 17px 0px 0px !important;
	width:33%;
}
table.layout td#first_column {
	padding:0px;
}


#message_from_founder {
	color:#C02722 !important;
}
#message_from_founder h2 {
	margin:20px 0px 12px 0px;
	font-size:18px;
	font-weight:400;
}


/* clearing bug workaround from http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*
 *  New Homepage
*/
#homepage{
  width:auto;
}
  #homepage img{
    max-width:100%;
    height:auto !important;
  }
  #homepage a img{
    border:1px solid;
  }