/* standard styles */
body {
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: center;
	font-family: Verdana;
	font-size: 10pt;
	background-color: #eaeaea;
}
td {
	font-family: Verdana;
	font-size: 10pt;
}
a:active, a:visited, a:link {
	font-family: Verdana;
	color: #005689;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Verdana;
	font-size:12pt;
	color: black;
	font-weight: bold;
}
h2 {
	font-family: Verdana;
	font-size: 10pt;
	color: black;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 4px;
}
ul {
	list-style-type: none;
	list-style-image: url(../images/bullet.png);
	margin-top: 0;
}
ul li {
	margin-top: 2px;
	margin-bottom: 2px;
}
ol {
	margin-top: 0;
}
ol li {
	margin-top: 2px;
	margin-bottom: 2px;
}
hr {
	clear: both;
	border: none;
	height: 1px;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #cacaca;
	background-color: #cacaca;
}
p {
	margin: 0;
	padding: 0;
}
input, textarea, select {
	border: solid #888888 1px;
	background-color: white;
	font-family: Verdana;
	color: black
	font-size: 10pt;
}
img {
	border: none;
}
form {
	margin: none;
	padding: none;
}

/* icons table */
table.icons {
	width: 100%;
}
table.icons td {
	width: 33%;
	padding: 8px 0 8px 0;
	text-align: center;
}
table.icons img {
	margin-bottom: 8px;
}

/* slideshow */
#slideshow a:active, #slideshow a:link, #slideshow a:visited {
	font-family: Verdana;
	color: #ffffff;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}
#slideshow a:hover {
	text-decoration: underline;
}
#slideshow {
	margin: 0;
	padding: 0;
	width: 680px;
	margin-bottom: 16px;
	background-image: url(../images/bg1.jpg);
	background-repeat: norepeat;
	cursor: pointer;
}
#slideshowblank {
	vertical-align: bottom;
	width: 100%;
	height: 300px;
}
#slideshowtext {
	height: 20px;
	background-color: black;
	color: white;
	padding: 8px;
	opacity: .75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
}
.slideshowbutton {
	color: white;
	width: 25%;
	padding: 8px;
	background-color: #f49402;
	border-top: solid white 2px;
	border-right: solid white 1px;
	border-left: solid white 1px;
}
.slideshowbuttonsel {
	border-top: solid white 2px;
	border-right: solid white 1px;
	border-left: solid white 1px;
	color: white;
	width: 25%;
	padding: 8px;
	background-color: #c2002b;
}
div.slideshowtext {
	width: 100%;
	padding: 4px;
}

/* menu / dropdowns */
div.menu a:active, div.menu a:link, div.menu a:visited, div.dropdown a:link, div.dropdown a:active, div.dropdown a:visited, div.dropdown a:hover {
	color: white;
}
div.menu {
	margin: 0;
	background-color: #0078c1;
	width: 984px;
}
div.menu div {
	float: left;
	margin-right: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}
div.menu div.sel {
	background-color: #eaeaea;
}
div.dropdown {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0078c1;
	padding: 5px;
}
div.dropdown a {
	display: block;
	padding: 2px;
	white-space: nowrap;
}

/* recent items list */
div.recentitems a:active, div.recentitems a:visited, div.recentitems a:link, div.recentitems a:hover {
	color: black;
	font-weight: normal;
}
div.recentitems {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	border-top: solid #005689 1px;
	width: 100%;
}
div.recentitems ol {
	width: 100%;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
div.recentitems ol li.item {
	margin-left: 5px;
	margin-right: 5px;
	border-top: solid #cacaca 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}
li.heading {
	color: #005689;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	margin: 0;
	background-image: url(../images/heading_bg.jpg);
	background-repeat: repeat-x;
}

/* home page info boxes */
table.homeinfo {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	width: 100%;
	border-top: solid #005689 1px;
}
td.homeinfotitle {
	background-image:url(../images/heading_bg.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	font-weight: bold;
	font-size: 12pt;
}

/* table styles */
td.half {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
td.quarter {
	width: 25%;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
}
table.list {
	width: 984px;
	border: solid black 1px;
}
table.list td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
tr.tr0 {
	background-color: white;
}
tr.tr1 {
	background-color: #eaeaea;
}
tr.heading {
	background-color: #4a4a4a;
	color: white;
	font-weight: bold;
}

/* main structure styles */
div.main {
	width: 1000px;
	margin: 0 auto;
	border: solid #888888 1px;
	text-align: left;
	background-color: white;
}
div.header {
	width: 984px;
	padding: 8px;
}
div.content {
	width: 984px;
	clear: both;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 20px;
}
div.footer {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 6px 0 6px 0;
	background-color: #cacaca;
	border-top: solid #888888 1px;
}
div.logo {
	margin: 0;
	width: 984px;
	height: 152px;
}
div.search {
	margin: 0;
	padding: 4px 4px 0 0;
	text-align: right;
	background-image: url(../images/logo2.jpg);
	height: 30px;
}

div.search input {
	height: 20px;
}

/* sitemap */
div.sitemap {
	text-align: center;
	color: #666666;
	font-size: 7pt;
}
div.sitemapcol {
	text-align: left;
	width: 130px;
	float: left;
	padding-left: 4px;
}
div.footertext {
	text-align: left;
	float: left;
	margin-left: 80px;
	margin-top: 20px;
}
div.sitemapcol ul {
	margin: 0;
	padding: 4px;
	list-style-image: none;
}
div.sitemapcol ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}
div.sitemapcol ul li.heading {
	font-size: 8pt;
	font-weight: bold;
	color: white;
	background: none;
	border: none;
	padding-left: 0;
}
div.sitemapcol li.heading a:active, div.sitemapcol li.heading a:link, div.sitemapcol li.heading a:visited, div.sitemapcol li.heading a:hover {
	font-weight: bold;
	font-size: 8pt;
}
div.sitemap a:link, div.sitemap a:active, div.sitemap a:visited, div.sitemap a:hover {
	font-size: 7pt;
	font-weight: normal;
	color: #666666;
}
div.footertext a:link, div.footertext a:active, div.footertext a:visited, div.footertext a:hover {
	font-weight: bold;
}

/* layout styles */
div.leftcol {
	width: 680px;
	float: left;
	margin: 0;
	margin-right: 16px;
	padding: 0;
}
div.rightcol {
	width: 288px;
	float: right;
	margin: 0;
	padding: 0;
}
div.left50 {
	width: 49%;
	float: left;
}
div.right50 {
	width: 49%;
	float: right;
}
.alignL {
	text-align: left;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignT {
	vertical-align: top;
}

/* form / people page lists */
ul.form {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
ul.form li {
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
}
ul.form li label {
	float: left;
	font-weight: bold;
	width: 120px;
}
ul.form li div {
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 3px;
}

/* general formatting */
h1.newstitle {
	font-family: Verdana;
	font-size:12pt;
	color: #005689;
	font-weight: bold;
	margin: 0;
}
span.small {
	font-size: 8pt;
}
span.req {
	color: red;
	font-weight: bold;
}
div.error {
	padding: 5px;
	border: solid #cacaca 1px;
	color: red;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
div.success {
	padding: 5px;
	border: solid #cacaca 1px;
	color: green;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
input.button {
	width: 60px;
	background-color: #eaeaea;
	font-weight: bold;
}
.toolbar {
	background-image: url(../images/wysiwyg/background_silver.jpg);
}
.buttonEditor {
	width: 20px;
	height: 20px;
	border: 0px solid transparent;
	margin: 1px;
	padding: 0px;
	background: transparent;
}
.buttonEditorOver {
	width: 20px;
	height: 20px;
	border: 1px solid #999999;
	margin: 0;
	padding: 0px;
}
.tableTextareaEditor
{
	border: 1px solid #888888;
}
.iframeText
{
	background-color: #FFFFFF;
}
h2.breadcrumb {
	font-size: 8pt;
}
h2.breadcrumb a:link, h2.breadcrumb a:active, h2.breadcrumb a:visited {
	font-size: 8pt;
}
div.floatimage {
	float: right;
	padding: 10px;
	border: solid #cacaca 1px;
	text-align:	center;
	font-size: 8pt;
	color: #555555;
	margin: 0 0 20px 20px;
}
p.articlesummary {
	margin-top: 8px;
	margin-bottom: 8px;
}
.noborder {
	border: none;
}
#datepicker {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	background-color: white;
	border: solid 1px #888888;
	visibility: hidden;
}
#datepicker tr.header {
	font-weight: bold;
}
#datepicker td {
	text-align: center;
}