@charset "utf-8";

h5 {
text-align:center;
}

h3 {
color:#dc9203;
margin-top: 60px;
}

.submitted {
color:#dc9203;
text-align:center;
margin-bottom: 140px;
}

body, #top_header, #main_column, .sf-menu li, .sf-menu li li, .sf-menu li li li {
background-color: #dbdadf;
}

#home_title {
background-image: url(../images/titles/argyll_comments.png);
}

#main_column {
background-image: url(../images/backgrounds/argyll_comments.jpg);
}

#left_box a {
color: #000;
}

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

.right {
text-align: right;
}

p img {
float: right;
margin-right: 100px;
}

#main_textbox {
height: auto;
text-align: left;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
color: #000;
}

.sf-menu li li {
opacity: 0.9;
filter: alpha(opacity=90);
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background: #838386;
outline: 0;
color: #fff;
}

/***** Comments Form *****/

#availability_form {
position: relative;
float: left;
width: 670px;
}

.required {
color: #dc9203;
}

.highlight{
background-color: #dc9203;
}

.black_back {
position: absolute;
top: 0; /* These positions makes sure that the overlay */
bottom: 0;  /* will cover the entire parent */
left: 0;
width: 100%;
background-color: #000;
opacity: 0.6;
filter:alpha(opacity=60);
border: 1px solid #fff; 
}

#form_content {
position: relative;
width: 630px;
padding: 10px 20px 10px 20px;
color: #fff;
}

label {
display: block;
float: left;
width: 200px;
padding: 0;
margin: 12px 5px 0 0;
text-align: right;
font-size: 0.9em;
}

input {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 0.8em;
color: #fff;
margin: 8px 0 0 0;
background-color: #191919;
padding-left: 4px;
border: 1px solid #fff; 
}

textarea {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 0.8em;
color: #fff;
margin: 8px 0 0 0;
background-color: #191919;
padding-left: 4px;
border: 1px solid #fff;
overflow:hidden;
}

.numeric_input {
text-align: center;
}

.ah_button {
margin-left: 30px;
background-color: #000;
color: #fff;
}

.ah_button:hover {
background-color: #fff;
color: #000;
cursor: pointer;
}

.ah_clear_button {
margin-left: 200px;
background-color: #000;
color: #fff;
}

.ah_clear_button:hover {
background-color: #fff;
color: #000;
cursor: pointer;
}
