@charset "UTF-8";
/* CSS Document */

body {
	background: #CBD3F1;
	margin: 0px auto 0px;
	padding: 0px;
    background-image: url(../images/back.jpg);
    background-position: top left;
    background-repeat: repeat-x;
	color: #222;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
}

#wrap {
	width: 986px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: none;
	padding: 0px;	
}

#background {
    width: 986px;
	background: #fff url(../images/mainback_wide.jpg) repeat-y;
}


#header {
	background-image: url(../images/header-wide.jpg);
	height: 173px;
	width: 986px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

#main {
		float:right;
		width:620px;
		padding:10px;
		background:none;
		margin: 0px 40px 0px 0px;
}

#main-wide {
		float:center;
		width:920px;
		padding:10px;
		background:none;
		margin: 0px auto;
}

#sidebar {
	width: 225px;
	margin: 0px 10px 0px 50px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Tahoma, Verdana;
	float: left;
	display: inline;
}

#salesletter{
		width:675px;
		padding:10px;
		background:none;
		margin: 0px auto;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	margin-top:20px;
	color: #333333;
}	

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

a:link { 
   color: #0000ff;  
   text-decoration: underline; 
}

a:visited { 
   color: #663399;
   text-decoration: underline;
}

a:active { 
 color: #000000;  
 text-decoration: none; 
}

a:hover { 
 color: #000000; 
 text-decoration: underline;
}

.bottom-nav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
 font-family: verdana, trebuchet, sans-serif;
 font-size:   20px;
 color:       #000000;
 font-weight: bold;
}

h2 {
 font-family: verdana, trebuchet, sans-serif;
 font-size:   17px;
 color:       #000000;
 font-weight: bold;
}

/*---  Used in Weblog templates to format the title of entries  ---*/

h3 {
 font-family: verdana, trebuchet, sans-serif;
 font-size:   15px;
 color:       #000000;
 font-weight: bold;
}

/*---  Used in weblog.php in the left side-bar, and archives.php page to format the date header  ---*/

h4 {
 font-family: verdana, trebuchet, sans-serif;
 font-size:   13px;
 color:       #000000;
 margin-top: 2px;
 margin-bottom: 5px;
 font-weight: normal;
}

.headline-big-darkred {
	font-size: 22px;
	font-weight: bold;
	color: #860000;
	text-align: center;
	line-height: 100%;
}

.headline-big-yellow {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	background-color: #ff0;
	text-align: center;
	line-height: 100%;
}

.headline-medium-yellow {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background-color: #ff0;
	text-align: center;
	line-height: 100%;
	
}	
	
.headline-small-yellow {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #ff0;
	text-align: center;
	line-height: 100%;
}

.headline-normal-yellow {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	background-color: #ff0;
	text-align: center;
	line-height: 100%;
	
}

.headline-big-red {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	line-height: 100%;
}	
	
.headline-medium-red {
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	line-height: 100%;
	
}

.headline-big-black {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: 100%;
}	
	
.headline-medium-black {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: 100%;
}

.subhead-medium-black {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: 100%;
}

.subhead-medium-darkred {
	font-size: 15px;
	font-weight: bold;
	color: #860000;
	text-align: center;
	line-height: 100%;
}

.subhead-medium-blue {
	font-size: 15px;
	font-weight: bold;
	color: #083165;
	text-align: center;
	line-height: 100%;
}		

.red {
   color: #FF0000;
   font-weight: bold;
}

.highlight {
    background: #ff0;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.highlightBold {
    background-color: #ff0;
    font-weight: bold;
}

#footer {
    clear:both;
	background-image: url(../images/footer-wide.jpg);
	height: 160px;
	width: 986px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#headline {
	background-image: url(../images/headline.gif);
	height: 200px;
	width: 652px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.testimonialtop {
	background-image: url(../images/testimonialtop.gif);
	height: 69px;
	width: 627px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.testimonialrepeat {
	background-image: url(../images/testimonialrepeat.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 547px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	overflow: hidden;
}
.testimonialbottom {
	background-image: url(../images/testimonialbottom.gif);
	height: 67px;
	width: 627px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow: hidden;
}

.testimonial-text {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	color: #555555;
	text-align: left;
}

.testimonial-head {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	color: #555555;
	text-align: center;
}

.testimonial-right {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	color: #555555;
	text-align: right;
}


/*IMAGES*/

.floatpicleft {
    float: left;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
} 

.floatpicright {
float: right;
    margin-top: 3px;
    margin-left: 10px;
    margin-bottom: 5px;
}

/*STYLED BOXES*/

.box-dashed-yellow {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
margin-top: 10px;
padding: 15px 15px 15px 15px;
border: 2px dashed #333333;
background: #FFFFCC;
color: #333333;
width: 90%;
margin-left:auto; 
margin-right:auto;
}

.box-solid-yellow {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
margin-top: 10px;
padding: 15px 15px 15px 15px;
border: 2px solid #333333;
background: #FFFFCC;
color: #333333;
width: 90%;
margin-left:auto; 
margin-right:auto;
}

.box-solid-gray {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
margin-top: 10px;
padding: 15px 15px 15px 15px;
border: 1px solid #333333;
background: #EEEEEE;
color: #333333;
width: 90%;
margin-left:auto; 
margin-right:auto;
}

.box-solid-white {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
margin-top: 10px;
padding: 15px 15px 15px 15px;
border: 3px solid #999999;
background: #FFFFFF;
color: #333333;
width: 90%;
margin-left:auto; 
margin-right:auto;
}

.box-solid-blue {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
margin-top: 10px;
padding: 15px 15px 15px 15px;
border: 1px solid #333333;
background: #cbd3f1;
color: #333333;
width: 90%;
margin-left:auto; 
margin-right:auto;

}

.box-dashed-blue {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
margin-top: 10px;
padding: 15px 15px 15px 15px;
border: 1px dashed #333333;
background: #cbd3f1;
color: #333333;
width: 90%;
margin-left:auto; 
margin-right:auto;
}

.box-dashed-white {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
margin-top: 10px;
padding: 15px 15px 15px 15px;
border: 4px dashed #333333;
background: #FFFFFF;
color: #333333;
width: 90%;
margin-left:auto; 
margin-right:auto;
}

.box-gradient-yellow {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
margin-top: 10px;
padding: 15px 15px 15px 15px;
border: 2px solid #333333;
background: #FFFFFF;
background-image: url(../images/background-gradient-yellow.jpg);
color: #333333;
width: 90%;
margin-left:auto; 
margin-right:auto;

}

.box-gradient-blue {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
margin-top: 10px;
padding: 15px 15px 15px 15px;
border: 2px dashed #333333;
background: #FFFFFF;
background-image: url(../images/background-gradient-blue.jpg);
color: #333333;
width: 90%;
margin-left:auto; 
margin-right:auto;

}

.box-gradient-gray {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
margin-top: 10px;
padding: 15px 15px 15px 15px;
border: 2px solid #333333;
background: #FFFFFF;
background-image: url(../images/background-gradient-gray.jpg);
color: #333333;
width: 90%;
margin-left:auto; 
margin-right:auto;

}

table.doe{
border-width: 4px;
border-style: dashed;
border-color: #333333;
border-collapse: collapse;
background-color: #FFFFCC;
margin-left:auto; 
margin-right:auto;

}	   

.menuSpacer {
 border-bottom: 1px dotted #999999;
 margin-bottom: 15px;
 margin-top: 5px; 
}

* html #footer {
height:1px;
}

/*Box style links*/

.menulist {
	margin: 0 0 12px 0 !important;
	padding: 0 !important;
	list-style-type: none;
	line-height: normal;
	font-size: 11px;
	font-weight: normal;
}

.menulist a {
	text-decoration: none;
	display: block;
	padding: 6px 10px;
	border: 1px solid #dddddd;
	background-repeat: no-repeat;
	color: #083165;
    font-size: 12px;
	background-position: 0px 0px;
	background-color: #FFFFFF;
}

.menulist a:hover {
	color: #444444;
    font-size: 12px;
	border-color: #cccccc;
	background-position: 0px -100px;
	background-image: url(../images/dj_linkgradient.jpg);
	text-decoration: none;
	background-color: #ffffff;
}

.leftdescription {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
}

#AutoNumber16
{
BORDER-RIGHT: 1px dashed; BORDER-TOP: 1px dashed; BORDER-LEFT: 1px dashed; BORDER-BOTTOM: 1px dashed; BORDER-COLLAPSE: collapse; padding: 8px; background-color:#CCCCCC;
}

#AutoNumber18
{
border: 3px solid #666666;
}

#AutoNumber14
{
border: 3px solid #cccccc;
background-color:#e1e1e1;
}

#AutoNumber2
{
border: 3px solid #cccccc;
border-top:none;
}

#AutoNumber4
{
border: 3px solid #cccccc;

}

#AutoNumber19
{
border: 3px solid #cccccc;
background-color:#e1e1e1;
}

.redheader {
    color: #C30101;
    font-size: 17px;    
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 120%;
    text-align: center;
}

.blurb {
    color: #444444;
    font-size: 13px;    
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 110%;
    text-align: left;
}

.footerlinks {
    color: #444444;
    font-size: 11px;    
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 110%;
    text-align: center;
	margin: 30px 30px 10px 0px;
}
