﻿/*

Designed and Coded By: Brandi Conger
Date: 11/17/2008


PRIMARY COLORS:

dark gray: #414141;
light-gray: #DEDEDE;
mid-gray: #B3B3B3;
black: #414141;
border: #AAAAAA;



*/



body
{
	font-size: 92%;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	line-height: 1.6em;
	text-align: center;
	color: #414141;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #414141;
}

ul, li, img
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
	color: #FF0000;
}

a:hover
{
	text-decoration: underline;
	color: #AAAAAA;
}

a img
{
	border: none;
}

#container
{
	text-align: left;
	margin: 0 auto;
	width: 960px;
	background: url('../images/containerBG.jpg') repeat-y;
}

#container ul, #container ul li a
{
	list-style-type: none;
}

#header
{
	background: url('../images/header.png') no-repeat;
	height: 180px;
	width: 960px;
}

#header p
{
	margin-top: 73px;
	width: 960px;
	padding: .5em 0 .5em .5em;
	background: #bcbcbc;
	margin-bottom: 0;
}

#facebook {
	background: transparent;
	height: 60px;
	width: 200px;
	float: right;
	margin-top: 90px;
}

.fl
{
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

.fr
{
	float: right;
	width: 760px;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

#sidebar
{
	width: 200px;
	float: left;
	background: #DEDEDE;
	height: 100%;
}

/* SIDEBAR */

#sidebar ul#nav li 
{
	border-bottom: 1px solid #AAAAAA;
	text-align: right;
	padding-right: .5em;
	line-height: 1.7em;
	font-size: 1.1em;
	font-weight: bold;
}

#sidebar ul#nav li:hover
{
	background: #bcbcbc url('../images/arrow.png') 2% 50% no-repeat;
	text-decoration: none;
}

#sidebar ul#nav li.coolu:hover
{
	background: #bcbcbc url('../images/armadillo_sm.png') 2% 50% no-repeat;
	text-decoration: none;
}

#sidebar ul#nav li.aacamail:hover
{
	background: #bcbcbc url('../images/aacamail_sm.png') 2% 50% no-repeat;
	text-decoration: none;
}

#sidebar ul#nav li.facebook:hover
{
	background: #bcbcbc url('../images/facebook.png') 2% 50% no-repeat;
	text-decoration: none;
}

#sidebar ul#nav li.video:hover
{
	background: #bcbcbc url('../images/video_icon.png') 2% 50% no-repeat;
	text-decoration: none;
}

#sidebar ul#nav li.home:hover
{
	background: #bcbcbc url('../images/home-icon.png') 2% 50% no-repeat;
	text-decoration: none;
}

#sidebar ul#nav li.about:hover
{
	background: #bcbcbc url('../images/aboutus-icon.png') 2% 50% no-repeat;
	text-decoration: none;
}

#sidebar ul#nav li.products:hover
{
	background: #bcbcbc url('../images/products-icon.png') 2% 50% no-repeat;
	text-decoration: none;
}

#sidebar ul#nav li.mobilehomes:hover
{
	background: #bcbcbc url('../images/mobilehomes-icon.png') 2% 50% no-repeat;
	text-decoration: none;
}

#sidebar ul#nav li.forms:hover
{
	background: #bcbcbc url('../images/forms-icon.png') 2% 50% no-repeat;
	text-decoration: none;
}

#sidebar ul#nav li.contact:hover
{
	background: #bcbcbc url('../images/contacts-icon.png') 2% 50% no-repeat;
	text-decoration: none;
}

#sidebar ul#nav li.newspaper:hover
{
	background: #bcbcbc url('../images/newspaper-icon.png') 2% 50% no-repeat;
	text-decoration: none;
}

#sidebar ul#nav li.careers:hover
{
	background: #bcbcbc url('../images/careers-icon.png') 2% 50% no-repeat;
	text-decoration: none;
}

ul#nav li a 
{
	color: #414141;
	text-decoration: none;
}

ul#nav li a.red 
{
	color: #FF0000;
	text-decoration: none;
}

ul.menu {
	padding: 0;		
	margin-top: 0px;
	margin-left: 0px;
	width: 200px;
	list-style: none;
	display: none;
	font-size: .4em;	
}

ul.menu li {
	padding-right: .5em;
	border-bottom: 1px solid #AAAAAA;
	text-align: right;
	line-height: .6em;
	font-size: .4em;
	background: #DEDEDE;	
}

.submenu
{
	padding: .5em .5em .5em 0;
	text-align: right;
	line-height: 1.2em;
	font-size: 1em;
	background: #DEDEDE;
	display: block;
	width: 195px;
	height: 24px;
}

ul.hide
{
	display: none;
	padding: .5em .5em .5em 0;
	text-align: right;
	line-height: 1em;
	font-size: .7em;
	background: #DEDEDE;
	width: 195px;
}

ul.show
{
	display:block;
	padding: .5em .5em .5em 0;
	text-align: right;
	line-height: 1em;
	font-size: .7em;
	background: #DEDEDE;
	width: 195px;
}

#sidebar h2 
{
	background: #FF0000;
	color: #FFFFFF;
	padding: .2em;
	text-align: center;
	margin-bottom: .4em;
	font-weight: normal;
}

#sidebar ul#downloads 
{
	text-align: left;
	padding: 0 0.5em;
}

ul#downloads li {
margin-bottom: .7em;
}

/* MAIN CONTENT */

#mainContent
{
	padding: 0 1em;
	float: left;
}


#mainContent div
{
	overflow: hidden;
}


#tier1, #tier2, #tier3
{
	margin-bottom: 2em;
	position: relative;
}

#tier1 div, #tier2 div, #tier3 div, #tier3 div div, #tier4 div
{
	border: 1px solid #AAAAAA;
	padding: 0 0.5em;
}

#mainContent #tier1
{
	height: 225px;
	position: relative;
	margin: 0.5em auto 0.5em auto;
}

#mainContent #tier1 img
{
	float: left;
	margin-right: 1em;
}

#tier1 #featured
{
	height: 225px;
	float: left;
	width: 729px;
	border: none;
	padding: 0;
	margin-right: 1em;
}

#tier1 img#featuredImage
{
	width: 729px;
}

#mainContent #tier2
{
	text-align: center;
	margin: 0.5em auto 0.5em -0.5em;
	font-size: .9em;
	position: relative;
	width: 740px;
}

#mainContent #tier2 p
{
	text-align: left;
}

#mainContent #tier2 div
{
	float: left;
	width: 70%;
	margin-right: 0.5em;
	padding: 0 0 0.5em 0;
}

#mainContent #tier2 div.login
{
	margin-left: -5em;
	height: 243px;
	float: right;
	width: 205px;
	padding: 0 0 0.5em 0;
}

#mainContent #tier2 div.thisMonth
{
	float: left;
	width: 48%;
	margin-right: 0.5em;
	padding: 0 0 0.5em 0;
	height: 210px;
}

#mainContent #tier2 div.specials
{
	margin-right: 0;
	float: right;
	width: 50%;
	padding: 0 0 0.5em 0;
	height: 210px;
}

#mainContent #tier2 div.pointRedemption
{
	float: left;
	width: 48%;
	margin-right: 0.5em;
	padding: 0 0 0.5em 0;
	min-height: 400px;
}

#mainContent #tier2 div.news
{
	margin-right: 0;
	float: right;
	width: 50%;
	padding: 0 0 0.5em 0;
	min-height: 400px;
}

#tier2 div p
{
	padding: 0 .5em;
}

#mainContent #tier3
{
	margin: 0 auto 0 -0.5em;
	font-size: .9em;
	width: 740px;
}

#mainContent #tier3 div
{
	float: left;
	width: 99.7%;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	clear: both;
	font-size: 1em;
}

#tier3 p, #tier3 input {
padding: 0 0.5em;
}

#mainContent #tier4
{
	margin: 0 auto 0.5em auto;
	font-size: .9em;
	width: 730px;
}

#mainContent #tier4 div
{
	width: 99.7%;
	margin: 0.5em 0 0.5em 0;
	padding: 0 0 0.5em 0;
	font-size: .9em;
}


#mainContent #tier4 img.right
{
	float: right;
	margin-right: 0.5em;
}

#mainContent #tier4 img.left
{
	float: left;
	margin-left: 0.5em;
}


#tier4 div p
{
	padding: 0 .5em;
}

#tier4 table
{
	margin-left: .5em;
}

#mainContent #tier5
{
	text-align: center;
	margin: 0 auto;
	font-size: .9em;
	position: relative;
}

#mainContent #tier5 p
{
	text-align: left;
}

#mainContent #tier5 div
{
	float: left;
	width: 30%;
	margin-right: 0.5em;
	padding: 0 0 0.5em 0;
}

#mainContent #tier5 div.third
{
	margin-right: 0;
	height: 206px;
	float: right;
	width: 200px;
	padding: 0 0 0.5em 0;
}

#tier5 div p
{
	padding: 0 .5em;
}

h3 {
	background: #B3B3B3;
	color: #414141;
	padding: .2em;
	text-align: left;
	margin-bottom: .4em;
	margin-top: 0;
	font-weight: bold;
}

.green {
	background: #009900;
	color: #FFFFFF;
}

.red2 {
	background: #FF0000;
	color: #FFFFFF;
}

.white {
	background: #FFFFFF;
	color: #414141
}

h4 {
color: #414141;
padding: 0.4em 0.5em 0 0.4em;
text-align: left;
margin-bottom: .4em;
margin-top: 0;
font-weight: bold;
font-size: 1.2em;
}

h5 {
	color: #FF0000;
	padding: 0 .5em;
	text-align: left;
	margin-bottom: .4em;
	margin-top: 0;
	font-weight: bold;
	font-size: 1.5em;
}

h6 {
color: #151515;
padding: 0 .5em;
text-align: left;
margin-bottom: .4em;
margin-top: 0;
font-weight: bold;
font-size: 1.2em;
}

.center {text-align: center;
		 font-size: 70%;}

.small {
	font-size: 80%;
}

.red {
	color: #FF0000;
}

#footer
{
	clear: both;
	text-align: center;
	background: url('../images/footer2.png') no-repeat;
	height: 150px;
	width: 960px;
	padding: 0;
	margin-top: 0.5em;
}

.foot_left {
	text-align: left;
	background: transparent;
	width: 165px;
	height: 75px;
	margin-left: 20px;
	margin-top: 10px;
	float: left;
}

.foot_right {
	float: right;
	text-align: center;
	background: transparent;
	margin-right: 300px;
	height: 75px;
}
	


#tier4 form fieldset {
	border: 0;
	width: 600px;
	padding: 0 .5em;
}

#tier4 form fieldset p br { 
	clear: left;
	padding: 0 .5em;
}

#tier4 label {
	margin-top: 5px;
    display: block;
    width: 100px;
    padding: 0;
    float: left;
}

#tier4 input {
	font-family: Trebuchet MS;
    border: 1px solid #CCC;
	margin-bottom: 5px;
    background-color: #FFF;
    padding: 2px;
}

#tier4 input:hover {
	border: 1px solid #222;
    background-color: #EEE;
}

#tier2 form fieldset {
	border: 0;
	width: 200px;
	padding: 0 .2em;
}

#tier2 form fieldset p br { 
	clear: left;
	padding: 0 .2em;
}

#tier2 label {
	margin-top: 5px;
    display: block;
    width: 50px;
    padding: 0;
    float: left;
}

#tier2 input {
	font-family: Trebuchet MS;
    border: 1px solid #CCC;
	margin-bottom: 5px;
    background-color: #FFF;
    padding: 2px;
}

#tier2 input:hover {
	border: 1px solid #222;
    background-color: #EEE;
}

/** google maps **/

iframe {
	float: right;
}

small {
	float: right;
}