@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #eeedd9;
	background-image: url(../images/mainwhtBack.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
a:link { color: #6C2D2D; }
a:visited { color: #011135; }
a:hover { color: #6C2D2D; }
a:active { color: #6C2D2D; }
h2 {
	font-size: 19px;
	width: 100%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #173065;
	width: 100%;
	padding-bottom: .5em;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

#divContactForm tr{
	line-height:25px;
}


#mainWrap {
	background-image: url(../images/scenicBack.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: auto;
	width: 100%;
}
.centerContainer {
	height: auto;
	width: 984px;
	margin-right: auto;
	margin-left: auto;
}
#indexContainer {
	float: left;
	height: auto;
	width: 100%;
	overflow: hidden;
}
#backContainer {
	float: left;
	height: auto;
	width: 100%;
	overflow: hidden;
}
#backContainer .quoteContainer {
	height: 135px;
	padding-top: 74px;
}


#headContainer {
	float: left;
	height: 133px;
	margin-right: 2px;
	margin-left: 2px;
	width: 980px;
	overflow: hidden;
}
.logoContainer {
	float: left;
	height: auto;
	width: auto;
}
.buttonStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #173065;
	border: 1px solid #FFFFFF;
	cursor: pointer;
}
.formStyle {
	background-color: #eeedd9;
	border: 1px solid #FFFFFF;
}

/*EMAIL*/
.emailContainer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	float: right;
	height: auto;
	width: 480px;
	text-align: right;
	padding-top: 19px;
	padding-right: 14px;
}
/*EMAIL*/

/*NAV*/ 
#navContainer {
	background-color: #e6dda6;
	height: 29px;
	width: 964px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	float: left;
	margin-right: 2px;
	margin-left: 0px;
	padding-left: 16px;
	display: inline;
}
#navContainer  ul {
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	display: inline;
	width: 100%;
}
#navContainer ul li {
       display: block;
       float: left;
       text-align: center;
       list-style: none;
       border-left-width: 1px;
       border-left-style: solid;
       border-left-color: #FFFFFF;
       width: auto;
       padding-bottom: 0em;
}

#navContainer ul li a {
	width: auto;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #000000;
	margin: 0px;
	height: 26px;
	padding-top: 3px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 11px;
	float: left;
}
#navContainer ul li a:hover { background-color: #cdc383; }

#navContainer a:active {
	color: #FFFFFF;
	background-color: #6c2d2d;
}
#navContainer li#active a {
	background: #6c2d2d;
	color: #FFFFFF;
}
/*NAV*/

/*TABS*/
 
#tabContainer {
	background-color: #e6dda6;
	height: 29px;
	width: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	float: left;
	margin-right: 2px;
	margin-left: 0px;
	padding-left: 16px;
	display: inline;
}
#tabContainer  ul {
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	display: inline;
	width: 100%;
}
#tabContainer ul li {
	display: block;
	float: left;
	text-align: center;
	list-style: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	width: auto;
}

#tabContainer ul li a {
	width: auto;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #000000;
	margin: 0px;
	height: 26px;
	padding-top: 3px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 11px;
	float: left;
}
#tabContainer ul li a:hover { background-color: #cdc383; }

#tabContainer a:active {
	color: #FFFFFF;
	background-color: #6c2d2d;
}
#tabContainer li#active a {
	background: #6c2d2d;
	color: #FFFFFF;
} 
/*TABS*/
 
ul {
       list-style-type: none;
       text-align: left;
       padding: 0;
       margin: 0;
       display: inline;
       width: 100%;
}
ul li {
       display: block;
       float: left;
       text-align: left;
       list-style: none;
       border-left-width: 1px;
       border-left-style: solid;
       border-left-color: #FFFFFF;
       width: 100%;
       padding-bottom: 1em;
}

.quoteContainer {
	height: 165px;
	width: 720px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	color: #FFFFFF;
	line-height: 26px;
	padding-right: 27px;
	padding-top: 160px;
}
.wellContainer {
	background-image: url(../images/AW10_midWhtEdge.gif);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 100%;
}
.mainContainer {
	width: 980px;
	margin-right: 2px;
	margin-left: 2px;
	float: left;
	background-image: url(../images/AW10_NMback.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#leftColumnContainer {
	float: left;
	width: 702px;
	padding-left: 18px;
}
#rightColumnContainer {
	float: right;
	width: 220px;
	padding-right: 18px;
}


.smallerText { font-size: x-small; }
.whiteTopEdge {
	float: left;
	height: auto;
	width: 100%;
}
.footerContainer {
	width: 948px;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #011135;
	margin-top: 18px;
	padding-top: 15px;
	padding-bottom: 18px;
	margin-right: 18px;
	margin-left: 18px;
	float: left;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.rightSide {
	float: right;
	height: auto;
	width: 335px;
	text-align: right;
}
.paidForBox {
	font-size: 90%;
	color: #000000;
	height: auto;
	width: auto;
	border: 1px solid #011135;
	text-align: center;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#ACcontainer {
	float: left;
	height: auto;
	width: 100%;
	overflow: hidden;
}
#ACcontainer ul {
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#ACcontainer ul li {
	display: block;
	float: left;
	text-align: left;
	list-style: none;
}

#ACcontainer ul li a {
	width: 204px;
	text-decoration: none;
	display: block;
	text-align: left;
	color: #FFFFFF;
	margin: 0px;
	height: 72px;
	padding-top: 16px;
	padding-left: 16px;
	float: left;
	background-image: url(../images/AW10_ACback-BLU.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.socialContainer {
	text-align: center;
	float: left;
	width: 215px;
}
.secContainer01 {
	float: left;
	height: auto;
	width: 100%;
	padding-bottom: 10px;
	font-size: 11px;
}
.featureVid {
	float: left;
	height: auto;
	width: 460px;
}
.rightSecContainer01 {
	float: right;
	height: auto;
	width: 214px;
}
.leftSecContainer01 {
	float: left;
	height: auto;
	width: 214px;
	padding-right: 27px;
}



#ACcontainer ul li#red a { background-image: url(../images/AW10_ACback-RD.png); 
}
#ACcontainer ul li a:hover { background-image: url(../images/AW10_ACback-RD.png); }
#twitter_div {
	width: 100%;
	height: auto;
	float: left;
}
#twitter_update_list {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
#twitter_div ul {
	border: 0;
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin: 0;
}

#twitter_div ul li {
	display: block;
	text-align: left;
	list-style: none;
	width: 100%;
	background: url(../images/starLine.gif) repeat-x left bottom;
	padding-bottom: 1em;
}
.secContainer02 {
	float: left;
	height: auto;
	width: 100%;
	padding-bottom: 10px;
}
.repContainer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	float: right;
	height: auto;
	width: 300px;
	text-align: center;
	padding-top: 10px;
	padding-right: 40px;
}
