@import url("general.css");

#header
{
    border-top: 4px solid #C54A00;
    border-bottom: 2px solid #C54A00;
    background-color: white;
    height: 80px;
}

#header img
{
    float: left;
    margin: 15px 0 0 15px;
}

#header a img
{
    border: none;
}

#header_navigation
{
    float: right;
    margin-top: 57px;
    margin-right: 0;
}
/*****************************************/
ul#main_navigation
{
    list-style-type: none;
    display: table;
    margin-right: 24px;
}

ul#main_navigation li
{
    font-size: 14px;
    color: #C54A00;
    display: inline;
    /*padding-right: 15px;*/
    /*
    display: inline;
	position: relative;
  	margin-top: 5px;*/

}

ul#main_navigation li a
{
    text-decoration: none;
    color: #C54A00;
    padding: 4px 6px;
}

ul#main_navigation li a:hover
{
    color: white;
    background-color: #C54A00;
}

ul#main_navigation li ul
{
    /*display: none;*/
    position: absolute;
    background-color: white;
}
ul#main_navigation li ul li a
{
    display: block;
    float: left;
    border: 2px solid #C54A00;
}

ul#main_navigation li:hover ul
{
    /* When hovered, make them appear */
	display : block;
}

/*****************************************/

.entry
{
    margin-top: 20px;
}

#content
{
    background-color: white;
    background-image: url('../images/bottom_gradient.png');
    background-repeat: repeat-x;
    background-position: bottom left;
    padding: 30px;
    padding-bottom: 50px;
    overflow: hidden;
    
    font-family: Georgia, serif;
    line-height: 1.5em;

}

#content_left
{
    float: left;
    width: 350px;
}

#content_right
{
    float: right;
    width: 350px;
    /*font-size: 14px;
    line-height: 1.4em;*/
}

/*#content_navigation a
{
    display: block;
    padding: 3px;
    color: #C54A00;
    font-size: 16px;
    margin-bottom: 5px;
    text-decoration: none;
}

#content_navigation a:hover,
#content_navigation .selected_item
{
    color: white;
    background-color: #C54A00;
}*/

.clear_float
{
    clear: both;
}

.photo
{
    padding: 3px;
    border: 2px solid #C54A00;
}

#content h2
{
    font-weight: normal;
    color: #C54A00;
    font-family: Tahoma, Arial, sans-serif;
    padding-bottom: 5px;
}

#content h3
{
    font-weight: normal;
}

#content p
{
    padding: 5px 0;
}

#content #breadcrumbs
{
    font-size: 0.7em;
    font-family: Tahoma, Arial, sans-serif;
}

#content #breadcrumbs a
{
    text-decoration: none;
}

#content #breadcrumbs a:hover
{
    text-decoration: underline;
}

.third_of_container
{
    float: left;
    width: 240px;
    margin-top: 10px;
}
.third_of_container h3
{
    margin-bottom: 5px;
    font-size: 16px;
}

#content a:hover img
{
    border-color: #f60;
}

.contact_form, .errors, .success
{
    padding-top: 20px;
}

.contact_form input:focus, .contact_form textarea:focus
{
    border-color: #C54A00;
}

.errors
{
    color: red;
}
