@charset "utf-8";
/* CSS Document */
* { 
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
}
body { 
	font: 62.5%/2em Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; 
	background: #c8c8c8 url(../../images/page-bg.jpg) repeat-x 0 0;  
}
#header-wrapper {
	width: 934px;
	margin: 0 auto;
}
#top-nav {
	width: 934px;
	height: 124px;
	background-image: url(../../images/logo-top.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#top-nav h1 {
	position: absolute; 
	left: -9999px; 
	overflow: hidden;
}
#nav-one-container {
	height: 19px;
	margin: 0 0 1px 0;
}
#nav-text { 
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#nav-text li {
	display: inline;
	margin-right: 15px;
	padding-left: 8px;
	color: #666666;
	font-weight: bold;
	background-image: url(../../images/nav-one-bullet.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#nav-text a { 
	color: #666666;
	text-decoration: none;
}
#nav-text a:hover { 
	color: #ffff00;
	text-decoration: none;
}
#nav-text .active {
	color: #ffff00;
}
#mailing-list {
	width: 450px;
	height: 28px;
	padding: 15px 0 0 124px;
	margin-bottom: 15px;
	background-image: url(../../images/join-our-newsletter.jpg);
	background-position: 0 17px;
	background-repeat: no-repeat;
}
#mailing-list form {
	width: 350px;
	padding: 0;
}
#mailing-list .email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 2px solid #999999;
	width: 250px;
}
#mailing-list .submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 2px solid #999999;
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
}
#main-nav-container {
	height: 19px;
	margin: 0 0 1px 0;
}
#main-nav { 
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#main-nav li {
	display: inline;
	margin-right: 10px;
	padding-left: 8px;
	color: #333333;
	font-weight: bold;
	background-image: url(../../images/main-nav-bullet.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#main-nav a { 
	color: #333333;
	text-decoration: none;
}
#main-nav a:hover { 
	color: #ff0000;
	text-decoration: none;
}
#main-nav .active {
	color: #ff0000;
}
#content-wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}
#content { 
	width: 934px; 
	margin: 0 auto 3px auto;
	background-image: url(../../images/content-bg.jpg);
	background-position: top;
	background-repeat: repeat-y; 
} 
/*start iemac hide \*/ 
* html #content { 
	width: 940px; 
	w\idth: 934px;
} 
/*end iemac hide*/ 

#content-left {
	width: 584px;
	float: left;
}
#content-left-inner {
	padding: 14px 10px 14px 0;
}
#content-left-inner #event {
	width: 206px;
	height: 134px;
	float: left;	
	margin: 0 15px 15px 0;
}
#content-left-inner ul {
	margin: 0 0 0 25px;
}
#content-left-inner li {
	font-size: 11px;
	color: #666666;
}
#content-left-inner li a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
#content-left-inner li a:hover, a:active {
	color: #ff0000;
	text-decoration: underline;
}
#page-header {
	width: 574px;
	height: 40px;
	background-image: url(../../images/page-header-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#page-header h1 {
	padding: 10px 0 4px 10px;
	font-size: 14px;
	color: #ffffff;
}
#content-right {
	width: 350px;
	float: left;
}
#content-right-inner {
	padding: 14px 0 14px 8px;
}
#related-links {
	list-style-type: none;
}
#related-links li {
	width: 250px;
	height: 22px;
	background-image: url(../../images/related-link-bg.jpg);
	margin: 0 0 9px 0;
}
#related-links li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	padding: 0 0 0 25px;
	text-decoration: none;
}
#related-links li a:hover {
	color: #ff0000;
}
#footer-wrapper {
	width: 100%;
	margin: 0;
	background-color: #c8c8c8;
	background-image: url(../../images/footer-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#footer-nav-container {
	width: 934px;
	height: 27px;
	margin: 3px auto;
}
#footer-nav { 
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer-nav li {
	display: inline;
	color: #666666;
}
#footer-nav a { 
	color: #666666;
	text-decoration: none;
}
#footer-nav a:hover { 
	color: #ff0000;
	text-decoration: none;
}
#footer-nav .active {
	color: #ff0000;
}
#footer {
	width: 934px;
	margin: 0 auto;
	text-align: center;
}
#footer #logos {
	list-style-type: none;
}
#footer #logos li {
	display: inline;
	margin: 0 10px 0 0;
}
#footer #logos li img {
	border: none;
}
#label {
	width: 80px;
	float: left;
	padding: 0 5px 0 5px;
	font-size: 10px;
}
#news-box {
	height: 18px;
	margin: 16px 0;
	padding: 5px 0;
	background-color: #f2f2f2;
	font-size: 11px;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
}
#news-box a:link, a:visited{
	color: #666666;
	text-decoration: none;
}
#news-box a:hover, a:active{
	color: #333333;
	text-decoration: underline;
}
#feature {
	width: 339px;
	height: 80px;
	background-color: #ffffff;
	background-image: url(../../images/push-btn-bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #cbcbcb;
	margin: 0 0 5px 0;
}
#feature img {
	float: left;
	padding: 0 10px 0 0;
	border: 0;
}
#feature-text {
	padding: 8px 0 0 0;
}
#feature-text p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 0 10px 0 0;
	margin: 0 0 3px 0;
	line-height: normal;
}
#feature-text p.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding: 0 10px 0 0;
	margin: 0 0 3px 0;
	line-height: normal;
}
#feature-text .title {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 5px;
	background-image: url(../../images/black-bullet.jpg);
	background-position: left;
	background-repeat:no-repeat;
}
#feature-text a {
	color: #666666;
	text-decoration: none;
}
#feature-text a:hover {
	color: #000000;
	text-decoration: underline;
}
/* tributes */
#tribute {
	width: 339px;
	background-color: #ffffff;
	background-image: url(../../images/push-btn-bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #cbcbcb;
	margin: 0 0 5px 0;
}
#tribute-text {
	padding: 8px;
}
#tribute-text p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 0 10px 0 0;
	margin: 0 0 3px 0;
	line-height: normal;
}
#tribute-text .title {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 5px;
	background-image: url(../../images/black-bullet.jpg);
	background-position: left;
	background-repeat:no-repeat;
}
/* tables */
table.news {
	width: 95%;	
	border-collapse: no-collapse;
}
table.news th {
	background-color: #333333;
	color: #ffffff;
	padding: 00 1em 0 0.2em;
	text-align: left;
}
table.news td {
	padding: 0 1em 0 0.2em;
}
table.news tr.d0 td {
	background-color: #ffffff;
}	
table.news tr.d1 td {
	background-color: #eaeaea;
}
/* Form Elements */
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
fieldset {
	padding: 10px 0 25px 10px;
	width: 95%;
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
legend {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px 10px 5px;
	text-align: left;
}
.submitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF00;
	background-color: #000000;
	border: 1px solid #000000;
	margin-top: 10px;
	font-weight: bold;
}
.inputBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00000;
	border: 1px solid #000000;
}
.errormsg {
	background-color: #FFFFFF;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
/* general */
.clear-content { 
	clear: both; 
}
.image-left {
	padding: 0 10px 10px 0;
	float: left;
}
.image-right {
	padding: 0 0 0 6px;
}
h1
{
	color: #FA0008;
	font-size: 14px;
}
h2
{
	font-size: 14px;
	color: #999999;
	padding: 0 0 12px 0;
}
h3
{
	color: #FA0008;
	font-size: 12px;
}
p {
	line-height: normal;
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 20px 10px 0;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover, a:active {
	color: #ff0000;
	text-decoration: underline;
}
.small {
	font-size: 10px;
}
.medium {
	font-size: 11px;
}
.large {
	font-size: 12px;
}
.name {
	margin: 0;
	padding:0;
	font-weight: bold;
}
.tribute {
	margin: 3px 0 10px 0;
	padding:0 0 5px 0;
	border-bottom: 1px dashed #cccccc;
}

