/* 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;
	background-repeat: repeat;
	background-color: #717274;
}
body {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	font: Verdana, sans-serif;
	font-family: Verdana, sans-serif;
}
/* masthead and navigation */
div#masthead {
	position: relative;
	width: 978px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: lowercase;
	color: #747476;
	margin-top: 10px;
}
div#masthead img {
	padding: 5px 0 0 15px;
}
#navlinks2 {
	margin-top: -38px;
	margin-right: 0px;
	margin-left: 432px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0;
	padding-bottom: 14px;
}
#navlinks2 a:hover { 
	color : #E85F20;
	text-decoration: underline;
}
#navlinks2 a.down { 
	color: #069;
	text-decoration: underline;
}
#navlinks2 li {
	display: inline;
	margin-right: 0.75em;
	padding-right: 1.8em;
	border-right: 1px solid #C00;
	padding-left: 0.7em;
}
#navlinks2 li.last {
	border-right: 0;
}
#navlinks2 a {
	color: #666;
	font-weight: normal;
}

/* Content Columns */
div#content {
	position: relative;
	width: 978px;
	background: #fff;
	padding: 1.5em 0;
	height: 550px;
}
.feedback {
	position: absolute; 
	top: 43px;
	left: 0;
}
div#content_main {
	position: relative;
	left: 3.1em; 
	width: 450px;
	margin-bottom: 40px;
}
div#content_home {
	top: 20px;
	padding-left: 40px;
	padding-right: 30px;
}
div#content_sub { 
	top: 112px;
	left: 57%;  
}

/* Boxes */
.bigbox {
	width: 400px;
	background: #fff;
}


.bigbox-bottom {
	width: 870px;
	color : #515253;
	padding: 15px 0 15px 15px;
	line-height: 160%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bigbox-bottom-right {
	width: 420px;
	color : #333;
	font: 75% Verdana, sans-serif;
	line-height: 160%;
	float: right;
	margin-top: -206px;
	padding-right: 20px;
}
.bigbox-bottom-2 {
	width: 420px;
	color : #333;
	padding: 7px 0 6px 15px;
	font: 75% Verdana, sans-serif;
	line-height: 260%;
}

.topbox {
	padding: 4px 8px;
	border: 1px solid #ccc ;
	margin: 0px 0 10px 0 ;
	width: 331px;
	text-align: left;
	background-color:#E86024;
}
.topbox-3 {
	margin: 205px 0 10px 0 ;
	width: 325px;
	text-align: left;
}
.topbox h1 {
	color: #FFF;
	font-weight:bold
}
.topbox-2 {
	padding: 4px 8px;
	border: 1px solid #ccc ;
	margin: 10px 0 0 0 ;
	width: 331px;
	background-color:#E86024;
	clear:both;
}
.topbox-2 h1 {
	color: #FFF;
	font-weight:bold
}
.topbox-4 {
	padding: 4px 8px;
	border-top: 1px solid #ccc ;
	border-right: 1px solid #ccc ;
	border-left: 1px solid #ccc ;
	margin: 10px 0 0 0 ;
	width: 331px;
	clear:both;
}
.topbox-4 img {
	margin: -10px 0 0 0;
}
.mediumbox {
	margin: 0 0px 0 0;
	width: 355px;
	font: 75% Verdana, sans-serif;
	line-height: 160%;
	
}
.mediumbox-photo {
	width: 355px;
	float: left;
	margin: 0 0 15px 0;
}
.mediumbox-photo img {
	margin: 0 2px 10px 0;
	float: left;
	padding: 0 2px 2px 0;
}
.mediumbox-2 {
	padding: 12px 8px 12px 20px;
	margin: 0 0 40px 0;
	width: 319px;
	line-height: 160%;
	font: 70% Verdana, sans-serif;
	border-left: 1px solid #ccc ;
	border-right: 1px solid #ccc ;
	border-bottom: 1px solid #ccc ;
}
.mediumbox-4 {
	padding: 2px 8px 0 20px;
	margin: 0 0 30px 0;
	width: 319px;
	line-height: 160%;
	font: 70% Verdana, sans-serif;
	border-left: 1px solid #ccc ;
	border-right: 1px solid #ccc ;
	border-bottom: 1px solid #ccc ;
}

.littlebox {
	width: 110px;
	height: 130px;
	border-left: 5px solid #bbb;
	border-bottom: 5px solid #bbb;
	float: right;
	margin: 0 0 3px 10px;
}
#longbox {
	clear: both;
	font: Verdana;
	margin:  10px 0 0 40px;
	background: #FFF;
	width: 900px;
}
.divider-yellow {
	width: 450px;
	background: #FF3;
	height: .4em;
	margin: 15px 0;
}
.divider-orange {
	width: 850px;
	background: #E86024;
	height: 0.1em;
	margin: 8px 0;
}
/* Footer */
#footer {
	font : 75% Arial, sans-serif;
	color : #CCC;
	padding: 10px 0 10px 45px;
	width: 935px;
	margin: 1em 0 3em 0;
}
#footer li {
	display: inline;
	margin: 0.5em; 
	padding-right: 0.75em;
	border-right: 1px solid #000;
}
#footer li.last {
	border-right: 0;
}
#footer a {
	color: #000;
}

/* =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 */


/* fonts */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 115%;
	color: #4A4C4D;
}
a:link, a:visited { 
	text-decoration : none; 
	color : #666; 
}
h1 { 
	font : 80% Verdana, sans-serif; 
	color : #333;
	line-height: 140%;
}
h2 { 
	font : 100% Verdana, sans-serif; 
	color : #333;
	line-height: 180%;
	padding-bottom: 10px;
	text-decoration: underline;
}
h2 a:hover { 
	color : #F90;
	text-decoration: underline;
}
h2 a.down { 
	color: #069;
	text-decoration: underline;
}
h3 {
	color : #7c7d7f;
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
h3 a:hover { 
	color : #F90;
	text-decoration: underline;
}
h3 a.down { 
	color: #666;
	text-decoration: underline;
}
h3 a:link {
	color : #33F;
	text-decoration: underline;
}
.bodytext {
	font : 75% Verdana, sans-serif; 
	color : #333;
	line-height: 140%;
}
.bodytext a:link {
	color: #A30000;
}
.bodytext a:visited {
	color: #A30000;
}
.bodytext a:hover {
	color: #FF7200;
}
.bodytext a:active {
	color: #F7A528;
}
.bodytext_bold {
	font-weight: bold;
}
.quotetext {
	font : 80% Verdana, sans-serif;
	color : #333;
	text-align: right;

}
.titletext {
	font : 95% Verdana, sans-serif;
	color : #333;
	font-weight: bold;
	line-height: 175%;
}
.titletext img{
	margin: 0 0 -8px 5px;
}
.titletext_italic {
	font : 95% Verdana, sans-serif;
	color : #333;
	line-height: 175%;
	font-style:italic;
}
.titletext_italic_red {
	font : 95% Verdana, sans-serif;
	color : #C00;
	line-height: 175%;
	font-style:italic;
}
.bodytext_up {
	color : #333;
	line-height: 155%;
	font-size: 16px;
}
h3 .divider_red {
	color:#C00;
}
.right { 
	font : 100% Verdana, sans-serif; 
	color : #F90;
	line-height: 180%;
	padding-bottom: 10px;
	text-decoration: underline;
}
.right a:link { 
	color : #F90;
	text-decoration: underline;
}
