﻿/* General Styles */

body{
	font-size: 80.5%;
	color: #555;
	font-family: 'Gotham',Verdana;
	line-height: 1.5em
}

.smallLinkButton { font-size: .9em; font-style:italic; float:none; }
.smallLinkButton a, a:hover, a:focus { text-decoration:none; }
/*.smallLinkButton a:hover { font-size: 1em; font-style:italic; }
.smallLinkButton a:active { font-size: 1em; font-style:italic; }*/


li:focus, div:focus{
	border: 1px #ccc dotted;
}
a {
  color: #636363;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}

hr { 
    border-top: 1px solid #B5D7ED;
    padding: 0; 
/*
    display: block; 
    height: 1px;
    border: 0; 
    margin: 0; 
    */
}

h3{
	color: #006aa7;
	font-size: 150%;
	font-weight: normal;
	line-height: 1.2em;
}
h4{
	color: #006aa7;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
}
h4 a{
	color: #006aa7;
	text-decoration: none;
}
/*
.table_pad5_space0 {
    border-spacing: 0;
    border-collapse: separate;
}
.table_pad5_space0 td {
    padding: 5px;
}
.btn {
	padding: 10px 18px;
	font-size: 16px;
	margin-top: 10px;
}
*/

/* Add a little padding on left so text doesn't butt up against textbox border */
input[type="text"] {
    padding-left: 5px;
}


/* ------------ Misc ------------ */

.TableHeaderCell {
    background-color: #0175BC;
    color: #FFFFFF;
}
.Note {
    font-style: italic;
    font-size: 11px;
    color: gray;
}

/* ------------ Header ------------ */

#mast-header{
	float: left;
	width: 980px;
	height: 70px;
}

#mainHeader{
	position: relative;
	float: left;
	width: 980px;
	height: 60px;
	background: #fff;
	/*margin-top: 10px;*/
}

.HeadLogo {
	float: left;
	width: 150px;
	margin-left: 10px;
}
.HeadLogo a {
    text-decoration: none;
}

.HeadTitle {
	float: left;
	width: 660px;
    text-align: center;
    /*margin-top: 15px;*/
    font: normal 14px Georgia, serif;
}
.HeadTitle h1{
	margin: 0;
	/*margin-top: 10px;*/
}
.HeadTitle a {
    text-decoration: none;
}

.HeadRight {
    float: left;
    text-align: right;
    width: 150px;
}

#mainTitle {
    display: block;
    float: left;
    clear: both;
    font: italic normal 20px Georgia, serif;
    text-shadow: 1px 1px #C5DEA8;
    color: #0175BC;
    padding: 10px 0px 10px 0px;
}


/* ------------ Content Area ------------ */

.BreakingNews {
    background-color: #c5dea8; 
    color: black; 
    padding: 5px 5px 5px 5px; 
    width: auto
}

/*
.tblCol1 {
    color: Black;
    background-color: #FFFFCC;
    font-weight: normal; 
    text-align: left;
    width: 125px;     
}
*/

.required {
    color: red;
	font-size: 100%;    
}

#contentph{
	float:left;
	clear: both;
    padding: 10px 10px 10px 10px;
	min-height: 64px;
	width: 958px;
    /*border: 1px solid #B5D7ED;*/
}


/* ------------ Footer ------------ */

#mast-footer{
	float: left;
	clear: both;
	padding: 0 0 0 0;
	width: 976px;   /*980px;*/
	min-height: 64px;
	background: #DFF2DC; /* #B5D7ED;*/
	font-size: .846em;
	line-height: 1.455em;
	border-radius: 0 0 19px 0;

    position: relative;
    left: -11px;
    top: 50px;
    border: 2px solid #C5DEA8;
}
#mast-footer ul {
    clear: left;
    padding: 0 10px 0;
    width: 100%;
}
#mast-footer ul li{
	list-style: none;
}

@font-face {
/*font-family: 'Gotham';*/
/* src: url('/font/gotham/Gotham/Gotham-Book.otf'); IE9 Compatibility Modes */
/* src: url('Graublauweb.eot?') format('eot'),   IE6-IE8 */
/* url('Graublauweb.woff') format('woff'),  Modern Browsers */
/* url('Graublauweb.ttf')  format('truetype'),  Safari, Android, iOS */
/* url('Graublauweb.svg#svgGraublauweb') format('svg');  Legacy iOS */
}

@media print  { .noprint  { display: none; } }