/*-------------------------------------------------
		    - GLOBAL -						
-------------------------------------------------*/

body {
    font-size: 12px;
    line-height: 1.5em;
    font-weight: normal;
    font-family: arial, verdana, serif;

    background: #dcc6a6 url('../images/back_body.gif') repeat-x top;
    color: #666;
    text-align: left;
}
    
body, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, input, form, fieldset, label {padding: 0;margin: 0}
		
#container { 
    width: 762px; 
    margin: 0 auto; 
    background: #fff url('../images/back_container.gif') repeat-y left; /* add image to replicate on y axes */
}
	
a {color: #156cbb; text-decoration: underline;}
a:hover { text-decoration: none;}

a img { border: none; }
p { margin: 0 0 1.5em 0; }
span { color: #A9855A; font-weight: bold; }

.ghost { display : none; }

/*-------------------------------------------------
		- IMAGES -					
-------------------------------------------------*/

a img.raam { 
	background: #fff;
	border: 3px solid #A9855A;
	padding: 2px;
	float: left;
	margin-right: 8px;
	}
a:hover img.raam {
	border: 3px solid #156cbb;
	}

div.gallery {
    margin: 15px auto;
    width: 99%;
}
    div.gallery img {
        margin: 0 13px 35px 0;
    }
    
img.raam {
    border: 3px solid #A9855A;
    padding: 2px;
}

div.smlgal {
    margin: 10px auto;
    width: 99%;
}
    div.smlgal img {
        margin: 0 13px 15px 0;
    }
	

/*-------------------------------------------------
		- H-TAGS -				
-------------------------------------------------*/

h2 {
    font-size: 150%;
    font-weight: normal;
    color: #8c602b;
    margin: 0 50px 10px 0; padding: 10px 0 8px 65px;        
    border-bottom: 1px solid #eee;
    background: url('../images/swirl.gif') no-repeat 0 13px;
}

h3 {
    font-size: 110%;
    font-weight: bold;
    color: #156cbb;
    margin: 0 60px 0 0; padding: 0px 0 0 0; 
}

/*-------------------------------------------------
		- HEADERS -					
-------------------------------------------------*/

#header_01 { 
	clear: both;
        background: url('../images/back_header_01.gif') no-repeat center; 
	height: 91px;
        color: #fff;
	}
	
#header_02 { 
	clear: both;
        background: url('../images/back_header_02.jpg') no-repeat center; 
	height: 134px;
        color: #fff;
	}
        
#header_03 { 
	clear: both;
        background: url('../images/back_header_03.gif') no-repeat center; 
	height: 28px;
        color: #fff;
	}
    #header_03 ul {
        list-style: none;
        text-transform: uppercase;
        font-size: 90%;
    }
    #header_03 ul li {
        float: left;
    }
    #header_03 ul li a {
        padding: 5px 28px;
        border-left: 1px solid #fff;
        color: #fff;
        text-decoration: none;
        display: block;
    }
    #header_03 ul li a:hover { background-color: #DCC6A6; color: #333;}


/*-------------------------------------------------
		- MAIN -				
-------------------------------------------------*/

#main { margin: 15px 30px 0 30px; padding-bottom: 20px;}

.activities p {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px; margin-bottom: 20px;
}

#contact_table {
    width: 100%;
    }
    #contact_table td {
        width: 25%;
        padding-bottom: 20px;
    }
    
    table#rates_table {
        width: 80%;
        border-collapse: collapse;
        margin: 5px 0 15px;
    }
    table#rates_table td, table#rates_table th {
        border: 1px solid #ccc;
        padding: 3px 7px;
    }

/*-------------------------------------------------
		- FOOTER -					
-------------------------------------------------*/

#footer {
    clear: both;
    background: url('../images/footer_repeat.gif') repeat-x;
    color: #fff;
    height: 33px;
    font-family: arial;
    }
    #footer_contain {
        width: 762px;
        margin: 0 auto;
        background: url('../images/back_footer.gif') no-repeat top center;
        height: 33px;
    }
	
#footer p { 
	text-align: center; 
	font-size : 0.9em;
        padding-top: 6px;
        color: #fff;
	}
    #footer p a {
        color: #fff;
    }
    
/*-------------------------------------------------
                - FORMS -					
-------------------------------------------------*/

form {
    padding: 10px;
    border: 1px solid #ccc;
    width: 500px;
    margin: 20px auto;
    background: #fff;
    line-height: 150%;
}

input, textarea, select {
    border: 1px solid #ccc;
    padding: 3px 5px;
}
select { padding: 2px; }

input[type='radio'], input[type='checkbox'] {
    vertical-align: middle;
    border: 0;
    margin: 0 5px 2px 0;
}
    
form input.btn {
    font-size: 12px;
    padding: 3px 6px; margin: 4px 5px 2px;
    cursor: pointer;
    border: 2px solid #999;
    color: #666;
    text-transform: uppercase;
    background: #f9f9f9;
}

table.input {
    border-collapse: collapse;
    width: 100%;
}
    
    table.input td {
        padding: 6px 15px;
        text-align: left;
    }
    table.input td.lefttd {
        text-align: right;
        vertical-align: top;
        width: 35%;
    }