html { font-size: 12px; }
body {
	background: #fff;
	color: #000;
	font: 1em/1.5 Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/* =headings */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 18px;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
}

p {
	margin: 0 0 1em;
}

img { border: none; }

/* =links */
a {
	color: #961D12;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

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

/* =icons */
.icon {
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 3px 3px 3px 20px;
}
.icon-email {
	background-image: url(icons/email.png);
}
.icon-print {
	background-image: url(icons/printer.png);
}
.icon-resize {
	background-image: url(icons/resize.png);
	padding: 3px 3px 3px 40px;
}
.icon-archives {
	background-image: url(icons/folder_page.png);
}
.icon-comment {
	background-image: url(icons/comment.png);
}
.icon-search {
	background-image: url(icons/magnifier.png);
}
.icon-zoom-in {
	background-image: url(icons/zoom_in.png);
}
.icon-zoom-out {
	background-image: url(icons/zoom_out.png);
}
.icon-rss {
	background-image: url(icons/feed-icon-14x14.png);
}
.icon-rss-black {
	background-image: url(icons/rss-black.png);
	padding: 3px 3px 3px 16px;
}
.icon-pdf {
	background-image: url(icons/icon_pdf.gif);
}
.icon-doc {
	background-image: url(icons/icon_doc.gif);
}
.icon-ppt {
	background-image: url(icons/icon_ppt.gif);
}

/* =date */
.date {
	color: #5E5E5E;
}

/* =fontresizer */
.fontsizer a {
	padding: 3px 1px 0;
}
.smallFont { font-size: 9px; }
.medFont { font-size: 13px; }
.largeFont { font-size: 17px; }
.curFont { background: #fff; }

/* =image classes */
.img-left {
	float: left;
	margin: 0 10px 10px 0;
}
.img-right {
	float: right;
	margin: 0 0 10px 10px;
}
.img-center {
	display: block;
	margin: 0 auto 10px;
	text-align: center;
}
.img-left-static {
	display: block;
	margin-bottom: 10px;
}

.img-right-static {
	display: block;
	margin: 0 0 10px auto;
	text-align: right;
}

/* =text classes */
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-vs {
	margin-bottom: 2em;
}
.text-clear-left {
	clear: left;
}
.text-clear-right {
	clear: right;
}

/* =form-table */
.form-table {
	margin-top: 1em;
}
.form-table th, .form-table-td {
	padding: 5px 8px 10px;
	vertical-align: top;
}
.form-table th {
	text-align: right;
}
.form-table ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.form-table td.submit {
	padding-top: 15px;
}
.form-table input.text {
	width: 350px;
}
.required {
	color: red;
}

/* =messages */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a, .notice a, .success a { text-decoration: underline; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* =blocks */
.block {
	border-bottom: 1px solid #d4d4d4;
	width: 300px;
}
.block h4 {
	background: #e7eaf3 url(backgrounds/blue_gradient.jpg) repeat-x top left;
	border: 1px solid #d4d4d4;
	color: #626367;
	font-size: 120%;
	padding: 10px;
}
.block div {
	background: #fff;
	border: 1px solid #cecece;
	border-top: none;
	padding: 5px 10px;
}
.block div.last {
	border-bottom: none;
}
.block div img {
	border: 1px solid #d4d4d4;
	float: left;
	margin: 0 4px 0 0;
	padding: 2px;
}
.block div h5 {
	font-size: 100%;
}

/* =subnav */
ul.subnav {
	background: #fff;
	border: 1px solid #ccc;
	border-width: 0 1px;
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}
ul.subnav ul {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}
ul.subnav li {
	margin: 0;
	padding: 0;
}
ul.subnav a {
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
}
ul.subnav a:hover {
	text-decoration: underline;
}
ul.subnav a.active {
	color: #000;
	font-weight: bold;
}
ul.subnav ul a {
	padding-left: 30px;
}
ul.subnav ul ul a {
	padding-left: 60px;
}

/* =entries */
.entries {
	margin-top: 2em;
}
.entries div {
	border: 1px solid #ededed;
	margin-bottom: 1em;
}
.entries img {
	float: left;
}
.entries h4 {
	background: #ededed;
	padding: 0.25em 0.25em 0.25em 0.5em;
}
.entries h4 img {
	float: none;
	padding-left: 10px;
	vertical-align: middle;
}
.entries p {
	padding: 0.25em 0.25em 0.25em 0.5em;
}
.entries h4.indent, .entries p.indent {
	margin-left: 110px;
}

/* =entries-rep */
.entries-rep {
	margin-top: 2em;
}
.entries-rep div {
	background: #F6F4F5;
	border: 1px solid #e0e0e0;
	float: left;
	margin: 0 10px 1em 0;
	padding: 3px;
	width: 286px;
}
.entries-rep div.end {
	margin-right: 0;
}
.entries-rep img {
	border: 1px solid #757577;
	float: left;
}
.entries-rep h4 img {
	border: none;
	float: none;
	padding-left: 10px;
	vertical-align: middle;
}
.entries-rep h4.indent, .entries-rep p.indent {
	margin-left: 110px;
}

/* =entries-news */
.entries-news {
	margin-top: 1em;
}
.entries-news div {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 1em;
	min-height: 100px;
	padding: 1em 0;
}
.entries-news img {
	float: left;
	margin: 0 5px 5px 0;
}
.entries-news h4 img {
	float: none;
	padding-left: 10px;
	vertical-align: middle;
}
.entries-news p {
	margin: 0;
}
.entries-news p.date {
	color: #b2b2b2;
}
.entries-news p.date a {
	color: #b2b2b2;
	border-bottom: 1px dotted #b2b2b2;
	text-decoration: none;
}
.entries-news h4.indent, .entries-news p.indent {
	margin-left: 110px;
}

/* =entries-gi */
.entries-gi {
	margin-top: 1em;
}
.entries-gi div {
	border: 1px solid #b7b7b7;
	float: left;
	height: 282px;
	margin: 0 10px 10px 0;
	padding: 5px;
	width: 282px;
}
.entries-gi div.end {
	margin-right: 0;
}

/* =entries-blog */
.entries-blog div.entry {
	border-bottom: 1px solid #ccc;
	margin: 1em 0;
}

/* = search */
.search-row {
	border-bottom: 1px solid #eee;
	clear: both;
	margin: 1em 0;
	padding: 0.5em 0;
}
.search-desc {
	float: left;
	width: 200px;
}
.search-desc p {
	color: #878787;
}
.search-selection {
	margin-left: 210px;
}
.search-selection ul {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}
.search-selection ul.multi li {
	float: left;
	margin: 0 1em 0.5em 0;
	width: 12em;
}
.search-selection td {
	padding: 0.25em;
	vertical-align: top;
}
.search-selection .date-selection p {
	color: #878787;
	font-size: 10px;
	margin: 0;
}
.search-selection .date-selection td {
	vertical-align: middle;
}

.toolbox {
	background: #e7e7e7 url(backgrounds/grey_gradient.jpg) repeat-x top left;
	border: 1px solid #dedede;
	float: right;
	list-style: none;
	margin: 0;
	padding: 5px 5px 0;
	width: 230px;
}
.toolbox li {
	float: left;
	margin-right: 5px;
	margin: 0 5px 5px 0;
	white-space: nowrap;
	width: auto;
}
.article-top {
	margin-bottom: 1em;
}
.article-top h1, .article-top h4, .article-top p {
	margin-right: 245px;
}

/* =page-box */
.page-box {
	border: 1px solid #d4d4d4;
	min-height: 250px;
	padding: 10px;
}

/* =subscriber form */
.subscriber-form {
	border: 1px solid #dbdbdb;
	margin-bottom: 1em;
	min-height: 265px;
	padding: 5px 5px 0;
	width: 288px;
}
.subscriber-form form {
	margin: 0;
	padding: 0;
}
.subscriber-form form ul {
	margin: 0;
	padding: 0.5em 0 0;
	list-style: none;
}
.subscriber-form form li {
	float: left;
	margin: 0 0 0.75em;
	padding: 0;
	width: 100%;
}
.subscriber-form form li.last {
	margin: 0;
}
.subscriber-form form label {
	display: block;
	float: left;
	margin-right: 5px;
	width: 50px;
}
.subscriber-form form input[type=text] {
	width: 200px;
}
.subscriber-form form input[type=submit] {
	margin-left: 55px;
}
.subscriber-form p {
	margin: 1em 0 1em;
}
.subscriber-form > p:first-child {
	font-family: "American Typewriter", Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	margin: 0;
}
.subscriber-form form p {
	font-size: 85%;
}

#container {
	margin: 0 auto;
	position: relative;
	width: 950px;
}

/* =header */
#header {
	position: relative;
}
#header img {
	display: block;
}

#signup-form {
	position: absolute;
	right: 0;
	top: 170px;
	z-index: 1000;
}
#subscriber_email_head {
	width: 185px;
}

#top-nav {
	border-top: 1px solid #fff;
	float: left;
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
	width: 950px;
}
#top-nav a {
	display: block;
	font-family: "American Typewriter", Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
}

/* =featured-content-full */
#featured-content-full {
	background: #fff;
	border: 1px solid #b6b6b6;
	height: 265px; /* IE will show a gap at the bottom without this rule */
	margin-bottom: 2em;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
}
#featured-content-full div {
	width: 100%;
}
#featured-content-full img {
	border: 1px solid #b7b7b7;
	border-width: 0 1px 0 0;
	float: left;
}
#featured-content-full h2, #featured-content-full p {
	margin-left: 600px;
	padding: 5px 10px;
}
#featured-content-full h2 {
	background: #e7eaf3 url(backgrounds/blue_gradient.jpg) repeat-x top left;
	border: 1px solid #b7b7b7;
	border-width: 0 0 1px;
	color: #626367;
	font-size: 14px;
}
#featured-content-full p {
	margin-bottom: 0.25em;
}
#fc-nav-full {
	bottom: -250px;
	left: 610px;
	position: relative;
	text-align: right;
	width: 275px;
	z-index: 1000;
}
#fc-nav-full a {
	border-right: 1px solid #3E9DF9;
	font-weight: bold;
	margin: 0 2px 0 0;
	padding: 0 5px;
	text-decoration: underline;
}
#fc-nav-full a.last {
	border-right: none;
}
#fc-nav-full a.activeSlide {
	color: #000;
	text-decoration: none;
}
#fc-nav-full a:focus { outline: none; }

/* =blocks */
#blocks {
	clear: both;
	margin-top: 1em;
}
#blocks .block, #blocks .ad {
	float: left;
	margin: 0 24px 0 0;
}
#blocks .last {
	margin-right: 0;
}
#blocks .row {
	clear: left;
	padding-top: 1em;
}

/* =featured-content */
#featured-content {
	border: 1px solid #b6b6b6;
	height: 225px; /* IE will show a gap at the bottom without this rule */
	margin-bottom: 2em;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
}
#featured-content div {
	width: 100%;
}
#featured-content img {
	border: 1px solid #b7b7b7;
	border-width: 0 1px 0 0;
	float: left;
}
#featured-content h2, #featured-content p {
	margin-left: 330px;
	padding: 5px 10px;
}
#featured-content h2 {
	background: #e7eaf3 url(backgrounds/blue_gradient.jpg) repeat-x top left;
	border: 1px solid #b7b7b7;
	border-width: 0 0 1px;
	color: #626367;
	font-size: 14px;
}
#featured-content p {
	margin-bottom: 0.25em;
}
#fc-nav {
	bottom: -215px;
	left: 310px;
	position: relative;
	text-align: right;
	width: 275px;
	z-index: 1000;
}
#fc-nav a {
	border-right: 1px solid #3E9DF9;
	font-weight: bold;
	margin: 0 2px 0 0;
	padding: 0 5px;
	text-decoration: underline;
}
#fc-nav a.last {
	border-right: none;
}
#fc-nav a.activeSlide {
	color: #000;
	text-decoration: none;
}
#fc-nav a:focus { outline: none; }

/* featured content 2 */
#featured-2-container {
	background: #fff;
	width: 600px;
}
#featured-2-container h1 {
	background: #e7eaf3 url(backgrounds/blue_gradient.jpg) repeat-x top left;
	border: 1px solid #b7b7b7;
	font-size: 110%;
	margin: 0;
	padding: 10px;
}
#featured-content-2 {
	border: 1px solid #b7b7b7;
	border-top: none;
	min-height: 210px;
	padding: 10px;
}
#featured-content-2 div div {
	float: left;
	margin-top: 8px;
	width: 265px;
}
#featured-content-2 div.first {
	clear: left;
	margin-right: 15px;
}
#featured-content-2 div div img {
	border: 1px solid #666;
	float: left;
	margin: 0.5em 5px 5px 0;
	padding: 5px;
}
#featured-content-2 h2 {
	color: #8B1D13;
	font-size: 120%;
}

#wrapper {
	clear: left;
}

/* =content */
#content {
	float: left;
	width: 630px;
}

body.fc #content, body.single #content {
	float: none;
	width: 100%;
}
body.fc #content {
	padding-top: 0;
}

#files {
	list-style: none;
	margin: 0;
	padding: 0;
}
#files li {
	float: left;
	margin-bottom: 5px;
	padding: 0;
	width: 30%;
}

#secondary-content {
	margin-left: 650px;
}

#secondary-content h4, h4.vid-caption {
	background: #e7eaf3 url(backgrounds/blue_gradient.jpg) repeat-x top left;
	border: 1px solid #b7b7b7;
	font-size: 110%;
	padding: 10px;
}
#secondary-content h4 a, h4.vid-caption a {
	color: #000;
}
#secondary-content .block h4 {
	background: url(backgrounds/blue_gradient.jpg) repeat-x top left;
}
#secondary-content .block {
	margin-bottom: 1em;
	width: auto;
}
#secondary-content .ad {
	margin-bottom: 1em;
}

/* =breadcrumbs */
#breadcrumbs {
	margin: 0 0 10px;
	padding: 0 12px 12px 15px;
}
#breadcrumbs ul,
#breadcrumbs li {
	display: inline;
	margin: 0;
	padding: 0;
}
#breadcrumbs ul li {
	background: url(icons/arrow_right.gif) no-repeat 2px center;
	padding-left: 18px;
}
#breadcrumbs a {
	color: #437BAA;
}

/* =pagination */
#pagination {
	margin: 1em 0;
}
#pagination a, #pagination span {
	border: 1px solid #ccc;
	margin-right: 3px;
	padding: 2px 6px;
	text-decoration: none;
}
#pagination a:hover, #currentpage {
	border: 1px solid #000;
	background-color: #666;
	color: #fff;
}
#pagination span.totalpages {
	border: none;
	padding-right: 2em;
}

/* =footer */
#footer {
	clear: both;
	margin: 10px 0 40px;
}

#footer ul {
	clear: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	display: inline;
}
#footer ul ul {
	clear: none;
	float: left;
	margin: 0 15px;
	padding: 20px 0;
	width: 128px;
}
#footer ul ul li {
	display: list-item;
}
#footer ul li.parent {
	font-weight: bold;
}
#footer a {
	color: #000;
}

/* =tools */
#tools {
	/*background: #585151;*/
	float: left;
	padding: 5px;
	width: 938px;
}
#tools ul {
	color: #fff;
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
}
#tools li {
	display: inline;
	margin: 0 1em 0 0;
	padding: 0;
}
#tools a {
	color: #000;
}
#tools form {
	float: right;
	margin: 0;
	width: auto;
}

#powered-by {
	font-size: 85%;
	margin-top: 4em;
}
#powered-by a {
	text-decoration: underline;
}

/* =skiplinks */
#skipLinkList {
	font-size: 0px;
}
#skipLinkList li {
	list-style:none;
}
a.skip-link {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000 !important;
	font-size:0px;
	color:#000 !important;
	display:block;
	margin:0;
	text-indent:-30000px;
	outline:none;
	text-align:left;
	filter:alpha(opacity=100);
	opacity:1;
}