@CHARSET "UTF-8";

.section {
	height: 100%;
	padding-top: 5px;
	padding-right: 8px !important;
	padding-left: 20px !important;
	padding-bottom: 10px !important;
}

.section-height {
	height: 50px;
	width: 1px;
	float: left;
}

/********************** Lists */
.section ul,
.textbox ul {
   list-style-position: inside;
}

.section ol,
.textbox ol {
	list-style-position: inside;
}

.section ul li,
.textbox ul li {
   margin-left: 5px;
   line-height: 1.3em;
} 

/********************** Map */
ul.map, ul.map ul {
	padding: 0;
	margin-left: 15px;
}  
ul.map ul {
	margin-left: 6px;
}
ul.map li {
	list-style: none !important;
	list-style-type: none !important;
	font-size: 12px;
 	padding: 2px 18px;
	line-height: 18px;
	background: transparent url('../images/map_separator.gif') 0 9px no-repeat;
	color: #fff;
	font-weight: normal;
}
ul.map ul li {
	background: transparent url('../images/map_separator2.gif') 0 9px no-repeat;
	font-weight: normal;
}
ul.map li a {
	text-decoration: none;
}
ul.map li a:hover {
	text-decoration: underline;
}

/********************** Gallery list */
table.galleryList {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

table.galleryList td {
	padding: 2px;
	text-align: center;
	width: 50%;
}

table.galleryList td.first {
	padding-top: 0;
}

/********************** Google */
.googleMaps {
	border: 1px solid #878787;
	height: 500px;
	margin: 10px 10px 0 10px;
}

div.googleInfoMarker {
}

div.googleInfoMarker h3 {
	background: none;
	margin: 0 0 5px 0;
	padding: 0;
	color: black;
	font-size: 12px;
	text-align: center;
}

div.googleInfoMarker p {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-size: 11px;
	line-height: 1.2em !important;
}


/********************** Messages  */


ul.messages {
	margin: 15px 15px 10px 15px;
}

ul.messages li {
	list-style: none !important;
	list-style-type: none !important;
}
.success {
	color: #3d6611;
}
.error {
	color: #df280a;
}
.notice {
	color: #e26703;
}

.success, .error {
	font-weight: bold;
}

.error-msg, .success-msg, .notice-msg {
    min-height: 23px !important;
    margin-bottom: 1em !important;
    border-style: solid !important;
    border-width: 1px !important;
    background-repeat: no-repeat !important;
    background-position: 10px 10px !important;
    padding: 6px 8px 6px 32px !important;
    font-size: .95em !important;
    font-weight: bold !important;
}

.error-msg li, .success-msg li, .notice-msg li {
	margin-bottom: .2em;
}

.error-msg {
    border-color: #f16048;
    color: #df280a;
    background-color: #fff;
    background-image: url(../images/messages/error_msg_icon.gif);
}

.success-msg {
    border-color: #446423;
    color: #3d6611;
    background-color: #fff;
    background-image: url(../images/messages/success_msg_icon.gif);
}

.notice-msg {
    border-color: #fcd344;
    color: #3d6611;
    background-color: #fff;
    background-image: url(../images/messages/note_msg_icon.gif);
}

/********************** Anchors  */
a.anchor_word,
a.anchor_excel,
a.anchor_powerpoint,
a.anchor_pdf {
	display: inline-block;
	padding: 0 0 0 20px !important;
	line-height: 20px !important;
}

a.anchor_word {
	background: transparent url('../images/icons/page_white_word.png') no-repeat left center;
}

a.anchor_excel{
	background: transparent url('../images/icons/page_white_excel.png') no-repeat left center;
}

a.anchor_powerpoint {
	background: transparent url('../images/icons/page_white_powerpoint.png') no-repeat left center;
}

a.anchor_pdf {
	background: transparent url('../images/icons/page_white_pdf.png') no-repeat left center;
}

/********************** Form */
input.input-text, select {
	/*border: 1px solid #b6b6b6; font: 12px arial, helvetica, sans-serif;*/
	border: none;
	background: transparent url('../images/input-box.gif') no-repeat top left;
	font: 13px arial, helvetica, sans-serif;
}

input.input-text {
	padding: 4px !important;
}

.form-buttons { /* Container for form buttons*/
    clear: both;
    margin-top: 2em;
    border-top: 1px solid #e4e4e4;
    padding-top: 8px;
    text-align: right;
}


/* Form lists */
.group-select {
    margin: 8px 0;
    /*border: 1px solid #bbafa0;*/
    /*padding: 22px 25px 12px 25px;*/
    padding: 2px 5px 12px 5px;
    /*background: #fbfaf6;*/
}

.group-select li {
	list-style: none !important;
	list-style-type: none !important;
	padding: 4px 8px !important;
	clear: left;
}

.group-select li .input-box {
	float: left;
}

.group-select li .input-box .input-text {
	width: 355px;
}

/*
.group-select li .input-box textarea {
	width: 460px !important;
	height:  110px
}
*/

.group-select li .input-box select {
	width: 355px !important;
}

.group-select li .input-box select.multi {
	background-image: url(../images/input_big_select_multi.png);
	border: none;
}


/* Form Messages */
.validation-advice, .required {
	color: #EB340A;
}

.validation-advice {
    clear: both;
    min-height: 15px;
    margin-top: 3px;
    background: url(../images/validation_advice_bg.gif) no-repeat 2px 1px;
    padding-left: 17px;
    font-size: .95em;
    font-weight: bold;
    line-height: 1.25em;
}

.validation-failed {
    /*border: 1px dashed #EB340A !important;
    background: #faebe7 !important;
    */
    background: transparent url('../images/input-box_validation.gif') no-repeat top left !important;
}

textarea.validation-failed {
	background: transparent url('../images/textarea_validation.png') no-repeat top left !important;
}

label.required {
    font-weight: bold;
}

p.required {
	margin: 0 0 5px 0;
    font-size: .95em;
    text-align: right;
    color: #EB340A !important;
}