﻿

/*#slider { background: url(images/spinnerActive.gif) center center #f4f4f4 no-repeat; height: 400px; }
*/

#slider { background: url(../images/spinnerActive.gif) center center #d6dde5 no-repeat; height: 457px; }

#slider img { display: none; }

#slider.orbit { background: none; }
#slider.orbit img { display: block; }


#sliderContent { background-color: #FFFFFF; height: 57px; color: #FFFFFF } 
/*#sliderContent img { display: block; }*/
#sliderContent { display: block; }

#sliderContent.orbit { background: none; }
#sliderContent.orbit { display: block; }

#captionOne { background-color: #FFFFFF; height: 57px; color: #FFFFFF }
#captionOne { display: none; }
#captionOne.orbit { background: none; }
#captionOne.orbit { display: block; }


#captionTwo { background-color: #FFFFFF; height: 57px; color: #FFFFFF }
#captionTwo { display: none; }
#captionTwo.orbit { background: none; }
#captionTwo.orbit { display: block; }


#captionThree { background-color: #FFFFFF; height: 57px; color: #FFFFFF }
#captionThree { display: none; } 
#captionThree.orbit { background: none; }
#captionThree.orbit { display: block; }

#captionFour { background-color: #FFFFFF; height: 57px; color: #FFFFFF }
#captionFour { display: none; }
#captionFour.orbit { background: none; }
#captionFour.orbit { display: block; }


#captionFive { background-color: #FFFFFF; height: 57px; color: #FFFFFF }
#captionFive { display: none; }
#captionFive.orbit { background: none; }
#captionFive.orbit { display: block; }


#captionSix { background-color: #FFFFFF; height: 57px; color: #FFFFFF }
#captionSix { display: none; }
#captionSix.orbit { background: none; }
#captionSix.orbit { display: block; }

.header-logo { font-size: 16px;
	font-family: "Segoe UI", "Helvetica", Helvetica, Arial, sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	line-height: 1.0; 
	margin-bottom: 0px; 
	margin-top: 0px; 
	color: #e19d41;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
 }

.header-logo-bold { font-size: 16px;
	font-family: "Segoe UI", "Helvetica", Helvetica, Arial, sans-serif; 
	font-weight: bold; 
	font-style: normal; 
	line-height: 1.0; 
	margin-bottom: 0px; 
	margin-top: 0px; 
	color: #e19d41;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
 }

.banner-caption { font-size: 28px;
	font-family: "Sego UI", "Helvetica", Helvetica, Arial, sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	line-height: 1.1; 
	margin-bottom: 14px; 
	margin-top: 13px; 
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
 }

/* Color */

.brown {color:#ab5d01}

.mediumgray {color:#465155}

.fuchsia {color: #c43b71}

.tourquoise {color:#0186cc}

/* News pages */	

.ArticleTitle { 
	color: #2d5b91;
	margin:12px 0;
	font-size:18px;
	line-height: 24px;
    font-weight: bold;
}

.ArticleSubtitle {
	color: #505050;
	margin: 4px 0 4px 0;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}

a {
	color: #2d5b91;
	text-decoration: none;
}

a:hover {
	/* color: #935d31;  */
	color: #f76600;
}

.ArticleSource {
	margin: 2px 0 8px 0;
	font-size: 12px;
	font-weight: normal;
}

.NewsImage {
	float:left; 
	margin-top: 6px; 
	margin-right: 10px; 
	margin-bottom: 5px;
}


.bullet30 {
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 20px;
}


.bullet40 {
	margin-left: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 20px;
}

/* Form input field properties */

input:required {
  border-color: #c0c0c0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}


textarea:required {
  border-color: #c0c0c0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

