/* CSS Document */


/* BODY */


body {
background-color: #DEDEDE;
margin-top: 0;
}

html {
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}


/* MAIN CONTAINER DIV */

#container {
margin: 0 auto;
width: 863px;
background-image: url(../images/bgrnd.gif);
background-repeat: repeat-y;
background-position: center;
min-height: 100%;
overflow: hidden;
}

/* HEADER DIV */

#header {
width: 863px;
height: 112px;
background-image: url(../images/header.gif);
background-position: center;
background-repeat: no-repeat;
margin: 0;
}



/* NAVIGATION */

#menu  {
width: 863px;
height: 42px;
background-image: url(../images/menu.gif);
background-position: center;
background-repeat: no-repeat;
font-variant: small-caps;
font-size: 13px;
padding-top: 22px;
color: #B5C0C4;
font-weight: bold;
text-align: center;
}


#menu a {
color: #FFF;
text-decoration: none;
}


#menu a:hover {
color: #7A1008;
text-decoration: none;
}


/* CONTENT DIVS */


#contentcontainer {

position: relative;
text-align: center;
padding: 7px;
margin: 7px;
}


#content {
float: left;
width: 600px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#contentcontainer-1col {

position: relative;
margin: auto;
text-align: center;
padding: 7px;
margin: 7px;
}


#content-1col {
margin: auto;
width: 779px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
}



/* SIDEBAR */


#sidebar {

float: right;
width: 190px;
margin-right: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
padding-top: 5px;
padding-left: 10px;
color: #000;
border-left: 1px solid #7A1008;
font-weight: bold;
line-height: 12px;
font-size: 14px;
text-align: left;
}



#sidebar h1 {

margin-bottom: 10px;
font-size: 14px;
font-weight: bold;
color: #35424B;
}


#sidebar ul {
margin-left: 10px;
padding-left: 40px;
font-size: 12px;
color: #000;
}


#sidebar ul li {

padding-left: 5px;
margin-left: -20px;
}

#sidebar ul li a {

color: #670001;
text-decoration: none;
}



#sidebar ul li a:hover {

color: #000;
text-decoration: none;
}



/* LISTS */



ul {

list-style: disc;

margin: 0;

color: #000000;

}




ul li                    {
						  list-style: url(../images/magnifyingglass.jpg) outside;
						  margin-bottom:10px;
						  padding: 5px;

margin-left: 25px;
						  }



ol {

list-style: decimal;

margin: 0;

color: #000000;

}



ol li {

padding: 5px;

}



/* FOOTER DIV */



#footer {

width: 863px;
height: 46px;
background-image: url(../images/footerlinks.gif);
background-position: center;
background-repeat: no-repeat;
font-size: 9px;
text-align: center;
clear:both;
}



#bottom  {

	width:600px;
	height:35px;
	margin:auto;
	margin-top:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;

}

/* BOTTOM TEXT */

#bottomtext                  {
                          width:600px;
						  margin:auto;
						  }
						  
#bottomtext p                {
                          font-family:Arial, Helvetica, sans-serif;
						  font-size:10pt;
						  color:#000000;
						  text-align:center;
						  }
						  
#bottomtext a                {
                          color:#00000;
						  text-decoration:none;
						  padding-left:2px;
						  padding-right:2px;
						  }
						  
#bottomtext a:hover          {
                          color:#cc0000;
						  }


/* HEADINGS */

h1 {

font-size: 26px;

font-weight: bold;

color: #670001;

}

h2 {

font-size: 20px;

font-weight: bold;

color: #35424B;

}



h2 a {

font-size: 20px;

font-weight: bold;

color: #35424B;

text-decoration:underline;

}



h2 a:hover {

font-size: 20px;

font-weight: bold;

color: #670001;

text-decoration:none;

}



h2 a:visited {

font-size: 20px;

font-weight: bold;

color: #005EB2;

text-decoration:underline;

}


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;}


/* IMAGES */

.imgspace {
padding: 1px 5px 0 5px;
}

/* TESTIMONIALS */

#testimonial-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#testimonial-box          {
                          width:100%;
						  margin:auto;
						  background-color:#FFFFCC;
						  border:1px #333333 solid;
						  }
						  
#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;
						  }

#testimonial-content p    {
                          font-family:Arial, Helvetica, sans-serif;
						  font-size:14px;
						  line-height:16px;
						  text-align:justify;
						  }
						  
/* OPTIN BOX */
						  
						  
#optin-box               {
                          width:330px;
						  margin:auto;
						  background-color:#f5f5dc;
						  border-top:1px solid #000000;
						  border-right:1px solid #000000;
						  border-bottom:1px solid #000000;
						  border-left:1px solid #000000;
						  }
						  
#optin-box-content       {
                          width:310px;
						  margin:auto;
						  padding-top:5px;
						  padding-bottom:5px;
						  }
						  

/* 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;

}

/* SITE SPECIFIC STYLES */
						  
.privacy                 {
                          font-size:12px;
						  }
						  
.spam                    {
                          font-size:12px;
						  color:#333333;
						  }
						  
.speaker                 {
                          font-size:11px;
						  }

.subtitle                {
                          font-family:Verdana, Arial, Helvetica, sans-serif;
                          font-size:16px;
						  }
						  
.optinlabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#sample-interviews       {
                          width:680px;
						  margin:auto;
						  border-top:2px solid #333333;
						  border-right:2px solid #000000;
						  border-bottom:2px solid #000000;
						  border-left:2px solid #333333;
						  padding:10px;
						  }
