/*
-----------------------------------------------
Living Alfresco style sheet
author: Brad Wilson
version:  2007.09.22
----------------------------------------------- */
html, body {
margin:0;
padding:0;
height: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #ffffff;
}

/* CONTAINER
----------------------------------------------- */
#container {
width: 1100px;
margin: 0 auto;
}

/* LOGO
----------------------------------------------- */
#logo {
padding-top: 15px;
padding-bottom: 15px;
}

/* HEADER
----------------------------------------------- */
#header {
	border: 2px solid #0099c4;
}

/* MENU
----------------------------------------------- */
#menu {
height: 40px;
background: #f6c86c;
border: 2px solid #0099c4;
}
#menu ul {
margin: 0px;
padding: 0px;
padding-top: 10px;
font-size: 16px;
font-weight: bold;
text-align: center;
}
#menu li {
list-style-type: none;
display: inline;
margin: 0px;
padding: 38px;
}
#menu a {
color: #0099c4;
text-decoration: none;
padding: 3px;
}
#menu a:hover {
background: #fadea7;
}

/* CONTENT
----------------------------------------------- */
#content {
background: #0099c4;
padding: 2px;
padding-top: 0px;
font-size: 12px;
}

/* ADDRESS
----------------------------------------------- */
#address {
background: #b2e0ed;
border-top: 2px solid #0099c4;
text-align: center;
padding: 10px;
font-size: 14px;
color: #0099c4;
}

#address-wrapper {
margin: 0 auto;
width: 390px;
}

#address-left {
float: left;
padding-right: 20px;
border-right: 1px solid #0099c4;
}

#address-right {
float: left;
padding-left: 20px;
}

/* FOOTER
----------------------------------------------- */
#footer {
text-align: center;
font-size: 9px;
color: #0099c4;
margin-top: 10px;
padding-bottom: 10px;
}

/* COMMON
----------------------------------------------- */
img {
display: block;
}
.left {
float: left;
}
.right {
float: right;
}
.clear {
clear: both;
}
.center {
text-align: center;
}
h1 {
font-size: 14px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 10px;
border-bottom: 1px solid #f6c86c;
}
h2 {
font-size: 18px;
font-weight: bold;
color: #0099c4;
margin-top: 0px;
margin-bottom: 10px;
border-bottom: 1px solid #5EA36F;
}
h3 {
font-size: 14px;
font-weight: bold;
color: #D1F1D6;
margin-top: 0px;
border-bottom: 1px solid #D1F1D6;
}

.border1 {
border: 1px solid #D1F1D6;
}

a.link1 {
color: #0099c4;
}
a.link1:hover {
color: #8CC898;
}

