
/* --- No Hacks CSS Document --- */

/* General Page Layout & Style */

body {
  	margin-top:20px;
  	text-align: center; /* Centers the page */
    font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size:12px;
}

a {
	color: #000000;
}

/* li {border-right: 1px solid;} */

#PageWrapper {
  	position: relative;
  	top: 0;
  	right: 0;
  	margin: 0 auto;
  	width: 932px;
  	text-align: left;
}

/* Type */

p {
	margin:0px;
	padding:0px;
	font-size:11px;
	line-height:1.5;
}

/* Hidden Access */

h1 {
	display:none;
}

.d {
	display:none;
}

/* Header */

#mastHead {
	height:52px;
	margin-bottom:2px;
}

#logo {
	float:left;
}

#logo img {
	border:none;
}

#leftfloat {
	float:left;
}

#rightfloat {
	float:right;
}

#contact {
	text-align:right;
	font-size:larger;
	font-weight:bolder;
}

.number {
	font-size:16px;
}

/* Header Menu */

#menubar {
	margin-right:-10px;
	text-align: right;
}

#menubar #menu {
	padding: 0;
	margin: 15px 5px 5px 5px;
}

#menubar #menu li { 
	display: inline;
	/*border-left: 1px solid black;*/
	background: url(../siteImages/divider.gif) no-repeat left bottom;
	padding: 0 5px;
}

#menubar #menu li a {
	color:#000000;
	text-decoration:none;
}

#menubar #menu a:hover {
	text-decoration:underline;
	background-image:url(../siteImages/arrow_07.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:10px;
}

#menubar #menu li.first
{
	background: none;
}

#menubar #current {
	background-image:url(../siteImages/arrow_07.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:10px;
	text-decoration:underline;
}

/* Content Area */

#PageContent {
	background-color:#000000;
	padding-top:10px;
}

#Content {
	background-color:#000000;
}

#ContentWhite {
	margin-left: 9px;
	margin-right:8px;
	background-color:#FFFFFF;
	margin-top:0px;
}

#flashpanel {
	width:100%;
	background-color:#000000;
	text-align:center;
}

#flashpaneltop {
	width:100%;
	background-color:#000000;
	height: 240px;
	margin-left:9px;
	margin:0px;
}

#fader {
	width:915px;
	height:15px;
	background-image:url(../siteimages/fader.jpg);
	background-repeat:no-repeat;
}

#contentpadding {
	padding:10px 20px 40px 20px;
	background:#ffffff;
}

#contentpadding ul {
	line-height: 2em;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#contentpadding ul ul {
	list-style: disc;
	margin: 0 0 0 40px;
	padding: 0;
}

#pictureholder {
	float:left;
	width:130px;
	height:144px;
	margin:0px 10px 10px 0px;
}

.quote {
	float:right;
	margin: 0 0 0 10px;
	width:236px;
	height:auto; /* 144px; */
	background: #DCDCDC url(../siteimages/panelquote.jpg) no-repeat;
}

.quoteinside {
margin:14px;
font-family:"Times New Roman", Times, serif;
font-size:24px;
color:#000000;
}

.quoteref { 
text-align:right;
margin: 0 14px 5px 0;
}

.quotebottom {
	width: 236px;
	height: 4px;
	line-height: 4px;
	background: #ffffff url(../siteimages/panelquotebottom.jpg) no-repeat;
}

/* Ticker Area */

#TickerArea {
	background-color:#000000;
	background-image:url(../siteImages/footer.jpg);
	clear: both;
	height:34px;
}

#tickerbottom {
	float:right;
	width:700px;
	margin-right:7px;
}

.hozspacer {
	height:3px;
	background:url(../siteimages/hoz.jpg) no-repeat;
}

#tickerbottom {
	margin-top:5px;
}

/* Footer Links */
#footer a {
	color:#000000;
}

#footer a:hover {
	color:#666666;
}

#frog {
	text-align:right;
	float:right;
	margin-top:5px;
	font-size:10px;
	margin-right:5px;
}

#footerlinks {
	float:left;
	margin-top:5px;
	font-size:10px;
	margin-right:5px;
}

#sitemap {
	float:left;
	margin-top:5px;
	font-size:10px;
	margin-left:5px;
}

/* Sub Navigation */

#navcontainer {
	padding: 2px;
	border-top:1px solid #000000;
}

#navcontainer ul {
	background: #ffffff url(../siteimages/fader2.jpg) repeat-x bottom;
	color: #ffffff; /* Replace with "White" if browser problems in IE6 */
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size:14px;
	margin: 0;
	padding: 0;
	width: 100%;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #000000;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	border-left:#999999 5px solid;
	background-image:url(../siteimages/fader2.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#navcontainer ul li a:hover {
	background-color: #ffffff;
	color: #000000;
	background-image:url(../siteimages/fader3.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}


#navcontainer ul li a.Selected /* RB Added this, but can't get it to work */
{
	background-color: #ffffff;
	color: #000000;
	background-image:url(../siteimages/fader4.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#navcontainer ul li a.Selected:hover {
	background-color: #ffffff;
	color: #000000;
	background-image:url(../siteimages/fader3.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#navcontainer ul li #currentsub {
	background-color:#FFFFFF;
	color:#000000;
	background-image:url(../siteimages/fader3.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

.navlist { 
	margin:0px;
}

/* Breadcrumbs */

#breadcrumbs {
	font-size:10px;
	clear: both;
	color:#666666;
	padding: 10px 0 0 15px;
}
#breadcrumbs ul {
	display: inline;
	list-style:none;
	padding: 0;
	margin: 0;
}

#breadcrumbs ul li {
	display: inline;
	background: url(../siteImages/raquo.gif) no-repeat left 70%;
	padding: 0 0 0 10px;
	margin: 5px 0 5px 5px;
}
#breadcrumbs ul li.first {
	display: inline;
	background: none;
	padding: 0;
	margin 0;
}	

#breadcrumbs a:hover {
	color:#000000;
	text-decoration:underline;
}

#breadcrumbs a {
	color:#666666;
	text-decoration:none;
}

#footerlinks ul
{
	list-style:none;
	clear:none;
	margin: 0;
	padding: 0 0 5px 0;
}

#footerlinks ul li
{
	display: inline;
	border-left: 1px solid black;
	padding-right: 5px;
	padding-left: 5px;
}

#footerlinks ul li.first
{
	border: none;
}

/* Page specific styles */

/*Contact page */
#register fieldset {
	border: none;
	margin: 0;
	padding: 10px 0 0 0;
}

#register ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#register ol li {
	margin: 2px;
	padding: 0;
	float: left;
	clear: left;
}



#register .nolabel {
	margin: 0 0 0 20px;
}

#register label
{
	position: relative;
	float: left;
	width: 10em;
	margin-right: 5em;
}

#register label em
{
	position: absolute;
	left: 14em;
	top: 0;
}

#register .submit
{
	float: none;
	width: auto;
	border: solid 1px #333333;
	margin-left: 15em;
	background-color: transparent;
	background-image: none;
}