﻿#nav {
	height: 25px;
	line-height: 25px;
	color: #fff;
	background-color: #ae8b37;
	font-size: 1.3em;
	text-align: right;
	border-style: solid;
	border-color: #fff;
	border-width: 2px 0;
	padding: 0px 5px 2px 5px;
}

#nav a {
	color: #fff;
}

/* left/main */
#main .body_left_title {
	font-size: 2.1em;
	margin: 2em 1em 0em;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
#search_form {
    margin-top: 30px;
/*
    width: 385px;
*/
    font-size: 1.3em;
}
#search_form a {
    color: white;
}
#search_form input, #search_form select {
    height: 18px;
}
#search_form .label {
    float: left;
    width: 115px;
    /* font-weight: bold; */
    text-align: right;
    padding-right: 5px;
}
#search_form .input {
    float: left;
    width: 255px;
    margin-bottom: 5px;
}

#search_form br {
    clear: left;
}

/* #search_form #cphBody_btnSearch { */
#search_form input[type=submit] {
    color: #fff;
    text-decoration: none;
    display: block;
    border: 1px solid #fff;
    background-color: #8d6821;
    height: 26px;
    padding: 3px 1px;
    text-align: center;
    font-weight: bold;
    width: 85px;
}
.error_box
{
    border: 1px solid #f00;
    background-color: #ffdede;
    padding: 5px;
    color: #f00;
    font-weight: bold;
    margin-bottom: 5px;
}
.error
{
    font-weight: bold;
    color: #f00;
}
#search_warning {
	margin: 2em 2em;
	padding: 10px 20px 10px 65px;
	border: 1px solid #fff;
	background: #75a6d0 url(/images/alertbg.gif) no-repeat top left;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.5em;
}

/* right */
#right > div {
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 0 20px 1em;
}
/* #right .body_right_title { */
#right H3 {
	margin: 1.5em 20px 0.5em;
	text-indent: -9999px;
	background: url(/images/AILA.gif) no-repeat top left;
	height: 40px;
}
/* #right .body_right_subtitle { */
#right H4 {
    font-weight: bold;
    font-size: 1.4em;
    margin: 2em 20px 0;
}
#right ul {
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 0 20px .4em;
}
#right ul li {
    list-style-type: none;
    margin: 0.75em 0;
}
