html {
margin: 0px;
}

body { 
margin: 0px;
background-color: #d9dcc5;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
/* color: #b0b288; */
color: #505142;;


}

h1 {
margin: 0px;
text-transform: uppercase;
color: #6f732d;
font-size: 100%;
}

h2, h3 {
margin: 0px;
color: #6f732d;
font-size: 100%;
}

p {
margin-top: 3px;
margin-bottom: 12px;
margin-left: 0px;
line-height: 1.5em;
text-align: justify;
}

b {
color: #6f732d;
}

a {
text-decoration: none;
color: #6f732d;
}

a:hover {
text-decoration: underline;
}

hr {

border-style: none; 
border-top: 2px dotted #6f732d;
border-bottom: 2px solid white;
height: 4px;

/* this doesn't work in ie 
color: #d9dcc5; 
margin: 0;
margin-bottom: 12px;
width: 100%;
height: 17px; 
background: url('../images/hr_bg.png');
background-repeat: repeat-x; 
border-style: none;
*/

}

img {
border: none;
}

#page {
position: relative;
top: 0px;
left: 0px;
margin: 0 auto;
width: 660px;
background-color: #fff;
}

#header {
position: relative;
width: 660px;
height: 103px;
background-color: #000;
}

#squamishchamber_logo {
position: absolute;
top: 12px;
left: 14px;
width: 161px;
height: 78px;
background-image: url('../images/squamishchamber_logo.png');
background-repeat: no-repeat;
}

#squamishchamber_slogan {
position: absolute;
top: 75px;
left: 360px;
width: 277px;
height: 21px;
background-image: url('../images/squamishchamber_slogan.png');
background-repeat: no-repeat;
}

#banner_image {
position: relative;
width: 660px;
height: 179px;
background-color: #fff;
background-image: url('../images/member_services_banner.jpg');
background-repeat: no-repeat;
}

#top_nav {
position: relative;
margin: 0;
padding: 0;
width: 660px;
height: 36px;
background-color: #a7ab74;
background-image: url('../images/topnav_bg.png');
background-repeat: repeat-x;
}

#top_nav a {
color: #fff;
font-size: 120%;
text-decoration: none;
}

#top_nav a:hover {
color: #6f732d;
}

#top_nav ul {
float: left;
margin: 0;
padding-top: 2px;
padding-left: 0px;
list-style: none;
}

#top_nav li {
float: left;
margin: 0 1em;
line-height: 32px;
color: #0d2474;
}

#top_nav .currentpage {
line-height: 32px;
font-size: 120%;
color: #6f732d;
background-image: url('../images/topnav_currentpage_bg.png');
background-repeat: no-repeat;
background-position: center;
}

#content {
position: relative;
width: 660px;
}

#content_lhs {
position: relative;
width: 160px;
float: left;
margin-top: 16px;
margin-bottom: 16px;
margin-left: 0px;
}

#lhs_nav_header {
position: relative;
padding: 5px;
width: 150px;
color: #fff;
font-size: 110%;
text-transform: uppercase;
background-color: #a7ab74;
text-align: center;
}

#lhs_nav_header a {
color: #fff;
text-transform: uppercase;
text-align: center;
}

#lhs_nav {
position: relative;
width: 160px;
margin: 0px;
padding-top: 1px;
padding-bottom: 1px;
background-color: #ced1b2;
}

#lhs_nav a {
text-decoration: none;
color: #6f732d;
font-size: 110%;
}

#lhs_nav a:hover {
color: #fff;
}

#lhs_nav ul {
list-style: none;
margin: 0;
padding-top: 2px;
padding-left: 0px;
}

#lhs_nav li {
margin: 0 1em;
color: #6f732d;
line-height: 25px;
padding-left: 2px;
}

#lhs_nav .lhs_div {
background-image: url('../images/lhsnav_bg.png');
background-repeat: repeat-x;
}

#lhs_nav .currentpage {
line-height: 25px;
color: #6f732d;
font-size: 110%;
font-weight: bold;
padding-left: 8px;
background-image: url('../images/lhsnav_currentpage_bg.png');
background-repeat: no-repeat;
}

.categories {
margin: 0;
padding-left: 0px;
}

.categories ul {
list-style: none;	
}

.categories li
{
padding-left: 10px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0 .5em;
line-height: 18px;
list-style: none;	
}

#login_nav {
color: #95995a;
background: #f0f1eb;
height: 20px
}

#login_nav a {
color: #95995a;
font-size: 100%;
text-decoration: none;
}

#login_nav a:hover {
text-decoration: underline;
}

#login_nav ul {
float: left;
margin: 0;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 10px;
padding-left: 10px;
list-style: none;
}

#login_nav li {
margin: 0;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 6px;
padding-left: 0px;
float: left;
}

#login {
position: relative;
top: 0px;
left: 233px;
width: 216px;
height: 48px;
margin-bottom: 85x;
padding-top: 20px;
padding-left: 2px;
background-image: url('../images/member_login.png');
background-repeat: no-repeat;
}

#signup_link {
position: relative;
margin-left: 13px; 
margin-top: 15px; 
margin-bottom: 15px; 
width: 134px;
height: 42px;
background-image: url('../images/signup_link.png');
background-repeat: no-repeat;
}

#banner {
position: relative;
margin-left: 6px; 
width: 134px;
height: 198px;
}

#content_rhs {
position: relative;
width: 448px;
float: left;
margin-top: 16px;
margin-bottom: 30px;
margin-left: 26px;
}

#footer {
clear: both;
background-color: #d9dcc5;
position: relative;
width: 660px;
padding-top: 9px;
padding-bottom: 11px;
color: #95995a;
}

#footer .copyright {
color: #6f732d;
}

#footer .developer {
color: #fff;
}

#footer .developer a {
text-decoration: none;
color: #fff;
}

#footer .developer a:hover {
text-decoration: underline;
color: #fff;
}

#footer a {
text-decoration: none;
color: #95995a;
}

#footer a:hover {
text-decoration: underline;
color: #95995a;
}

form
{
display: inline; margin: 0;
}

input, select, textarea, checkbox, radio
{
border: 1px solid #b0b288;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #b0b288;
}

input
{
height: 15px;	
}

.button
{
height: 25px;
width: 100px;
font-size: 12px;
color: #b0b288;
background: #f5f6eb;	
}

.field_size_1
{
width: 40px;
}

.field_size_2
{
width: 100px;
}

.field_size_3
{
width: 200px;
}

.field_size_4
{
width: 270px;
}

.field_size_5
{
width: 330px;
}

#member_expiry
{
margin-top: 5px;
margin-bottom: 10px;
margin-left: 2px;
font-size: 10px;
color: #cccccc;	
}

.table_form table, tr, td
{
padding-top: 2px;
padding-bottom: 2px;
padding-left: 0px;
padding-right: 8px;
}

.table_form th
{
padding-top: 6px;
padding-bottom: 2px;
padding-left: 0px;
padding-right: 8px;
vertical-align: top; 
text-align: right;
color: #6f732d;
font-weight: normal;
}

.darker
{
color: #6f732d;	
}

.table_form2 th
{
padding-top: 4px;
padding-botom: 4px;
padding-left: 0px;
padding-right: 12px;
/* text-align: right; */
color: #6f732d;
font-weight: normal;
}

.table_form2 td
{
padding-top: 4px;
padding-botom: 4px;
padding-left: 0px;
padding-right: 0px;
}

.table_ghost table, tr, th, td
{
width: auto;
border-collapse: collapse;
border-width: 0;
padding: 0;
vertical-align: top;
}

.required
{
color: #d83333;
font-weight: bold;
}

.feature {
padding: 10px;
background: #f0f1eb;
color: #666;
}

.logo {
border-style: solid; 
border-width: 1px; 
border-color: #999;
}

/** calendar **/
.tblhdr {
background:  #6f732d;
}

.calfill {
color: #ffffff
background:  #6f732d;
}

.calblank {
width: 55px;
background:  #ffffff;
overflow: hidden;
}

.menu {
color: #ffffff;
font-size: 120%;
}
.calmenu {
color: #ffffff;
}

.calheading {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
color: #ffffff;
font-weight: bold;
}

.form_grey {
padding-top: 5px;
padding-bottom: 5px;
padding-left:5px;
padding-right: 5px;
background: #f0f1eb;
color: #666666;
}

.copy {
width: 55px;
overflow: hidden;
background-color: # ffffff
}
