body {
	font:0.8em Lucida Grande,Verdana,sans-serif;
	color:#444;
	background:#DFEAC8 url(../images/shared/bg.jpg) repeat-x;
	margin:0px;
	text-align:center;
}

body * {margin:0px}

a {color:#5A98EB}
a img {border:0}

a:hover {
	color:#fff;
	background-color:#5A98EB;
}

h1, h2, h3 {
	font-weight:normal;
	margin-bottom:10px;
	line-height:1em;
}
h1, h2, h3, #sidebar li, #flash {
	color:#CA6E6E;
	font-family:Lucida Grande, Trebuchet MS, sans-serif;
}

p {
	margin-bottom:10px;
	line-height:1.4em;
}
#intro {
  font-weight:bold;
}
ul {
	margin-bottom:10px;
	padding-left:18px;
}
li {
  padding-bottom:5px;
}



/* Layout */
#container {
	width:740px;
	margin:0px auto;
	text-align:left;
	background:#fff url(../images/shared/container_bg.png) repeat-y;
}
#header {
  position:relative;
	width:740px;
	height:45px;
	margin:0px auto;
	text-align:left;
	background:#B1C684 url(../images/shared/header-bg.png) bottom left no-repeat;
}
#footer {
  background-color:#A2BC67;
}
#header a:hover {background-color:transparent}

#logo {
	margin:10px 0px 0px 20px;
}


#content {
	width:560px;
	padding:0px 20px 20px 20px;
	float:left;
}
#con\tent {
	width:520px;
}
#sidebar {
	float:left;
	width:180px;
	padding:10px 0px 20px 0px;
}

/* Header nav */
#header ul {
  padding:0;margin:0;
  bottom:10px;right:10px;
  position:absolute;
}
#header li {
  list-style:none;
  margin:0;padding:0 4px;
  display:inline;
  font-weight:bold;
}
#header li a{color:#fff}

/* Sidebar nav */
#sidebar ul {
	padding:5px 0px 5px 0px;
	margin:0px 10px 0px 10px;
}
#sidebar li {
	list-style:none;
	margin:0px 0px 5px 0px;
}
#sidebar li.current {
	font-weight:bold;
}

#sidebar h3 {
  margin:2px 10px ;
  }

/* Footer text */

#footer {
  color:#fff;
  font-weight:bold;
  padding:4px 10px;
}


/* Content */

p.image {
  line-height:0;
}
p.image a {
	display:block;
	padding:2px;
	background-color:#B1C684;
}
p.image a:hover {
	background-color:#5A98EB;
}
p.image img {
	border:1px solid #fff;
}


.project {
	clear:left;
	padding-top:10px;
}
.project p.image {
	width:160px;
	float:left;
	margin:0px 10px 0px 0px;
}

#services h3 {margin-bottom:5px}

#services div {
	width:250px;
	float:left;
	margin:0px 0px 20px 0px;
}
#services div p.image {
	float:left;
	margin:0px 10px 0px 0px;
}
#services div.odd {
	margin-right:20px;
}




/* Forms */
form div {margin-bottom:5px}
label {font-weight:bold}
.formError {
	color:#900;
	font-weight:bold;
}


/* Misc */

#error.flash {
	font-family:Lucida Grande, Trebuchet MS, sans-serif;	
	color:#900;
	font-size:1.2em;
	background-color:#fee;
	padding:5px;
	margin-bottom:10px;
	text-align:center;
}



