/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* layout.css */
html 	{ text-align : center;  }
body { 
	background: #F5F1D6;
	width: 980px; 
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: left;
	font: 100% Verdana, sans-serif;
}
div#masthead {
	position: relative;
	width: 978px;
	background: #F0F0F0;
	border: 1px solid #ccc;
}
#homelink {
	display: block;
	margin: 0em 0em 1em; 
	padding: 0 0 9px 0;
}
#navlinks {
	padding: 8px 0 8px 4em;
	color: #fff;
	font: 80% Verdana, sans-serif;
	background: #666; 
}
#navlinks2 {
	font: 80% Verdana, sans-serif;
	font-color: #333;
	margin: -63px 0px 0 765px;
	padding: 0px 0px 20px 0;
}
div#content { 
	position: relative;
	width: 978px;
	background: #FFF;
  	padding: 1.5em 0;
	margin-top: 1em;
	border: 1px solid #ccc;
}
.feedback {
	position: absolute; 
	top: 20px;
	left: 0;
}
div#content_main {
	position: relative;
	top: -4px;
	left: 3.1em; 
	width: 320px;
	margin-bottom: 40px;
}
div#content_sub { 
	top: 20px;
	left: 41%;
}
.bigbox {
	width: 300px;
	height: 470px;
	padding: 0 0 0 20px;
	border: 1px solid #ccc;
	background: #F0F0F0;
	font: 75% Verdana, sans-serif;
	line-height: 130%;	
}

.bigbox .yuck {
	padding-right:20px;

}
.yuck {
	padding-right:20px;

}
.bigbox .bold {
	font-weight:bold;
}
.bigbox-bottom {
	width: 290px;
	padding: 15px ;
	margin: 10px 0 ;
	border: 1px solid #ccc;
}
.topbox {
	padding: 8px 0 ;
	border: 1px solid #ccc ;
	margin: 0 0 10px 0 ;
	width: 540px;
	text-align: center;
}
.mediumbox {
	padding: 0 0 10px 11px ;
	width: 165px;
	float: left;
	font: 100% Verdana, sans-serif;

}
.mediumbox h2 {
	padding: 0 0 0 5px;
}

.mediumbox img {
	border: 5px solid #ccc;
	text-align: center;
	margin: 0 0 10px 0;
	float: left;
}
.mediumbox p {
	font: 80% Verdana, sans-serif;
	margin: 0 0 0 5px;
}
.littlebox {
	width: 110px;
	height: 130px;
	border-left: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	float: right;
	margin: 0 0 3px 10px;
}
div#footer {
	position: relative;
	padding: 10px 0 10px 40px;
	background: #FFF;
	width: 938px;
	margin: 1em 0 5em 0;
	border: 1px solid #ccc ;
}
#footer li {
	display: inline;
	margin: 0.5em; 
	border-right: 1px solid #000;
	padding: 0 1.5em 0 0;
}

#footer li.last {
	border-right: 0;
}
#footer a {
	font: 80% Verdana, sans-serif;
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #E85F20;;
	text-decoration: none;
}
br.clear {
	clear:both;
}
/* =si_clear_children */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } 
/* PREVENTS A REDRAW BUG IN SAFARI */

h1 { 
	font : 130% Verdana, sans-serif; 
	color : #333; 
}
h2 { 
	font : 80% Verdana, sans-serif; 
	font-weight : bold;
	color : #333; 
}
h3 { 
	font : 80% Verdana, sans-serif; 
	color : #333;
	line-height: 140%;
}
h3 a:link {
	color : #069;
	text-decoration: underline;
}
h3 a:visited { 
	color: #069;
	text-decoration: underline;
}
h3 a:hover { 
	color : #E85F20;
	text-decoration: underline;
}
p { 
	font : 70% Verdana, sans-serif; 
	color : #333;
	line-height: 140%;
}
a:link {
	color : #069;
	text-decoration: underline;
}
a:visited { 
	color: #069;
	text-decoration: underline;
}
a:hover { 
	color : #E85F20;
	text-decoration: underline;
}
p a:link {
	color : #069;
	text-decoration: underline;
}
p a:visited { 
	color: #069;
	text-decoration: underline;
}
p a:hover { 
	color : #E85F20;
	text-decoration: underline;
}
#navlinks li {
	display: inline;
	margin-right: 0.5em; 
	padding-right: 1em;
	border-right: 1px solid #CCC;
	font-weight: bold;
}
#navlinks li.last {
	border-right: 0;
}
#navlinks a {
	color: #FFF;
	text-decoration:none;
}	
#navlinks2 li {
	font-color: #333;
	display: inline;
	margin-right: .5em; 
	margin-left: .5em;
	padding-right: 1.5em;
	border-right: 1px solid #333;
}
#navlinks2 li.last {
	border-right: 0;
}
#navlinks2 a:link { 
	font: 90% Verdana, sans-serif;
	color : #333;
	text-decoration: none;
}
#navlinks2 a:visited { 
	color : #333;
	text-decoration: none;
}
#navlinks2 a:hover { 
	color : #E85F20;
	text-decoration: none;
}