/* CSS Document */

/* Default */

body,td {
  font-family: verdana, bitstream vera sans, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #505050;
  text-align:center;
}

body {
  margin: 0px 0px 20px 0px;
  background-color: #000000;
  background-image: url(../images/pictures/large/system-files/img_background.gif);
  background-position: top center;
  background-repeat: no-repeat;
}

input,select,textarea {
  font-family: verdana, bitstream vera sans, arial, helvetica, sans-serif;
  font-size: 11px;
}

img, div, input { behavior: url("/~felicity/css/iepngfix.htc") }

/* Headings, styles */

.heading { font-size: 15px; color: #e6e7e8;}
.redheading { font-size: 18px; color: #5D011D; }
.purpleheading { font-size:15px; color: #662d91; }
.subheading { font-size: 14px; }

.small { font-size: 10px; }
.tiny { font-size: 9px; }
.white { color: white; }
.grey { color: #a0a0a0; }
.red { color: #cc0001; }
.darkred { color: #5D011D; }

/* Links */

a {
  color: #1C63C5;
}
a:visited {
  color: #1C63C5;
}
a:hover {
  color: #1C63C5;
}

/* Misc */

form {
  margin: 0px;
}

hr {
  border-width: 0px;
  height: 1px;
  color: #c0c0c0;
  background-color: #c0c0c0;
}

.star {
  font-family: verdana;
  font-size: 13px;
  color: #c01010;
}

#mainCell {
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 20px;
}

div.siteByInfo {
  padding-top: 2px;
  padding-bottom: 3px;
  font-size: 10px;
  color: #c0c0c0;
}
div.siteByInfo a { color: #c0c0c0; text-decoration: none; }
div.siteByInfo a:visited { color: #c0c0c0; text-decoration: none; }
div.siteByInfo a:hover { color: #e0e0e0; text-decoration: none; }




span.navHoverLink .subMenu {
	visibility: hidden;
	position: absolute;
	margin-left: -8px;
	margin-top: 11px;
	padding-top: 11px;
}


.subMenu a {
	display: block;
	padding: 5px;
	color: white;
	text-decoration: none;
	/*background-color: #ff9050;*/
	background-color: #596b8f;
}
.subMenu a:visited {
	color: white;
	text-decoration: none;
}
.subMenu a:hover {
	background-color: #ff9050;
	color: white;
	text-decoration: none;
}

span.navHoverLink:hover .subMenu {
	visibility: visible;
}

span.navHoverLink.over .subMenu {
	visibility: visible;
}



.sitemapDiv {
  margin-bottom: 3px;
}
.sitemapHdrDiv {
  background-color: #f0f0f0;
  padding: 4px;
  margin-top: 24px;
  margin-bottom: 6px;
}
table.sitemapTbl {
  width: 500px;
}
td.sitemapMidCell {
  border-left: 1px solid #c0c0c0;
}

#container
{
	width:955px;
	margin:auto;
	text-align:left;
	height:1164px;
	margin-bottom:20px;
}

#topSpacer
{
	height:216px;
}

#bannerTop
{
	background-image: url(../images/pictures/large/system-files/img_banner.jpg);
	height: 154px;
	width:955px;
}

#menu
{
	height: 20px;
	background-image: url(../images/pictures/large/system-files/img_menu-background.jpg);
	background-repeat: no-repeat;
}

#menuContents
{
       text-align: right;
       margin: 0px 14px 0px 0px;
       padding: 3px 0px 0px 0px;
	   font-family: Arial, Helvetica, serif;
	   
      
}

#menuContents a, #menuContents a:visited
{
      color: #58595b;
text-decoration: none;
}

#menuContents a:hover
{
      color: #662d91;
text-decoration:none;
}

#bannerBottom
{
	height:7px;
	/*background-image: url(../images/pictures/large/system-files/img_banner-bottom.jpg);*/
}

#newsletterSignup
{
	position:absolute;
	margin: 48px 0px 0px 0px;
	text-align:right;
	width: 890px;
}

.newsletterSignupInput
{
	margin-bottom:5px;
	width:125px;
	height:18px;
}

#newslettterJoinButton
{
	margin-top:8px;
	cursor:pointer;
}

#content
{
	margin-top:26px;
	color:#58595b;
	margin-left: 28px;
	
	font-size:12px;
	line-height:19px;
	font-family: Arial, Helvetica, Georgia, Serif;
	float:left;
        width:640px;
	height:540px;
	overflow:auto;
}

#sidebar
{
	width: 315px;
	text-align:right;
	float:left;
}

#content a, #content a:visited
{
	/*color:#662d91;*/
	color: #7c51a1;
	text-decoration: none;
}

#content INPUT
{
	background-color: #464646;
	border:0px;
	height:20px;
	font-size:12px;
	font-family: Arial, Helvetica, Georgia, Serif;
	color: #FFF;
	
	padding: 2px 2px 2px 5px;
}

#content TEXTAREA
{
	background-color: #464646;
	border:0px;
	height: 107px;
	width: 500px;
	font-size:12px;
	font-family: Arial, Helvetica, Georgia, Serif;
	color: #FFF;
	
	padding: 2px 2px 2px 5px;
}

#footer
{
	color: #662d91;
	text-align:left;
	
	margin: 14px 0px 14px 30px;
}

#footer a, #footer a:visited
{
	/*color:#662d91;*/
	text-decoration: none;
}

.contactFormRow
{
	padding-bottom: 8px;
	
}
.contactFormDetails
{
	width:190px;
	float:left;
}

.contactFormInput
{
	float:left;
}

.clear
{
	clear:both;
	
}

.contentArea
{
	height:540px;
	overflow:auto;
}	