/* CSS Document */

/* BODY */

body, html {
background-color: #FFFFFF;
text-align: center;
margin-top: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}

/* 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;
}

/* HEADER DIV */

#header {
width: 904px;
height: 164px;
background-image: url(images/header.jpg);
background-position: center;
background-repeat: no-repeat;
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;
margin: 0;
color: #000000;
}

ul li {
padding: 5px;
margin-left: 25px;
}

ol {
list-style: decimal;
margin: 0;
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 */

h2 {
font-size: 20px;
font-weight: bold;
color: #005EB2;
}

h2 a {
font-size: 20px;
font-weight: bold;
color: #005EB2;
text-decoration:underline;
}

h2 a:hover {
font-size: 20px;
font-weight: bold;
color: #005EB2;
text-decoration:none;
}

h2 a:visited {
font-size: 20px;
font-weight: bold;
color: #005EB2;
text-decoration:underline;
}

h1 {
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: none; color: #76080B;}
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 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;
						  }
						  
/*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;
}

