@import "menu-styles.css";

.alternate, .hidden { display: none; }

html
{
	margin: 0;
	padding: 0;
	min-width: 780px;
}

body
{
	margin: 0;
	padding: 0;
	color: black;
	background: white;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
}

td, th
{
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	color: black;
	background: transparent;
}

#wrapper
{
	background-image: url(/images/layout/content-background.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#content
{
	margin: 0;
	padding: 1em 250px 2em 50px;
	min-height: 300px;
}

#sidebar
{
	color: white;
	float: right;
	width: 180px;
	padding: 1em;
}

#sidebar h3
{
	background: transparent;
	color: #FDD841;
	padding-bottom: 0.25em;
	font-size: 16px;
	text-shadow: #78001E 4px 4px 2px;
}

#footerHorizontalRule
{
	visibility: hidden;
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

#footer
{
	margin: 0;
	color: white;
	background-image: url(/images/layout/content-background.gif);
	background-repeat: repeat;
	background-color: #D60034;
	padding: 0.5em 1em 0.5em 3em;
	line-height: 1.5;
}

#footerLinks
{
	float: right;
	width: 199px;
	background: black;
	margin: -0.5em -1em -0.5em 0;
	padding: 0.5em 10px 0.5em 10px;
	text-align: right;
}

#footer a
{
	background: transparent;
	color: white;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

#footer a:hover
{
	color: #FDD841;
}

#searchBox
{
	position: absolute;
	right: 65px;
	top: 3px;
	width: 155px;
	text-align: right;
}

#searchButton { width: 30px; }
h3 { font-size: 12px; }
h4, h5, h6 { font-size: 11px; }

h3 .newsdate
{
	font-weight: normal;
	font-size: 11px;
}

#sidebar ul
{
	margin-left: 0;
	/* for IE Mac */
	padding-left: 0;
	padding-bottom: 1em;
}

#sidebar ul > li
{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1em;
	margin-right: 1em;
	margin-left: 1em;
	list-style-type: none;
}

#sidebar ul > li.pressreleaseitem { font-weight: normal; }

#sidebar a:link
{
	color: #FDD841;
	background: transparent;
}

#sidebar a:visited
{
	color: #FDD841;
	background: transparent;
}

#sidebar a:hover
{
	color: black;
	background: transparent;
}

#sidebar a:active
{
	color: black;
	background: transparent;
}

img { border: 0; }

input#q
{
	padding: 3px;
	border: solid 1px black;
	background: white;
	color: black;
}

#breadcrumbs
{
	color: #7F7F7F;
	font-size: 14px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 2em;
}

#breadcrumbs a
{
	padding: 2px;
	color: #7F7F7F;
	font-weight: normal;
	text-decoration: none;
	border: none !important;
}

#breadcrumbs a:hover
{
	color: #4C4C4C;
	background-color: #F2F2F2;
}

a:link
{
	color: #0000FF;
	background: transparent;
}

a:visited
{
	color: #00C;
	background: transparent;
}

a:hover
{
	color: black;
	background: transparent;
}

a:active
{
	color: #404080;
	background: transparent;
}

hr
{
	border: none;
	height: 1px;
	background: black;
	color: black;
}

hr.gap { margin: 2em 0 1em 0; }

