h1 { 
    margin-top: 10px;
    color: #da5350; 
    font-weight: bold; 
    font-size: 2.4em; 
    line-height: 1.1em; 
    margin-bottom: 10px;
}

h2 { 
    margin-top: 10px;
    margin-bottom: 10px;
    color: #e96157; 
    font-weight: bold;   
    font-size: 1.8em; 
    line-height: 1.25em; 
}

h3 { 
    margin-top: 10px;
    margin-bottom: 10px;
    color: #e96157; 
    font-weight: normal;   
    font-size: 1.4em; 
    line-height: 1.25em; 
}

h4.blue{color: #063b79;}

p {
    margin: 14px 0px;
}

p.redtext {
    color: #FF0000;
}

a:link, a:active, a:visited {
    color: #e96157;
    text-decoration: none;
}

a:hover {
    color: #e96157;
    text-decoration: underline;
}

a.blue { color: #063b79; }

a.icon {
    padding-left: 33px;
    display: inline-block;
    height: 32px;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 32px;
}

a.pdf { background-image: url('../images/pdf.png'); }
a.doc { background-image: url('../images/icon_doc.png'); }

a img {
    border: 0px;
}

.clearer {
    clear: both;
    height: 0px;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

hr {
    height: 1px;
    overflow: hidden;
    color: #666666;
    line-height: 1px;
    background-color: #666666;
    border: none;
}

img.align_right { float: right; margin-left: 10px; margin-bottom: 5px; }
img.align_left { float: left; margin-right: 10px; margin-bottom: 5px; }

a.align_right { float: right; }
/*-----------------------------------------------------------------------------------------------*/

body {
    margin: 0px;
    color: #666666;
    font-size: 0.8em;
    line-height: 1.6em;
    font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
    -webkit-text-size-adjust: none;
}

.wrapper {
    width: 975px;
    margin: 0 auto;
}

.overlayContent .wrapper {
    width: auto;
}

#header {
    width: 100%;
    background: #fff url('../images/header_background.jpg') center top no-repeat;
    height: 152px;
    padding-top: 13px;
}

#header .logo {
    float: left;
    margin-left: 14px;
    margin-top: 3px;
}

#header .header_body {
    float: left;
    padding-left: 8px;
}

#header .header_company {
    font-size: 5.1em;
    line-height: 1em;
    color: #e96157;
    font-weight: 600;
}

#header .header_name {
    font-size: 2.15em;
    color: #0f417d;
    font-weight: 600;
    padding-left: 12px;
    letter-spacing: -1px;
}

#header .latest_event_details {
    font-size: 0.9em;
    padding-top: 10px;
    color: #063b79;
}

#header .latest_event_details a {
    text-decoration: underline;
    font-weight: bold;
}

#header .latest_event_details a:hover {
    text-decoration: none;
}

#mainpanel {
    background: #FFFFFF url('../images/background.jpg') repeat-x;
    min-height: 600px;
}

.watermark {
	color: #A2A2A2 !important;
	font-weight: bold;
}

::-webkit-input-placeholder {
    color: #A2A2A2 !important;
	font-weight: bold;
}
:-moz-placeholder {
    color: #A2A2A2 !important;
	font-weight: bold;
}
:-ms-input-placeholder {
    color: #A2A2A2 !important;
	font-weight: bold;
}

#leftCol {
    float: left;
    width: 679px;
    padding: 12px;
    background: #ebebeb;
    color: #000;
    margin-top: 19px;
}

#rightCol {
    float: right;
    width: 257px;
    margin-top: 19px;
}

#rightCol .box {
    margin-bottom: 19px;
}

.box {
    background: #dedede;
}

.box .content {
    padding: 8px;
    line-height: 1.3em;
    font-size: 0.9em;
}

.box .content h3 {
    color: #011b3d;
    font-size: 2.1em;
    margin-bottom: 5px;
}

.box .content h3 .faux_bold {
    font-weight: 600;
}

.box .content p {
    margin: 5px 0;
}

.box .title {
    height: 42px;
    background: #da5350 url('../images/box_title.jpg') repeat-x;
}

.box .title h2 {
    margin: 0;
    color: #fff;
    line-height: 42px;
    font-weight: normal;
    padding-left: 8px;
    font-size: 1.8em;
}

.box .title h2 .grey { color: #a5cfd7; }

#rightCol ul,
ul.linkList {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#rightCol ul li,
ul.linkList li {
    margin: 0px;
    padding: 0px;
}

#rightCol ul li a,
ul.linkList li a 
{
    display:block;
    font-size: 1.2em;
    padding: 5px 14px;
}

#rightCol ul li ul li a,
ul.linkList li ul li a 
{
    padding-left: 19px;
}

#rightCol ul li ul li ul li a,
ul.linkList li ul li ul li a
{
    padding-left: 24px;
}

#rightCol ul li a:hover,
ul.linkList li a:hover
{
    background: #D7D5DA;
    text-decoration: none;
}

.advert {
   float: left;
   width: 312px;
   height: 150px;
   margin-top: 19px;
   margin-right: 19px;
}

.advert.last { margin-right: 0; }

.button_search {
    background: #ea6157;
    color: #fff;
    height: 22px;
    line-height: 22px;
    letter-spacing: 0px;
    padding: 0 5px;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
}

.button_search:hover { background: #FE695E; }
/*-----------------------------------------------------------------------------------------------*/

.module_inline_container {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #666666;
}

.module_inline_title {
    margin-top: 0px;
    margin-bottom: 2px;
}

.module_inline_metadata {
    margin: 0px;
    color: #222222;
}

.module_inline_image {
    float: left;
    margin-right: 14px;
    width: 100px;
}

.module_inline_content {
    margin-top: 8px;
    margin-bottom: 0px;
}

/*-----------------------------------------------*/

.module_listing_container {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #666666;
}

.module_listing_title {
    margin-top: 0px;
    margin-bottom: 2px;
}

h3.module_listing_title {
    font-size: 1.25em;
}

.module_listing_metadata {
    margin: 0px;
    color: #222222;
    font-size: 1.1em;
}

h2 .resource_date {
    font-size: 0.65em;
    color: #696969;
}

.module_listing_image {
    float: left;
    margin-right: 10px;
}

.module_listing_content {
    margin-top: 8px;
    margin-bottom: 0px;
}

/*-----------------------------------------------*/
/* Data Pager */
.dataPager a,
.dataPager .dataPagerButton {
    padding: 5px;
    background-color: #eef;
    border: 1px solid #bbb;
    margin: 0 2px;
}

.dataPager .dataPagerFirst {
    margin-left: 0;
    background-color: transparent;
    border: 0;
}

.dataPager .dataPagerLast {
    margin-right: 0;
    background-color: transparent;
    border: 0;
}

.dataPager .dataPagerCurrent {
    background-color: #f9f9f9;
}

.dataPager a.aspNetDisabled.dataPagerButton {
    text-decoration: none;
    color: inherit;
}
/*-----------------------------------------------*/

.module_article_title {
    margin-bottom: 6px;
}

.module_article_metadata {
    margin-top: 0px !important;
    color: #222222;
    font-size: 1.4em;
    line-height: 1.4em;
}

.module_article_image {
    float: left;
    margin-right: 10px;
    margin-bottom: 4px;
}

.module_article_read_other {
    margin-top: 2px;
    font-weight: bold;
}

/*-----------------------------------------------------------------------------------------------*/

#search_modal_overlay {
    position: fixed;
    display: none;
    z-index: 300;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../images/search_modal_overlay.png");
}

.search_modal_block {
    position: fixed;
    z-index: 310;
    display: none;
    padding: 13px 20px;
    top: 50%;
    left: 50%;
    background-color: #FFFFFF;
    border: 1px solid #000000;
}

a.search_modal_close {
    float: right;
    display: block;
    padding: 4px 8px;
    background: #E96157;
    color: #fff;
}

.search_modal_block h2 {
    margin: 0px;
    padding: 4px 0px 2px 0px;
}

.event_search .date_button {
    margin-bottom: 10px;
    height: 36px;
    background-color: #DCDCDC;
}

.event_search .date_button:hover {
    background-color: #417BD3;
}

.event_search .category_button {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 145px;
    background-color: #417BD3;
}

.event_search .category_button:hover {
    background-color: #619BF3;
}

.event_search .date_button a,
.event_search .category_button a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.event_search .date_button a {
    padding: 10px;
    width: 280px;
    height: 16px;
    font-size: 1.2em;
}

.event_search .date_button:hover a {
    color: #FFFFFF !important;
}

.event_search .category_button a {
    padding: 7px;
    width: 131px;
    height: 14px;
    color: #FFFFFF;
    font-size: 1em;
}

.event_search #date_selector .jquery_datepicker {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 4px;
    width: 68px;
    border: 1px solid #000000;
}

.event_search #date_selector .button_select_date {
    margin-top: 4px;
    padding: 0px;
    width: 30px;
    height: 28px;
}

.event_search {
    margin-top: -200px;
    margin-left: -150px;
    width: 200px;
    min-height: 400px;
}

.event_calendar {
    margin-top: -170px;
    margin-left: -200px;
    width: 250px;
    min-height: 340px;
}

.box .content .ui-datepicker,
.event_calendar .ui-datepicker { width: auto; }

table.ui-datepicker-calendar .date_highlight a {
    background: #E96157;
    color: #FFFFFF;
}

/*-----------------------------------------------------------------------------------------------*/

#footer {
    margin-top: 25px;
    width: 100%;
    color: #a3a1a1;
    font-size: 0.85em;
}

#footer .wrapper {
    background: #231f20;
    padding: 30px 0 10px 0;
}

#footer .padder { padding: 0 15px; }

#footer a {
    color: #a3a1a1;
}

/*-----------------------------------------------------------------------------------------------*/

.messageBoxContainer { 
    margin: 5px 0px 10px 0px;
    width: 100%;    
    color: #000000;
    background-color: #FFFFFF;
}

.messageBoxContainer .messageBoxIcon {
    float: left;
    margin-right: 10px;
    width: 40px;
}

.messageBoxContainer p {
    margin: 0px;
    line-height: 15px;
}

.messageInformationMid,
.messageSuccessMid,
.messageProblemMid,
.messageQuestionMid {
    padding: 15px 15px;
	line-height: 1.4em; 
    background-repeat: repeat-y;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.messageInformationMid {
    background-color: #EFEFEF;
    border-color: #9DBBD5;
}

.messageSuccessMid{
    background-color: #C0FFC8;
    border-color: #82B5cA;
}

.messageProblemMid {
    background-color: #F08686;
    border-color: #A496AF;
}

.messageProblemMid a:link,
.messageProblemMid a:visited,
.messageProblemMid a:hover {
    color: #000000;
}

.messageQuestionMid {
    background-color: #EFEFEF;
    border-color: #9DBBD5;
}

/*-----------------------------------------------------------------------------------------------*/
/* FORMS */

.fieldtitle {
    color: #255896;
    font-weight: bold;
    font-size: 1em;
}

.fieldinput {
    padding: 3px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    border: solid 1px #255896;
}

.validationError {
    color: #FF0000;
}

/*-----------------------------------------------------------------------------------------------*/
/* ADMIN TABLES */

.tabledefault {
    width: 100%;
    border-collapse: collapse;
}

.tabledefault th {
    padding: 3px;
    font-weight: bold;
    background-color: #DFDFDF;
    border-bottom: solid 2px #CCCCCC;
    border-right: solid 1px #CCCCCC;
}

.tabledefault tr:hover td {
    background: #DFDFDF;
}

.tabledefault td {
    padding: 8px;
    background-color: #EFEFEF;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid transparent;
}

/*-----------------------------------------------------------------------------------------------*/
/* ADMIN AREA */

.adminBlock {
    display: block;
    float: left;
    margin-right: 20px;
    width: 40%;
    height: 80px;
}

.adminBlock .adminHead {
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: dotted 2px #CCCCCC;
}

.adminFooter {
    clear: both;
    margin-top: 20px;
    width: 100%;
    border-top: 1px solid #999999;
}

.adminFooter a {
    display: block;
    float: left;
    margin-right: 15px;
    text-decoration: none;
    font-weight: bold;
}

.adminBacklink {
    float: right !important;
    margin-right: 0px !important;
}

#dialog_container {
    display: none;
}

.editable_page_tree ul li a span,
.editable_menu_tree ul li a span,
input.new_menu_string {
    display: none;
}

/*-----------------------------------------------*/
/* Admin drag and drop sortable list (banner and gallery modules) */

.banner_image_sortable,
.gallery_image_sortable {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.banner_image_sortable li,
.gallery_image_sortable li {
    display: block;
    margin: 0px 0px 3px 0px;
    padding: 0px;
    width: 500px;
    overflow: hidden;
    background-color: #FFFFFF;
    border: 1px solid #444444;
}

.banner_image_sortable li.placeholder,
.gallery_image_sortable li.placeholder {
    background: #D8E7FA;
}

.banner_image_sortable li:hover,
.gallery_image_sortable li:hover {
    cursor: move;
}

.banner_image_sortable li img,
.gallery_image_sortable li img {
    float: left;
    margin-right: 6px;
}

.banner_image_sortable span,
.gallery_image_sortable span {
    display: block;
    float: right;
    padding: 4px 6px;
    width: 280px;
    color: #444444;
    text-align: right;
}

.banner_image_sortable span.banner_image_id,
.gallery_image_sortable span.gallery_image_id {
    display: none;
}

.banner_image_order,
.gallery_image_order,
.banner_reorder_button,
.gallery_reorder_button {
    display: none;
}
