﻿* {
			padding: 0;
			margin: 0;
}
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

h5 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

h4 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

h3 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

h2 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

iframe {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

object {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

applet {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
			font-family: Arial, Helvetica, sans-serif;
			font-size: small;
			background-color: #FBFBC5;
			text-align: center; /* Centers the page content container in IE 5 browsers. */;
}
p {
			padding: 0px 25px 10px 0px; /* (top, right, bottom, left) */			
			line-height: 120%;
			font-size: small;
			color: #000000;
			font-family: Arial, Helvetica, sans-serif;
			text-align: left;
			background-color: #FBFBC5;
}

/* Commonly used to style page titles. */
h1 {
			margin: 0px 10px 10px 10px;
			color: #517961;
			font-size: xx-large;
			font-weight: bold;
			font-variant: small-caps;
			text-align: left;
}
/* Commonly used to style section titles. */
h2 {
			margin: 5px 10px 10px 10px;
			color: #517961;
			font-size: x-large;
			font-weight: bold;
			font-variant: small-caps;
			text-align: left;
}
h3 {
			font-family: Tahoma, Helvetica, Arial, sans-serif;
			font-size: small;
			font-weight: bold;
			font-variant: small-caps;
			color: #FBFBC5;
			text-align: center;
}
h4 {
			margin: 5px 10px 10px 10px;
			color: #517961;
			font-size: medium;
			font-weight: bold;
			font-variant: small-caps;
			text-align: left;
}


/* Sets the style for unvisited links. */
a:link {
  color: #517961;
  font-weight: bold;
  text-decoration: none;
}
a {
  color: #517961;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #517961;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #A61A0f;
  text-decoration: underline;
}

#wrapper {
			margin: 0 auto;
			width: 890px;
			text-align: left;
}
#faux {
			background: url(images/content_bg.png);
			margin-bottom: 0px;
			overflow: auto;
			width: 900px;
			float: left;
}
#faux_wide {
			background: url(images/content_bg_wide.png);
			margin-bottom: 0px;
			overflow: auto;
			width: 100%;
}


#header {
			color: #FBFBC5;
			margin: 10px auto 0px auto;
			background-image: url(images/header_bg5006.png);
			background-repeat: no-repeat;
			width: 900px;
			height: 200px;
			z-index: 20;
			padding-bottom: 0px;
}

.title {
			font-family: Tahoma, Geneva, sans-serif; /*  (top, right, bottom, left) */;
			font-size: 3em;
			font-weight: bold;
			font-style: italic;
			font-variant: small-caps;
			color: #D6BB99;
			line-height: normal;
			margin-top: -100px;
			vertical-align: middle;
			width: 800px;
			height: 20px;
			top: 95px;
			left: 450px;
			position: relative;
			z-index: 20;
}
.slogan {
			width: 459px;
			position: relative;
			left: 250px;
			padding-right: 15px;
			font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
			font-size: x-large;
			font-weight: bold;
			font-variant: small-caps;
			color: #D6BB99;
			line-height: inherit;
			font-style: italic;
			z-index: 30;
			text-align: left;
			height: auto;
			display: inline;
			top: 130px;
			visibility: visible;
}
/* CSS for navigation at page bottom. Below is only for the layout */
#navigation {
			color: #FFFFFF;
			padding: 10px;
			background: #999951;
			font-family: Tahoma, Helvetica, Arial, sans-serif;
			font-size: small;
			font-weight: bold;
			font-variant: small-caps;
			text-align: left;
}
#leftcolumn {
			padding: 3px;
			position: relative;
			display: inline-block;
			color: #FBFBC5;
			margin: 10px;
			width: 180px;
			float: left;
			font-family: Arial, Helvetica, sans-serif;
			font-size: small;
			left: -5px;
			bottom: 5px;
			top: 5px;
			text-align: left;
			vertical-align: top;
}
#rightcolumn {
			float: right;
			color: #333;
			margin: 0px;
			padding: 0;
			width: 660px;
		    position: relative;
}
#rightcolumn_wide {
			float: left;
			color: #333;
			background-color: #FBFBC5;
			padding: 10px 10px 0px 10px; /* (top, right, bottom, left) */
			width: 880px;			
			margin: 0 0 0 0; /* (top, right, bottom, left) */
}

#leftcolumn a {
			color: #FBFBC5;
}
#leftcolumn a:hover {
			color: #EDFB06;
			text-decoration: underline;
}

#rightcolumn_full {
			float: right;
			color: #333;
			margin: 0px;
			padding: 0;
			width: 890px;
			display: inline;
			position: relative;
}

#footer {
			border-bottom: thin solid #D6BE59;
			width: 890px;
			color: #FFFFFF;
			background: #999951;
			font-family: Tahoma, Helvetica, Arial, sans-serif;
			font-size: small;
			font-weight: bold;
			font-variant: small-caps;
			float: right;
			text-align: center;
			padding-top: 10px;
			padding-right: 0;
			padding-bottom: 10px;
			margin-top: 0px;
			margin-right: 0px;
			margin-left: 0px;
}
/* Sets the style for links on mouseover. */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #FFFFFF;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #EDFB06;
	text-decoration: none;
}

.clear {
			clear: both;
			background: none;
}
ul.body {
			list-style: none outside;
			font-family: Arial, Helvetica, sans-serif;
			font-size: small;
			font-weight: bolder;
			color: #000000;
			margin-left: 25px;
			padding-left: 25px;
			font-style: italic;
			font-variant: small-caps;
			line-height: 110%;
			float: left;
			padding-right: 4px;
			list-style-image: url('images/arrow.gif');
}
		
	/* BELOW ARE THE STYLES FOR THE CONTACT FORM */
#formcontainer {
	position: relative;
	width: 600px;
	right: auto;
	left: auto;
}

	
fieldset {
	border:2px dashed #517961;
	width: 600px;
	padding:10px;
}

legend {
	font-family:Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 100%;
	font-weight: bold;
	color:#517961;
	background: #D6DB99;
	border: 1px solid #517961;
	padding: 2px 6px;
}

label{
float: left;
width: 150px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.form-note{
color: #FFFFFF;
background-color: #517961;
float: left;
width: 500px;
font-weight: bold;
font-variant: small-caps;
height: 20px;
padding:5px;
margin-left: 20px;
}


.boxes{
width: 1em;
}

.checkboxes{
font-weight: bold;
width: 15px;
padding-right: 15px;
}


#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

	
	
	
/* CSS Tabs-Top Navigation */
#navcontainer {
			margin: 5px 0 0 5px;
			width: 870px;
			height: 35px;
}

#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#navcontainer ul li a {
			border: 1px solid #FBFBC5;
			background: #999951;
			width: 110px;
			height: 25px;
			padding: 0px 5px 5px 5px;
			margin: 0 0 10px 0;
			color: #FFFFFF;
			text-decoration: none;
			display: block;
			text-align: center;
			font: normal small/25px Tahoma, Helvetica, Arial, sans-serif;
			font-weight: bold;
			font-variant: small-caps;
			vertical-align: middle;
}

#navcontainer ul li a:hover {
			color: #A50205;
			background: #D6DB99;
}

#navcontainer a:active {
			background: #173862;
			color: #fff;
}

#navcontainer li#active a {
			background: #173862;
			border: 1px solid #FFFFFF;
			color: #fff;
}

.pxw3c {
			width: 890px;
			float: left;
			margin: 0px 0px 0px 20px;
			
			
}
.style1 {
	color: #FFFFFF;
}
.style2 {
	color: #FFFF00;
}
.style3 {
	text-align: center;
}
