﻿/*  IMPORTANT - this cascading style sheet (css) controls most design & format decisions for this template.
    Only those familiar with CSS should edit this document.
	 Mark-up helper text is offered to define sections. */
	
/* -------------------------------------------------------------
   STANDARD CLASSES - this section defines standard html classes	
   ------------------------------------------------------------ */
html { height: 100%; padding-bottom: 10px; }
html>body html { padding-bottom:20px; }
	
body {
	background-color: #999;
	color: #333; /*defines the general text color for the entire site */
	font-family: Verdana, Arial, sans-serif; /*defines the general font family & size for the entire site */
	margin: 20px 0 10px 0;
	padding: 0;	
	text-align: center; }

a:link, a:visited {
	color: #006699;
	text-decoration: underline; }

a:hover {
	color: #003366;
	text-decoration: none; }

h1 { color: #000; font: bold 130% Verdana, Arial, sans-serif; }
h2 { color: #333;	font: bold 120% Verdana, Arial, sans-serif; }
h3 { color: #666;	font: bold 110% Verdana, Arial, sans-serif; }	
h4 { color: #666; font: bold 105% Verdana, Arial, sans-serif; letter-spacing: .25em; border: 1px solid #666; padding: 2px; }
h5 { color: #666; font: bold 100% Arial, sans-serif; }
h6 { color: #999; font: bold 100% Arial, sans-serif; }	
hr { color: #ccc; background-color: #ccc; border: none; height: 1px;	width: 100%;}
img { border: none;}
li { font-size: 90%; }
p { font-size: 90%; }
ol { list-style-type: decimal; }
ul { list-style-type: circle; }
table, tr, td { border-collapse: collapse; } /* collapses any borders from any html tables - required for javascript calendar */

/* --------------------- 
   END Standard Classes 
/* --------------------- */


/* -------------------- 
   DESIGN INSTRUCTIONS
   -------------------- */

/* general container */
#wrapper { 
	width: 970px;
	text-align: left;
	margin: 0 auto; }
	
/* header container for logo, contact us and background image */
#header { 
	width: 970px;
	height: 191px;
	background: url(images/body1.png) top no-repeat;
	position: relative; }

#contact p {
	float:right;
	font: 10pt Arial Narrow, Arial, Verana, sans-serif;
	text-align:right;
	color: #333;
	padding: 0 14px 0 0;
	margin: -10px 0 0 0px;
}

#contact p a:link, #contact p a:visited { color: #333; text-decoration: none; }
#contact p a:hover { color: #000; text-decoration: underline; }

#logo { padding: 30px 0 0 30px; margin: 0; }	

/* menu section */	
#menu { text-align: right; color: #666; font: 14pt Arial, sans-serif; padding: 10px 23px 10px 0; margin: 0;  }
html>body #menu { margin: -42px 0 0 0; }
#menu p a:link, #menu p a:visited { color: #fff; font-weight: bold; text-decoration: none; background-color: #990000; padding: 4px 6px 10px 6px; border-top: 1px solid #999; border-right: 1px solid #999; border-left: 1px solid #999; }
#menu p a:hover { color: #fff; font-weight: bold; text-decoration:none; background-color: #790000; padding: 4px 6px 10px 6px;  border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-left: 1px solid #ccc;  }
/* end menu section */
	
/* contact menu top right */
#content {
	width: 970px;
	height: 100%;
	background: url(images/body2.png) repeat-y;
	margin: 0;
	padding:0;
}

/* main body right on menu left layout */	
#body1 {
	float: left;
	width: 620px;
	line-height: 1.5em;
	padding: 0 6px 6px 6px;
	margin: 22px 10px 20px 10px;
}

}

/* main body right on menu left layout */	
#body1m {
	float: left;
	width: 620px;
	line-height: 1.5em;
	padding: 0 6px 6px 6px;
	margin: 22px 10px 20px 10px;
}

/* right sidebard on body left layout */	
#body2 { 
	float: left;
	width: 250px;
	padding: 0 6px 6px 24px; 
	margin: 22px 0 0 10px; }
	
/* sidebar heading tags 1 of 2 */
#body2 h1 { background-color: #990000; color: #fff; line-height: 35px; text-indent: 8px; font-weight: normal; font-size: 110%; margin-left: -12px; 
            border-bottom: 1px solid #999; border-right: 1px solid #666; }	
#body2 h2 { background-color: #333; color: #fff; line-height: 35px; text-indent: 8px; font-weight: normal; font-size: 110%; margin-left: -12px;
            border-bottom: 1px solid #999; border-right: 1px solid #666; }	

/* main body on menu right layout */
#body1b { 
	float: left;
	width: 620px; 
	line-height: 1.5em;
	padding: 0 6px 6px 14px; 
	margin: 22px 0px 20px 20px; }

/* right sidebar on three column layout */
#body2b { 
	float: right;
	width: 250px;
	padding: 0 6px 6px 0px; 
	margin: 22px 20px 0 0; }

/* sidebar heading tags 2 of 2*/
#body2b h1 { background-color: #990000; color: #FFF; line-height: 35px; text-indent: 4px; font-weight: normal; font-size: 110%; margin-right: -12px;
            border-bottom: 1px solid #999; border-left: 1px solid #666; }	
html>body #body2b h1 { margin-right: -8px; } /* fix for firefox */
#body2b h2 { background-color: #333; color: #fff; line-height: 35px; text-indent: 4px; font-weight: normal; font-size: 110%; margin-right: -12px;
            border-bottom: 1px solid #999; border-left: 1px solid #666; }	
html>body #body2b h2 { margin-right: -8px; } /* fix for firefox */
	
	
/* full page layout */
#body3 {
	width: 935px;
	padding: 10px 0px; 
	margin: 10px 30px; }	

/* bottom section defines the footer image */
#bottom { background: url(images/body3.png) no-repeat; height: 27px; margin: 0; padding:0px; clear: both; }	

/* footer section below page */
#footer { width: 960px;  margin: 20px 20px 0 20px; border-top: 1px solid #ccc;}
html>body #footer { width: 930px; margin: 20px 20px 0 20px; }
#footer1 { color: #666; font-size: 70%; padding: 10px 0 3px 10px;  }
#footer1 a:link, #footer1 a:visited { text-decoration: none; color: #666; }
#footer1 a:hover { text-decoration: none; color: #333; border-bottom: 1px solid #333; }
/* end footer section below page */

/* borders and float boxes --*/
.floatL { float: left; margin: 10px 5px 5px 0; } /* basic float left */ 
.floatR { float: right; margin: 10px 0 5px 5px; } /* basic float right */ 
.outline { border: 1px solid #999; margin-bottom: 6px; }
.border1 { padding: 0 4px 4px 4px; border: 1px solid #999; background-color: #ebebeb; margin-bottom: 12px; } /* simple border */
.border2 { padding: 0 4px 4px 4px; border: 1px solid #999;  margin-bottom: 12px; } /* simple border */
/* end borders and float boxes */


/* general design instructions */	
.cred { color: #ff0000; } /* color red */
.cblue { color: #3366CC; } /* color blue */
.cgreen { color: #009900; } /* color green */
.center { text-align: center; }	
.clear { clear: both; }
.right { text-align: right; }
.smaller { font-size: smaller; }
.xsmall { font-size: x-small; }
.xxsmall { font-size: xx-small; }
/* end general design instructions */


/* --------------------------- 
   END Design Instructions
   --------------------------- */		



	
	
	
	
	
/*______________________________________________________________________
DO NOT REMOVE
Title: Series 150 - TemplateHappy.com / Golden Pinecone Web Development
Version: Sept 2009
Websites: http://www.templatehappy.com/
          http://www.goldenpinecone.com
________________________________________________________________________*/		
