@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626347;
	text-align: center;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #C4C5AF;
}
#container {
	width: 900px;
	text-align: left;
	margin-top: 15;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-color: #E3E7D8;
	height: 100px;
}

/* float clearing for IE6 */
* html #mainContent, #col_right, 
* html .classThatNeedsToBeCleared, 
* html div.anotherClassThatNeedsToBeCleared,
* html #someDiv .someClass .yetAnotherClassThatNeedsToBeCleared{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html #mainContent, #col_right, 
*+html .classThatNeedsToBeCleared, 
*+html div.anotherClassThatNeedsToBeCleared,
*+html #someDiv .someClass .yetAnotherClassThatNeedsToBeCleared{
  min-height: 1%;
}


/* float clearing for everyone else */
#mainContent:after, #col_right:after,
.classThatNeedsToBeCleared:after,
div.anotherClassThatNeedsToBeCleared:after,
#someDiv .someClass .yetAnotherClassThatNeedsToBeCleared:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#mainContent {
	padding-right: 0px;
	padding-bottom: 20px;
	padding-top: 50px;
	position: relative !important;
}
#nav ul {
	text-decoration: none;
	height: 20px;
	padding-left: 20px;
	padding-top: 12px;
	margin-top: 0px;
	font-size: 22px;
	list-style-type: none;
}
#nav ul a {
	text-decoration: none;
}
#nav  ul  a:hover {
	color: #FFFFFF !important;
}
#nav ul a.home {
	color: #565C3A;
}
#nav ul a.services {
	color: #6699CC;
}
#nav ul a.public_spaces {
	color: #CC66CC;
}
#nav {
	width: 100%;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5A989;
	background-color: #D0D1C0;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top-color: #E7E9DA;
	border-top-width: 1px;
	border-top-style: solid;
}
#col_left {
	width: 300px;
	float: left;
	position: relative;
	text-align: left;
	padding-left: 65px;
}
#col_right {
	width: auto;
	margin-left: 440px;
	position: relative;
	text-align: right;
	margin-right: 80px;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
a img, img a {
	color: #BF0B30;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
}
h1 {
	font-size: 22px;
	margin: 0px;
	padding: 0px;
}
h1:hover {
	color: #FFFFFF !important;
	margin: 0px;
	padding: 0px;
}

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E448AD;
	margin-top: 0px;
	padding-bottom: 0;
	height: 15px;
	padding-top: 5px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #8AA896;
	background-repeat: repeat;
	background-position: center top;
}
.disp_N {
	display: none;
}

