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

/* Main Styles */

html,body {
	height:100%;
}

body {
	background:#f17624 url('images/bg_repeat.jpg') repeat-x scroll top; /* ENTIRE SITE BACKGROUND change the hex number being the bottom 
																		color of gradient */
	font-family:Verdana, Geneva, Tahoma, sans-serif;
}

#container {
	margin:0 auto;
	width:900px;
	background:url('images/basic_contentbg.jpg') repeat-y;
	overflow:hidden;
}

.clear {
	clear:both;
}

/* Navigation */

.navigation {
	width:201px;
	vertical-align:top;
	float:left;
}

.navigation ul {
	list-style-type:none;
	margin-left:-30px;
}

.navigation li a {
	display:block;
	font-size:17pt; /* FONT SIZE FOR THE LINKS */
	font-family: 'Margarine', cursive;
	color: #fff; /* CHANGE THIS FOR THE NAVIGATION COLOR TEXT */
	text-decoration:none;
	width:65%;
	padding: 5px 15px;
	letter-spacing:-0.05em;
}

.navigation li a:hover {
	color:#000; /* CHANGE THIS FOR THE ROLLOVER COLOR OF THE TEXT IN THE NAVIGATION */
	border-left:5px #ff6c14 solid;
}

#main {
	float:left;
	width:699px;
}

/* Content */

#content {
	padding:10px 20px;
	padding-bottom:50px;
	color:#232323; /* CHANGE THIS FOR THE MAIN FONT COLOR */
	font-size:10pt; /* FONT SIZE FOR THE CONTENT */
}

p {
	line-height:18px;
}

hr {          
	width:90%; /* Width of the line in percent */
	background:#04306e; /* Color of the line */
	height:2px; /* Height of the Line */
	text-align:center;
	margin:0 auto;
	margin-bottom:15px;
}

#content .book {     /* This is what holds the book descriptions in a "CSS table". */
	width:400px;
	height:145px;
	padding:5px 10px 20px 10px;
	background-color:#e7e4c6; /* Change background color of book tables */
	margin:0 auto; /* Centers the book table in the middle of page */
}	
	
/* 

---------  HEADER STYLES  ------------------------------------------------------------------------

*/

/* This is the header for the main subjects such as GENERAL TOPICS & FAQ, using HEADING 1, also acts as page headers*/

h1 {
	font-size:24pt; 
	margin:15px 0px;
	letter-spacing:-0.05em;
	color:#003888;  /* COLOR OF FONT */
	border-left: solid #833823 3px; /* COLOR OF LEFT LINE */
	padding-left:10px;
	font-family: 'Margarine', cursive;
	padding-bottom:0;
}

/*These are the headers, use the "heading 2" tag in your Website editor to call these values */

h2 { 
	font-size:15pt; /* Size of the font, then the color and then the code to make it bold */
	color:#bd0102;
	font-weight:bold;
	font-family: 'Margarine', cursive;
	margin-bottom:-15px;
}
	
/* Header for the back to top links. Call it using "Heading 3." */

h3 {
	font-size:8pt;
	font-style:italic;
}	
	
/*

-----------  LINK STYLES  ---------------------------------------------------------------

 */	
a {    /* These set the color for the links and also when they've been visited */
	color:#487d9f;
}
	
a:hover {       /* This is when you hover over the link. */
	color:#27475b;
	text-decoration:none; /* This takes away the line under the link, set it to "underline" to remove that effect */
}	

/*-----------  FOOTER STYLES  ---------------------------------------------------------------*/

.footer {
	text-align:center;
	font-size:8pt; /* FONT SIZE FOR THE FOOTER */
	margin-top:20px;
	color:#32210f;
}

/* The next two values are exactly like the links above except they set the options for the links in the footer, 
if you have imported the footer coding. */
	
.footer a {
	color:#ffcbb0; /* Color of the links in the footer */
}
	
.footer a:hover {
	color:#fff; /* Color of the links in the footer when you roll over them */
	text-decoration:none;
}	
	
/* 
	
DON'T CHANGE ANYTHING BELOW THIS LINE------------------------------------------------------------------------
	
*/
	
#sealant { 
	width:400px;
	height:125px;
	padding:5px 10px 20px 10px;
	margin:0 auto;
}
	
.seal {
	width:200px;
	text-align:center;
	float:left;
}

.predev {
	font-size:11pt;
	font-weight:bold;
}
	
ol li {
	padding-bottom:10px;
	list-style-type:circle;
}

.diet {
	float:left;
	width:30%;
	height:auto;
	padding-bottom:2%;
}
	
.floatleft {
	margin-right:10px;
	float:left;
}

.floatright {
	margin-left:10px;
	float:right;
}
	
