body {
    background: transparent url(/design/images/amc_bg.gif);
    padding: 0px;
    margin: 0px;
}

h1 {
    text-align: left;
    font-size: medium;
    font-family: arial;
    padding-left: 10px;
    color: font-size: 
}

h2 {
    text-align: left;
    font-size: small;
    padding-left: 10px;
}

h3 {
    text-align: left;
}

/* ------------ FORM RULES ----------*/

input {
    border: 1px solid #c5cccc;
    margin: 0;
    padding: 0;
    font-size: x-small;
    font-family: arial;
}

legend {
    font-size: x-small;
    font-family: arial;
    color: rgb(172,127,118);
}

a {
    color: rgb(86,48,45);
    font-size: x-small;
    font-family: arial; 
    text-decoration: none;
}

a:hover {
    color: rgb(172,127,118);
    font-size: x-small;
    font-family: arial; 
    text-decoration: underline;
}


.container {
    background-color: rgb(255,255,255);
    width: 620px;
    margin-left: 20%;
    text-align: center;
}

#sitebanner {
    width: 600px;
    height: 244px;
    margin: 10px 0px 10px 10px;
    background: transparent url(/design/images/amcbanner2.gif) no-repeat; 
}

#content {
    margin: 10px;
    text-align: left;
    font-family: arial;
    font-size: small;
    padding: 10px;
}

div#content img{
    padding: 5px;  
}

/* --------------- NAVIGATION --------------------- */

div#navigation  {
    height: 30px;
    background-color: rgb(86,48,45); 
    width: 100%;
}

div#navigation ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
    text-align: left;
    
}

div#navigation li {
    list-style-type: none;
    display: inline;
}

div#navigation li a {
    text-decoration: none;
    padding: 7px 10px;
    color: #FFF;
    font-size: small;
}

div#navigation li a:link {
    color: #FFF:
}

div#navigation li a:hover {
    color: #FFF;
    background-color: rgb(144,147,116); 
}



/* ------------- BOXES ----------------------------- */

#infobox_tabular, #infobox_paragraph {
    width: 300px;
    margin: 1em;
    border: 1px solid rgb(0,0,0);
    background-color: rgb(235,235,235);
}


div#infobox {
    font-size: small;
    font-family: arial;
}

div#infobox .tbl_results_header {
    display: none;
}

#gallerybox {
    width: 500px;
    margin: 1em;
    border: 1px solid rgb(0,0,0);
    background-color: rgb(235,235,235);
}

.rss_feed {
    width: 300px;
    border: 1px solid rgb(200,200,200);
    font-size: small;
    text-align: left;
}

/* ----------- ENQUIRY FORM ---------------------- */

#enquiryform {
    float: left;
    width: 200px;
    font-size: x-small;
    font-family: arial;
    color: rgb(172,127,118);	
}

#enquiryform h1{
    display: none;	
}

#enquiryform fieldset{
    border: 0px;	
}

#enquiryform legend{
    	
}

.enquirybutton {
    background-color: #d7dcdc;
    width: 45px;
    height: 20px;
    color: #9e483e;
    font-weight: normal;
    font-size: x-small;	
    color: #859a97;
}

.enquiryfield {
    width: 180px;
    border: 1px solid #c5cccc;
    font-size: x-small;
    font-family: arial;
}  

.enquirycommentsfield {
   width: 180px;
   height: 50px;
   border: 1px solid #c5cccc;
    font-size: x-small;
    font-family: arial;
}

.enquirybutton {
    font-size: x-small;
    font-family: arial;
}


/* ----------- FOOTER ---------------------------- */

#footer {
    width: 620px;
    font-family: arial, sans-serif;
    background-color: rgb(86,48,45);  
}

#footer ul{
   text-align: right;
   padding: 0px 0px 1px 0px;
   margin: 0;
}

#footer ul li{
   display: inline;
   padding-right : 5px;   
   list-style-type: none;
}


#footer ul a{   
   text-decoration: none;
   list-style-type: none;
    color: rgb(230,230,230);
    font-family: arial; 
   font-size: xx-small;
}


#footer ul li a:hover{
   text-decoration: underline;
}

#footertext {

    text-align: center;   
    font-weight: normal;
    margin: 0px 0px 1px; 0px;
    padding: 0px 0px 1px; 0px;
    font-size: xx-small;
    color: rgb(230,230,230);
}

#footertext a {
    font-size: xx-small;
    color: rgb(172,127,118);
}

#footer a:hover{
   text-decoration: underline;
}


.clear {
clear:both;
margin-top:-1px;
height:1px;
overflow:hidden;
}
/* ------------- GALLERY ----------------------------- */


dl.gallery { 
    background-color:#FFFF66;
	border: 1px solid black;   
}

dt.gallery {
    font-size: x-large; 
}

dd.gallery { 
    float: left;
    width: 120px;
	height: 150px;
	border: 1px solid black;
	background-color: rgb(255,255,255);
	font-size: x-small;
	margin: 5px;
	text-align:center;
	padding-top: 5px;
}

img.gallery {
    border: 1px solid rgb(105,105,105);

}


