/* Start with basic settings */
span.pdWhen {font-weight:bold; float:right; border: #999999 1px dashed; padding:3px;}
div.pdLabel { float:left; font-weight:bold; line-height:30px; background-image:url(../images/ico_venue.gif); background-repeat:no-repeat; background-position:left; padding-left:12px;}
div.pdInfo { float:right; font-style:italic; line-height:30px; background-image:url(../images/ico_info.gif); background-repeat:no-repeat; background-position:left; padding-left:18px;}
div.pdData { float:left; padding-left:3px; line-height:30px;}

#subtabs li.current {
	 color: #555555;
}

h5  {margin:0; padding:0; text-align:center; font-size:12px; font-weight:bold;}
h5.hsWho {margin:3px 0 2px;}
h5.hsAs {margin:3px 0 20px; font-style: italic;}
div.hsImg{ 
 text-align: center;
}

body {
    background-color: #FFFFFF;
    font-family:Tahoma, Verdana, "Helvetica CY", Arial, sans-serif;
    font-size: 12px;
    margin: 0; padding:0; height:100%; color:#333333;
}
/* mac hide \*/
html, body {height:100%}
/* end hide*/

#outer{
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	margin-left:180px;
	background:#ffffff;
	border-left:0px solid #CCCCCC;
	border-right:0px solid #000;
	margin-bottom:-52px;
	color: #333333;
}
* html #outer{height:100%;margin-left:180px}/* ie 3 pixel jog*/ 

/********* Links and Others*/
a { color: #9c0e34; text-decoration: none; }
a:visited { color: #9c0e34; }
a:hover { color: #9c0e34; text-decoration: underline; }
a:active { color: #9c0e34; }

img.inlineleft {margin:5px 9px 5px 0; padding:2px; border:#FFCC00 1px dashed;}
img.inlineright {margin:0 2px 5px 9px; padding:2px; border:#FFCC00 1px dashed;}
.topcell { font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; line-height:25px;}


/********* hover news*/
#news td {
    font-family: Verdana;
    font-size: 12px;
    margin: 6px;
    padding: 16px;
    border: 1px solid #c4c4c4;
    background-color:#ffffff;
}

#news td:hover {
/*
    background-color:#fefbe5;
	 */
}

/********* Left side*/
#left {
	position:relative;/*ie needs this to show float */
	width:180px;
	float:left;
	margin-left:-179px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:10px;/*needed to make room for header*/
	left:2px;/* line things up exactly*/
}
* html #left {margin-right:-3px}/* three pixel jog*/

#left_linkclick {
	cursor:hand;
	cursor:pointer;
	color:#FFFFFF;
	padding:5px; font-weight:bold;
	background-color:#9c0e34;
	text-align:center;
	background-image:url(../images/bkg_leftheader.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#left .switchcontent {background-color:#f1f1f1; padding:5px; border:1px solid #9c0e34; background-image:url(../images/bkg_leftpanel.gif); background-position:top; background-repeat:repeat-x;
}


* html #left {margin-right:-3px}/* three pixel jog*/

/********* Header*/
#clearheader{height:10px;}/*needed to make room for header*/

#header{ 
	top:0;
	left:0;
	width:100%;
	height:70px;
	background:#fac819; background-image: url(../images/bkg_header.gif); background-repeat:repeat-x;
	border-top:1px solid #fac819;
	border-bottom:1px solid #9c0e34;
	overflow:hidden;
	color: #000000;
}


#header .top_links {
    height:30px;
	padding:5px;
	margin-right:30px;
	font-size:11px;
    white-space:nowrap;
    margin-top: 4px;
    float: right;
    text-align: right;
}

#header .top_links a {
	text-decoration:none; border:#b59323 1px solid; padding:3px;
}

#header .top_links a:hover {
	background-color: #fed602;
	text-decoration:none; border:#990000 1px solid;
}

/********** Primary Tabs*/
    #tabs {
	 background-image:url(../images/tabs_bkg.gif);
	 position: relative; float:right; margin-right:0px;
	 background-repeat:repeat-x;
	 background-position:bottom;
     white-space:nowrap;
     font-size:11px;
     line-height:normal;
     height:26px; margin-top:-26px; width:400px;
      }

    #tabs ul {
      margin:0;
      padding:0px 10px 0;
      list-style:none;
	  text-align:center;
	  vertical-align:bottom;
      }
    #tabs li { float: left;
      display:inline;
      background:url("../images/tabs_left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      }
    #tabs a {
      float:left;
      display:block;
      background:url("../images/tabs_right.gif") no-repeat right top;
      padding:5px 15px 8px 8px;
      text-decoration:none;
      font-weight:bold;
      color:#ffffff;
      }
	  /* hides rule from IE5-Mac \*/
    #tabs a {float:none;}
    /* End IE5-Mac*/
	
	#tabs .current {
	background:url("../images/tabs_left_on.gif") no-repeat left top;
	color:#90092d;
}

    #tabs .current a {
      color: #90092d;
	  background: url("../images/tabs_right_on.gif") no-repeat right top;
      padding:5px 15px 8px 9px;
    }

    #tabs a:hover {
		color: #fbdd72;
      }

    #tabs .current a:hover {
		color: #003366;
      }
	  
/********* SubTabs*/
#subtabs_menu { 
	background: #ffffff;
	background-image:url("../images/subtabs_bkg.gif");
	background-repeat:repeat-x;
	background-position:bottom;
	border-bottom:1px solid #999;
	height:26px;
	margin-left:auto;
	margin-right:auto; margin-top:0px; margin-bottom:0px;
}
 
ul#subtabs { 
	width:700px;
	margin-left:auto;
	margin-right:auto; margin-top:0px; margin-bottom:0px;
}
	
#subtabs li {
	position:relative; padding:5px;
	background-image:none;
	display: block;
	float:left; color:#9c0e34;
}
	

#subtabs a.sub {
	background-image:none;
	color:#9c0e34;
	border: 0 none;
	margin:0;
	padding: 0px 0px 2px 0px;
}
	
#subtabs a:hover {
	background-image:none;
	color: #666666;
	border: 0 none;
}

#subtabs a.here {
	background-image:none;
	color:#6586a9;
	border: 0 none;
	margin:0;
	padding: 0px 0px 2px 0px;
}

/********* Content*/
* html #content {height:1%;margin-bottom:12px; padding-left:5px; margin-left:5px;}/* combat IE's 3 pixel jog */




/********* Final DIV at bottom*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/

#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #910512;
	color: #ffffff;
	text-align:center;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

#footer .info { margin-left:20px; line-height:30px;}
#footer a { color: #ffffff; text-decoration: none; }
#footer a:visited { color: #fed601; }
#footer a:hover { color: #fed601; text-decoration: underline; }
#footer a:active { color: #fed601; }
#copyright { width:130px; float: right; vertical-align:top;}

.nodisp {display:none}   /* use in H1 to Get Robots to pick it up */

div.cm {font-style:italic; padding-left:20px;}

.button {
    border-bottom:2px #003366 solid;
	border-left:2px #59809e solid;
	border-right:#003366 2px solid;
	border-top:2px #59809e solid;
    background: #33668d;
	color:#FFFFFF;
	font-weight:bold;
}
.button:hover {
    border-bottom:2px #003366 solid;
	border-left:2px #59809e solid;
	border-right:#003366 2px solid;
	border-top:2px #59809e solid;
    background: #5786ab;
	color:#FFFFFF;
	font-weight:bold;}

.ckey a{font-weight:bold;}
.ckey {color:navy; background-color:whitesmoke; padding:8px 0 2px 3px;}
.col1{padding:0 0 0 25px;}
.col2 {padding:0 0 0 10px; font-weight:normal;}
.col3 {padding:0 0 3px 10px; font-weight:normal;}



div.review p > p:first-child
{
text-indent:0px;
}


#content p > p:first-child
{
text-indent:0px;
}

#content p, div.review p {font-size:1.1em; line-height:140%;text-indent:20px;margin:0 0 10px;}
.reviewslug { font-weight:bold; margin:3px 0 8px 0;}
/*.pdAct {line-height: 1.25em;}*/

div.review blockquote p {text-indent:0px; font-weight:bold;}

div.cwelcome {margin:3px 0 3px 15px; font-size:14px; font-weight:bold; }

span.olfl {float:left;}

img.vimg {float:left; margin:0 7px 6px 0;}