﻿/* 
------------------------------------------------------------
Generic styles applied to the all document
------------------------------------------------------------
*/
body {
    background: #1456A4 url('/images/background.jpg') repeat-x;
    padding:0;
    margin:0; 
    /* Generic Text properties for the page body */    
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 13px;
}

a:link {color: #69B3D5;text-decoration: underline;}
a:visited {color: #69B3D5;text-decoration: underline;}
a:hover {color: #01427A;text-decoration: none;}


hr {
    background-image:url(/images/hr_tag.gif);
    background-repeat:repeat-x;
    height:3px;
    margin:0px;
    padding:0px;
    text-align:center;
    width:100%;
    border: 0px;
}


/*
------------------------------------------------------------
CUSTOM CLASSES :: (BLOBs BackEnd) Rich Text Edit Rad Control
------------------------------------------------------------
*/

.customClass1  {
		color:#202B7E;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:16px;
		font-weight:bold;
		letter-spacing:0;
		line-height:16px;
		margin:5px 0 15px 0px;
		padding:0px;
}
.customClass1  a:link {color: #202B7E;text-decoration: none;}
.customClass1  a:visited {color: #202B7E;text-decoration: none;}
.customClass1  a:hover {color: #202B7E;text-decoration: none;}

.customClass2  {
		color:#539D52;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:16px;
		font-weight:bold;
		letter-spacing:0;
		line-height:16px;
		margin:5px 0 15px 0px;
		padding:0px;
}
.customClass2  a:link {color: #539D52;text-decoration: none;}
.customClass2  a:visited {color: #539D52;text-decoration: none;}
.customClass2  a:hover {color: #539D52;text-decoration: none;}


.customClass3  {
		color:#9E4155;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:16px;
		font-weight:bold;
		letter-spacing:0;
		line-height:16px;
		margin:5px 0 15px 0px;
		padding:0px;
}
.customClass3  a:link {color: #9E4155;text-decoration: none;}
.customClass3  a:visited {color: #9E4155;text-decoration: none;}
.customClass3  a:hover {color: #9E4155;text-decoration: none;}


.customClass4  {
		color:#8F4EA8;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:16px;
		font-weight:bold;
		letter-spacing:0;
		line-height:16px;
		margin:5px 0 15px 0px;
		padding:0px;
}
.customClass4  a:link {color: #8F4EA8;text-decoration: none;}
.customClass4  a:visited {color: #8F4EA8;text-decoration: none;}
.customClass4  a:hover {color: #8F4EA8;text-decoration: none;}


.customClass5  {
		color:#975521;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:16px;
		font-weight:bold;
		letter-spacing:0;
		line-height:16px;
		margin:5px 0 15px 0px;
		padding:0px;
}
.customClass5  a:link {color: #975521;text-decoration: none;}
.customClass5  a:visited {color: #975521;text-decoration: none;}
.customClass5  a:hover {color: #975521;text-decoration: none;}







/* 
------------------------------------------------
      Classes for User Controls DEFAULTS 
------------------------------------------------
*/
.body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363A3B;
	line-height: 16px;
}
.body a:link {color: #69B3D5; text-decoration: underline;}
.body a:visited {color: #69B3D5; text-decoration: underline;}
.body a:hover {color: #01427A; text-decoration: none;}

.bodyBold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	line-height: 16px;
}
.bodyBold a:link {color: #000;text-decoration: underline;}
.bodyBold a:visited {color: #000;text-decoration: underline;}
.bodyBold a:hover {color: #01427A; text-decoration: none;}

.title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
}
.title a:link {color: #000000;text-decoration: underline;}
.title a:visited {color: #000000;text-decoration: underline;}
.title a:hover {color: #69B3D5;text-decoration: none;}

.header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #01427A;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
}
.header a:link {color: #01427A; text-decoration: underline;}
.header a:visited {color: #01427A; text-decoration: underline;}
.header a:hover {color: #69B3D5; text-decoration: none;}

.headerNewsPage {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #01427A;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
    margin-top: 15px;
    /*border: 2px solid red;*/
}
.headerNewsPage a:link {color: #01427A; text-decoration: underline;}
.headerNewsPage a:visited {color: #01427A; text-decoration: underline;}
.headerNewsPage a:hover {color: #69B3D5; text-decoration: none;}


.copyright {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	text-align:center;
	color: #01427A;
}
.copyright a:link {color: #01427A;}
.copyright a:visited {color: #01427A;}
.copyright a:hover {color: #000;}

/*
-----------------------------------------------------------
<< Read More >> option on News & Blobs
-----------------------------------------------------------
*/
.readMoreInterior  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #69B3D5;
	font-weight: bold;
	line-height: 12px;
}
.readMoreInterior  a:link {color: #69B3D5;text-decoration: none;}
.readMoreInterior  a:visited {color: #69B3D5;text-decoration: none;}
.readMoreInterior  a:hover {color: #69B3D5;text-decoration: underline;}


.FAQCategory  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #396478;
	font-weight: bold;
	line-height: 30px;
}
.FAQCategory  a:link {color: #8f8f84;text-decoration: none;}
.FAQCategory  a:visited {color: #8f8f84;text-decoration: none;}
.FAQCategory  a:hover {color: #396478;text-decoration: underline;}


/* This is for the Employee Directory Category styles*/
.staff_category {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8f8f84;
	font-weight: bold;
	line-height: 30px;
}
.staff_category a:link {color: #8f8f84;text-decoration: none;}
.staff_category a:visited {color: #8f8f84;text-decoration: none;}
.staff_category a:hover {color: #000;text-decoration: none;}



.titleFAQCategory {
    font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B8A176;
	font-weight: bolder;
	text-transform: uppercase; 
	line-height: 20px;
	padding-bottom: 5px;padding-top: 10px;
	border-bottom: double 1px gray;
}
.titleFAQCategory a:link {color: #B8A176;text-decoration: none;}
.titleFAQCategory a:visited {color: #B8A176;text-decoration: none;}
.titleFAQCategory a:hover {color: #B8A176;text-decoration: none;}


.titleNewsCategory {
    font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B8A176;
	font-weight: bolder;
	text-transform: uppercase; 
	line-height: 20px;
	padding-bottom: 5px;padding-top: 10px;
	border-bottom: double 1px gray;
}
.titleNewsCategory a:link {color: #B8A176;text-decoration: none;}
.titleNewsCategory a:visited {color: #B8A176;text-decoration: none;}
.titleNewsCategory a:hover {color: #B8A176;text-decoration: none;}


.titleStaffCategory {
    font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B8A176;
	font-weight: bolder;
	text-transform: uppercase; 
	line-height: 20px;
	padding-bottom: 5px;padding-top: 10px;
	border-bottom: double 1px gray;
}
.titleStaffCategory a:link {color: #B8A176;text-decoration: none;}
.titleStaffCategory a:visited {color: #B8A176;text-decoration: none;}
.titleStaffCategory a:hover {color: #B8A176;text-decoration: none;}




/*CALENDAR STYLES*/
.titleCalendarHeader {
    font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;
	font-weight: bolder;
	text-transform: uppercase; 
	line-height: 35px;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	/*border-bottom: double 1px gray;*/
    background: transparent url('/images/bg_calendar_title.png') no-repeat;
    clear:both;
}
.titleCalendarHeader a:link {color: #B8A176;text-decoration: none;}
.titleCalendarHeader a:visited {color: #B8A176;text-decoration: none;}
.titleCalendarHeader a:hover {color: #B8A176;text-decoration: none;}

/* 
------------------------------------------------
      Classes for User Controls DEFAULTS 
------------------------------------------------
*/
.bodyCallOut {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	line-height: 16px;
}
.bodyCallOut a:link {color: black; text-decoration: underline;}
.bodyCallOut a:visited {color: black; text-decoration: underline;}
.bodyCallOut a:hover {color: white; text-decoration: none;}

.bodyBoldCallOut {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	line-height: 16px;
}
.bodyBoldCallOut a:link {color: #000;text-decoration: underline;}
.bodyBoldCallOut a:visited {color: #000;text-decoration: underline;}
.bodyBoldCallOut a:hover {color: #01427A; text-decoration: none;}

.titleCallOut {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
}
.titleCallOut a:link {color: #000000;text-decoration: underline;}
.titleCallOut a:visited {color: #000000;text-decoration: underline;}
.titleCallOut a:hover {color: #69B3D5;text-decoration: none;}

.headerCallOut {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #01427A;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
}
.headerCallOut a:link {color: #01427A; text-decoration: underline;}
.headerCallOut a:visited {color: #01427A; text-decoration: underline;}
.headerCallOut a:hover {color: #69B3D5; text-decoration: none;}
