html, body, p, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td, label
{
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: #000;
}

div, ul, ol, dl, table, form
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 84%;
	line-height: 140%;
	background: #886;
}

ul, li, dl, dt, dd
{
	list-style-type: none;
}

form
{
	display: inline;
}

input, select, textarea
{
	font-family: Trebuchet MS, Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: #333;
}

select, textarea
{
	margin: 0;
	padding: 0;
	background: #fff;
}

img
{
	border: none;
	margin: 0;
	padding: 0;
}

a
{
	color: #344;
	font-weight: bold;
}

span
{
	font-family: Trebuchet MS, Arial, Helvetica, Geneva, Verdana, sans-serif;
}

strong
{
	font-weight: bold;
}

hr,
p.accessibility,
h6
{
	display: none;
}

.center
{
	text-align: center;
}

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

.clear { display: block; height: 1%; }
* html .clear { clear: none; }

.clear:after
{
	height: 0;
}







h1
{
	font-size: 160%;
	line-height: 120%;
	color: #fff;
	font-weight: normal;
	background: #68a;
	padding: 5px 10px;
	margin: 0 0 5px 0;
}

h2
{
	font-size: 120%;
	color: #000;
	padding: 0 10px;
}

h3
{
	font-size: 100%;
	padding: 10px 10px 0 10px;
}

div#container
{
	margin: 0 30px 0 30px;
}

div#header
{
	height: 120px;
	background: url(../img/header-bg.jpg) #ddd;
	border-bottom: 3px solid #a0aaa0;
}

img#fsi-logo-img
{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

div#site-identifier
{
	position: absolute;
	top: 34px;
	right: 30px;
	height: 85px;
	background: url(../img/site-identifier-bg.png) no-repeat top right;
	padding: 22px 85px 0 0;
}

div#site-identifier p
{
	font-size: 150%;
	color: #fff;
	font-style: italic;
	padding: 0 0 5px 0;
}

div#site-identifier p strong
{
	font-size: 130%;
}

div#search
{
	height: 35px;
	background: url(../img/search-bg.png) no-repeat top right;
	text-align: right;
	padding: 7px 131px 0 0;
}

div#search label
{
	font-size: 105%;
	color: #000;
	font-weight: bold;
	font-style: italic;
	vertical-align: top;
}

div#search input#input-search
{
	vertical-align: top;
	margin: -2px 0 0 0;
}

div#search input#submit-search
{
	padding: 0 3px;
	margin: -3px 0 0 0;
}

div#content-wrapper
{
	background: #333;
	padding: 8px;
}





div.context-container-padding
{
	background: #c0cac0;
	border-bottom: 3px solid #a0aaa0;
	padding: 5px 10px;
	margin: 0 0 5px 0;
}

div#context-primary
{
	width: 190px;
	float: left;
	padding: 5px 0;
}

div#context-primary h1
{
	font-size: 110%;
	color: #000;
	font-weight: bold;
	background: url(../img/context-headline-bg.png) no-repeat #ddd;
	padding: 6px 10px 6px 20px;
	margin: 0;
}

div#context-primary ul.menu
{
	background: #444;
	margin: 0 0 5px 0;
}

div#context-primary ul.menu li
{
	text-align: right;
	border: 1px solid #666;
	background: url(../img/context-menu-item-bg.png) repeat-x;
	margin: 0 0 5px 0;
}

div#context-primary ul.menu li a
{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	border-right: 14px solid #222;
	padding: 3px 10px;
	display: block;
}

div#context-primary ul.menu li.active a
{
	border-right: 14px solid #68a;
}

div#context-primary ul.alternating
{
	background: #c0cac0;
	border-bottom: 3px solid #a0aaa0;
	margin: 0 0 5px 0;
}

div#context-primary ul.alternating li
{
	padding: 5px 10px;
}

div#context-primary li.alternating
{
	background: #a0aaa0;
}





div#content
{
	padding: 5px 0 0 0;
	margin: 0 0 0 198px;
}

div#content div.content-section
{
	width: 100%;
	background: #c0cac0;
	border-bottom: 3px solid #a0aaa0;
	float: left;
	margin: 0 0 5px 0;
}

div#content div.content-section p
{
	padding: 0 10px 20px 10px;
}

div#content div.content-section p.author
{
	font-style: italic;
	padding: 0 10px 10px 10px;
}

div#content div.content-section p.post-headline
{
	font-weight: bold;
	background: #da4;
	padding: 5px 10px;
	margin: 0 10px 5px 10px;
}

div#content div.content-section p.post-content
{
	padding: 5px 10px;
	margin: 0 10px 20px 10px;
}

div#content div.content-section p.container-foot
{
	background: #a0aaa0;
	padding: 5px 10px;
}

div#content div.highlight
{
	background: url(../img/content-highlight-bg.png) repeat-y #444;
}

div#content div.highlight h1
{
	font-size: 140%;
	color: #fff;
	background: #666;
	padding: 5px 10px;
	margin: 0 0 0 300px;
}

div#content div.highlight p
{
	color: #fff;
	padding: 5px 10px;
	margin: 0 0 0 300px;
}

div#content div.highlight a
{
	color: #fff;
}

div#content table
{
	margin: 10px 10px 20px 10px;
}

div#content table.fixed-width
{
	width: 500px;
}

div#content table.max-width
{
	width: 97%;
}

div#content table tr.alternating
{
	background: #b0bbb0;
}

div#content table th
{
	background: #da4;
}

div#content table th, td
{
	vertical-align: top;
	padding: 5px 10px;
}

div#content ul
{
	margin: 0 0 20px 0;
}

div#content ul.attached-link
{
	margin: 0;
}

div#content ul li
{
	list-style-image:url(../img/list.gif);
	padding: 0 10px 5px 5px;
	margin: 0 0 0 40px;
}

div#content div.form
{
	background: #b0bbb0;
	margin: 10px 10px 20px 10px;
}

div#content div.form table
{
	margin: 0;
}







img#intro-img
{
	float: left;
}

img.context-img-left
{
	float: left;
	border: 3px solid #a0aaa0;
	margin: 5px 5px 0 0;
}

img.context-img-right
{
	float: right;
	border: 3px solid #a0aaa0;
	margin: 5px 0 0 5px;
}

div.content-img
{
	padding: 10px 0 0 0;
}

img.content-img-left
{
	float: left;
	margin: 10px;
}

img.content-img-right
{
	float: right;
	margin: 10px;
}

div#footer
{
	background: url(../img/footer-button.png) repeat-y top left #ddd;
	border-top: 3px solid #a0aaa0;
}

div#footer-button
{
	float: left;
	padding: 7px 0 2px 35px;
}

div#footer-content
{
	background: url(../img/footer-content-bg.png) repeat-y top right;
	text-align: center;
	padding: 5px 0;
}

div#footer p
{
	color: #000;
}

div#footer p a
{
	color: #000;
}
