/************ EDITOR Specific Styles Go Here *****************/
	
.blue-header { 
	color: #2790b0;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 20px 5px 0; 
	background: #fff; 
	}

.blue-header-solo, .blue-header-solo a{ 
	color: #2b4e72;
	font-weight: bold;
	font-size: 16px;
	}
.green-header-solo a {
	color: #95b547 !important;
	font-weight: bold !important;
	font-size: 16px !important;
	text-decoration: none !important;
}
a > .green-header-solo {
	color: #95b547 !important;
	font-weight: bold !important;
	font-size: 16px !important;
	text-decoration: none !important;
}
.green-header-solo, .green-header-solo a{ 
	color: #95b547 !important;
	font-weight: bold !important;
	font-size: 16px !important;
	text-decoration: none !important;
	}
.lightblue-header-solo, .lightblue-header-solo a{ 
	color: #2790b0;
	font-weight: bold;
	font-size: 16px;
	}	
.blue-text, .blue-text a{ 
	color: #2b4e72;
	}	
.green-text, .green-text a{ 
	color: #95b547;
	}
.grey-button a {
		background-color: #f0f0f0;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0));
		background-image: -webkit-linear-gradient(top, #f9f9f9, #f0f0f0);
		background-image: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
		background-image: -ms-linear-gradient(top, #f9f9f9, #f0f0f0);
		background-image: -o-linear-gradient(top, #f9f9f9, #f0f0f0);
		background-image: linear-gradient(top, #f9f9f9, #f0f0f0);   
		text-shadow: 0 1px 0 #fff;
		border-width: 1px;
		border-style: solid;
		border-color: #d3d3d3;
		height: auto;
		cursor: pointer;
		color: #555;
		padding: 2px 10px;
		text-decoration: none;
		list-style-position: outside;
		box-shadow:0px 3px 6px #ccc;
		line-height: 2;
		}
.grey-button a:hover { 
		color: #fff; 
		background: #95b547; 
		text-shadow: none; 
		-webkit-transition-property: background; 
		-webkit-transition-duration: .4s; 
		-webkit-transition-timing-function: linear;
		text-decoration: none;		
	}
.green-button a {
		background: #95b547; 
		border-width: 1px;
		border-style: solid;
		border-color: #d3d3d3;
		height: auto;
		cursor: pointer;
		color: #fff;
		padding: 2px 10px;
		text-decoration: none;
		list-style-position: outside;
		box-shadow:0px 3px 6px #ccc;
		line-height: 2;
		}
.green-button a:hover { 
		color: #555; 
		background-color: #f0f0f0;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0));
		background-image: -webkit-linear-gradient(top, #f9f9f9, #f0f0f0);
		background-image: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
		background-image: -ms-linear-gradient(top, #f9f9f9, #f0f0f0);
		background-image: -o-linear-gradient(top, #f9f9f9, #f0f0f0);
		background-image: linear-gradient(top, #f9f9f9, #f0f0f0);  
		text-shadow: none; 
		-webkit-transition-property: background; 
		-webkit-transition-duration: .4s; 
		-webkit-transition-timing-function: linear;
		text-decoration: none;		
	}
.blue-button a {
		background: #2790b0;
		border-width: 1px;
		border-style: solid;
		border-color: #d3d3d3;
		height: auto;
		cursor: pointer;
		color: #fff;
		padding: 2px 10px;
		text-decoration: none;
		list-style-position: outside;
		box-shadow:0px 3px 6px #ccc;
		line-height: 2;
		}
.blue-button a:hover { 
		color: #555; 
		background-color: #f0f0f0;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0));
		background-image: -webkit-linear-gradient(top, #f9f9f9, #f0f0f0);
		background-image: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
		background-image: -ms-linear-gradient(top, #f9f9f9, #f0f0f0);
		background-image: -o-linear-gradient(top, #f9f9f9, #f0f0f0);
		background-image: linear-gradient(top, #f9f9f9, #f0f0f0);   
		text-shadow: none; 
		-webkit-transition-property: background; 
		-webkit-transition-duration: .4s; 
		-webkit-transition-timing-function: linear;
		text-decoration: none;		
	}
		
	
/********************** Global Styles ******************/

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	line-height: 1.5;
}	

a { color: #4c4c4c; text-decoration: underline; }
a:hover { text-decoration: underline; }
strong { font-weight: bold; }
h1 {
	font-family: arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #4c4c4c;
    padding-bottom: 10px;
	}
h2 { 
	color: #2b4e72;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

h3 { 
    color: #95b547;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
 }

h4{
	font-weight: bold;
	color: #4c4c4c;
}
h5{ color: #4c4c4c}


/*** Welcome Message in Member Portal ***/ 
h7 {font-size: 15px; font-weight: bold; }
/*** Logout Button in Member Portal ***/
h7 a:link {	font-size: 15px; font-weight: 700; }
p  {}
hr { border: 0; height: 1px; background-color: #c4c4c4; }
img { border-style: none; }

/********************* Content Font to Overwrite in EDITOR *****************/
	
	.normal_font, .main_content_area_box, .main_content_area_box_s { 
		font-family: arial, sans-serif;
		font-size: 12px;
		line-height: 1.5;
		color: #4c4c4c;
		}		
	.normal_font h1, .main_content_area_box h1, .main_content_area_box_s h1 { 
		font-family: arial, sans-serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5;
		color: #4c4c4c;
		}		
	.normal_font ul, .main_content_area_box ul, .main_content_area_box_s ul { list-style-type: disc; list-style-position: outside; margin: 5px 0 0 30px; }
	.normal_font ol, .main_content_area_box ol, .main_content_area_box_s ol { list-style-position: outside; margin: 5px 0 0 30px; }
	.normal_font li, .main_content_area_box li, .main_content_area_box_s li { 
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight: normal;
		line-height: 1.5;
		color: #4c4c4c;
		}
	.normal_font a:hover, .main_content_area_box a:hover, .main_content_area_box_s a: hover { 
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight: normal;
		line-height: 1.5;
		color: #4c4c4c;
		text-decoration: underline;
		}
	.normal_font a:visited, .main_content_area_box a:visited, .main_content_area_box_s a: visited{ 
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight: normal;
		line-height: 1.5;
		color: #4c4c4c;
		text-decoration: underline;
	}
	
/*************************** Crumbs ************************************/		
	
	.crumbs, .crumbs a, .crumbs a:visited {
		font-family: arial, sans-serif;
		font-size: 10px;
		font-weight: normal;
		line-height: 1.5;
		color: #a1a0a0;
		text-decoration: none;
		}		
	.crumbs a:hover{ 
		font-family: arial, sans-serif;
		font-size: 10px;
		font-weight: normal;
		line-height: 1.5;
		color: #a1a0a0;
		text-decoration: underline;
		}		
	.print_link, .print_link a, .print_link a:visited {
		font-family: arial, sans-serif;
		font-size: 10px;
		font-weight: normal;
		line-height: 1.5;
		color: #a1a0a0;
		text-decoration: none;
		}		
	.print_link a:hover{ 
		font-family: arial, sans-serif;
		font-size: 10px;
		font-weight: normal;
		line-height: 1.5;
		color: #a1a0a0;
		text-decoration: underline;
	}
	
/********************** Old Content **************************/	

.member_login h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #4c4c4c;
	line-height: 24px;
	text-decoration: none;
	margin: 5px 0 10px 0;
	list-style: none;
}

.member_login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4c4c4c;
	line-height: 15px;
	text-decoration: none;
	list-style: none;
}
.member_login li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4c4c4c;
	line-height: 15px;
	text-decoration: none;
	margin-left: 20px;
	margin-bottom:3px;
	margin-bottom: 10px;
	margin-top: 10px;
	list-style: none;
}

.member_login a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4c4c4c;
	line-height: 15px;
	text-decoration: underline;
	list-style: none;
}

.member_login a: visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4c4c4c;
	line-height: 15px;
	text-decoration: underline;
	list-style: none;
}

.member_login a: hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4c4c4c;
	line-height: 15px;
	text-decoration: underline;
	list-style: none;
}

.member_login a: active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4c4c4c;
	line-height: 15px;
	text-decoration: underline;
	list-style: none;
}

/* This is the style guide for sub page center content area */
.site_content {
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #454444;
	line-height: 18px;
	text-decoration: none;
}
.site_content P{
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #454444;
	line-height: 18px;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 10px;
}
.site_content table{
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #454444;
	line-height: 18px;
	text-decoration: none;
}
.site_content hr {
	border: 1px;
 	width: 100%;
 	color: #dfdfdb;
	height: 1px;
	padding-top: 1px;
	padding-bottom: 1px;

}

.site_content ul {
	margin-top: 0px;
	margin-bottom: 0px;

}

.site_content li{
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #454444;
	line-height: 18px;
	text-decoration: none;
	line-height: 13px;
	list-style-image:url(images/bullet_store.gif);
	margin-left:-20px;
	margin-bottom:3px;
	margin-bottom: 10px;
	margin-top: 0px;

}

.site_content a {
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #454444;
	line-height: 18px;
	text-decoration: none;
}

.site_content a:visited {
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #454444;
	line-height: 18px;
	text-decoration: none;
}
.site_content a:hover {
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #454444;
	line-height: 18px;
	text-decoration: underline;
}
.site_content a:active {
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #454444;
	line-height: 18px;
	text-decoration: underline;
}

.footer_logo {
	font-family: Tahoma, Verdana, Arial,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	line-height: 11px;
}
.footer_logo P{
	font-family: Tahoma, Verdana, Arial,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	line-height: 11px;
}
.footer_logo table{
	font-family: Tahoma, Verdana, Arial,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	line-height: 11px;
}
.footer_logo a {
	font-family: Tahoma, Verdana, Arial,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	line-height: 11px;
	text-decoration: none;
}
.footer_logo a:visited {
	font-family: Tahoma, Verdana, Arial,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	line-height: 11px;
	text-decoration: none;
}
.footer_logo a:hover {
	font-family: Tahoma, Verdana, Arial,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	line-height: 11px;
	text-decoration: none;
}
.footer_logo a:active {
	font-family: Tahoma, Verdana, Arial,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	line-height: 11px;
	text-decoration: none;
}


/*** Styles for Sliding Panel ***/

.slidepanel_font {
	font-family: Tahoma, Verdana, Arial,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;


	color: #ffffff;
	line-height: 18px;
}
.slidepanel_font h1{
	font-family: Tahoma, Verdana, Arial,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height: 18px;
}
.slidepanel_font P{
	font-family: Tahoma, Verdana, Arial,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height: 18px;
}
.slidepanel_font table{
	font-family: Tahoma, Verdana, Arial,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height: 18px;
}
.slidepanel_font a {
	font-family: Tahoma, Verdana, Arial,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height: 18px;
	text-decoration: none;
}
.slidepanel_font a:visited {
	font-family: Tahoma, Verdana, Arial,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height: 18px;
	text-decoration: none;
}
.slidepanel_font a:hover {
	font-family: Tahoma, Verdana, Arial,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height: 18px;
	text-decoration: none;
}
.slidepanel_font a:active {
	font-family: Tahoma, Verdana, Arial,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height: 20px;
	text-decoration: none;
}

/*** Calendar Styles ***/

.cal_header {
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #4c4c4c;
	line-height: 20px;
}

.cal_header a{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #4c4c4c;
	line-height: 20px;
	text-decoration: none;
}

.cal_header a:visited{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #4c4c4c;
	line-height: 20px;
	text-decoration: none;
}

.cal_header a:hover{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #4c4c4c;
	line-height: 20px;
	text-decoration: underline;
}

.cal_header a:active{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #4c4c4c;
	line-height: 20px;
	text-decoration: underline;
}


.cal_sub_header {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #565555;
	line-height: 16px;
	text-decoration: none;

}

.cal_sub_header hr {
	border: 1px;
 	width: 100%;
 	color: #e2e0e0;
	height: 1px;

}

.cal_sub_header a{
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #565555;
	line-height: 16px;
	text-decoration: none;
}
.cal_sub_header a:visited{
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #565555;
	line-height: 16px;
	text-decoration: none;
}
.cal_sub_header a:hover{
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #565555;
	line-height: 16px;
	text-decoration: underline;
}
.cal_sub_header a:active {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #565555;
	line-height: 16px;
	text-decoration: underline;
}

.calendar_font a { 
		font-family: arial, sans-serif;
		font-size: 14px;
		line-height: 1.5;
		color: #4c4c4c;
		
	}
	
	
.calendar_event  { 
		font-family: tahoma, verdana, arial, sans-serif;
		font-size: 12px;
		line-height: 1.5;
		color: #4c4c4c;
		text-decoration: none;	
	}
	
.calendar_event table { 
		font-family: tahoma, verdana, arial, sans-serif;
		font-size: 12px;
		line-height: 1.5;
		color: #4c4c4c;
		text-decoration: none;	
	}
	
.calendar_event  a { 
		font-family: tahoma, verdana, arial, sans-serif;
		font-size: 12px;
		line-height: 1.5;
		color: #4c4c4c;
		text-decoration: none;			
	}
	
	
.calendar_event  a:visited { 
		font-family: tahoma, verdana, arial, sans-serif;
		font-size: 12px;
		line-height: 1.5;
		color: #4c4c4c;
		text-decoration: none;
	}
	
.calendar_event  a:hover { 
		font-family: tahoma, verdana, arial, sans-serif;
		font-size: 12px;
		line-height: 1.5;
		color: #4c4c4c;
		text-decoration: underline;
	}
	
.calendar_event  a:active { 
		font-family: tahoma, verdana, arial, sans-serif;
		font-size: 12px;
		line-height: 1.5;
		color: #4c4c4c;
		text-decoration: underline;
	}
	
	
	
/* font styles for the left side Member Login Box on all the inner site pages */

/* login box */
.login_header {
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #393838;
	line-height: 24px;
}



#loginstyle  {
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4c4c4c;
	line-height: 12px;

}
#loginstyle  P{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4c4c4c;
	line-height: 12px;
}
#loginstyle  table{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4c4c4c;
	line-height: 12px;
}
#loginstyle  a {
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4c4c4c;
	line-height: 12px;
	text-decoration: none;
}
#loginstyle  a:visited {
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4c4c4c;
	line-height: 12px;
	text-decoration: none;
}
#loginstyle  a:hover {
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4c4c4c;
	line-height: 12px;
	text-decoration: underline;
}
#loginstyle  a:active {
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4c4c4c;
	line-height: 12px;
	text-decoration: underline;
}
/* END login box */

