@charset "utf-8";
/* CSS Document  Written by: Kevin Florida 03/29/2008 */

/* CSS Document Version 2.0 updated and re-written 
on 04/01/2008 by Kevin Florida, Countryside Publishing, Inc. */

/* --------------------------------------------------------- */
/*----------- BEGIN EDITABLE REGION -------------------------*/

/*
DON'T FORGET TO UPDATE THE FILES: "pageear_b.swf" and "pageear_s.swf"
*/

/*--BEGIN CONTAINER BORDER COLOR--*/


#containerleft
{
	border-right: 20px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
}

#containerright h2
{
	border-bottom: 2px solid #FFFFFF;
}


#container    
{
	border: 20px solid #FFFFFF;
}


#containerright
{
	background: #7A7E6D;
}

/*--- END CONTAINER BORDER COLOR --*/


/* --CHANGE BACKGROUND IMAGES HERE-------------------------- */

#containerleft { /* ENTER URL TO LOGO: MUST BE 450px X 450px */
	background-image:url(images/main_logo.jpg);
}


#containerright h2 { /* ENTER URL TO HEADER LOGO: 50px X 33px */

	letter-spacing: 1pt;
}
/* ------------END BACKGROUND IMAGES-------------------------*/

/* ---------CHANGE ALL COLORS HERE (HEXCODE ONLY PLEASE)-----*/

#navcontainer ul li a {
	color: #FFFFFF; /* ENTER TEXT LINK COLOR HERE */
}


#navcontainer ul li a:hover {
	background-color: #ffffff; /* HOVER LINK COLOR HERE */
	color: #32382C; /* HOVER TEXT LINK COLOR HERE */
}


body {
	background-color: #32382C; /* Website BACKGROUND COLOR */
	color: #FFFFFF; /* UNIVERSAL TEXT COLOR GOES HERE */

	
	/*NOTE: If you would like to change specific text to a specific
	color, that will have to be done with a "CUSTOM CSS - SITE SPECIFIC"
	DIV ID (SEE NEXT SECTION IN CSS) */
}


a {
	text-decoration: none;
	color: #FFFFFF; /* TEXT LINK COLOR GOES HERE (excludes footer) */
}

a:hover {
	text-decoration: underline;
	color: #32382C; /* HOVER TEXT LINK COLOR HERE (excludes footer) */
}



#footer a
{
	text-decoration: none;
	color: #7A7E6D; /* FOOTER TEXT LINK COLOR GOES HERE */
	text-decoration: underline;
}

#footer a:hover
{
	text-decoration: none;
	color: #ffffff; /* FOOTER HOVER TEXT LINK COLOR HERE */
}


#footertext {
		color: #7A7E6D; /* FOOTER TEXT COLOR */
}

/* ----------END CHANGE COLORS-------------------------------*/

/* --------- CUSTOM CSS - SITE SPECIFIC --------------------*/
/* --- NOTE: THE BELOW SECTION IS FOR SITE SPECIFIC STYLES.
	ie: body images styles or specific text styles
	
	DO NOT SAVE THE CUSTOM CSS - SITE SPECIFIC OVER THE TEMPLATE
	---------------------------------------------------------*/
	
	



/* --------END SITE SPECIFIC CUSTOM CSS SECTION------------*/
















/* ------------------------------------------- */
/* DO NOT EDIT THIS TEMPLATE BELOW THIS POINT! */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */

/* BEGIN MENU OPTIONS */

#navcontainer ul {
	padding: 0;
	margin: 0;
	float: right;
	width: 100%;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a
{
	padding: 6px 10px;
	text-decoration: none;
	float: right;
}


#navcontainer {
	padding: 0px;
}

/* ---------- END MENU OPTIONS -------------------*/

/* -------------BEGIN PAGE STYLES-----------------*/




body
{
	padding: 0;
	margin: 0;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
}


#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -480px;
	position: absolute;
	top: -275px;
	left: 50%;
}

#header
{
	width: 900px;
	height: 31px;
	letter-spacing: 1px;
}

#container    
{
	width: 920px;
	height: 450px;
}

#containerleft
{
	float: left;
	width: 450px;
	height: 450px;
	padding: 0px;
	background-repeat: no-repeat;
}

#containerleft h2
{
	
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: 0px;
	font-size: 12px;
	text-align: left;
}

#containerright
{
	float: left;
	width: 430px;
	height: 440px;
	overflow: auto;
	padding-right: 0px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: justify;

}

#containerright h2
{
	margin: 0px;
	background-position: left bottom;
	background-repeat: no-repeat;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: 0px;
	font-size: 28px;
	padding: 5px;
	padding-left: 0px;
	width: 400px;
}

#containerrightcopy
{
	float: left;
	width: 410px;
	height: 400px;
	overflow: auto;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: justify;

}

#footer
{
	width: 900px;
	text-align: center;
	padding: 0px;
	
}

#footertext {
	padding: 10px;
	font-size: 10px;
	padding-left: 50px;
	padding-top: 0px;
	font-weight: bold;
	margin-top: 0px;
}



h2 {
	line-height: 1em;
	padding-bottom: 0px;
}

p {
	padding: 10px;
	text-align: left;
}

#navlist {
	font-weight: bold;
}

h9 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	margin-top: 10px;
	text-align: center;
}

h10 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
	margin-top: 10px;
	text-align: center;
}


#images {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	margin-top: 10px;
	text-align: center;

/* --------------END PAGE STYLES------------------*/



