@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background-image:url(images/background_strip.jpg);
	background-repeat:repeat-x;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:14px;
	color:#036;
	text-decoration:none;
}

a:link {
  color:#1a5cb7;
  text-decoration:none;
  }
a:visited {
  color:#764;
  text-decoration:none;
  }
a:hover {
  color:#933;
  text-decoration:underline;
  }

#page-container {
	background:url(images/plain_bg.jpg);
	background-color:#FAF8E1;
	background-repeat:no-repeat;
	width:1150px;
	height:850px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	
}


#top-nav {
	background-image:url(images/topnav.png);
	clear:inherit;
	width:auto;
	height:82px;
	text-align:center;
	font-size:26px;
	padding-top:25px;
	padding-bottom:auto;
	
}

#thumb-box {
	margin:10;
	width:35%;
	height:auto;
}

#showcase {
	float:right;
	width:63%;
	height:auto;
	
}

#title-box {
	font-size:18px;
	width:auto;
	margin-bottom:5px;
}

#press-box {
	margin:35px auto;
	width:90%;	
}

#press-box p {
	width:80%;
	margin:5px;
	color:#036;
	font-size:16px;
}

#pub-box {
	background:url(images/blog_post_bg.png);
	height:206px;
	border:thin double #FFF;
	margin:5px;
	padding:6px;
	font-size:16px;

}

#pub-box p {
	width:40%;
	float:left;
	margin:5px;
	font-size:14px;
}

#pub-box img {
	clear:both;
	float:right;
	margin:8px;
	border:groove #039;
}


#resources-box {
	margin:auto;
	width:1140px;
}

#form-box {
	background-image:url(images/blog_post_bg.png);
	border:thin double #FFF;
	margin:35px auto;
	padding:20px;
	width:80%;
	
}

#form-box fieldset ul, fieldset li{
border:0; margin:0; padding:0; list-style:none;
}
#form-box fieldset li{
clear:both;
list-style:none;
padding-bottom:10px;
}

#form-box fieldset input{
float:left;
}
#form-box fieldset label{
width:140px;
float:left;
}

#thanks-box {
	width:42%;
	margin:auto;
	font-size:18px;
}


#bot-nav {
	background-image:url(images/botnavband.png);
	width:1160px;
	height:21px;
	float:right;
	text-align:center;
	font-size:12px;
	margin-top:30px;
	padding-top:6px;
	
}

#right-float {
	float:right;
	border:thin #039;
}

#left-float {
	float:left;
	border:thin #039;
}
