/*****************************************\
|                                           				|
| 	Colors Used in CSS              			|
|                                           				|
| 	Background Green: #dedcbc       		|
|	Stripe Green: #bab676           			|
|	Text green: #505a00				|
|								|
|	About us: #83c0ed				|
|	News/Events: #dfbf4e				|
|	Contact: #b3c49a					|
|	Downloads: #ac9478				|
|	Links: #820024				|
|                                           				|
\*****************************************/

/***********************\
|   Core HTML styling   |
\***********************/

a img {
    border: 0;
}

body {
    background-color: #dedcbc;
	font-family: arial, sans-serif;
	font-size: small;
}

h2 {
	margin-top: 30px;
}

.display_none {display: none;}

/***********************\
|    Website layout     |
\***********************/

#website_holder {
    width: 719px;
    margin: 0 auto;
    padding: 20px 20px 20px 30px;
    background-color: #fff;
    overflow: hidden;
	height: 100%; /** ie6 fix **/
}

#nav_col {
    float: left;
    width: 245px;
}

#nav_col #logo {
    display: block; 
    margin: 5px 0 42px 0;
}

ul#nav, ul#nav li {
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0;
}

#nav li a { 
    display: block;
    height: 16px;
    width: 245px;                             
    background-repeat: no-repeat;
	background-position: top;
}

#nav li a:hover, #nav li a:hover { 
	background-position: bottom;
}

#nav li a#home { background-image: url(/content/img/structure/home.gif); }
#nav li a#about { background-image: url(/content/img/structure/about.gif); }
#nav li a#news { background-image: url(/content/img/structure/news.gif); }
#nav li a#contact { background-image: url(/content/img/structure/contact.gif); }
#nav li a#properties { background-image: url(/content/img/structure/properties.gif); }
#nav li a#downloads { background-image: url(/content/img/structure/downloads.gif); }
#nav li a#links { background-image: url(/content/img/structure/links.gif); }
#nav li a#framework { background-image: url(/content/img/structure/framework.gif); }

#nav li a span {
    position: absolute;
    left: -1000em;
}

#content_col {
    float: right;
    width: 418px; /** 438 without borders **/
    border-left: 56px solid #bab676;
	color: #505a00;
	min-height: 550px;  /** see also ie6_fixer.css **/
}

#content_col a:hover, #content_col a:focus {
	text-decoration: none;
	color: #000;
}

#content_col p, #content_col h1, #content_col h2, #content_col h3, #content_col h4, #content_col h5, #content_col h6 {
	margin-left: 16px;
}

#ihmc_footer {
    width: 719px;
    margin: 0 auto;
    padding: 10px 20px;
	text-align: right;
	font-size: 0.8em;
}

#ihmc_footer a, #ihmc_footer a:visited {
	color: #000;
}

#ihmc_footer a:hover, #ihmc_footer a:focus {
	text-decoration: none;
	background: #ccc;
}

/**** Page specific ****/
.about h1, .about h2, .contact h1, .contact h2, .news h1, .news h2 {
	font-size: 1.4em;
	text-transform: uppercase;
}

.about h3,  .about h4, .about h5, .about h6, 
.contact h3,  .contact h4, .contact h5, .contact h6,
.news h3,  .news h4, .news h5, .news h6 
{
	text-transform: uppercase;
	font-size: small;
}

/**** Home Page ****/
#content_col #home_image {
	display: block;
}

/**** About us ****/
body #website_holder div.about {
	border-left-color: #83c0ed;
}

.about h1, .about h2, .about h3,  .about h4, .about h5, .about h6 {
	color: #83c0ed;
}

.about a {
	color: #83c0ed;
} 

/**** Contact us ****/
body #website_holder div.contact {
	border-left-color: #b3c49a;
}

.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6 {
	color: #b3c49a;
}

.contact a {
	color: #505a00;
} 

#map {
	width: 402px;
	margin-left: 16px;
	height: 300px;
}

#bubble {
	width: 220px;
}

/**** Downloads ****/

body #website_holder div.downloads {
	border-left-color: #ac9478;
}

.newsletter_holder {
	margin-left: 16px;
}

.newsletter_holder a img {
	float: left;
	display: inline;
	margin: 0 10px 30px 0;
}

.link_divider {
	display: none;
}

/**** News ****/
body #website_holder div.news {
	border-left-color: #dfbf4e;
	background: url(/content/pages/news/bg-news-col.gif) repeat-y 208px 0;
}

.news h1, .news h2, .news h3,  .news h4, .news h5, .news h6 {
	color: #dfbf4e;
}

.news a {
	color: #dfbf4e;
} 

#news_col {
	float: left;
	width: 196px;
}

#events_col {
	float: right;
	width: 196px;
}

#news_col h3, #events_col h3 {
	margin-bottom: -12px;
}

#bubble h2{
	margin-top: 0;
}

/** /property/ **/
h1.to_let {
	font-size: 1.1em;
}

.property h1.now_let {
	font-size: 1.1em;
	color: #a60000;
}

#main_property_image {
	float: left;
	display: inline;
	margin-left: 15px;
	width: 290px;
	height: 230px;
}

#main_property_image img {
	position: absolute;
}

#property_summary_images {
	float: right;
	display: inline;
	margin-left: 7px;
}

#property_summary_images img{
	float: right;
	clear: right;
	margin-bottom: 7px;
}

#property_h1 {
	clear: both;
	margin-top: 10px;
}

#property_h2 {
	clear: left;
	margin-top: 10px;
	font-size: 1.1em;
}

#property h1, #property h2, #property h3, #property h4, #property h5, #property h6{
	margin-bottom: 0;
}

#property h3 {
	font-size: 1.1em;
}

#property p {
	margin-top: 0;
}

body #website_holder div.property {
	border-left-color: #50c0cc;
}

.property h1, .property h2, .property h3,  .property h4, .property h5, .property h6 {
	color: #50c0cc;
}

.property a {
	color: #50c0cc;
} 

.property_list img {
	float: left;
	display: inline;
}

.property_list {
	overflow: hidden;
	height: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3ddbe;
	margin-left: 15px;
	margin-bottom: 10px;
}

.property_list .text {
	float: left;
	width: 205px;
}

.property_list h1 {
	float: left;
	margin: 0;
	padding: 0;
}

.property_list h2 {
	clear: left;
	margin: 0;
	padding: 0;
	color: #7a7000;
	font-size: 1.1em;
}

.property_list p {
	margin: 0;
	padding: 0;
	color: #7a7000;
}

#property_page {
	margin-left: 15px;
}

#property_page h1 {
	margin: 0;
	padding: 0;
}

#property_page h2 {
	margin: 20px 0 0 0;
}

#property h1, 
#property h2, 
#property h3, 
#property h4, 
#property h5, 
#property h6, 
#property p
{
	color: #505a00;
}

#property h2 {
	font-size: 1.3em;
	margin: 0 0 0 15px;
}


/**** Links ****/
body #website_holder div.links {
	border-left-color: #820024;
}

body #website_holder div.links h3,
body #website_holder div.links p {
	margin-top: 0;
	margin-bottom: 0;	
}


body #website_holder div.links h2 {
	margin-top: 0;
}

.links {
	margin-bottom: 14px;
}

body #website_holder div.links h3 {
	color: #820024;
	margin-bottom:5px;
}


body #website_holder div.links p {
	color: #000;
}

body #website_holder div.links a,
body #website_holder div.links a:visited
{
	color: #000;
	text-decoration: none;
}

body #website_holder div.links a:hover,
body #website_holder div.links a:focus
{
	color: #820024;
	text-decoration: underline;
}

body #website_holder div.links p.links_url {
	margin-top: 5px;
	margin-bottom: 5px;
}

/** Village Framework **/

body #website_holder div.village_framework {
	border-left-color: #0F2E13;
}

.village_framework a {
	color: #0F2E13;
} 