/*  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: #abc5f0 url(../images/background.jpg) repeat-x;
	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: 0 0 10px 0;
	padding: 0;	
	text-align: center; }

a:link, a:visited {
	color: #0066ff;
	text-decoration: underline; }

a:hover {
	color: #003366;
	text-decoration: none;
	text-align: center;
}

h1 { color: #444; font: bold 120% Verdana, Arial, sans-serif; }
h2 {
	color: #F00;
	font: bold 110% Verdana, Arial, sans-serif;
}
h3 { color: #666;	font: bold 105% Verdana, Arial, sans-serif; }	
h4 { color: #333; 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: #979797; font: bold 100% Arial, sans-serif; }	
hr { color: #ccc; background-color: #ccc; border: none; height: 1px;	width: 100%;}
img {
	border: none;
	text-align: center;
}
li { font-size: 90%; }
p {
	font-size: 90%;
	text-align: left;
}
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: 985px;
	text-align: left;
	margin: 0 auto; }
	
/* header container for home page header: logo, contact us and background image */
#header { 
	width: 985px;
	height: 420px;
	background: url(../images/body1.png) top no-repeat;
	position: relative; }
	
/* header container home page header: logo, contact us and background image */
#header2 { 
	width: 985px;
	height: 225px;
	background: url(../images/body1b.png) top no-repeat;
	position: relative; }	
	
/* header container home page header: logo, contact us and background image */
#headerLeft { 
	width: 985px;
	height: 225px;
	background: url(../images/body1Left.png) top no-repeat;
	position: relative; }		

/* header container home page header: logo, contact us and background image */
#headerRight { 
	width: 985px;
	height: 225px;
	background: url(../images/body1Right.png) top no-repeat;
	position: relative; }			

#logo {
	float: left; 
	padding: 0 0 0 20px;
	margin: 0px;
	height: 108px;
}

#contacts p {
	float: right;
	font: 10pt Arial Narrow, Arial, Verana, sans-serif;
	text-align:right;
	color: #666;
	padding: 10px 14px 0 0;
	margin: 0px;
	position: relative;
}

#contacts p a, #contacts p a:visited { color: #333; text-decoration: none; }
#contacts p a:hover { color: #000; text-decoration: underline; }

#mainimage { margin: -46px 20px 0 0; float: right; }

#maintext { float: left; padding: 40px 0 5px 40px; width: 470px; }
#maintext h1 { color: #ff9900; font-size: 34px;}
#maintext p { color: #fff; font-size: 110%; }

	
/* content plain background */
#content {
	width: 985px;
	height: 100%;
	background: url(../images/body2.png) repeat-y;
	margin: 0;
	padding:0;
}

/* content menu right background */
#contentRight {
	width: 985px;
	height: 100%;
	background: url(../images/body2Right.png) repeat-y;
	margin: 0;
	padding:0;
}

/* content menu right background */
#contentLeft {
	width: 985px;
	height: 100%;
	background: url(../images/body2Left.png) repeat-y;
	margin: 0;
	padding:0;
}


/* main body right on menu left layout */	
#body1 { 
	float: right;
	width: 620px; 
	line-height: 1.5em;
	padding: 0 6px 6px 6px; 
	margin: 25px 10px 20px 10px; }

/* firefox fix */
html>body #body1 { width: 620px; margin: 25px 20px 20px 10px;  }

/* right sidebard on body left layout */	
#body2 { 
	float: left;
	width: 240px;
	padding: 0 6px 6px 6px; 
	margin: 58px 0 0 10px; }

/* firefox fix */
html>body #body2 { padding: 0px 20px 10px 20px; width: 250px; } 

/* main body on menu right layout */
#body1b { 
	float: left;
	width: 620px; 
	line-height: 1.5em;
	padding: 0 6px 6px 6px; 
	margin: 22px 10px 20px 20px; }

/* firefox fix */
html>body #body1b { width: 620px; margin: 22px 10px 20px 20px;  }
	
/* right sidebar on three column layout */
#body2b { 
	float: right;
	width: 240px;
	padding: 0 6px 6px 0px; 
	margin: 60px 10px 0 0; }

/* firefox fix */
html>body #body2b { padding: 0px 20px 10px 20px; width: 250px; } 

/* middle column on three column layout */
#body3 {
	width: 370px;
	float: left;
	padding: 10px 0px; 
	margin: 28px 0 0 0; }
	
/* news section on home page */
#body4 {
	width: 961px;
	padding: 0px 0px; 
	margin: 0px 30px; }	

/* full width layout */
#body5 {
	width: 921px;
	padding: 10px 0px; 
	margin: 0px 30px 10px 30px; }		

/* bottom section defines the footer image */
#bottom { background: url(../images/body3.png) no-repeat; height: 38px; margin: 0; padding:0px; clear: both; }	
#bottomRight { background: url(../images/body3Right.png) no-repeat; height: 38px; margin: 0; padding:0px; clear: both; }	
#bottomLeft { background: url(../images/body3Left.png) no-repeat; height: 38px; margin: 0; padding:0px; clear: both; }	

/* footer section below page */
#footer { width: 960px;  margin: 20px 20px 0 20px; text-align: center; 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; }
#footer2  { padding: 0 0 10px 10px; color: #666; font-size: 70%; }
#footer2 a:link, #footer2 a:visited, #footer2 a:hover { text-decoration: none; color: #666; }
/* end footer section below page */

/* boxes on home page -- */
#boxes { width:100%; margin: 0 auto; padding: 20px 0; } /* general width and spacing for three news boxes */
html>body#boxes {	margin: -15px auto 0 auto; } /* fix */
#box1 h1, #box2 h1, #box3 h1 { font: bold 12pt Verdana, sans-serif; letter-spacing: .25em; margin-top: -1px; }
#box1 p, #box2 p, #box3 p { font: 10pt Verdana; padding: 6px 6px 0 0 } /* general instructions for paragraphs */

#box1 h1  { color: #EBEBEB; }
#box1 p { color: #EBEBEB; }
#box1 { background: #3f66a7 url(../images/box01.jpg) repeat-x top; float: left; margin-right: 10px; width: 300px; border: 1px solid #333; min-height: 165px; padding: 6px 10px 10px 10px; }
#box1 a:link, #box1 a:visited { text-decoration: underline; color: #000; }
#box1 a:hover { text-decoration: underline; color: #fff; }

#box2 h1 { color: #EBEBEB; }
#box2 p { color: #EBEBEB; }
#box2 { background: #21447e url(../images/box02.jpg) repeat-x top; float: left; margin-right: 0px; width: 300px; border: 1px solid #333; min-height: 165px; padding: 6px 10px 10px 10px;}
#box2 a:link, #box2 a:visited { text-decoration: underline; color: #FFF; }
#box2 a:hover { text-decoration: underline; color: #000; }

#box3 h1 { color: #000; }
#box3 p { color: #000; }
#box3 { background: #6eaae6 url(../images/box03.jpg) repeat-x top; float: left; margin: 0 10px 0 10px; width: 250px; border: 1px solid #333; min-height: 165px; padding: 6px 10px 10px 10px;}
#box3 a:link, #box3 a:visited { text-decoration: underline; color: #000; }
#box3 a:hover { text-decoration: underline; color: #fff; }


/*  end boxes on home page --*/

/* borders and float boxes --*/
#cookie { font-size: 7.5pt; text-align: right; padding-bottom: 10px;  }
#cookie a, #cookie a:visited { text-decoration: underline; color: #333; }
#cookie a:hover { text-decoration: overline underline; color: #333; }
.floatL { float: left; margin: 10px 5px 5px 0; } /* basic float left */ 
.floatR { float: right; margin: 10px 0 5px 5px; } /* basic float right */ 
.outline { background-color: #fff; border: 1px solid #999; margin-bottom: 6px; padding: 10px; }
.border {
	padding: 4px;
	border: 1px solid #999;
	background-color: #fff;
	margin-bottom: 12px;
	color: #323;
} /* simple border */
.border2 { padding: 0 4px 4px 6px; border: 1px solid #9a9a9a; background: #d3dee9 url(../images/border02.jpg) repeat-x top; margin: auto auto 12px auto; } /* simple border w/background color */
.border2 h1, .border2 h2, .border2 h3 { margin-top: 1px; }
.border3 { padding: 0 4px 4px 6px; border: 1px solid #6a6a6a; background: #d1d1d1 url(../images/border03.jpg) repeat-x top; margin: auto auto 12px auto; } /* simple border w/background color */
.border3 h1, .border3 h2, .border3 h3 { margin-top: 1px; }
	
.borderfloatL { /* poloroid style border w/float left */ 
	float: left;
	padding: .5em .5em 2em .5em;
	margin: 0 10px 10px 0; 
	border: 1px solid #ccc; 
	background: #ffffff url(../images/shadow-btm.png) repeat-x bottom; }

.borderfloatR { /* poloroid style border w/float right */ 
	float: right;
	padding: .5em .5em 2em .5em;
	margin: 0 0 10px 10px; 
	border-top: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
	border-left: 1px solid #ccc; 	
	background: #ffffff url(../images/shadow-btm.png) repeat-x bottom; }

.borderfloatR p, .borderfloatL p { /* poloroid style text */ 
	margin: 0 0 -6px 0px ; 
	font: 7pt Arial, sans-serif; 
	color: #333; 
	text-align: center;
}


/* 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; }
.code { color: #009900; font: 8pt "MS Sans Serif", Geneva, sans-serif;  }
.right { text-align: right; }
.smaller {
	font-size: smaller;
	text-align: left;
	color: #333;
}
.xsmall { font-size: x-small; }
.xxsmall { font-size: xx-small; }
/* end general design instructions */


/* --------------------------- 
   END Design Instructions
   --------------------------- */		

	
/* -------------------------------------------
	MAIN MENU SECTION - Menu styles are found in CSS/Stu_Nicols.css
	Only Advanced CSS users should make modifications to the Main Menu.
	Note - these instructions (below) only control the placement of the 
	main menu on the home page and secondary pages.
	------------------------------------------- */	

#menu1 { padding: 43px 0 0 20px; }	
html>body #menu1 { padding: 20px 0 0 20px; }	

#menu2 { padding: 63px 0 0 20px; }	
html>body #menu2 { padding: 75px 0 0 20px; }	


/* -------------------------------------------
	SECONDARY MENU SECTION - For Advanced Users Only
	------------------------------------------- */
#menu3 ul { list-style: none; margin: 0; padding: 0; }
#menu3 li { list-style: none; display: inline; }
#menu3 { width: 250px; border: 1px solid #999; margin: 0px 10px 10px 0; }
#menu3 li a { height: 32px; voice-family: "\"}\"";  voice-family: inherit; height: 24px; text-decoration: none; }
#menu3 li a:link, #menu3 li a:visited { color: #333; font: bold 12px Verdana; display: block; background: url(../images/menu3.gif); padding: 8px 0 0 20px; }
#menu3 li a:hover, #menu3 li #current, #menu3 li a:active { color: #000; font: bold 12px Verdana; background: url(../images/menu3.gif) 0 -32px; padding: 8px 0 0 20px; text-indent: 4px; }
/* ---------------------
   END Main Menu Section
	--------------------- */

	
	
/*______________________________________________________________________
This copyright notice must be kept untouched in the stylesheet at all times. DO NOT REMOVE
Title: Series 925 - TemplateHappy.com / Golden Pinecone Web Development
Version: October 2009
Websites: http://www.templatehappy.com/
          http://www.goldenpinecone.com
________________________________________________________________________*/