/* Alliance Builders Default CSS ================================== */

body, html {
	margin:0;
	padding:0;
	background: #47311a;
}

body {
	min-width: 750px; 
	font-size: 12px; 
	color: #343434; 
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; 
	line-height: 1.5; 
}

a:link, a:visited {
	color: #27619a;	
	text-decoration: underline;
}

a:active, a:hover {
	color: #003467;	
	text-decoration: none;
}

/* Navigation ==================================================== */

.nav {
	border-bottom: #c9af7f solid 1px;
	background-color: #dfc48f;
	font-size: 12px;
	font-weight: bold;
	color: #604b35;
	text-decoration: none;
	padding: 3px 0 0 25px;
}

.nav-hover {
	border-bottom: #c9af7f solid 1px;
	background-color: #e6d1a8;
	font-size: 12px;
	font-weight: bold;
	color: #342310;
	text-decoration: none;
	padding: 3px 0 0 25px;
	cursor: pointer;
}

.nav-select {
	border-bottom: #c9af7f solid 1px;
	background-color: #e6d1a8;
	font-size: 12px;
	font-weight: bold;
	color: #342310;
	text-decoration: none;
	padding: 3px 0 0 25px;
}

  
/* Headings ==================================================== */

h1 { 
	font-weight: normal;font-size: 175%; color: #5a4228; 
     text-decoration: none; line-height: 1; 
}

h2 { 
	font-weight: normal; font-size: 150%; color: #cc9933; 
	text-decoration: none; line-height: 1; 
}

h3 { 
	font-weight: normal; font-size: 125%; color: #00529f; 
	text-decoration: none; line-height: 1; 
}

h4 { 
	font-weight: bold; font-size: 100%; color: #CC6600; 
	text-decoration: none; line-height: 1; 
}

h1 a, h1 a:link, h1 a:visited, h1 a:focus, h1 a:hover, h1 a:active,
h2 a, h2 a:link, h2 a:visited, h2 a:focus, h2 a:hover, h2 a:active,
h3 a, h3 a:link, h3 a:visited, h3 a:focus, h3 a:hover, h3 a:active,
h4 a, h4 a:link, h4 a:visited, h4 a:focus, h4 a:hover, h4 a:active {
	text-decoration : none;
}

.callout {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	color: #003160;
}

hr {
	border: 0;
	width: 100%;
	background-color: transparent;
	border-bottom: 1px solid #c9af7f;
     height: 1px;
}

/* Template ==================================================== */

#wrap {
	background: #fcf8f0 url(/images/bgw.gif) repeat-y;
	margin: 0 auto;
	width: 750px;
	border-right: #d29828 solid 5px;
	border-left: #d29828 solid 5px;
}

#header {
	background: #fcf8f0;
	height: 250px;
	width: 750px;
}

#main {
	background: #fcf8f0;
	float: left;
	width: 501px;
	padding: 8px 25px 30px 25px;
	margin-left: 199px; /*Set to width of left margin */
}
	
#sidebar {
	background: #dfc48f;
	float: left;
	width: 199px;
	margin-left: -750px; /*Set left margin to -(wrapper)*/
	padding: 15px 0 40px 0;
}

#one-column {
	background: #fcf8f0;
	float: left;
	width: 700px;
	padding: 8px 25px 30px 25px;
}
	
#footer {
	padding: 15px;
	background: #a39161;
	border-top: 1px solid #fcf8f0;
	clear: both;
}
	
#footer p {
	padding: 5px;
	margin: 0;
	text-align: center;
	font-size: 11px;
	color: #dfc48f;
}

/* Floorplan Module Classes =============================================== */

#im-head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 12px 0 6px 0;
	vertical-align: bottom;
	font-size: 18px;
	border-bottom: 1px solid #ccba86;	
}

#im-contact {
	padding: 12px 0 6px 0;
	vertical-align: bottom;
	font-size: 13px;
	border-bottom: 1px solid #ccba86;	
}

#im-thumb {
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #ccba86;
	text-align: center;	
}

#im-full {
	text-align: center;
	border: 1px solid #ccba86;	
	padding: 30px 0 30px 0;
}

#im-label {
	border-bottom: 1px solid #ccba86;
	text-align: left;
	vertical-align: middle;
	padding: 3px 0 3px 6px;
	font-size: 11px;
}

#im-contact {
	padding: 6px 0 6px 0;
	vertical-align: middle;
	font-size: 13px;
	border-bottom: 1px solid #ccba86;	
}

#im-details {
	padding: 2px 20px 10px 6px;
	font-size: 11px;	
	color: #333;
	vertical-align: top;
}

#im-price {
	font-size: 18px;
	padding: 5px 0 0 0;
	font-weight: bold;
	color: #772223;
	text-align: right;
}

#im-form {
	padding: 0 0 10px 0;
	font-size: 11px;
	vertical-align: top;	
}

.weight {
	color: #ebd699;
}

.im-price {
	color: #772223;
	font-weight: bold;
}

/* Testimonies =========================================== */

.quote-top {
	margin-top: 20px;
	background: url(/images/bg-quote-top.gif) no-repeat;
	height: 18px;
	width: 500px;
}

.quote {
	background: url(/images/bg-quote.gif) repeat-y;
	min-height: 50px;
	width: 450px;
	padding: 5px 20px 10px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #715d48;
}

.quote-btm { 
	background: url(/images/bg-quote-btm.gif) no-repeat;
	height: 50px;
	width: 500px;
}	

/* Special =============================================== */

.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

.credits a {
	color: #776a47;
}		

.highlight {
	background: #ffcc66;
	border: 1px solid #ffcc66;
	padding: 1px 2px 1px 2px;
	color: #000;
}	

.blogsitesummary {
	padding-left: 0px;
	list-style: none; 
	margin-left: 0;
}

.author {
	display: none;
}	

/* End Default CSS =============================================== */
