/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */



/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block;width:180px; font-size:12px; font-family: verdana, geneva, arial, helvetica, sans-serif;color:white; height:25px; line-height:24px; text-decoration:none; text-indent:5px; border:0px solid #FAC64E; border-width:0px 0 0px 0px;}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 0px 0px 0px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:0px;}

/* Set up the list items */
#pmenu li {float:left; background:#E41821;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {background:#FAC64E; color:#000000;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(../images/transparent.gif); width:180px;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:16px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#E41821; color:#000000;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#E41821; color:#fffff;}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {background:#E41821}
#pmenu li.drop {background:#E41821}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(../images/transparent.gif);}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}


/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */

#navlist-side { list-style-image: url(images/arrow.gif); }
#navlist-content {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#menu a, #menu a:visited {
	text-decoration: none;
    background-color: #fff; 
	color: #000;
	display: block;
	width: 171px;
	height: 1.5em;
	border-bottom: 1px solid #fff;
	padding: 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
  }
#menu a:hover {
  border-bottom:1px solid #E41821; 
  text-align:right;
  font-weight: bold;
  }
#navcontainer
{
width: 755px;
float: left;
background-color: #E41821;
}

#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul
{
margin: 0;
padding: 0 0 0 1%;
color: #FFFFFF;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: .65em;
text-transform: uppercase;
font-weight: bold;
}

#navcontainer ul li a
{
padding: 0.2em 6px;
background-color: #E4182;
color: #FFFFFF;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
background-color: #E41821;
color: #F9A451;
}

#navlist li a:hover, #navlist li a:active
{
color: #FFFFFF;
text-decoration: none;
background: #E41821;
text-align: left;
text-transform: uppercase;
font: bold normal 10px verdana, lucida, arial, helvetica, sans-serif;
}


.sans_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	padding-right: 11px;
	padding-left: 11px;
}
.cell {
	border-bottom-width: 2px;
	border-bottom-color: #E41821;
	border-bottom-style: solid;
}
.cellleft {
	border-left-width: 2px;
	border-left-color: #E41821;
	border-left-style: solid;
}
.cellboth {
	border-left-width: 2px;
	border-left-color: #E41821;
	border-left-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #E41821;
	border-bottom-style: solid;
}
.cellbottom {
	border-bottom-width: 2px;
	border-bottom-color: #E41821;
	border-bottom-style: solid;
}
.image-pad-left {
	padding-left: 11px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
}
.event {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #E93727;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: right;
}
.date A:link {text-decoration: none; color: #666666;}
.date A:visited {text-decoration: none; color: #333333;}
.date A:active {text-decoration: none; color: #666666;}
.date A:hover {text-decoration: none; color: #E21E26;
}
.presenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-align: right;
	font-style: normal;
	color: #999999;
	}
.sidebartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
}
.sidebartext A:link {text-decoration: none; color: #666666;}
.sidebartext A:visited {text-decoration: none; color: #666666;}
.sidebartext A:active {text-decoration: none; color: #666666;}
.sidebartext A:hover {text-decoration: none; color: #F9A451;
}
ol-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%;
	color: #000000;
	text-align: left;
	padding-right: 1.5em;
	padding-left: 1.5em;
	list-style-type: decimal;
	list-style-position: inside;
}
.DEK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0.05em;
	text-align: left;
	padding-top: 0px;
	padding-right: 1.5em;
	padding-bottom: 0px;
	padding-left: 20px;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	line-height: 90%;
	font-weight: normal;
	color: #666666;
	letter-spacing: -0.05em;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.Lead-in {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.Pages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #666666;
	text-align: right;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
.Pages A:link {text-decoration: none; color: #FF9900;}
.Pages A:visited {text-decoration: none; color: #666666;}
.Pages A:active {text-decoration: none; color: black;}
.Pages A:hover {text-decoration: none; color: #E21E26;
}
.text-p {
	font-family: Georgia, Times, serif;
	font-size: 90%;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-right: 1.5em;
	padding-left: 1.5em;
	text-indent: 1.5em;
}
.image_float_right {
	float: right;
	padding-right: 1.5em;
	padding-left: 1.5em;
}
.byline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #999999;
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-transform: uppercase;
	letter-spacing: 1em;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
.issue-locator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
	text-transform: lowercase;
}
.title_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #E21E26;
	letter-spacing: -0.05em;
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.home-contents {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-right: 6px;
	padding-left: 6px;}
.home-contents A:link {text-decoration: none; color: #666666;}
.home-contents A:visited {text-decoration: none; color: #999999;}
.home-contents A:active {text-decoration: none; color: black;}
.home-contents A:hover {text-decoration: none; color: #E21E26;
}
.home-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: #E41821;
	text-align: left;
	padding-right: 6px;
	padding-left: 6px;
	letter-spacing: -0.05em;
	}
	.globetrotters {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12%;
	font-style: normal;
	line-height: 12%;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-right: 6px;
	padding-left: 6px;
	letter-spacing: -0.05em;
}
#home
{
	margin: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-decoration: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5%;
	padding-left: 0;
}
#home {
	list-style: none;
		list-style-position: outside;
	 text-decoration: none;
}

#home li a:link {text-decoration: none; color:#666666; }
#home li a:visited {text-decoration: none; color:#999999; }
#home li A:hover {text-decoration: none; color: #E21E26; }

 
.sidebarHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
}
.page-locator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: #FF6600;
	text-align: right;
	padding-right: 6px;
	padding-left: 6px;
	text-transform: lowercase;
	vertical-align: top;
}
.subscribe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FF6600;
	text-align: right;
}

.subscribe a:link {text-decoration: none; color:#FF6600; }
.subscribe a:visited {text-decoration: none; color:#FF6600; }
.subscribe A:hover {text-decoration: none; color: #E21E26; }
.sans_textnopad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
}
.subscribe2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF6600;
	text-align: center;
}

.subscribe2 a:link {text-decoration: none; color:#FF6600; }
.subscribe2 a:visited {text-decoration: none; color:#FF6600; }
.subscribe2 A:hover {text-decoration: none; color: #E21E26; 
}
.sans_textsmallpad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	padding-right: 6px;
	padding-left: 6px;
}

.subscribe a:link {color:#FF6600; }
.subscribe a:visited {color:#FF6600; }
.subscribe A:hover {color: #E21E26; }
.classified {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
.sans_text_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	padding-right: 6px;
	padding-left: 6px;
	margin-right: 6px;
	margin-left: 6px;
}
.sidenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-align: left;
	text-decoration: none;
}
.sidenav A:link {text-decoration: none; color: #FF6600;}
.sidenav A:visited {text-decoration: none; color: #333333;}
.sidenav A:active {text-decoration: none; color: #666666;}
.sidenav A:hover {text-decoration: none; color: #E21E26;
}
.sidenav-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-align: left;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sidenav-right A:link {text-decoration: none; color: #FF6600;}
.sidenav-right A:visited {text-decoration: none; color: #333333;}
.sidenav-right A:active {text-decoration: none; color: #666666;}
.sidenav-right A:hover {text-decoration: none; color: #E21E26;
}
.top-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: #E41821;
	text-align: left;
	padding-right: 6px;
	padding-left: 6px;
	letter-spacing: -0.05em;
	background-position: right top;
}
.top-head A:link {text-decoration: none; color: #FF6600;}
.top-head A:visited {text-decoration: none; color: #333333;}
.top-head A:active {text-decoration: none; color: #666666;}
.top-head A:hover {text-decoration: none; color: #E21E26;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #E21E26;
	letter-spacing: -0.05em;
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.Peopletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
.years {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	padding-right: 6px;
	padding-left: 6px;
}
.image_float_left {
	float: left;
	padding-right: 1.5pc;
	padding-left: 0em;
}
.no-repeat {
	background-repeat: no-repeat;
}
.email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	text-align: right;
	padding-right: 12px;
}

.email a:link {text-decoration: none; color:#FF6600; }
.email a:visited {text-decoration: none; color:#FF6600; }
.email A:hover {text-decoration: none; color: #E21E26; }
.SB-H {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	text-align: center;
}
#right-container {
	width: 275px;
	top: 740px;
	position: fixed;
	left: 723px;
  }.cellright {
	border-left-width: 2px;
	border-left-color: #E41821;
	border-left-style: solid;
}
.cellleftright {
	border-left-width: 2px;
	border-left-color: #E41821;
	border-left-style: solid;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #E41821;
}
.no_repeat {
	background-repeat: no-repeat;
}
#form {
	margin-left: 10px;
}
.top-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
.top-nav A:link {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
.top-nav A:visited {
	text-decoration: underline;
	color: #CCCCCC;
	font-weight: bold;
}
.top-nav A:active {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
.top-nav A:hover {
	text-decoration: underline;
	color: #FF9966;
	font-weight: bold;
}

