/* 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-family: Arial, Helvetica, 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: none;
}
#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;
	text-decoration: none;
}

/* Content Columns */
div#content {
	position: relative;
	width: 978px;
	background: #fff;
	padding: 2.8em 0;
	height: 600px;
}
.feedback {
	position: absolute; 
	top: 43px;
	left: 0;
}
div#content_main {
	width: 227px;
	left: 2.7em;
	margin-top: -10px;
}
div#content_main2 {
	Position: relative;
	width: 902px;
	margin: 0 0 0 40px;
	padding: 0 25px;
}
div#content-short { 
	position: relative;
	width: 978px;
	background: #fff;
	padding: 2.8em 0;
	height: 500px;
}
div#content-long {
	position: relative;
	width: 978px;
	background: #fff;
	padding: 2.8em 0;
	height: 900px;
}
div#content-news { 
	position: relative;
	width: 978px;
	background: #fff;
	padding: 2.8em 0;
	height: 3100px;
}
div#content-gallery { 
	position: relative;
	width: 978px;
	background: #fff;
	padding: 2.8em 0;
	height: 660px;
}

div#content_sub {
	left: 28%;
	width: 68%;
	padding: 0 .65em;
	margin: 2em 0 0 0;
}

/* Boxes */
.bigbox {
	width: 225px;
	height: 400px;
	font-family: Arial, Helvetica, sans-serif;
}
.bigbox h2 {
	padding: 15px 0 0 0;
	line-height: 180%;
}

.bigbox h3 {
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.bigbox .leftnavtitle {
	font-size: 100%;
	text-transform: lowercase;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #BAB1AE;
}
.bigbox img {
	padding: 4px 0;
}
.bigbox-short {
	width: 198px;
	height: 60px;
	padding: 15px 15px 15px 20px;
	background: #fff;
	border: 0px solid #ccc;
}
.bigbox-short h2 {
	padding: 15px 0 0 0;
	line-height: 180%;
}

.bigbox-short h3 {
	padding: 0 6px 0 25px;
	line-height: 180%;
}
.bigbox-short .leftnavtitle {
	font-size: 100%;
	line-height: 150%;
}
.bigbox-long {
	width: 210px;
	height: 150px;
	background: #fff;
	border: 0px solid #ccc;
	padding: 15px 15px 15px 20px;
}
.bigbox-long h2 {
	padding: 15px 0 0 0;
	line-height: 180%;
}

.bigbox-long h3 {
	padding: 0 6px 0 25px;
	line-height: 180%;
}
.bigbox-long .leftnavtitle {
	font-size: 100%;
	line-height: 150%;
}
.bigbox-bottom {
	width: 200px;
	height: 210px;
	color : #333;
	font : 70% Arial, sans-serif; 
	color : #333;
	line-height: 100%;
	padding: 15px 15px 15px 20px;
}
.topbox {
	margin: 0 0 3px 0;
	width: 600px;
	text-align: left;
	border: 0px solid #ccc;
	padding-left: 8px;
	padding-bottom: 5px;
}
.topbox h1 {
	color : #777779;
	line-height: 120%;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.topbox h5 {
	padding: 0 0 0 15px;
	display: inline;
}
.topbox h3 {

}
.mediumbox {
	margin: 0 0px 6px 4px;
	width: 605px;
	float: left;
	border: 0px solid #ccc;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.narrowbox {
	margin: 0 0px 10px 0;
	width: 225px;
	float: left;
	border: 0px solid #ccc;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.mediumbox img {
	margin: 0 15px 0 0;
	float: left;
	padding: 0 10px 0 0;
	text-align: right;
}
.mediumbox p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	color: #424244;
}
.mediumbox-news {
	margin: 0 0px 10px 0;
	width: 592px;
	float: left;
	border: 0px solid #ccc;
	padding: 6px;
}
.mediumbox-news p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 135%;
}

.mediumbox-wide {
	width: 620px;
	margin: 8px 0 0 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.mediumbox-wide img{
	margin: 0px 20px 6px 0px;
	border: 1px solid #ccc;
	float: left;
}
.mediumbox-wide h3 {
	margin: 0 12px 0 140px;
}
.mediumbox-gallery {
	width: 620px;
	height: 225px;
	margin: 10px 0 0 0;
	font : 70% Arial, sans-serif; 
	color : #333;
	line-height: 170%;
}
.mediumbox-gallery img{
	margin: 0px 20px 6px 0px;
	border: 1px solid #ccc;
	float: left;
}
.mediumbox-gallery-italic {
	font-style:italic;
}
.mediumbox2 {
	position: absolute;
	width: 130px;
	margin: 0 0 0 504px;
}
.littlebox {

	position: relative;
	padding: 0 15px ;
	margin: 0px 12px 0 500px;
	width: 120px;

}
.littlebox-news {
	clear: both;
	position: absolute;
	padding: 0 15px ;
	margin: 0 12px ;
	width: 120px;
	margin: -20px 0 0 790px;
}
#longbox {
	clear: both;
	font: Arial;
	margin:  0 0 0 40px;
	background: #FFF;
	width: 900px;
}
#longbox2 {
	margin:  40px 0 0 40px;	
	background: #FFF;
	width: 900px;
}
.processbox {
	width: 170px;
	height: 550px;
	border: 1px solid #999;	
	margin: 10px 15px 10px 0;
	padding: 15px;
	float: left;
	font : 80% Arial, sans-serif;
}
.divider-red {
	width: 624px;
	margin: 15px 0;
	background: #C00;
	height: .4em;
}
.divider-blue {
	width: 624px;
	margin: 15px 0;
	background: #06C;
	height: 0.2em;
}
.divider-orange {
	width: 624px;
	margin: 15px 0;
	height: 0.2em;
	background: #F5834A;
}
.divider-yellow {
	width: 624px;
	background: #FF3;
	height: .4em;
	margin: 15px 0;
}
.divider-green {
	width: 624px;
	background: #0C3;
	height: .4em;
	margin: 15px 0;
}

/* Footer */
#footer {
	font : 75% Arial, sans-serif;
	padding: 10px 0 10px 45px;
	width: 935px;
	margin: 1em 0 3em 0;
	color: #CCC;
}
#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 {
	text-align: left;
	color: #424244;
}
a:link, a:visited {
	text-decoration : none;
	color: #F26218;
	font-weight: normal;
}

h1 {
	color : #333;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-weight : bold;
	color : #777779;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 2px;
	text-transform: uppercase;
	line-height: 130%;
}
h2 a:link {
	color : #717274;
	text-decoration: underline;
}
h2 a:visited {
	color: #717274;
	text-decoration: underline;
}
h2 a:hover {
	color : #E85F20;
	text-decoration: underline;
}
h3 {
	color : #333;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h3 a:hover { 
	color : #F90;
	text-decoration: underline;
}
h3 a.down {
	color: #F90;
	text-decoration: none;
}
h3 a:visited {
	color: #666;
	text-decoration: none;
}
h3 a:link {
	color : #666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	color : #333;
	line-height: 130%;
	font-weight : normal;
	font-size: 12px;
	margin-left: 15px;
	list-style-position: outside;
	list-style-image: url(images/bullet-cir.gif);
}
h4 a:hover { 
	color : #F90;
	text-decoration: underline;
}
h4 a.down { 
	color: #F90;
}
h4 a:visited {
	color : #F26218;
}
h4 a:link {
	color : #F26218;
	font-family: Arial, Helvetica, sans-serif;
}
h5 { 
	font : 90% Arial, sans-serif; 
	color : #333;
	line-height: 140%;
}
h5 a:link {
	color : #33F;
	text-decoration: underline;
}
.bodytext {
	font : 75% Arial, 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;
}
.bodytext_up {
	font : 140% Arial, sans-serif;
	color : #333;
	line-height: 175%;
}
.titletext {
	font : 95% Arial, sans-serif;
	font-weight: bold;
	line-height: 175%;
}
.titletext img{
	margin: 0 0 -8px 5px;
}
.titletext_italic {
	color : #333;
	line-height: 175%;
	font-style:italic;
}
.titletext_italic_red {
	font : 95% Arial, sans-serif;
	color : #C00;
	line-height: 175%;
	font-style:italic;
}
.leftnavtitle {
	font : 75% Arial, sans-serif;
	line-height: 150%;
	color: E86024;
}
.leftnavtitle a:hover { 
	color : #F90;
	text-decoration: underline;
}
.leftnavtitle a.down { 
	color: #666;
	text-decoration: underline;
}
.leftnavtitle a:link {
	color : #33F;
	text-decoration: underline;
}
.superscript {
	font : 60% Arial, sans-serif; 
	color : #333;
	vertical-align:top;
}
