@charset "UTF-8";

body
{
	background-image: url('../images/site-shell/background-gradient.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	top: 0px;
	margin: 0px;
	padding-top: 0px;
	text-align: center;
}

#mainContainer
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	height: 100%;
	top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
}

#noPrint {
	display: block;
}

/* Right Container */
#rightContainer
{
	width: 285px;
	height: auto;
	float: right;
}

/* Left Container */
#leftContainer
{
	width: 610px;
	height: auto;
	position: relative;
	margin: 0 15px 0 20px;
	float: left;
}

.hrSeparator
{
	background-image: url('../images/misc-reuse/hr-separator.gif');
	background-repeat: no-repeat;
	width: 610px;
	height: 3px;
	float: left;
	margin-top: 10px;
}

.clear {
	clear: both;
}

/* tool bar */

#breadcrumbs, #siteSearch
{
	font-size: 10px;
	font-weight: 700;
	position: relative;
	height: 15px;
	color: #660099;
	font-size: 11px;
	top: -35px;
}

#breadcrumbs
{
	left: 60px;
	width: 650px;
	position: absolute;
	top: 280px;
	left: 35px;
}

#breadcrumbs a
{
	color: #660099;
	text-decoration: none;
}

#breadcrumbs a:hover
{
	text-decoration: underline;
}

#siteSearch
{
	position: absolute;
	width: 299px;
	height: 23px;
	left: 701px;
	top: 280px;
	vertical-align: middle;
	padding: 0px;
}

input.searchButton
{
	display: block;
	width: 43px;
	height: 20px;
	background: url('../images/site-shell/search-go-button.gif') no-repeat;
	background-position: 0px 0px;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	padding: 0px;
	position: relative;
	top: -21px;
	left: 180px;
}

input.searchButton:hover, input.searchButton-hover
{
	background-position: -43px 0px;
}

#searchBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	vertical-align: middle;
}

/* tool bar END */

/* footer */

#footer
{
	background-image: url('../images/site-shell/yellow-footer.gif');
	background-repeat: repeat-x;
	width: 940px;
	height: 47px;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
}

#footer p
{
	position: relative;
	top: 10px;
	color: #663300;
	font-size: 11px;
	text-align: center;
}

#footer a
{
	color: #663300;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
} 

img
{
	border: none;
	border-width: 0px;
}

h1{
	font-size:17px;
	color:#E39D2A;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h1.headerCallout
{
	background-image: url('../../content/images/arrow-bullet.gif');
	background-repeat: no-repeat;	
	color: #E39D2A;
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	padding-left: 15px;
	margin: 10px 0 0 15px;
}

h2{
font-size:14px;
color:#663399;
font-family:Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
}

h3{
font-size:12px;
color:#663399;
font-family:Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
font-style: italic;
}

h4
{
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-weight: 400;
}

/* hyperlink styles */

a.readMore {
	color: #682E92;
	font-weight: bold;
	text-decoration: underline;
}

a:visited.readMore {
	color: #682E92;
	font-weight: normal;
	text-decoration: underline;
}

a:active.readMore {
	color: #FDC136;
	font-weight: normal;
	text-decoration: none;
}

a:hover.readMore {
	color: #FDC136;
	font-weight: normal;
	text-decoration: none;
}

a.calloutHeader{
font-size:12px;
color:#663399;
font-family:Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
font-weight: 700;
}
