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

* { 
	margin: 0; /*this will break the lists but fixes the top space issue */
	padding: 0;
	
	}

body {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #bb3a1e;/*changed background color*/
	
	}
	
h1 {
	font-size: 130%;
	text-align: left;
	line-height: 1.6em;
	font-weight: bold;
	color: #bb3a1e;
	margin-bottom: 12px;
	text-transform:uppercase;
	}

h2 {
	font-size: 120%;
	text-align: left;
	line-height: 1.6em;
	font-weight: bold;
	color: #bb3a1e;
	padding-bottom:1px;
	text-transform: uppercase;
	}

h3 {
	font-size: 100%;
	text-align: left;
	line-height: 1.6em;
	color: #bb3a1e;
	margin-top: 12px;
	margin-bottom: 2px;
	text-transform:uppercase;
	}
		
p {
	font-size: 90%;
	line-height: 1.7em;
	padding-bottom: 12pt;
	color:#000000;
		}

blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-style:italic;
	font-weight:bold;
	line-height: 1.7em;
	padding: 5pt 12pt 5pt 12pt; /*trbl*/
	text-align:left;
	}
		
a:link {
	background-position: center;
	color: #bb3a1e;
}
a:visited {
	background-position: center;
}
a:hover {
	background-position: center;
}
a:active {
	background-position: center;
}


/* Layout */

#container {   /*Wraps around the whole layout with rule */
	width: 850px;
	margin: 0px auto 0px auto;
	position:relative;
	
}

#inside {   /*Wraps around the whole layout inside rule */
	position:relative;
	background-repeat: repeat-y;
	background-image:url(../images/background.jpg);
	background-position:top;
	
}

#header {
	position: relative;
	background-repeat: no-repeat;
	/*background-image:url(../images/backgroundtop.jpg);  ORIGINAL */
	background-position:top;
	height:300px;
		
}


#content {
	position:relative;
	padding: 0px 310px 0px 55px;/*trbl*/
	}


#footer {
	position: relative;
	padding-top:20px;
	height:50px;
	text-align:center;
	font-size: smaller;
	text-transform: uppercase;
		background-repeat: no-repeat;
	background-image:url(../images/bottombackground.jpg);
	background-position:top;
}

#footer a {
	color: #000000;
	text-decoration: underline;
	
}
		
#footer a:link, #navcontainer a:visited {
	color: #000000;
	}

#footer a:hover {
	color: #FFFFFF;
	font-weight:bold;
		}

#headerquote {
	position: absolute;
	top: 174px;  
	left: 119px;
	width: 450px;  /* 490 */
	text-align: left;
	color:#000000;
	font-weight:bold;
	font-size:80%;
	padding:10px;
		}

		
#freereportsignup {
	position: absolute;
	top: 294px;
	left: 562px;
	width: 220px;
	text-align: left;
	padding: 10px 10px 10px 5px;/*trbl*/
	}

p.report{font-size:80%;
font-style:italic;}

p.name{font-size:80%;
text-align:right;
font-weight:bold;}

#testimonial {
	position: absolute;
	top: 470px;
	left: 555px;
	width: 220px;
	text-align: left;
	padding: 10px 10px 10px 5px;/*trbl*/
		
	}

#testimonial p{
	font-size: 80%;
	text-align: left;
	line-height: 1.3em;
	}

.returntotop {
font-size: 80%;
}

.list {
padding-left:10px;
}

/* Navigation */

#navwrap {
	position:absolute;
	top:237px;
	height:40px;
	width:780px;
	left: 35px;
}

	
#navcontainer {
	position: absolute;
	top:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #bb3a1e;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	width: 780px;
	left: 1px;
		}

#navcontainer a {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
		
#navcontainer a:link, #navcontainer a:visited {
	color: #FFF;
	}

#navcontainer a:hover {
	color: #bb3a1e;
		}
		
#bookstore {
font-size: 90%;
}

#bookstore table th {
font-weight:bold;
}

#bookstore table td {
padding: 5px;
}

/*Promotional Box */

.box { 
border-color: #f68938;
border-width: 5px;
border-style:solid;
padding: 15px 15px 15px 15px; /*trbl*/
margin: 10px 25px 10px 40px;
width: 300px;
text-align:left;
}

.box h3 {
font-weight:bold;
font-size: 90%;
text-align:center;
color:#000000;
}