/* general tag styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 11px;
}

p, td, li, form, label {
	font-size: 11px;
}

td, ul, ol, li, form, input, select {
	padding: 0;
	margin: 0;
}

img {
	padding: 0;
	border: 0;
}

p {
	line-height: 120%;
	padding: 0 0 10px 0;
	color: #000;
	font-weight: normal;
	border: 0;
	margin: 0;
}

p.clearit {
  clear: both;
  line-height: 1px;
} 

div.clearit {
  clear: both;
  line-height: 1px;
  font-size: 1px;
  padding: 0;
} 

h1 {
    font-size: x-small;
	line-height: 120%;
	padding: 10px 0 1px 0;
	border: 0;
	margin: 0;
	color: #fff;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 17px;
	line-height: 120%;
	padding: 0 0 15px 0;
	border: 0;
	margin: 0;
	color: #003366;
	text-transform: uppercase;
}

h2 .more-link {
	float: right;
	text-transform: lowercase;
	padding: 3px 0 0 0;
}

h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 120%;
	padding: 0 0 15px 0;
	border: 0;
	margin: 0;
	color: #003366;
}

h5, h6 {
	font-size: x-small;
	padding: 10px 0 2px 0;
	border: 0;
	margin: 0;
}

select {
	font-size: x-small;
}

a {
	color: #CC3300;
}

a:hover {
	color: #CC3300;
}

label {
	color: #000;
	vertical-align: top;
	font-size: x-small;
}

.em-note {
  font-style: italic;
}

ol {
	margin: 0 0 10px 35px;
}

/* tabular data cell styles */

td {
	text-align: left;
	vertical-align: top;
}

td.lm {
	text-align: left;
	vertical-align: middle;
}

td.lb {
	text-align: left;
	vertical-align: bottom;
}

td.lt {
	text-align: left;
	vertical-align: top;
	padding: 0;
}

td.ct {
	text-align: center;
	vertical-align: top;
}

td.cm {
	text-align: center;
	vertical-align: middle;
}

td.cb {
	text-align: center;
	vertical-align: bottom;
}

td.rt {
	text-align: right;
	vertical-align: top;
}

td.rm {
	text-align: right;
	vertical-align: middle;
}

td.rb {
	text-align: right;
	vertical-align: bottom;
}

/* main containers */ 

#main-container {
	text-align: left; 
	margin: 0;
	width: 769px;
}

/* header */

#header {
	height: 115px;
	background: url(/images/header_top.jpg) left top no-repeat;
}

#util {
	padding: 5px 15px 0 0;
	margin: 0 0 0 0;
	float: right;
	width: 480px;
	color: #fff;
	font-size: 10px;
}

#util a {
	color: #CEE7FF !important;
	font-size: 10px;
}

#util span {
	float: right;
	padding: 2px 10px 0 0;
}

#tnav {
	padding: 0;
	line-height: 10px;
	font-size: 1px;
}

#nav {
	margin: 0;
}

#nav td a {
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 11px 4px 11px;
	display: block;
}

#nav td {
	background-image: url(/images/nav_sep.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 13px;
	behavior: url(/css/iepngfix.htc)
}

#nav td.last {
	background: none;
}

#nav td.last-selected {
	background-color: #FF6600;
	border-bottom: 2px solid #CE3400;
}


#nav td.selected {
	background-color: #FF6600;
	border-bottom: 2px solid #CE3400;
}

#login {
	float: right;
	font-size: 10px;
	padding: 0;
}

#login input {
	font-size: 10px;
	width: 80px;
	border: 1px solid #fff;
	height: 12px;
}


/* content styles */

#column-l {
	float: left;
	width: 176px;
}

#column-l-home {
	float: left;
	width: 176px;
/*	background: url(/images/content_l_bg.jpg) right top repeat-y;*/
}

.column-l-bottom {
	background: url(/images/content_l_bottom.jpg) right bottom no-repeat;
	padding: 0 1px 0 0;
}

#column-c {
	float: left;
	padding: 20px;
	width: 375px;
}	

#column-cr {
	float: left;
	padding: 20px 8px 20px 20px;
	width: 562px;
}

#column-r {
	width: 175px;
	float: right;
	padding: 5px 0 0 0;
}

#column-full {
	float: left;
	padding: 20px;
	width: 726px;
}

/* lists */

ul {
	list-style: none;
	margin: 0 0 10px 10px;
}

ul li {
	background: url(/images/blue_bullet.jpg) left top no-repeat;
	padding: 0 0 10px 15px;
}

.red-arrow li {
	background: url(/images/orange_arrow_fill.gif) left top no-repeat;
}

.link-list li {
	background: url(/images/red_bullet.jpg) left top no-repeat;
	padding: 0 0 10px 20px;
}

.link-list li .section {
	color: #003366;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.link-list li .section:hover {
	color: #003366;
	text-decoration: underline;
	font-size: 12px;
}

/* left navigation */

#lnav {
	background: url(/images/left_nav_bg.jpg) left top no-repeat;
}

#lnav ul {
	margin: 0;
}

#lnav li {
	background: url(/images/dot_grey.gif) left bottom repeat-x;
	padding: 0;
}

#lnav li.selected {
	background: #FF6600 url(/images/dot_grey.gif) left bottom repeat-x;
	padding: 0;
}

#lnav li.level2 {
	padding: 0 0 0 10px;
}

#lnav li.level2-selected {
	padding: 0 0 0 10px;
	background: #FF6600 url(/images/dot_grey.gif) left bottom repeat-x;
}

#lnav li.lastselected {
	background: #FF6600;
	padding: 0;
}

#lnav li.last {
	background: none;
	padding: 0;
}

#lnav .expanded p {
	background: url(/images/arrow_down_lnav.gif) left top no-repeat;
}

#lnav .expandedselected p {
	background: #FF6600 url(/images/arrow_down_lnav_selected.gif) left top no-repeat;
}

#lnav li a {
	text-decoration: none;
	font-size: 10px;
}

#lnav li.selected a, #lnav li.level2-selected a, #lnav li.lastselected a, #lnav .expandedselected p a {
	color: #fff;
	font-weight: bold;
}

#lnav li p {
	background: url(/images/arrow_lnav.gif) left top no-repeat;
	padding: 5px 5px 5px  20px;
}

#lnav li.selected p, #lnav li.level2-selected p, #lnav li.lastselected p {
	background: url(/images/arrow_lnav_selected.gif) left top no-repeat;
}

.lnav-footer {
	background: url(/images/lnav_footer.gif) left top no-repeat;
	height: 122px;
	padding: 13px 10px 0 10px;
}

.lnav-footer p {
	text-align: center;
	color: #4CB3DC;
	font-size: 10px;
}

/* home left callouts */

#celebrates-years {
	background: url(/images/45_years.jpg) left top no-repeat;
	margin: 16px 0 7px 10px;
	padding: 190px 0 20px 14px;
}

#celebrates-years p {
	background: url(/images/orange_arrow.jpg) left top no-repeat;
	padding: 0 0 0 16px;
	margin: 0;
}

#celebrates-years p a {
	line-height: 120% !important;
	font-size: 10px;
	font-weight: bold;
}

.callout-left-indent p {
	padding: 0 5px 5px 10px;
	font-size: 10px;
}

/* issue box */

.issue-hdr {
	background: url(/images/issue_bar.jpg) right top no-repeat;
}

.issue-content {
	background: url(/images/issue_content_bg.jpg) left top repeat-x;
	border-left: 1px solid #73AFCB;
	border-right: 1px solid #73AFCB;
	padding: 10px 15px 5px 15px;
}

#issue-c {
	width: 343px;
}

#issue-full {
	width: 694px;
}

#issue-cr {
	width: 530px;
}

.issue-month {
	text-align: right;
	margin: 0 4px -22px 0;
	color: #003366;
	font-size: 10px;
	position: relative;
	z-index: 1;
}

/* satellite box */

.satellite-hdr {
	background: url(/images/satellite_bar.jpg) right top no-repeat;
}

.satellite-content {
	background: url(/images/issue_content_bg.jpg) left top repeat-x;
	border-left: 1px solid #73AFCB;
	border-right: 1px solid #73AFCB;
}

.satellite-bg {
	background: url(/images/satellite_bg.gif) left top repeat-y;
	padding: 10px 15px 5px 0;
}

.play-list {
	float: left;
	width: 138px;
}

.player {
	float: left;
	width: 399px;
	margin: 0 6px 0 0;
	padding: 0 0 20pxpx 0;
}	

#player-zone {
	background: #000;
	height: 326px;
}

#player-name {
	margin: 20px 0 0 0;
	padding: 45px 20px 0 20px;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	background: url(/images/now_play.jpg) left top no-repeat;
}

.interested {
	text-align: right;
	margin: 12px 40px -38px 0;
	color: #003366;
	font-size: 10px;
	position: relative;
	z-index: 1;
}

.interested img {
	vertical-align: middle;
}

.recordings td img {
	vertical-align: middle;
}

.recordings td.recording-name {
	background: url(/images/blue_bullet_recording.jpg) left top no-repeat;
	padding: 0 10px 20px 15px;

}

.recordings p.recording-player {
	padding: 5px 0 0px 0px;
	margin: 0;
}

/* callouts */

.callout-important-hdr {
	background: #FF6600 url(/images/callout_important_hdr.jpg) left top no-repeat;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
}

.callout-important-hdr p {
	float: right;
	color: #fff;
	margin: -4px 0 0 0;
	font-size: 10px;
}

.callout-important-hdr p a, .callout-important-hdr p a:hover {
	color: #fff;
	text-decoration: none;
	font-style: normal;
}

.callout-important-content {
	background: #A4CDE2 url(/images/callout_important_bg.jpg) right top no-repeat;
	border-left: 1px solid #CB4C1F;
	border-right: 1px solid #CB4C1F;
	border-top: 1px solid #CB4C1F;
	padding: 15px 5px 0 5px;
}

.callout-important-content, .callout-important-content p {
	font-size: 10px;
}

.callout-important-content ul {
	list-style: none;
	margin: 0 0 10px 10px;
}

.callout-important-content ul li {
	background: url(/images/blue_bullet.gif) left top no-repeat;
	padding: 0 0 10px 15px;
}


.callout-hdr {
	background: #A4CDE2 url(/images/callout_hdr.jpg) left top no-repeat;
	color: #003366;
	font-style: italic;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
}

.callout-hdr p {
	float: right;
	color: #fff;
	margin: -5px 0 0 0;
	font-size: 10px;
}

.callout-hdr p a, .callout-hdr p a:hover {
	color: #fff;
	text-decoration: none;
	font-style: normal;
}

.callout-content {
	background: #fff url(/images/callout_bg.jpg) left top repeat-x;
	border-left: 1px solid #8BB5D1;
	border-right: 1px solid #8BB5D1;
	border-top: 1px solid #8BB5D1;
	padding: 15px 5px 0 5px;
}

.callout-content p {
	font-size: 10px;
}

.callout-bottom {
	background: #fff url(/images/callout_bottom_link.jpg) left top repeat-x;
	font-size: 10px;
	padding-bottom: 8px;
}

.callout-bottom p {
	padding: 6px 5px 8px 5px;
	font-size: 10px;
}

.callout-bottom a {
	color: #336699;
	text-decoration: none;
}

.callout-bottom a:hover {
	color: #336699;
	text-decoration: underline;
}

.callout-bottom p img {
	vertical-align: -0.4em;
}

.recent-teleseminar {
	width: 225px;
	text-align: left;
	float: right;
	margin: 0 0 10px 0;
}

.callout-recent-hdr {
	background: #FF6600 url(/images/callout_recent_hdr.jpg) left top no-repeat;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
}

.callout-recent-hdr div{
	padding-right: 30px;
}

/* images */

.img-flush-left-shadow {
	float: left;
	background: url(/images/book_shadow.jpg) right top no-repeat;
	padding: 0 4px 7px 0;
	margin: 0 25px 10px 0;
}

.book {
	padding: 0 10px 30px 10px;
}

.book img {
	background: url(/images/book_shadow.jpg) right bottom no-repeat;
	padding: 0 4px 6px 0;
	margin: 0 0 0 0;
}

.book p {
	text-align: center;
}

/* footer */

#footer {
	text-align: center;
	font-size: 10px;
	padding: 0 10px 0 10px;
}	

#footer a {
	color: #336699;
}

/* other styles */

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.dotted-line {
	background: url(/images/dot.gif) left top repeat-x;
	padding: 0;
	line-height: 1px;
	font-size: 1px;
	margin: 0 0 10px 0;
}

.more-link {
	color: #CC3300;
}

.img-flush-left {
	float: left;
	margin: 0 15px 5px 0;
}

sup {
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

.link p {
	padding: 0 0 4px 0;
}

table {
	margin: 0 0 10px 0;
}

.scroll {
	color: #CC3300;
	text-align: right;
}

#login .btn{
	width: 7px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	vertical-align: 0.0em;
	height: 9px;
	border: none;
}

.rss img{
	vertical-align: middle;

}


#email-form td{
	padding: 5px 0 10px 0;
	margin: 0;
}

#email-form td span{
	font-size : 10px;
	color : #000000;
	line-height: 13px;
	font-weight: bold;
}

#email-form p.error{
	font-size: 10px;
	color: #f00;
	padding: 0;
	margin: 0;
} 

.newsletter-input{
	width: 150px;
	font-size: 11px;
}

.img-flush-left {
	float: left;
	margin: 0 10px 5px 0;
}

.img-flush-right {
	float: right;
	margin: 0 0 5px 10px;
}

.newsletter-callout{
	vertical-align: middle;
	border: 1px solid red;
}
