.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*-------------------------------*/

* {margin: 0; padding: 0;}
body{font: 76% arial,sans-serif;text-align:center; background-color: #7caa80;}
h1, h2, h3, h4, h5, p, ul, dl {margin: 1em;}

p, ul, dl {line-height: 1.4;}

#content ul li {
	margin-left: 1em;
}




#header, #navigation, #extra {padding: 1px 0;}

#header {
	height: 150px;
	margin:0;
	background: #fff;
	color: #79B30B;
	position: relative;
	background-image: url(../img/header_sub.jpg);
	background-repeat: no-repeat;
	background-position: 200px 0;
	overflow: hidden;
}
#home #header {
	height:197px;
	background: #006124;
	background-image: url(../img/header_home.jpg);
	background-repeat: no-repeat;
	background-position: 13px 35px;
	
}
#container {
	text-align:left;
	border: 1px solid #000;
	margin: 2em auto 1em;
	background-color: #fff;
	}
#home #container {
	background-image: url(../img/planning.jpg);
	background-repeat: no-repeat;
	background-position: right 197px;
}
#navigation {background:#fff}
#extra {background:#006124}
#footer {background: #000;color: #FFF}
#footer p {margin:0;padding:5px 10px;}

#container {width:750px;}
#content {
	float:right;
	width:550px;
	}
#home #content p,
#home #content ul,
#home #content dl {
	margin-right: 250px;
}

#navigation {float:left;width:200px}
#extra {clear:both;width:100%}

/* Content Styles */
.big {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	color: #b7bc73;
}
h1 {
	margin: .5em 4px;
	padding: 0;
	text-indent: -9999em;
	width: 190px;
	height: 99px;
	background-image: url(../img/sidebar_logo.gif);
	background-repeat: no-repeat;
}
h2 {
	width: 200px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	background: #006124;
	padding: 5px 0;
	color: #b7bc73;
	
}
#home h1 {
	margin: 1em 4px 0;
}
address {
	margin: 1em;
	font-style: normal;
	line-height: 1.4;
}
#header p {
	font-weight: bold;
	color: #fff;
	font-size: 1.2em;
	position: absolute;
	right: 0;
	top: 30px;
	
}
#home #header p {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: .5em;
}
#header p span{
	color: #b7bc73;
}

#gallery a {
	float: left;
	border: 3px  solid #006124;
	margin: 1em;
}
#gallery a:hover {
	border: 3px  solid #b7bc73;
}

#gallery a img {
	display: block;
	border: 1px solid #fff;

}

.inner-column {
	width: 250px;
	float: left;
}
td .inner-column {
	width: 200px;
	float: left;
}

table th {
	text-align: left;
	font-weight: normal;
}
table label {
	padding: 0 5px 0 0;
	font-weight: bold;
}
table th, table td {
	padding: 5px 0;
	vertical-align: top;
	line-height: 1.4;
}
#form_cols_1 {
	margin: 1em;
}
.stretch {
	width: 100%;
}

/* Menu Styles */
.menu {
	list-style: none;
	margin: 5px 0;
	padding: 5px 0;
	line-height: 1em;
	/*width: 235px;*/
	width: 350px;
}
.menu li {
	float: left;
}
.menu a {
	display: block;
	padding: 0 5px;
	color: #b7bc73;
	border-left: 1px solid #b7bc73;
	text-decoration: none;
}
.menu a:hover {
	color: #fff;
}
.menu .first a {
	border: none;
}
#header .menu {
	font-weight: bold;
	position: absolute;
	left: 210px;
	top: 38px;old;
	/*width: 245px;*/
	width: 345px;
}

#footer {
	text-align: center;
}
#footer .menu {
	margin: 0 auto;
}
#home #header .menu {
	position: relative;
	left: 0;
	top: 0;	
}

#home #mHome a,
#portfolio #mPortfolio a,
#about #mAbout a,
#contact #mContact a {
	color: #fff;
}
