/* ------------------------------ BEGIN Global Styles ------------------------------ */
@import url("../../global/CSS/global.css");
/* ------------------------------ END Global Styles ------------------------------ */
/* 
Title:     DEFAULT Stylesheet
Revised:   June 11 2007
*/


.RadEContent, .RadEContentBordered
{
 background-color: #FFFFFF; 
 background-image: none;
 margin: 0px; 
}

/* Added by JWS on 8/20/09 related to a ticket */
.media-archive-archive-item {clear:both;}



/* body styles
-------------------------------------------*/

body, p, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #262626;
}

div, span, img, form, h1, h2, h3, h4, h5, h6, fieldset {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

body {
	background-color: #C5C2AC;
	margin: 0px;
	padding: 0px;
}

table{
	border: 0px;
}

body {
	margin: 0px;
	padding: 0px;
}

td{
	vertical-align: top;
}

.hr {
	width: 100%;
	background-color: #666666;
	height: 1px;
	padding: 0px;
	border-top: 1 dotted #666666;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

ul {
	margin: 10px 0px 10px 10px;
	padding: 0px;
}

ul li {
	padding: 0 0 0 10px;
	margin: 0px;
	background: url(/shellfiles/images/bullet.gif) 0em .5em no-repeat;
	list-style: none;
}

.login {
	border: 1px solid #666666;
	padding: 2px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 100px;
}
.submit{
	border: 1px solid #43050A;
	padding: 2px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #43050A;
	width: 45px;
	background-color: #C5C2AC;
}

.bodyoptional {
	font-size: 12px;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #262626;
	font-weight: normal;
}
.heading {
	font-size: 13px;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #262626;
	font-weight: normal;
	text-transform: uppercase;
}

.subheading {
	font-size: 13px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #43050A;
	font-weight: normal;
	text-transform:uppercase;
}


.optionalheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 35px;
	color: #2D4055;
	font-weight: normal;
	margin: 0px;
}
#speakcredit {
	line-height: 60px;
	text-align: center;
	height: 60px;
	width: 260px;
	float: right;
}

a:link, a:visited{color: #43050A; text-decoration:none;}
a:hover, a:active{color: #43050A; text-decoration:underline;}

.swcredit {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 60px;
}
a.swcredit:link, a.swcredit:visited{color: #FFF; text-decoration:none;}
a.swcredit:hover, a.swcredit:active{color: #FFF; text-decoration:underline;}

.breadcrumbstyle {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #84816D;
	font-weight: normal;
}
a.breadcrumbstyle:link, a.breadcrumbstyle:visited{color: #84816D; text-decoration:none;}
a.breadcrumbstyle:hover, a.breadcrumbstyle:active{color: #666666; text-decoration:underline;}

.imgBorder {
	display: block;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background: #fff;
}

a.imgBorder:link, a.imgBorder:visited, a.imgBorder:active {
	display: block;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background: #fff;
}

a.imgBorder:hover {
	display: block;
	padding: 2px;
	border: 1px solid #999999;
	background: #fff;
}

.fullHeight {height:100%}

/* SEARCH FORM styles
-------------------------------------------*/
#search {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	position: absolute;
	top: 90px;
	right: 20px;
	text-align: right;
}
.searchText {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666;
	width: 100px;
	padding: 4px;
	border: 1px solid #999999;
	background-color: #FFF;
}
.searchButton {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #999999;
	color: #FFF;
	border: none;
	padding-top: 6px;
}

/*  CONTAINER styles
-------------------------------------------*/
#container{
	width: 100%;
	text-align: center;
	height: auto;
}

#topContainer {
	width: 100%;
	text-align: center;
	height:300px;
	background-color: #2D4055;
	float: left;
}
#topdefaultContainer {
	width: 100%;
	text-align: center;
	height:235px;
	background-color: #2D4055;
	float: left;
}
#contentContainer {
	width: 100%;
	background-color: #E8E8E1;
	float: left;
}
#redbar {
	background-color: #43050A;
	height: 5px;
	width: 100%;
	float: left;
}
#whitebar {
	background-color: #FFFFFF;
	height: 5px;
	width: 100%;
	float: left;
	text-align: center;
}
#bottomContainer {
	width: 100%;
	float: left;
	text-align: left;
	border-bottom: 1px solid #335a72;
}
#footerContainer {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #C5C2AC;
	float: left;
}

/* HEADER styles
-------------------------------------------*/
#top {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 760px;
	height: 295px;

}
#defaulttop {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 760px;
	height: 235px;

}

#logo {
	position: absolute;
	width: 155px;
	text-align: left;
	left: 60px;
	top: 5px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 50px;
	line-height: 60px;
	display: block;

}

#logo span, #logo a {
	display: block;
	width: 86px;
	height: 53px;
	padding: 0;
	border-style: none;
	background: url(/shellfiles/images/logo.gif) no-repeat;
}

#logo img  {
	display: block;
	width: 0;
}
#utilitybar {
	width: 302px;
	text-align: left;
	top: 0px;
	margin-top: 10px;
	left: 459px;
	position: absolute;
	height: 24px;
}
#header {
	clear: left;
	height: 215px;
	width: 760px;
	top: 55px;
	position: relative;
	float: left;
}
#subheader {
	clear: left;
	height: 150px;
	width: 760px;
	top: 55px;
	position: relative;
	float: left;
}
#menubkgd {
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 55px;
	height: 25px;
	width: 760px;
}
/* MAIN NAV */
#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;}

#mainnav li ul
{display: none;}

#mainnav li{
	padding: 0px;
	margin: 0px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;

}

#mainnav a{
	color: #43050A;
	display: block;
	border-right: 1px solid #999999;
	text-decoration: none;
	text-align: center;
	padding-right: 13px;
	padding-left: 13px;
}

#mainnav a:hover {
	color: #43050A;
	border-right: 1px solid #999999;
	display: block;
	text-decoration: underline;}
	
#mainnav a.current  {
	color: #262626;
	border-right: 1px solid #999999;
	display: block;
	text-decoration: underline;}
	
#mainnav a.last  {
	color: #43050A;
	border-right: none;
	display: block;
	text-decoration: none;}
	
#mainnav a.last:hover  {
	color: #262626;
	border-right: none;
	display: block;
	text-decoration: underline;}
	
/* MAIN NAVIGATION styles
-------------------------------------------*/
#navwrapper {
	position: absolute;
	width: 440px;
	text-align: left;
	z-index: 1;
	left: 320px;
}

.mainnavstyle1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	display:block;
	text-align: center;
	line-height:25px;
	width: auto;
	text-align:center;
	color: #43050A;
	margin: 0px;
	padding: 0px;
	height: 34px;
	font-weight: bold;
}
a.mainnavstyle1:link {
	color:#43050A; 
}
a.mainnavstyle1:active {
	color:#43050A; 
}
a.mainnavstyle1:visited {
	color:#43050A; 
}
a.mainnavstyle1:hover {
	color:#43050A;
	text-decoration: underline;
}
	

/* SUB NAVIGATION styles
-------------------------------------------*/
.subnavmainstyle {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #43050A;
	font-weight: bold;
	text-decoration: underline;
}
A.subnavmainstyle:link {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #43050A;
	font-weight: normal;
	text-decoration:none;
}
A.subnavmainstyle:active {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #43050A;
	font-weight: normal;
	text-decoration:none;
}
A.subnavmainstyle:visited {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #43050A;
	font-weight: normal;
	text-decoration:none;
}
A.subnavmainstyle:hover {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	font-weight: normal;
	text-decoration:none;
}

.subnavsubstyle {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color:#999999;
	margin-left: 10px;
}
	
A.subnavsubstyle:link          {text-decoration:underline; color:#999999;}
A.subnavsubstyle:active        {text-decoration:underline; color:#999999;}
A.subnavsubstyle:visited       {text-decoration:underline; color:#999999;}
A.subnavsubstyle:hover         {text-decoration:none; color:#555;}

/* CONTENT styles
-------------------------------------------*/
#content {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 760px;
	text-align: left;
}

#contentLeft {
	margin: 20px 10px;
	padding: 0px;
	width: 490px;
	float:left;
	overflow: hidden;
}
#defaultcontentLeft {
	margin: 20px 10px;
	padding: 0px;
	width: 580px;
	float:left;
	overflow: hidden;
}
#contentRight {
	width: 245px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
*html #contentRight{ width: 245px; w\idth: 223px;}

#defaultcontentRight {
	width: 150px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
*html #contentRight{ width: 155px; w\idth: 133px;}

#nestedcontentRight {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #666666;
	border-left-color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
}
#defaultnestedcontentRight {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #666666;
	border-left-color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
}

/* FOOTER styles
-------------------------------------------*/
#footer {
	width:760px;
	margin-top: 0px;
	margin-right: auto;
	position: relative;
	margin-bottom: 0px;
	margin-left: auto;
}
#address {
	line-height: 60px;
	width: 500px;
	height: 60px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	float: left;
}

#footerInner {
	text-align: right;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer p {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFF;
}
#footer a {
	color: #FFF;
	text-decoration:none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

/* Curved box */
.inset {
  background:transparent;
  width:320px;
  }
.inset h1, .inset p {
  margin:0 10px;
  }
.inset h1 {
  font-size:2em; color:#fff;
  }
.inset p {
  padding-bottom:0.5em;
  }
.inset .b1, .inset .b2, .inset .b3, .inset .b4, .inset .b1b, .inset .b2b, .inset .b3b, .inset .b4b {
  display:block; 
  overflow:hidden;
  font-size:1px;
  }
.inset .b1, .inset .b2, .inset .b3, .inset .b1b, .inset .b2b, .inset .b3b {
  height:1px;
  }
.inset .b2 {
  background:#C5C2AC; 
  border-left:1px solid #999; 
  border-right:1px solid #aaa;
  }
.inset .b3 {
  background:#C5C2AC; 
  border-left:1px solid #999; 
  border-right:1px solid #ddd;
  }
.inset .b4 {
  background:#C5C2AC; 
  border-left:1px solid #999; 
  border-right:1px solid #eee;
  }
.inset .b4b {
  background:#C5C2AC; 
  border-left:1px solid #aaa; 
  border-right:1px solid #fff;
  }
.inset .b3b {
  background:#C5C2AC; 
  border-left:1px solid #ddd; 
  border-right:1px solid #fff;
  }
.inset .b2b {
  background:#C5C2AC; 
  border-left:1px solid #eee; 
  border-right:1px solid #fff;
  }
.inset .b1 {
  margin:0 5px; 
  background:#999;
  }
.inset .b2, .inset .b2b {
  margin:0 3px; 
  border-width:0 2px;
  }
.inset .b3, .inset .b3b {
  margin:0 2px;
  }
.inset .b4, .inset .b4b {
  height:2px; margin:0 1px;
  }
.inset .b1b {
  margin:0 5px; 
  background:#fff;
  }
.inset .boxcontent {
  display:block; 
  background:#C5C2AC; 
    height: 65px;

  border-left:1px solid #999; 
  border-right:1px solid #fff;
  }
#subnavWrapper h2 {display: none;}
#subnavWrapper p {display: none;}
#subnav li {list-style-type:none;}

#ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu p {display: none;}

.media-archive-selected-archive-podcast-info, .media-archive-selected-archive-podcast-url {display:none;}