/* NEW MAIN HEADING BOX - this is the default style for all module boxes */

/*module heading */
.module-box-container{
	background-color: #0074b9;
	overflow:hidden;
	height: 25px;
	background-image:url(/images/modules/module_bar_bg.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
/* hte little color gap left */
.module-box-gap{
	background-color: #7bc748;
	width:8px;
	height:25px;
	float:left;
	overflow: hidden;
}
/* the actual text */
.module-box-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:white;
	letter-spacing: 2px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	float: left;
	padding-left:10px;
	padding-top:5px;
}
.module-link{
	display:block;
	border-bottom: 1px solid #6490b0;
	overflow: hidden;
	padding: 6px 0px 6px 4px;
	background-color: #e4f3ff;
	color:#003f8a !important;
	text-decoration:none !important
}
a.module-link div img {
	padding-right: 4px;
}
.module-link:hover{
	text-decoration:none;
	background-color: #7bc748;
	border-bottom: 1px solid #6490b0;
}
/** END NEW MAIN MODULE BOXES */
/* ------------------ */

/*===============================================================*/
/* LINK MANAGER  */
.links-container{

}
.links-main{
	display:inline;
	float: left;	
}
.links-icon{
	display:inline;
	float: left;
	margin-right:3px;
}
.links-link-smallcont{
	overflow: hidden;
}
.links-desc{

}
/*===============================================================*/
/* NEWS MODULE  */
#news-index{
	padding:0px 15px 15px 15px;
	overflow:hidden;
}
.news-title-image{
	padding-top:15px;
	padding-bottom:15px;
}
.news-index-cont{
	width: 193px;
	clear: both;
	overflow:hidden;
	padding-bottom: 10px;
}
.news-index-cont .icon{
	float:left;
	overflow: hidden;
	margin: 4px 5px 0px 0px;
}
.news-index-text-cont{
	float:left;
	width:172px;
}
.news-index-text-cont .title{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 12px;
	line-height: 0.5cm;
}
.news-index-text-cont .date{
	font-family: Arial, Helvetica, sans-serif;;
	color: #00aeef;
	font-size: 10px;
	padding-bottom: 2px;
}
.news-index-text-cont .caption {
	font-family: Arial, Helvetica, sans-serif;;
	color: #b6dbd8;
	line-height: 0.4cm;
	font-size: 11px;
	font-weight: normal !important;
}
.news-index-text-cont .break{
	margin-top:10px;
	margin-bottom:10px;
}

a.news-index-link-title:link, a.news-index-link-title:visited, a.news-index-link-title:active{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: normal;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 0.5cm;
}
a.news-index-link-title:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #b6dbd8;
	line-height: normal;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 0.5cm;
}



/* ---- END INDEX PAGE NEWS -- */

#news-index .archive{
	padding-left:122px;
	padding-top: 20px;
}




/* ---- END INDEX PAGE NEWS -- */

.news-index-cont-full{
	clear: both;
	margin-bottom:10px;
	overflow:hidden;
}
.news-index-icon{
	float:left;
	overflow: hidden;
	margin: 4px 5px 0px 0px;
}
.news-index-text-full{
	float:left;
	padding-left:4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2e2e3c;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ADAF8D;
	width: 500px;
	overflow:hidden;
}
.news-text-caption {
	font-family: Arial, Helvetica, sans-serif;
	color: #3a3c5e;
	line-height: 0.5cm;
	font-size: 12px;
	font-weight: normal !important;
	padding-top: 6px;
}

/*--- index page news link style ---*/
a.news-link-title:link, a.news-link-title:visited, a.news-link-title:active{
	font-family: Arial, Helvetica, sans-serif;
	color: #323231;
	line-height: normal;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.news-link-title:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	line-height: normal;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.news-index-body{
	font-family: Arial, Helvetica, sans-serif;
	color: #494750;
	line-height: 0.4cm;
	font-size: 11px;
	font-weight: none;
}
a.news-link-more:link, a.news-link-more:visited, a.news-link-more:active{
	font-family: Arial, Helvetica, sans-serif;
	color: #002eaf;
	line-height: normal;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.news-link-more:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #002eaf;
	line-height: normal;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.news-archive{
	padding-top: 10px;
}
.news-date{
	color: #C5C5C5;
	font-size: 10px;
	font-weight: normal !important;
}
/*===============================================================*/
/* PHOTO GALLERY MODULE  */
#gallery-container{
	overflow: hidden;
	display:block;
	clear: both;
}
.gallery-image{
	border: 2px solid #d7d7d5; 
	margin:4px;
	overflow:hidden; 
	float:left; 
	width:105px; 
	background-color: #f8f8f6;

}
.gallery-image img{
	display: block;
	margin-left: auto;
    margin-right: auto
}
/*===============================================================*/
/* DOCUMENT MANAGER  */
.documents-container{
	padding-top: 25px;
	padding-bottom: 25px;
}
.document-link-smallcont{

}
.document-desc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #959599;
	font-weight: normal;
	padding-left:22px;
}
/* PDF ICON - DOWNLAOD ACROBAT */
.document-pdf{
	display:block;
	padding-top:16px;
}
/*===============================================================*/
/* WEB FORMS MODULE  */

.forms-container{
	width:100%;
	overflow: hidden;
	margin-bottom:10px;
}
.form{
	margin-top: 15px;
	padding-left:10px;
}
.form-field-cont{
	display: block;
 	min-height:25px;
	height:auto !important;
	height:25px;
	clear: both;
}
.form-field-name{
	display: inline;
	float: left;
	width:115px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ec7824;
	line-height: normal;
	margin-bottom: 0px;
}
.form-field{
/*	display: inline;
	float: left; */
}
.validate-text {
	display: inline;
	float: left;	
	color:#FF0000;
	padding-left: 2px;
}
.error-validate {
	display: inline;
	float: left;	
	color:#FF0000;
	font-size: 11px;
	display: none;
	
}
.form-submit-button{
	padding-left:115px;
	
}

.main-content form { padding:0; margin:0; margin-left:5px; margin-top:10px;width:400px;}
.main-content .form { float:left; padding:3px 0 10px; }

/* form */
/*
.main-content form { padding:0; margin:0; margin-left:20px; margin-top:10px;width:400px;}
.main-content .form { float:left; padding:3px 0 10px; }
.main-content .form div { float:left; width:100%; padding:0 0 10px;}

.main-content .form label {
	float:left;
	width:120px;
	font-size:10px;
}
.main-content .form .text {
	padding:1px 0 2px 4px;
	margin:0;
	float:left;
	border:1px solid #abadb3;
	background:#fff url(/images/backgrounds/inpit-bg.gif) repeat-x 0 100%;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	width:158px;
}
.main-content .form textarea {
	padding:0 0 0 4px;
	margin:0;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	width:164px;
	height:64px;
	border:1px solid #abadb3;
	background:#fff url(/images/backgrounds/textarea-bg.gif) repeat-x 0 100%;
}
.main-content .button {
	float:left;
	display:inline;
	margin:2px 0 0 119px;
}
*/
/* --- VALIDATION BIT ------ */
.error-validate-front{
	display:none;
	color:red;
	font-size:10px;
	font-family:arial;
	margin:0 0 0 0;
	padding:0 0 0 100px;
}

/*----- Calendar ------*/

.cal-event{
    background:url(/images/calendar/event.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: normal;
	font-size: 10px;
	font-weight: normal;
	width: 24px;
	height:24px;
	text-align:center;
}
cal-link-event{ color:#5c4dea; }
a.cal-link-event:link, a.cal-link-event:visited, a.cal-link-event:active{ 
	color:#435904; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.cal-link-event:hover{ 
	color:#435904; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	text-decoration: none;
	}
.cal-link-today{ color:white; }
a.cal-link-today:link, a.cal-link-today:visited, a.cal-link-today:active{ 
	color: #435904; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}
a.cal-link-today:hover{ 
	color: #435904;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}
.event-title{
	color: #2f3895;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.event-times{
	color: #ec1d27;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	}
.cal-date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000456;
	font-weight: normal;
	width: 24px;
	height:24px;
    background:url(/images/calendar/normal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
}
.cal-today{
	width: 24px;
	height:24px;
    background:url(/images/calendar/today.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
}
.cal-title{
	height:24px;
	background-color:#E6E6E6;
	padding-left:10px;
}
.cal-tcell{
	width: 24px;
	height:24px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: normal;
	font-size: 11px;
	font-weight: BOLD;
}
.cal_cur_month{
	border: 1px solid red;

}
.cal-back-norm{
    background:url(/images/calendar/month.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: normal;
	font-size: 11px;
	font-weight: bold;
	width: 140px;
	height:22px;
	text-align:center;
}
.cal-back-this{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: normal;
	font-size: 12px;
	font-weight: bold;
	width: 140px;
	padding-top:3px;
	width:180px;
	text-align:center;
}
/*---------------------*/

/*----- Calendar  FULL ------*/

.cal-event-full{
    background:url(/images/calendar/event_full.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	color: #000000;
	line-height: normal;
	font-size: 10px;
	font-weight: none;
	width: 18px;
	height:18px;
	text-align:center;
}
a.cal-link-event-full:link{ color:#5c4dea; text-decoration: none !important;}
a.cal-link-event-full:visited{ color:#5c4dea; text-decoration: none !important;}
a.cal-link-event-full:active{ color:#5c4dea; text-decoration: none !important;}
a.cal-link-event-full:hover{ color:#5c4dea; text-decoration: none !important;}

a.cal-link-today-full:link{ color:white; text-decoration: none !important;}
a.cal-link-today-full:visited{ color:white; text-decoration: none !important;}
a.cal-link-today-full:active{ color:white; text-decoration: none !important;}
a.cal-link-today-full:hover{ color:white; text-decoration: none !important; }

.cal-date-full{
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 11px;
	color: black;
	width: 18px;
	height:18px;
    background:url(/images/calendar/normal_full.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
}
.cal-today-full{
	width: 18px;
	height:18px;
    background:url(/images/calendar/today_full.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
}
.cal-title-full{
	height:22px;
	background-color:#E6E6E6;
	padding-left:10px;
}
.cal-tcell-full{
	width: 18px;
	height:18px;
	text-align:center;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	color: #000000;
	line-height: normal;
	font-size: 11px;
	font-weight: bold;
}
.cal_cur_month-full{
	border: 1px solid red;

}
.cal-back-norm-full{
    background:url(/images/calendar/month_full.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	color: #000000;
	line-height: normal;
	font-size: 11px;
	font-weight: none;
	width: 166px;
	height:22px;
	text-align:center;
}
.cal-back-this-full{
    background:url(/images/calendar/month_this_full.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	color: #FFFFFF;
	line-height: normal;
	font-size: 11px;
	font-weight: bold;
	width: 166px;
	height:22px;
	text-align:center;
}
/*---------------------*/
label,input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: left;
	width: 140px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ec7824;
}

br {
	clear: left;
}

