/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END CSS RESET */
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote, dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

body {
    background-color: #fff;
    font-family: "Trebuchet MS", arial, helvetica, sans-serif;
    color: black;
}

a img { border:0; }
a { color: #004489; }
a:visited { color: #004489; }
a:hover { color: #236ab2; }
a:active { color: #004489; }

#container {
	width:850px;
	margin:50px auto;
}

#header {
	width:100%;
	position: relative;
	margin:0px 0px 20px 0px;
}

#primary-navigation {
	height: 26px;
	width: 100%;
	background: #000;
	margin-bottom: 10px;
}

#primary-navigation ul {
	padding:6px 0px 0px 0px !important;
}

#primary-navigation ul li {
	float:left;
	display:block;
	margin:0px 15px 0px 0px;
}

#primary-navigation ul li a {
	font-size:13px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}

.clearer {
    clear: both;
}

#logo {
    width: 186px;
    height: 70px;
    float: left;
	margin-bottom:20px;
}

#slogan {
	float:left;
	margin-left: 20px;
	text-transform: uppercase;
}

#slogan h2 {
	font-size:22px;
	color:#000;
}

#illustration, #illustration2, #illustration-wrapper {
    width: 850px;
    height: 390px;
    position:relative;
}

#next, #prev {
	width:20px;
	height:30px;
	color:#fff;
	text-decoration:none;
	color:#000;
	font-size:18px;
	display:block;
	position:absolute;
	z-index:20;
}

#prev { background: url("/f/281_prev-arrow.png") no-repeat; left:-25px;top:50%;}
#next { background: url("/f/280_nex-arrowt.png") no-repeat; right:-28px;top:50%;}

hr {
    border: 0;
    height: 1px;
    color: silver;
    background-color: silver;
    margin-top: 14px;
}

#main-content {
	float:left;
	width:535px;
}

#main-content-body{
	font-size:13px;
}

#main-content-header {margin:0px 0px 10px 0px !important; }

#main-content .inside {
	padding: 0px 20px 0px 10px;
}

#left-sidebar {
	float:left;
	width:200px;
	background:#dcdcdd;
}

#left-sidebar p {
	font-size:12px;
}

#left-sidebar .inside {
	padding:5px;
}

#left-sidebar h3 {
	margin: 0px 0px 10px 0px !important;
	text-transform: uppercase;
}
#left-sidebar ul li {	list-style-type: square;}
#left-sidebar ul li a {
	text-decoration: none;
	color:#000;
	text-transform: uppercase;
	font-size:11px;
}

#right-sidebar {
	width:115px;
	float:left;
}

#right-sidebar h3 {
	margin: 0px 0px 10px 0px !important;
	text-transform: uppercase;
}
	
#footer {
	margin: 20px 0px 0px 0px;
    width: 100%;
	height:20px;
	background: #000;
    text-align: center;
    font-size: 10px;
    color: white;
}

#footer a {
    color: white;
}

#footer  p {
	line-height: 1.5;
}

/* FLEXHTML AND SO ON */
span.artDate { font-size:11px; }
#searchbox {
    margin-top: 5px;
    padding: 15px;
    background-color: #e7e7e7;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#newsbox {
    padding: 15px;
    background-color: #e7e7e7;
    padding-top: 15px;
    padding-bottom: 15px;
}

#fileListing {
	margin-top: 10px;
}

#fileListing ul, #fileListing ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#fileListing ul li {
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 2px;
	margin-top: 2px;
	font-size: 10px;
	padding: 3px;
}

#archiveList, #archiveList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#archiveList li {
	margin-bottom: 5px;
}

#archiveList li .archiveListItemDate {
	display: block;
	font-size: 11px;
}

#flexhtml_emailform_1 label {
	display: block;
	margin-bottom: 6px;
	margin-top: 16px;
	font-size: 11px;
	color: black;
}

#flexhtml_emailform_1 input {
	display: block;
	margin-top: 10px;
	font-size: 11px;
	color: black;
}

#flexhtml_emailform_1 textarea {
	width: 400px;
	height: 150px;
	font-size: 11px;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
}

#flexhtml_gallery ul, #flexhtml_gallery li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#flexhtml_gallery ul li {
	display: inline;
}

.main-content-excerpt {
       display: block;
       padding-bottom: 15px;
}

#main-content-body img.floatRight { 
    float: right; 
    margin: 4px; 
}


#archive-link {
	font-size:12px;
	display:block;
	margin:5px 0px;
}
