﻿/* CSS Document */

body {
	  background-color: #FFFFFF;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      margin: 0px;
	  color: #000000;
	  text-align: center;
	  width: 100%;
     }
	 
h2 {
   font-size: 18px;
   color: #2D496C;
   font-weight: bold;
   }
   
h3 {
   font-size:14px;
   color:#006B39;
   font-style:italic;
   font-weight:normal;
   }
   
h4 {
   font-size: 15px;
   font-weight: bold;
   color: #2D496C;
   }
   
h5 {
   font-size: 15px;
   font-weight: bold;
   color: #2D496C;
   text-decoration:underline;
   text-align:left;
   }
   
span {
	font-size: 10px;
	font-weight: none;
	padding-right: 25px;
	}
   
p {
  text-align: justify;
  font-size: 14px;
  }
  
br {
  line-height: 20px;
  }
  
img {
	border: none;
	}
	 
#header {
		background-color: #EAECEB;
		margin: 0px;
		padding: 0px;
		width: 100%;
		text-align: center;
		}
		
#header800 {
           background-color: #EAECEB;
		   width: 800px;
		   margin: 0 auto;
		   padding: 0px;
		   text-align: center;
		   }

.innerhead_left {
				float: left;
				background-color: #EAECEB;
				width: 200px;
				vertical-align: middle;
				text-align: left;
				}
				
.innerhead_right {
				 float: right;
				 background-color: #EAECEB;
				 width: 600px;
				 color: #006B39;
				 font-size: 18px;
				 text-align: right;
				 padding-top: 0px;
				 margin-top: 0px;
				 }

/* Hoyt wanted the button centered rather than attached to the top of the page. */
.innerhead_modified {
					float: right;
					background-color: #EAECEB;
					width: 600px;
					color: #006B39;
					font-size: 18px;
					text-align: right;
					margin-top: 0px;
					}
				 
#topnavb {
		width: 100%;
		background: url('images/topnavbkg.jpg') repeat-x center;
		padding-left: 0px;
		padding-top: 10px;
		margin: 0 auto;
		height:54px;
		text-align: center;
		color: #C0C0C0;
		}
		
#topnavb a {
		 color: #FFFFFF;
	     text-decoration: none;
	     font-size: 13px;
		 }
		 
#topnavb a:hover {
			   color: #FFFFFF;
			   text-decoration: underline;
			   }
				
#topnavb a:active {
				color: #F88E1E;
				text-decoration: none;
				}

		 
#topnav {
		width: 100%;
		background: url('images/header_bottom.jpg') repeat-x center;
		padding-left: 0px;
		margin: 0 auto;
		line-height:41px;
		text-align: center;
		color: #C0C0C0;
		}
		
#topnav a {
		 color: #FFFFFF;
	     text-decoration: none;
	     font-size: 13px;
		 }
		 
#topnav a:hover {
			   color: #FFFFFF;
			   text-decoration: underline;
			   }
				
#topnav a:active {
				color: #F88E1E;
				text-decoration: none;
				}
				
#main {
	  background-color: #FFFFFF;
	  margin: 0;
	  padding: 0px;
	  width: 100%;
	  }
	  
#main800 {
		 background-color: #FFFFFF;
		 width: 800px;
		 margin: 0 auto;
		 padding: 0px;
		 }
	  
.innermain_left {
				float: left;
				width: 550px;
				background-color: #FFFFFF;
				margin-right: 20px;
				padding-top: 20px;
				padding-bottom: 40px;
				}
				
.innermain_right {
				 float: right;
				 width: 230px;
				 background-color: #FFFFFF;
				 padding-top: 40px;
				 padding-bottom: 40px;
				 }
				 
#questions_box {
			   width: 210px;
			   background: url('images/questions_box1.png') no-repeat;
			   font-family: Tahoma;
			   text-align: justify;
			   font-size: 13px;
			   padding: 40px 10px 33px 12px;
			   }
			   
#questions_box a {
				color: #8BA725;
				}
				
#advantage_box {
			   width: 232px;
			   background: url('images/advantage_box.jpg') no-repeat;
			   font-family: Tahoma;
			   font-size: 12px;
			   padding: 45px 0px 10px 4px;
			   text-align: left;
			   min-height: 340px;
			   }
			   
.quote {
	   font-size: 13px;
	   font-style: italic;
	   color: #006B39;
	   padding-left: 20px;
	   padding-right: 20px;
	   text-align: justify;
	   }
			   
#footer {
		width: 100%;
		background: #EAECEB url('images/banner_bottom.jpg') repeat-x;
		height:13px;
		}
		
#copyright {
		 color:#DD7500;
		 background-color: #EAECEB;
		 font-style:tahoma;
		 font-size:10px;
		 font-weight:none;
		 text-decoration:none;
		 padding-top: 20px;
		 padding-bottom: 20px;
		}
		
#copyright a {
		  color:#DD7500;
		  font-size:10px;
		  text-decoration:underline;
		 }
		 
#copyright a:hover {
				color:#DD7500;
				font-size:10px;
				text-decoration:underline;
			   }
			   
.copyright_text {
			color:#666666;
			font-family:tahoma;
			font-size:11px;
			font-weight:none;
			text-decoration:none;
			padding-top: 10px;
		   }
		   
.pkg_header {
			font-family:tahoma;
			font-size:14px;
			font-weight:bold;
			vertical-align:top;
			text-align:center;
			background-color:#768190;
			color:#FFFFFF;
			border-top:solid 1px #000000;
			border-right:solid 1px #FFFFFF;
			line-height:25px;
			padding: 0 3px 0 3px;
			}
			
.pkg_subheader {
			font-family:tahoma;
			font-size:13px;
			text-align:left;
			padding-left:5px;
			border-top:solid 1px #FFFFFF;
			border-right:solid 1px #FFFFFF;
			}
			
.pkg_item {
		font-family:tahoma;
		font-size:12px;
		text-align:center;
		border-top:solid 1px #FFFFFF;
		line-height:25px;
		border-right:solid 1px #FFFFFF;
		  }
		  
.pkg_free {
		font-family:tahoma;
		font-size:12px;
		font-weight:bold;
		text-align:center;
		color:#000000;
		border-top:solid 1px #FFFFFF;
		border-right:solid 1px #FFFFFF;
		  }
		  
/* KLP's additions and changes. */
#demo_options_box {
	width: 500px;
	font-family: Tahoma;
	font-size: 11pt;
	padding: 10px 10px 10px 10px;
	text-align: left;
	border: 1px navy solid;
}
.demo_options_title {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: 900;
	color: #2D496C;
}

