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

/*module heading */
.module-box-container{
	background-color: #d3e3ea;
	display: block;
	height: 34px;
	width: 100%;
	background-image:url("/images/modules/module_bg.gif");
	background-position:right top;
	background-repeat: repeat-x;
	margin-top:20px;
}
/* hte little color gap left*/ 
.module-box-gap-left{
	width:100%;
	height:34px;
	background-image:url("/images/modules/module_bg_left.gif");
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
}
.module-box-gap-right{
	width:100%;
	height:34px;
	background-image:url("/images/modules/module_bg_right.gif");
	background-position:right top;
	background-repeat: no-repeat;
	overflow: hidden;
}
/* the actual text */
.module-box-text{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333c45;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	padding-left:15px;
	padding-top:6px;
}
.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: #badcdd;
}
/** 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  - styling found in school.css */  
/*===============================================================*/
#news-index{
	width: 240px;
	overflow: hidden;
	margin:0 auto;
	margin-top:20px;
}
#news-index .clear{

}
#news-index .archive{
	text-align:right;
	margin-top:10px;
}
/* News accordian  */
a.news-more:link, a.news-more:visited, a.news-more:active {
	color: #009fe5;
	font-weight: bold;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
a.news-more:hover {
	color: #B1C1C7;
}

/* News page full  */
.news-index-cont-full{
	clear: both;
	margin-bottom:10px;
	overflow:hidden;
	width:570px;
}
.news-index-icon{
	float:left;
	overflow: hidden;
	margin: 5px 15px 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;
	padding-top:1px;
	border-bottom: 1px dotted #b0b9bd;
	width: 490px;
	overflow:hidden;
}

.news-index-link-full a:link, .news-index-link-full a:active, .news-index-link-full a:visited {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #2f5580;
	line-height: 0.5cm;
	text-decoration: none;
}

.news-index-link-full a:hover {
	text-decoration:underline;
}

.news-text-caption {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 0.5cm;
	font-size: 12px;
	font-weight: normal !important;
	padding-top: 6px;
}
.news-text-caption a:link, .news-text-caption a:visited, .news-text-caption a:active{
	color: #2f5580;
	text-decoration: underline;
	font-weight: normal;
	line-height: 1.3em;
}
.news-text-caption a:hover{
	background-color:#2f5580;
	color:#ffffff !important;
	text-decoration:none;
}
.date {
	color:#B5B5B5;
	font-size:11px;
	padding-bottom:15px;}
/*===============================================================*/
/* PHOTO GALLERY MODULE  */
#gallery-container{
	overflow: hidden;
	display:block;
	clear: both;
}
.gallery-image{
	border: 2px solid #d7d7d5; 
	margin:5px;
	overflow:hidden; 
	float:left; 
	width:105px; 
	margin-bottom:3px; 
	background-color: #f8f8f6;

}
.gallery-image img{
	display: block;
	margin-left: auto;
    margin-right: auto
}
/*===============================================================*/
/* DOCUMENT MANAGER  */
.documents-container{

}
.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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #898989;
	line-height: normal;
	font-weight: normal;
	margin-bottom: 0px;
}
.form-field{
	display: inline;
	float: left;
	width: 242px;
}
.form-text {
	color: #27323f;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 2px;
}
.validate-text {
	display: inline;
	float: left;	
	color:#FF0000;
	padding-left: 2px;
}
.form-submit-button{
	padding-left:115px;
	
}

.main-content form { padding:0; margin:0; margin-left:5px; margin-top:10px;width:100%;}
.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;
}
*/

/*-------------CUSTOM FORM--------------*/
/*--------------------------------------*/

#captcha {
	display:block;
	overflow-x: hidden;
	overflow-y: hidden;
	padding:10px 0 0 0;
}

#captcha .left{
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 150px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #004f7d;
	letter-spacing: normal;
}

#captcha .right{
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #555a5d;
	line-height: normal;
	font-weight: normal;
	line-height:0.5cm;
	font-size:12px;
	width: 380px;
}
#captcha .captcha-field {
	display: block;
	width: 70px;
	background-color: #ffffff;
	border: 3px solid #e1e9ef;
	margin-bottom: 8px;
	margin-top: 3px;
	color:#004f7d;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	text-transform: uppercase;
}
#custom-form {
	display: block;
	overflow: hidden;
	width:100%;
	padding-left:8px;
}
#custom-form .cont-left {
	float: left;
	display: inline;
	width: 285px;
	overflow: hidden;
}
#custom-form .cont-right {
	float: right;
	display: inline;
	width: 285px;
	overflow: hidden;
}
#custom-form .cont-bottom {
	display: block;
	clear: both;
	width:100%;
}

#custom-form label {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004f7d;
}
#custom-form .form-field {
	display: block;
	width: 252px;
	background-color: #ffffff;
	border: 3px solid #e1e9ef;
	margin-bottom: 8px;
	margin-top: 3px;
	color:#362b24;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
}

#custom-form .form-field-mob1 {
	background-color: #ffffff;
	border: 1px solid #00adee;
	width:25px;
	display:block;
	float:left;
	margin-right:15px;
	margin-bottom: 0px;
	color:#362b24;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
}

#custom-form .form-field-mob2 {
	display:block;
	float:left;
	width:204px;
	margin-bottom: 0px;
	color:#362b24;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #ffffff;
	border: 1px solid #00adee;
	padding:3px;
}

#custom-form .mobile-input {
	display:block;
	overflow:hidden;
}

#custom-form .mobile-eg {
	display:block;
	overflow:hidden;
	text-align:right;
	padding-right:40px;
}
/*#custom-form .form-radio {
	margin-bottom: 15px;
}*/
#custom-form .error-validate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
#custom-form .error-contianer {
	overflow: hidden;
	display: block;
}
/*#custom-form .date {
	margin-bottom:15px;
}

#custom-form .form-p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0081ce;
	line-height:0.4cm;
}*/
#custom-form .dropdown{
	margin-bottom:15px;
	float: left;
	display: inline;
	overflow:hidden;
}

/* --- BLOOG */
#blog-module{}
#blog-module .cal{
	background: transparent url(/images/modules/calendar.jpg) top left no-repeat;
	height:54px;
	width:50px;
	overflow: hidden;
}
#blog-module .cal .month{
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		color:white;
		font-weight:bold;
		text-align:center;
		height:26px;
}
#blog-module .cal .day{
		font-family: Arial, Helvetica, sans-serif;
		font-size:22px;
		font-weight:bold;
		text-align:center;
}
#blog-module .cont{
	clear:both;
	margin-bottom:20px;
	overflow: hidden;
	border-bottom: 1px dashed #cccccc;
}
#blog-module .cont .left{
	float:left;
	width:70px;
}
#blog-module .cont .right{
	float:left;
	width:450px;
	overflow:hidden;
}
#blog-module .cont .right .title{
	background-color: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 2;
	padding-left:8px;
}
/* --- 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;
}


#quote-form .error-validate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;	
	padding-left:200px;
}
#quote-form .error-contianer {
	overflow: hidden;
	display: block;
}
/*-------------REQUEST A QUOTE FORM ----------------*/
#quote-form form {
	margin:0;
	padding:0;
}

#quote-form {
	display: block;
	overflow: hidden;
	width:100%;
	padding-left:8px;
}

#quote-form .cont-left {
	float: left;
	display: inline;
	width: 285px;
	overflow: hidden;
}
#quote-form .cont-right {
	float: right;
	display: inline;
	width: 285px;
	overflow: hidden;
}

#quote-form .quote-label {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #004f7d;
	display:block;
	float:left;
	width:185px;
	padding:4px 15px 0 0;
}
#quote-form .qform-field {
	display: block;
	float:left;
	width: 252px;
	background-color: #ffffff;
	border: 3px solid #e1e9ef;
	margin-bottom: 10px;
	margin-top: 0px;
	color:#362b24;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
}

#quote-form .group-input {
	display:block;
	float:left;
	width:320px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#696a6d;
}

#quote-form .quote-dropdown {
	display:block;
	float:left;
	width:60px;
}

#quote-form .q-desc {
	display:block;
	float:left;
	width:150px;
	font-size:11px;
	color:#696a6d;
	padding:1px 0 1px 10px;
}

#quote-form table tr td {
	font-size:11px;	
}

#quote-form ul.quote-list {
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
	margin:0;
	padding:0;
}

#quote-form ul.quote-list li {
	font-size:11px;
	color:#696a6d;
	margin:5px 0;
	padding:0;
}

#quote-form h4 {
	margin:0;
	padding:0;
}


