/* ----------------------------------- */
/* ----- PAGE PROPERTIES <<<---------- */
/* ----------------------------------- */

html {
	margin: 0px;
	padding: 0px;
}
body {
	color: #5e6a71;
	font-family: Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
	background-color: #ffffff;
	margin: 0px;
	line-height: 2em;
	background-image:url(../images/bg-temp2.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	background-attachment: fixed;
}
p {
	font-size: 1.2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/* ----------------------------------- */
/* ---- H's <<<---------- */
/* ----------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #831402;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-transform: uppercase;
}
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1.5em;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 20px;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 0.9em;
}

/* ----------------------------------- */
/*  A LINK ELEMENTS <<<------ */
/* ----------------------------------- */

a:link {
	color: #666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
a:visited {
	color: #666;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: 666;
}
a:hover {
	color: #831402;
	text-decoration: none;
}
a:active {
	color: #831402;
	text-decoration: none;
}
.logo a:link, a:hover, a:active {
	text-decoration: none;
}

/* ----------------------------------- */
/* ---- CONTAINER <<<---------- */
/* ----------------------------------- */

#container {
	width: 940px;
	text-align: left;
	background-image: url(../images/bg-container.jpg);
	background-repeat: no-repeat;
	background-position: left 100px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width: auto;
	background-image: url(../images/bg-wrapper.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin-bottom: 60px;
}
img {
	border:none;
}

/* ----------------------------------- */
/* ---- CONTACT <<<---------- */
/* ----------------------------------- */

#contact {
	width: 940px;
	text-align: right;
	font-size: x-small;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

/* ----------------------------------- */
/* ---- NAVIGATION <<<---------- */
/* ----------------------------------- */

#nav {
	background-color: #FFFFFF;
	width: 300px;
	margin-right: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 00px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
}
#navcontainer
{
	margin: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	text-align: right;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dadada;
}

ul#navlist
{
	text-align: right;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

ul#navlist li
{
	display: block;
	margin: 0;
	padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 1.05em 1.5em .751em .5em;
	color: #777;
	text-decoration: none;
	background: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
	color: #831402;
	background-image: url(../images/bg-navfade.png);
	background-repeat: repeat-y;
	background-position: left top;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #831402;
	background: #f7f7f7;
}

/* ---------- Nav Secondary <<<---------- */


#navsec
{
	margin: 0 auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .95em;
	text-align: left;
	text-transform: uppercase
	
}

ul#navseclist
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 240px;
}

ul#navseclist li
{
	display: block;
	margin: 0;
	padding: 0;
	
}

ul#navseclist li a
{
	display: block;
	width: 160px;
	padding: .85em 0em .65em 0em;
	color: #777;
	text-decoration: none;
	background: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

#navsec>ul#navlist li a { width: auto; }

ul#navseclist li#active a
{
	color: #831402;
}

ul#navseclist li a:hover, ul#navlist li#active a:hover
{
	color: #831402;
}


/* ----------------------------------- */
/* ---- CONTENT <<<---------- */
/* ----------------------------------- */

#content {
	width: 630px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
#content #left {
	width: 250px;
	padding: 40px 30px 50px 30px;
	float: left;
	background-color: #FFFFFF;
	margin-right: 10px;
}
#content #right {
	width: 250px;
	padding: 40px 30px 50px 30px;
	float: right;
	background-color: #FFFFFF;
}


/* ----------------------------------- */
/* ---- MAIN <<<---------- */
/* ----------------------------------- */

.main {
	float: left;
	width: 500px;
	background-image: url(../images/img-state-map.jpg);
	background-repeat: no-repeat;
	background-position: 95px 75px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 100px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4A5459;*/
}
.main a {
	color: #b6bcbf;
}
.main a:hover {
	color: #b6bf00;
	text-decoration: none;
}

/* ----------------------------------- */
/* ----- SECONDARY <<<---------- */
/* ----------------------------------- */

.sec {
	float: left;
	width: 300px;
	padding: 20px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4A5459;*/
}
.sec a {
	color: #B6BF00;
}
.sec a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* ----------------------------------- */
/* ----- FOOTER <<<---------- */
/* ----------------------------------- */

#footer {
	width: 570px;
	text-align: center;
	font-family: Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 0.9em;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	color: #999;
	background-color: #FFF;
}
.facebook {
	background-position: right;
	padding-right: 30px;
	text-align: right;
	float: right;
}
.facebook a:hover {
	text-decoration: none;
	list-style-image: url(../images/img-facebook.jpg);
}
.facebook a:active {
	text-decoration: none;
}


/* ----------------------------------- */
/* ----- COLORS <<<---------- */
/* ----------------------------------- */

.color1 {
	color: #010101;
}
.color2 {
	color: #333333;
}
.color3 {
	color: #3cb6ce;
}
.color4 {
	color: #fc6b00;
}
.color5 {
	color: #FC5985;
}
.color6 {
	color: #51B2FF;
}
.color7 {
	color: #FFF;
}
.color8 {
	color: #B6BF00;
}.img {
	padding-bottom: 30px;
}
.lightgrey {
	color: #999;
}
#wrapper #container #content #right .title {
	font-size: x-small;
}
