/* stylesheet designed by john johnson 09/15/2006 johnjohnson@johnjohnsondesigns.com */
/* colors
ffa603 orange
*/

/* use body with .container be sure text align is center */
.body {
	background-attachment: scroll;
	background-image: url(images/page_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	padding: 0px;
	text-align: center;
	background-color: #ffa603;
}

/* body1  can be used for layers or for pages you don't want to center using .container */
.body1 {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url();
	background-position: top left;
	background-repeat: no-repeat;
}

/* borders is used for layers where we show borders, border types are:  
none; solid; inset; ridge;  double; grove; outset; dotted; dashed */
.border {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

/* container for centering a page */
.container {
	height: auto;
	margin: 0% auto;
	padding: 0px;
	position: relative;
	text-align: left;
	width: 900px;
	z-index: 1;
}

/* footer is for the footer*/
.footer {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 1px;
	text-align: justify;
}

.footer a {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

/* formx is for forms or other  text design needs */
.formx {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 1px;
	text-align: justify;
	border: none;
}

.formx a {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.formx a:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

/* head is for  page headings or other  text design needs */
.head {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 1px;
	text-align: left;
}

.head a {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.head a:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

/*use this style for h1 and h2 for seo <h1 class="hstyle1">Text Area</h1> */
.hstyle1 {
	color: #B19967;
	font-family: serif;
	font-size: 18px;
	font-weight:normal;
	padding: 1px;
	text-align: left;
}

/* navstyle is for main navigations  */
.navstyle {
	color: #4F5C49;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	text-align: justify;
}

.navstyle a {
	color: #4F5C49;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.navstyle a:hover {
	color: #E6F6E1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

/* text - stylex is set for sans-serif, use as the main sans-serif text style */
.stylex {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 1px;
	text-align: justify;
}

.stylex a {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.stylex a:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* text - stylez is set for serif, use as the main serif text style */
.stylez {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 1px;
	text-align: justify;
}

.stylez a {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.stylez a:hover {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

