/* CSS Document */

/* BODY */

body {
background-color: #FFFFFF;
}

html {
text-align: center;
margin-top: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}

/* ALIGNMENTS */

.imgfltleft {
float: left;
padding: 12px;
}

.imgfltright {
float: right;
padding: 12px;
}

.imgpad {
padding: 10px;
}

/* ============= Remove Borders from any image link ============= */
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}

/* MAIN CONTAINER DIV */

#container {
margin: 0 auto;
width: 904px;
background-image:url(../images/bgrnd.jpg);
background-repeat: repeat-y;
background-position: center;
border: 2px solid #005EB2;
min-height: 100%;
overflow: hidden;
}

#container-nographic {
margin: 0 auto;
width: 904px;
border: 2px solid #005EB2;
min-height: 100%;
overflow: hidden;
}

/* HEADER DIV */

#header {
width: 904px;
height: 164px;
background-image: url(../images/header.jpg);
background-position: center;
background-repeat: no-repeat;
margin: 0;
}

#header-nographic {
width: 904px;
height: 164px;
margin: 0;
}

#header-martyvideo {
width:144px;
height:164px;
float:left;
padding-top:30px;
vertical-align:bottom;
z-index:2;
position:relative;
}

/* NAVIGATION */

#menu  {
width: 904px;
height: 43px;
background-image: url(../images/menu.jpg);
background-position: center;
background-repeat: no-repeat;
font-variant: small-caps;
font-size: 12px;
padding-top: 20px;
color: #000;
text-align:right;
z-index:1;
}


#menu a {
color: #FFF;
text-decoration: none;
}

#menu a:hover {
color: #000;
text-decoration: none;
}


/* CONTENT DIVS */

#contentcontainer {
position: relative;
text-align: left;
padding: 7px;
margin: 7px;
}

#content {
float: right;
width: 613px;
padding-bottom: 10px;
margin-top: -10px;
}

/* SIDEBAR */

#sidebar {
float: left;
width: 230px;
margin-right: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
margin-top: -10px;
padding-top: 5px;
color: #FFF;
font-weight: bold;
font-variant: small-caps;
line-height: 12px;
font-size: 14px;
}

#sidebar h1 {
font-variant: small-caps;
margin-left: 10px;
margin-bottom: -1px;
font-size: 15px;
color: #FFF;
}

#sidebar ul {
list-style: url(../images/bullet1.jpg);
margin-left: 10px;
padding-left: 40px;
color: #FFF;
}

#sidebar ul li {
padding-left: 5px;
margin-left: -20px;
}

#sidebar ul li a {
color: #FFF;
text-decoration: none;
}

#sidebar ul li a:hover {
color: #000;
text-decoration: none;
}

/* LISTS */

ul {
list-style: disc;
color: #000000;
}

ul li {
padding: 5px;
margin-left: 25px;
}

ol {
list-style: decimal;
color: #000000;
}

ol li {
padding: 5px;
}

/* FOOTER DIV */

#footer {
width: 904px;
height: 42px;
background-image: url(../images/footer.jpg);
background-position: center;
background-repeat: no-repeat;
background-color: #00D3E6;
font-size: 9px;
text-align: center;
clear:both;
}

#footerleft {
float: left;
width: 400px;
color: #FFF;
text-align: left;
margin-left: 10px;
margin-top: 20px;
}

#footerright {
float: right;
width: 400px;
color: #FFF;
text-align: right;
margin-right: 10px;
margin-top: 20px;
font-style: italic;
}

#bottom  {
	width:904px;
	height:105px;
	margin:auto;
	margin-top:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
}

#bottom a {
	color:#000000;
	text-decoration:underline;
}

#bottom a:hover {
	color:#000000;
	text-decoration:underline;
}

#bottom a:visited {
	color:#000000;
	text-decoration:underline;
}

/* HEADINGS */

h1 {
font-size: 20px;
font-weight: bold;
color: #005EB2;
}

h2 {
font-size: 18px;
font-weight: bold;
color: #005EB2;
}

h3 {
font-size: 14px;
font-weight: bold;
color: #005EB2;
}

/* LINKS */

A:link {text-decoration: underline; color: #005EB2;}
A:visited {text-decoration: underline; color: #005EB2;}
A:active {text-decoration: none; color: #005EB2;}
A:hover {text-decoration: underline; color: #CCC;}


/* TEXT MODIFICATION STYLES */

.bold {
	font-weight: bold;
}
.bold-highlight {
	font-weight: bold;
	background-color: #FFFF00;
}
.bold-italic {
	font-style: italic;
	font-weight: bold;
}
.bold-underline {
	font-weight: bold;
	text-decoration: underline;
}
.bold-highlight-italic {
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.bold-highlight-underline {
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.bold-highlight-italic-underline {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.bold-italic-underline {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.highlight {
	background-color: #FFFF00;
}
.italic {
	font-style: italic;
}
.italic-highlight {
	font-style: italic;
	background-color: #FFFF00;
}
.italic-underline {
	font-style: italic;
	text-decoration: underline;
}
.italic-highlight-underline {
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
.strikethrough-bold {
	font-weight: bold;
	text-decoration: line-through;
}
.strikethrough-highlight {
	text-decoration: line-through;
	background-color: #FFFF00;
}
.strikethrough-italic {
	font-style: italic;
	text-decoration: line-through;
}
.strikethrough-bold-highlight {
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.strikethrough-bold-italic {
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.strikethrough-bold-highlight-italic {
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.strikethrough-highlight-italic {
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #CC0000;
}
.blue {
	color: #0000FF;
}
.green {
	color: #006600;
}
.all-caps {
	text-transform: uppercase;
}
.all-lowercase {
	text-transform: lowercase;
}
.all-firstlettercaps {
	text-transform: capitalize;
}
.font-Georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.font-Courier {
	font-family: "Courier New", Courier, "Times New Roman", mono;
}
.font-Geneva {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.font-Trebuchet {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}
.font-Impact {
	font-family: 'Impact', Verdana, Arial, Helvetica, sans-serif;
}
.font-ComicSans {
	font-family: 'Comic Sans MS', Georgia, "Times New Roman", Times, serif;
}


/*Testimonials*/

#testimonial-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#testimonial-box          {
                          width:100%;
						  margin:auto;
						  border:1px #333333 solid;
						  background-color:#FFFFCC;
						  }
						  
#testimonial-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#testimonial-content h3    {
                          font-family:Tahoma;
						  color:#CC0000;
						  font-size:18px;
						  line-height:20px;
						  text-align:center;
						  margin-top:0px;
						  }

#testimonial-content p    {
						  font-size:14px;
						  line-height:16px;
						  text-indent:0em;
						  }
						  
.testifier-name			{
						font-family:Arial, Helvetica, sans-serif;
						font-size:12px;
						font-weight:bold;
						}

/*Dashed Box*/

#dashedbox-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#dashedbox-box          {
                          width:100%;
						  margin:auto;
						  border:2px #333333 dashed;
						  background-color:#FFFFCC;
						  }
						  
#dashedbox-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#dashedbox-content h3    {
                          font-family:Tahoma;
						  color:#CC0000;
						  font-size:18px;
						  line-height:20px;
						  text-align:center;
						  margin-top:0px;
						  }

#dashedbox-content p    {
						  font-size:14px;
						  line-height:16px;
						  text-indent:0em;
						  }
						  
/*Teleseminar Registration Layout*/						  
						  
						  
#teleseminar_registration {
width:606px;
}

#teleseminar_registration_left {
width:450px;
vertical-align:text-top;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}

#teleseminar_registration_right {
width:156px;
vertical-align:text-top;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
padding-top:7px;
}

#teleseminar_registration_divider {
width:100%;
height:2px;
background-color:#999999;
}

#teleseminar_registration p {
margin-top:0px;
margin-bottom:7px;
}

#teleseminar_registration ul li {
margin-top:-10px;
margin-bottom:0px;
margin-left:0px;
}

/*Teleseminar Registration Box*/

#telsemreg-container    {
               			   width:60%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#telsemreg-box          {
                          width:100%;
						  margin:auto;
						  border:2px #333333 dashed;
						  background-color:#FFFFCC;
						  }
						  
#telsemreg-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#telsemreg-content h3    {
                          font-family:Tahoma;
						  color:#CC0000;
						  font-size:18px;
						  line-height:20px;
						  text-align:center;
						  margin-top:0px;
						  }

#telsemreg-content p    {
						  font-size:14px;
						  line-height:16px;
						  text-indent:0em;
						  }
						  
.edusignup a { font-family: Tahoma; font-size: 12px; font-weight:bolder; color: #FFFFFF; background-color: #CC0000; border: outset 1px; padding: 5px; margin: 0px; display: block; width:120px; text-decoration:none;}
.edusignup a:hover { color: #CC0000 ; background-color: #ffffff; border: inset 1px; }
						  
/*Readers Information Box*/
						  
#docreaders          {
                          width:80%;
						  margin:auto;
						  border:1px #666666 solid;
						  font-family:Verdana, Arial, Helvetica, sans-serif;
						  font-size:9px;
						  }
						  
/*Teleseminar Listing Box*/
						  
#telesemlisting          {
                          width:100%;
						  margin:auto;
						  font-family:Verdana, Arial, Helvetica, sans-serif;
						  font-size:12px;
						  }
						  
.link-disclaimer {
	font-size: 12px;
	font-style: italic;
}


/* SHADOW BOX */

.shadowbox-top {
background-image:url(../images/shadowboxtop.jpg);
background-repeat:no-repeat;
width:554px;
height:37px;
margin:auto;
}

.shadowbox-bottom {
background-image:url(../images/shadowboxbottom.jpg);
background-repeat:no-repeat;
width:554px;
height:37px;
margin:auto;
}

.shadowbox-container {
width:554px;
margin:auto;
padding-top:0px;
padding-bottom:0px;
}					   
 						   
.shadowbox-box {
width:100%;
margin:auto;
border:2px solid #666666;
}
						  
.shadowbox-content {
width:90%;
margin:auto;
padding-top:10px;
padding-bottom:10px;
}	

.shadowbox-rightarea {
width:170px;
float:right;
}	





.shadowbox-rightarea-arrowdown {
width:160px;
height:74px;
background-image:url(../images/shadowbox-rightarea-arrowdown.gif);
background-position:center;
background-repeat:no-repeat;
}	 

.shadowbox-rightarea-audio {
width:160px;
float:right;
text-align:center;
border:1px solid #666666;
margin-bottom:10px;
padding-bottom:10px;
}		

.shadowbox-rightarea-audioicon {
width:160px;
height:56px;
background-image:url(../images/icon_call_replay.gif);
background-position:center;
background-repeat:no-repeat;
}	   

.shadowbox-rightarea-transcript {
width:160px;
float:right;
text-align:center;
border:1px solid #666666;
margin-bottom:10px;
padding-bottom:10px;
}		

.shadowbox-rightarea-transcripticon {
width:160px;
height:66px;
background-image:url(../images/icon_transcript.gif);
background-position:center;
background-repeat:no-repeat;
}	

.shadowbox-rightarea-downloadnow {
width:160px;
float:right;
text-align:center;
border:1px solid #666666;
margin-bottom:10px;
padding-bottom:10px;
}

.shadowbox-rightarea-downloadnowicon {
width:160px;
height:63px;
background-image:url(../images/icon_click_here_to_download.gif);
background-position:center;
background-repeat:no-repeat;
}	

.shadowbox-rightarea-downloadnow a { font-family: Tahoma; font-size: 12px; font-weight:bolder; color: #FFFFFF; background-color: #CC0000; border: outset 1px; padding: 5px; margin: 5px; display: block; width:138px; text-decoration:none;}
.shadowbox-rightarea-downloadnow a:hover { color: #CC0000 ; background-color: #ffffff; border: inset 1px; }

.shadowbox-rightarea-registernow {
width:160px;
float:right;
text-align:center;
border:1px solid #666666;
margin-bottom:10px;
padding-bottom:10px;
}

.shadowbox-rightarea-registernowicon {
width:160px;
height:63px;
background-image:url(../images/icon_click_here_to_register.gif);
background-position:center;
background-repeat:no-repeat;
}	

.shadowbox-rightarea-registernow a { font-family: Tahoma; font-size: 12px; font-weight:bolder; color: #FFFFFF; background-color: #CC0000; border: outset 1px; padding: 5px; margin: 5px; display: block; width:138px; text-decoration:none;}
.shadowbox-rightarea-registernow a:hover { color: #CC0000 ; background-color: #ffffff; border: inset 1px; }


						   
.shadowbox-content h3  {
font-family:Tahoma;
font-size:18px;
line-height:20px;
text-align:center;
margin-top:0px;
}