body,
html { background-color:#dfdbd4;font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif ; }

#container header { height:207px; margin:0 auto; width:875px; }

a:link,a:visited{
	color: #ed2025;
}
a:hover,a:active{
	color: #ed2025;
	text-decoration: underline;
}

/*shadows*/
/*css shadows |  -webkit-box-shadow:0 0 2px 2px #000; | -moz-box-shadow:0 0 2px 2px #000; | box-shadow:0 0 2px 2px #000;*/

.dottsTop { border-top:1px dotted #000; }
.dottsRight { border-right:1px dotted #000; }
.dottsBottom { border-bottom:1px dotted #000; }

#main { width:100%; }
#main section.stretch {margin:0px;background-color:#ed2025; background-image:url('../images/red-stripe.jpg'); background-position:top center; background-repeat:no-repeat; width:100%; height:140px;}

#main div.limit {height:140px; margin:0 auto; width:960px; }

#main section.redstripe div.logoInfoText {width:845px; }

section.cols,
div.logoInfoText { margin:0 auto; width:845px; }

div.logoInfoText {  padding:7px 30px;}
div.logoInfoText img { margin:20px; float:left; }
div.logoInfoText p { font-family: Georgia, serif; margin:20px; float:left; width:480px; color:#FFF; font-size:1.3em; font-style:italic; line-height:1.2em;}

li{color: #000;}

nav { margin:0 auto; width:875px; height:50px;}
nav ul { margin:0 auto; width:804px; text-align:center; height:50px;}
nav ul li { display:inline; line-height:4em; padding:0 6px;}
nav ul li a { color:#000; text-transform:uppercase; font-size:1em; }
nav ul li a:link, nav ul li a:visited { color:#000; }
nav ul li a:hover { color:#ed2025; }
nav ul li.active a{ color:#ed2025!important; }
nav ul li.firstLi { margin:0 0 0 100px; }
nav ul li.search { float:right; height:50px;}
nav ul li.search input { height:14px; }

#subNavigation{
	margin-bottom: 15px;
}
#subNavigation ul{
	padding: 0;
	margin: 0;
	text-left;
}
#subNavigation ul li{
	list-style-type: none;
	display: inline;
	margin-right: 20px;
	text-transform:uppercase;
}
#subNavigation ul li a { color:#000;  font-size:1em; }
#subNavigation ul li a:link, nav ul li a:visited { color:#000; }
#subNavigation ul li a:hover { color:#ed2025; }
#subNavigation ul li.active{ color:#ed2025; }


section { width:100%; margin:0 0 20px 0; color:#000;}

/*if only on col*/
#oneCol { margin:20px 20px 0 20px; padding:0px 0 0 0; width:820px;}
div.entry { padding:10px 30px 0 0; width:243px; float:left; }
#oneCol div.entry {height: 200px;}
#oneCol p {padding-right: 40px;}
div.entry span a {color:#000;}
div.entry .title { font-size:1.1em; margin:6px 0 0 0; line-height:1.7em; text-transform:uppercase; font-weight:normal; } 
div.entry p { font-size:0.9em; }
/*if two cols*/
#leftCol,
#rightCol {float:left;}

#leftCol { width:500px; margin:20px 0 0 20px; padding:0px; padding-bottom: 20px; }
#leftCol h1,#oneCol h1 { padding-top: 5px; font-weight:normal; font-family: Georgia, serif; }
#leftCol h2,#oneCol h2{ padding-top: 5px; font-weight:normal; font-family: Georgia, serif; font-size: 24px; padding-bottom: 5px; }
#leftCol section p, #leftCol section ul li { line-height:2em; padding-right: 40px; text-align: justify;}
#leftCol section span a{ color:#95979a; font-style:italic;}
#leftCol section p{ padding-bottom: 20px;}

#rightCol { margin:20px 0 0 20px; padding:0px; width:300px;}

#rightCol .headline{
	text-transform: uppercase;
	font-weight: bold;
}
.morelink{
	font-size: 0.8em;
	text-align: right;
}

#rightCol .blog{
	padding:10px 10px 0 0; width:263px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #000;
}

/*forms*/
form fieldset div{ display:inline-block; }
form fieldset.leftForm div { margin:0px 0 10px 0; }
form fieldset label { width:50px; margin:0 10px 0 0 ;}

form fieldset.rightForm label { width:80px; } 
form fieldset textarea { width:340px; }
form fieldset div.input { float:right; margin:15px 0 0 0; text-align:center; }

fieldset.leftForm {width:360px; float:left;}

fieldset.rightForm {width:440px; float:left;}

div.shadowbody { background-image:url('../images/shadows.png'); background-position:bottom center; background-repeat:repeat-y; }
div.shadowbodyEnd { background-image:url('../images/shadows_end.png'); background-position:bottom center; background-repeat:no-repeat; height: 134px; }

footer { margin:10px auto; width:820px;  padding:10px 0 0 0; clear:both; }
footer p { text-align:center; font-size:0.8em; color:#95979a; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */ 

.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix {display: block;}

#content {
	min-height:400px;
}

div.download {
	width:200px;
	margin-bottom:10px;
	float:left;
	margin-right:15px;
}

div.download div.thumbnail {
	width:100%;
	height:100px;
	margin-bottom:15px;
	float:left;
	height:100px;
	margin-top:15px;
}

div.download div.title {
	width:100%;
	float:left;
}

div.download div.link {
	color:#000;
	font-weight:bold;
}

div.download div.link a {
	color:#000;
}

div.download div.stripe {
	width:300px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	height:1px;
}
