@charset "utf-8";
/*
Theme Name: ach
Theme URI: http://wordpress.org/
Description: American Container Homes theme.
Version: 1.6
Author: Manifest Web Design
Author URI: http://www.manifestwebdesign.com/
Tags: gray, custom header, fixed width, two columns, widgets
*/

/* CSS Document */
a, div, span, img, body {
	behavior: url(iepngfix.htc);
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: url(images/bg.png) top center no-repeat #282723;
        margin-top: 0;
}
#container {
	width: 1000px;
	margin: 0 auto 10px;
}
#header {
	height: 138px;
	position: relative;
}
#logo {
	width: 330px;
	height: 63px;
	background: url(images/logo.png) top left no-repeat;
	display: block;
	position: absolute;
	left: 10px;
	bottom: 20px;
	text-decoration: none;
}

/* navigation */

#topnav {
	position: absolute;
	top: 0;
	right: 5px;
}
#topnav a:link, #topnav a:visited, #footer a:link, #footer a:visited {
	color: #fff;
	text-decoration:none;
	margin-left: 20px;
}
#topnav a:active, #topnav a:hover, #footer a:active, #footer a:hover {
	text-decoration: underline;
}
.yourhome {
	position: absolute;
	right: 0;
	background:transparent url(images/bod_promo2.png) no-repeat scroll right top;
	height:138px;
	width:413px;
}
#nav {
	height: 40px;
	background: url(images/navbg-round.png) top left no-repeat;
	margin: 0;
	position: relative;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
#nav ul li {
	display: block;
	/*padding: 6px 30px;*/
	float: left;
	border-right: 1px solid #dedfd9;
}
#nav ul li:last-child{
	border-right: none;
}
#nav ul li a {
	color: #000;
	text-decoration:none;
	font-weight: bold;
font-size: 14px;
}
#nav ul li:hover {
	text-decoration:underline;
}

#nav ul li a span {
	padding-right: 30px;
}
/*current page tab */

#nav ul li a {
display:block;
float:left;
height:40px;
margin:0;
padding:0px 0px 0px 20px;
}

#nav ul li.current_page_item a, #nav ul li.current_page_ancestor a {
background-color: transparent;
background-image:url("images/gray_tab.png");
background-position:left top;
background-repeat:no-repeat;
color:#FFFFFF;
}
#nav ul li.current_page_item a span, #nav ul li.current_page_ancestor a span {
background-color: transparent;
background-image:url("images/gray_tab.png");
background-position:top right;
background-repeat:no-repeat;
padding-right: 25px;
color: #fff;
}

#nav a span {
display:block;
padding:12px 0px 12px 0px;
}

#nav ul li.current_page_item a {
color: #fff;
}
#nav ul li.current_page_item:hover a {
text-decoration: underline;
color: #fff;
}
#nav li:hover > ul {
	display: block;
}

.navigation2 {
	font-weight:bold;
 	color:#000;
	list-style: none;
	padding: 7px 0 0 25px;
	display:block;
	background:#8d8884;
}

.post h2{
	font-size:16px;
}

.post h2 a{
	text-decoration:none;
}

.post{
	padding-right:50px;
}

.nav2 ul {
	margin: 0;
	padding: 0;
	background:#8d8884;
	height:30px;
}

.nav2 ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding-right: 20px;
}

.nav2 ul li a {
	color: #fff;
	text-decoration: none;
	height: 19px;
	padding: 2px 0px 3px 5px;
	font-weight: normal;
	font-size: 12px;
}

.nav2 ul li a:hover {
	text-decoration: underline;
}

.nav2 .current-page-item a {
	color: #a6cd7b;
	}

.nav2 .current-page-item a{
	color: #a6cd7b;
	}

.nav2 .current-page-item a {
		color: #a6cd7b;
	}

.nav2 ul li.current_page_item a {
	background:url(images/selected_sub.png) left top no-repeat;
	height: 19px;
	padding: 2px 0px 3px 5px;
	font-weight: normal;
	font-size: 12px;
}

.nav2 ul li.current_page_item a span {
	background:url(images/selected_sub.png) right top no-repeat;
	height: 19px;
	padding: 2px 5px 3px 5px;
	font-weight: normal;
	font-size: 12px;
	padding-right: 10px;
}

.nav2 ul li.current_page_item a:hover {
	text-decoration: underline;
}

/* shaded box */

.shade-box .top {
background: url(images/shade_box_top_bg.png) no-repeat;
clear:both;
height:19px;
width:962px;
margin: 0;
}

.shade-box .contentbox {
background: url(images/shade_box_bg.png) repeat-y;
padding: 0px 26px 0px 26px;
margin: 0;
width:910px;
}

.shade-box .bottom {
background: url(images/shade_box_bottom_bg.png) no-repeat;
clear:both;
height:19px;
width:962px;
margin: 0 0 20px 0;
}

.contentbox img {
	float: left;
	padding-right: 20px;
}

/* content */

.content {
	background: url(images/content-bottom.png) bottom no-repeat #fff;
}

.post img {
	width: 25%;
	height: 25%;
	float: left;
	padding: 0 20px 20px 0;
	border: none;
}


#content {
	padding: 20px;
}


h1 {
	font-family: 'MyriadProCondensed', sans-serif;
	font-size: 40px;
	height: 40px;
	margin: 0;
	padding-bottom: 24px;
}
h2 {
	font-family: 'TrebuchetMSRegular', sans-serif;
	color: #6f6e6a;
	font-size: 22px;
	line-height: 22px;
	margin: 0;
	padding-bottom: 16px;
}

h3 {
	font-family: 'TrebuchetMSRegular', sans-serif;
	color: #c51230;
	font-size: 14px;
	line-height: 14px;
	margin: 0;
	padding-bottom: 16px;
	text-transform: uppercase;
}

.content li {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	line-height: 16px;
}

p {
	font-family: 'TrebuchetMSRegular', Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding-bottom: 16px;
	line-height: 16px;
}

a {
	color: #333;
}

.content#content a:hover {
	color: #c51232;
}

ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.content ol {
	margin-left: 40px;
	padding-bottom: 16px;
}

.content ol li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}

ul {
	margin: 0;
	padding: 0;
}

	#build {
		background: url(images/build.png) top left no-repeat;
		height: 28px;
		width: 90px;
		display: block;
		position: absolute;
		top: 0;
		right: 132px;
		border-left: 1px solid #dedfd9;
	}
	#build:hover {
		background-position: 0 -29px;
	}
	#floorplans {
		background: url(images/floorplans.png) top left no-repeat;
		height: 28px;
		width: 194px;
		display: block;
		position: absolute;
		top: 0;
		right: 132px;
		border-left: 1px solid #dedfd9;
	}
	#floorplans:hover {
		background-position: 0 -29px;
	}
	#find {
		background: url(images/find.png) top left no-repeat;
		height: 28px;
		width: 86px;
		display: block;
		position: absolute;
		top: 0;
		right: 408px;
		border-left: 1px solid #dedfd9;
	}
	#find:hover {
		background-position: 0 -29px;
	}

#find_sub {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
}
#media {
	background: #6f6e6a url(images/mediabg.jpg) 0 0 no-repeat;
	height: 323px !important;
	position: relative;
	margin-top: -7px;
}

#flash {
position: absolute;
top: 20px;
right: 20px;
}

.sub_bg {
	background: #fff;
	padding-top: 30px;
}

/* home specialties */

#content_home {
	padding: 0 20px 20px 20px;
}

.home_left {
	float: left;
	width:500px;
	padding-right: 30px;
}

.home_right {
	float: left;
	padding-left: 30px;
	border-left: 1px solid #ccc;
}

.home_right ul {
	padding-bottom: 16px;
	list-style-position: inside;
}

.clearfix {
	clear:both;
}

#threeboxes {
	background: #fff url(images/boxhouse.gif) top left no-repeat;
	margin: 0px 20px 0px 20px;
	height: 320px;
	clear:both;
}
#boxhouse {
	height: 289px;
	padding: 23px;
	clear:both;
}
#box1 {
	width: 475px;
	height: 250px;
	display: block;
	float: left;
	margin-right: 20px;
	padding: 0 31px 0 0;
	border-right: 1px solid #3f3f3f;
}

#box1 img {
	margin: -5px 0 0 -3px;
}

#box1 a {
	color: #fff;
}

#box3 {
	width: 389px;
	height: 262px;
	display: block;
	float: right;
	margin: -10px -3px 0 0;
}

.slideshow {
	width: 389px;height: 262px;
}

.image1 {background: url(images/image1.jpg) top left no-repeat;width: 389px;height: 262px;}
.image2 {background: url(images/image2.jpg) top left no-repeat;width: 389px;height: 262px;}
.image3 {background: url(images/image3.jpg) top left no-repeat;width: 389px;height: 262px;}
.image4 {background: url(images/image4.jpg) top left no-repeat;width: 389px;height: 262px;}
.image5 {background: url(images/image5.jpg) top left no-repeat;width: 389px;height: 262px;}

#boxhouse h1 {
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px solid #3f3f3f;
	margin-bottom: 10px;
}

#boxhouse p {
	color: #fff;
}

/* content */

#maincontent {
	background: #fff;
	padding: 0;

}
	#left {

		float:left;
	}
	#right {
		margin: 20px 50px 0 20px;
		float: right;
		width: 530px;
	}
#maincontent p {
	margin: 0 0 10px 0;
	padding: 0;
	color: #6c6c6c;
}
#maincontent h1 {
	color: #101010;
}
#maincontent h3 {
	margin: 0;
	padding: 0;
	color: #101010;
}
#maincontent hr {
	background-color: #ccc;
	height: 1px;
	margin: 20px 0;
	border: 0;
}
#maincontent li {
	color: #6c6c6c;
}
#maincontent a:link, #maincontent a:visited {
	color: #6c6c6c;
}
#maincontent a:hover, #maincontent a:active {
	color: #333;
}
.locationstable {
	margin: 50px 0;
}
.locationstable td{
	width: 150px;
}
#footer {
	color: #fff;
	font-size: 75%;
	position: relative;
	clear: both;
}
#footer p {
	margin-left: 20px;
	padding: 10px;
}
#footer .left {
	position: absolute;
	top: 4px;
	right: 30px;
}
#footer_copyright {
	float: left;
	width: 500px;
}
#footer_menu {
	float: right;
}
#footer_menu ul {
	list-style: none;
	padding: 10px;
}
#footer_menu ul li {
	list-style: none;
	float: left;
	padding-right: 15px;
}
#footer_menu ul li a {
	color: #fff;
	font-size: 12px;
}

li.page-item-95 {
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}

.clear {
	clear: both;
	height: 1px;
	display:block;
}
form {

}
form span {
	font-weight: bold;
}
.text, .select, .textarea {
	display: block;
	border: 1px solid #999;
	margin-left: 20px;
	padding: 2px;
	margin-bottom: 10px;
	font: 14px "Trebuchet MS", Arial, Verdana;
}
.textarea {
	width: 300px;
	height: 100px;
}
.buffer {
	display: block;
	height: 300px;
}
iframe {
	margin: 20px auto;
	text-align: center;
}

.homeslist h2 {
	margin: 0 10px 0 0;
	padding: 0;
	color: #c51230;
	text-align: left;
	text-transform:none;
}
.homeslist {
	width: 100%;
}
.homeslist td {
	padding: 5px 10px;
	text-align:center;
	color: #666;
	text-transform:uppercase;
	font-size:12px;
	background: #f6f6f6;
}
.homeslist td img {
	border: 1px solid #999;
}
.homeslist td img:hover {
	border: 1px solid #666;
}
.bigfloorplan {
	width: 1026px;
	min-height: 660px;
}
#floorplanname {
	font: 20px Arial, Helvetica, sans-serif;
	padding: 10px 30px 0 10px;
	float: left;
}
#downloadfloorplan {
	height: 35px;
	font: 20px Arial, Helvetica, sans-serif;
	background: url(images/pdficon.png) 0 12px no-repeat;
	float: right;
	padding: 10px 10px 10px 30px;
}
.listhometitle {
	color: #c51230 !important;
	text-decoration: none;
}
.listhometitle:hover {
	color: #c51230 !important;
}
.ecogreen {
	color: green;
}
.ui-tabs .ui-tabs-hide {
     display: none;
}
#tabhouse {
	list-style-type:none;
	position: absolute;
	left: -310px;
	background: url(images/homes_left_bg.png) top right no-repeat;
	height: 410px;
	padding-top: 20px;
}
#tabs {
	position: relative;
}
.homes_left {

}
#tabhouse li {
	margin: 0 0 20px 0;
	background: url(images/tabbg_off.png) top left no-repeat;
	padding: 3px 0;
}
#tabhouse li a{
	text-decoration:none;
}
.eco-green-tab-off {
	background: url(images/button_ecogreen_off.png) top left no-repeat;
	width: 250px;
	height: 62px;
	display: block;
}
.eco-green-tab-on {
	background: url(images/button_ecogreen_on.png) top left no-repeat !important;

}
.site-built-tab-off {
	background: url(images/button_sitebuilt_off.png) top left no-repeat;
	width: 250px;
	height: 62px;
	display: block;
}
.site-built-tab-on {
	background: url(images/button_sitebuilt_on.png) top left no-repeat !important;

}
.modular-tab-off {
	background: url(images/button_modular_off.png) top left no-repeat;
	width: 250px;
	height: 62px;
	display: block;
}
.modular-tab-on {
	background: url(images/button_modular_on.png) top left no-repeat !important;

}
.parkmodels-tab-off {
	background: url(images/button_parkmodels_off.png) top left no-repeat;
	width: 250px;
	height: 62px;
	display: block;
}
.parkmodels-tab-on {
	background: url(images/button_parkmodels_on.png) top left no-repeat !important;

}
#slideshow {
    height:  400px;
    width:   266px;
    padding: 0;
    margin:  0;
}

#slideshow img {
    top:  0;
    left: 0
}
.bluelink {
	color: blue !important;
}
.button-selected {
	background: url(images/tabbg_on.png) top left no-repeat !important;
}
#prequalifiedbutton {
	width: 380px;
	height: 95px;
	background: url(images/prequalifiedbutton.png) top left no-repeat;
	display: block;
	margin: 20px 0 0 12px;
	text-decoration:none;
	float: left;
}
#prequalifiedbutton:hover {
	background-position: 0 -95px;
}
#loggedindiv {
	position: absolute;
	top: 30px;
	right: 0;
	background: #333;
	font: bold 10px arial;
	padding: 10px;
	color: #fff;
	width: auto;
	text-align:right;
	display: inline;
}
#loggedindiv a {
	padding: 0 !important;
	margin: 0 !important;
	text-decoration:underline;
}
#loggedindiv a:hover {
	color: red;
}
.red {
	color: red !important;
}
.red:first-letter {
	text-transform: uppercase;
}
.downloadpdf {
	width: 293px;

}
#communities_map {
	width: 500px;
	height: 332px;
	margin: 0 auto;
	background: url(images/communities_map.png) top left no-repeat;
	position: relative;
}
#communities_spokane {
	width: 50px;
	height: 30px;
	background: url(images/communities_logo.png) top left no-repeat;
	position: absolute;
	top: 90px;
	right: 30px;
	text-decoration: none;
}
#communities_spokane:hover {
	background-position: 0 -30px;
}
.notification {
	border: 2px dashed #ccc;
	text-align:center;
	background: #eee;
	padding: 10px;
	font-size: 18px;
	margin: 10px 50px;
}
.notification img {
	padding: 0 10px 0 0;
}
.left_containerhomes {
	width: 800px;
	margin-left: 120px;
}
.containerhome {
	padding: 20px;
	background: #f6f6f6;
	border: 1px solid #dddddd;
	margin: 20px;
	height: 105px;
}
.containerhome:hover {
	border: 1px solid #bbb;
}
.containerhome h2 {
	font: 32px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 10px 0 15px 0;
}
.containerhome p {
	font-size: 14px;
}
.containerhome img {
	border: 3px solid #bbb;
}
.containerhome .tn_1 {
	float: left;
	margin-right: 10px;
}
.containerhome .tn_2 {
	float: left;
	margin-right: 20px;
}
.moreinfo {
	margin: 50px 0 20px;
	font: 20px Arial, Helvetica, sans-serif;
	padding: 10px;
	display: block;
	text-align:center;
	background: #ddd;
	border: 1px solid #bbb;
}

/* font */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 3, 2010 */



@font-face {
	font-family: 'TrebuchetMSRegular';
	src: url('css/trebuc-webfont.eot');
	src: local('☺'), url('css/trebuc-webfont.woff') format('woff'), url('css/trebuc-webfont.ttf') format('truetype'), url('css/trebuc-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadProCondensed';
	src: url('css/myriadpro-cond-webfont.eot');
	src: local('☺'), url('css/myriadpro-cond-webfont.woff') format('woff'), url('css/myriadpro-cond-webfont.ttf') format('truetype'), url('css/myriadpro-cond-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* blog */

.post-edit-link {
	margin-top: 10px;
	padding: 5px;
	background: #ccc;
	color: #b30021;
}

.feedback {
	padding: 20px 0 20px 0;
}

.meta {
	font-family: 'TrebuchetMSRegular', Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	line-height: 16px;
}

.postmetadata {
	color: #666;
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 20px;
}

.alignleft,
.alignleft a,
.alignright,
.alignright a
{
	font-family: 'TrebuchetMSRegular', Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	line-height: 16px;
	color: #c51232;
	padding-bottom: 20px;
}
