@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800|Roboto+Slab:400,100,300,700);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400|italic,700italic);


/**  Basic Page CSS **/
body {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.5;
	width: 100%;
	height: 100%;
}

a {color: #4a78bc; font-weight: 400; text-decoration: none}
a:hover {color : #ffcc3f; font-weight: 400; text-decoration: none}
a:active {color : #6dbf5c; font-weight: 400; text-decoration: none}

/* **************************************************************** */
/* **************************************************************** */
/* **************************************************************** */

#Container {
	position: relative;
	display: block;
	height: 100%;
	width: 100%; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* **************************************************************** */
/* **************************************************************** */
/* **************************************************************** */


#Desktop-Top {
	position: relative;
	display: block;
	height: 100%;
	width: 100%; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#Phone-Top {
	display: none;
}

#Desktop-Bottom {
	background-color: #5076ba;
	background-image: url('/images/background1.jpg');
	color: white;
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#Phone-Bottom {
	display: none;
}

#PageContent {
	display: block;
	padding: 0px 10px 0px 10px;
}

#PageContent li {
	padding: 0px 0px 10px 0px;
}

#PageContentContainer {
	position: absolute;
	width: 90%;
	max-width: 1000px;
	display: block;
	z-index: 0;
	margin: 10px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#PhoneSubHeading {
	display: none;
}
#PhoneSubMenu {
	display: none;
}
#PhoneSocialLinks {
	display: none;
}
#Announcement {
	display: none;
}


/* **************************************************************** */
/* **************************************************************** */
/* **************************************************************** */

table {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0;
}

h1 {
	font-family: 'Droid Serif', serif;
	color: white;
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	text-shadow: 1px 1px 2px black, 0 0 25px #666666, 0 0 5px #333333;
	text-decoration:none;
	line-height: 1.2;
}

h1 a {
	color: white;
	text-decoration:none;
}

h1 a:hover {
	color: #fcce4a;
	text-decoration:none;
}

.H1Alt {
	line-height: 0;
	color: #4a78bc;
	text-shadow: none;
	margin-top: 20px !important;
}

@media screen and (max-width: 499px) {
	.H1Alt {
		margin-top: 30px !important;
		line-height: 1.2 !important;
		margin-bottom: -10px !important;
	}
}

h2 {
	color: #fcce4a;
	margin: 0;
	font-size: 24px;
	font-weight: 400;
	text-shadow: 1px 1px 2px black, 0 0 25px #666666, 0 0 5px #333333;
	text-decoration:none;
	line-height: 1.2;
}

h3 {
	color: #e0b028;
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
}


.BlueHeading {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	color: #4a78bc;
}

.YellowHeading  {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	color: #deb525;
}

.GreenHeading  {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	color: #6dbf5c;
}


.BlueSubHeading {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color: #4a78bc;
}

.YellowSubHeading {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color: #deb525;
}


.GreenSubHeading {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color: #6dbf5c;
}
a.GreenSubHeading {color: #6dbf5c; font-weight: 700; text-decoration: none}
a.GreenSubHeading:hover {color : #4a78bc; font-weight: 700; text-decoration: none}
a.GreenSubHeading:active {color : #ffcc3f; font-weight: 700; text-decoration: none}

.YellowCaption {
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #deb525;
}
a.YellowCaption {color: #deb525; font-weight: 700; text-decoration: none}
a.YellowCaption:hover {color : #4a78bc; font-weight: 700; text-decoration: none}
a.YellowCaption:active {color : #6dbf5c; font-weight: 700; text-decoration: none}

.ResultCountMessage {
	color: #009900;
}

.BlueCaption {
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #4a78bc;
}
a.BlueCaption {color: #4a78bc; font-weight: 700; text-decoration: none}
a.BlueCaption:hover {color : #ffcc3f; font-weight: 700; text-decoration: none}
a.BlueCaption:active {color : #6dbf5c; font-weight: 700; text-decoration: none}

#NavHeading {
	position: fixed;
	display: block;
	z-index: 100;
	width: 100%;
	margin: 0px;
	padding: 0px;
 
}

#NavBackground {
	position: absolute;
	z-index: 110;
	background-image: url('/images/background3.jpg');
	background-repeat: repeat-x;
    background-size: auto 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#NavBackgroundWhite {
	position: absolute;
	z-index: 100;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fcce4a;
}

#NavContent {
	position: relative;
	z-index: 120;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#TopMenu {
	margin: 16px 0px 0px 0px;
}

#TopMenu ul {
	padding: 0px;
	margin: 0px;
	color: #5076ba;
	font-size: 20px;
	font-weight: 600;
	text-decoration:none;
	display: inline-block;
}

#TopMenu ul li {
	display: inline-block;
	padding-right: 30px;
	padding-left: 0px;
}
#TopMenu ul li a {
	color: #5076ba;
	text-decoration:none;
}
#TopMenu ul li a:hover {
	color: #ffffff;
	text-decoration:none;
}
#TopMenu ul li a:active {
	color: #6dc160;
	text-decoration:none;
}

.whiterule {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 2px;
	background-color: #FFFFFF
}

.yellowrule {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 2px;
	background-color: #fdce4a
}

.purplerule {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 2px;
	background-color: #5076bb
}

#Footer {
	background-color: #5076ba;
	background-image: url('/images/background1.jpg');
	color: white;
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#FooterContents {
 	padding: 4px 20px 4px 0px;
 }

.FooterTitle {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	width: 100%;
	white-space: nowrap;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	text-shadow: 1px 1px 2px #000000;
}

.FooterInfo {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	text-shadow: 2px 2px 2px #000000;
    vertical-align: top;
}
a.FooterInfoLink {color: #ffffff; text-decoration: none}
a.FooterInfoLink:hover {color : #fdce4a; text-decoration: none}
a.FooterInfoLink:active {color : #fd4a74; text-decoration: none}

#ContactFormDesktop {
	position: absolute;
	display: block;
	width: 100%;
	z-index: 0;
	padding: 20px 20px 20px 20px;
	background-color: #ff0000;
}

#ContactFormHidden {

}

/****************************************************************************/
/****************************************************************************/
/****************************************************************************/

.displace {
	position: absolute;
	left: -5000px;
}

a.ButtonNext {
display: block;
width: 64px;
height: 62px;
text-decoration: none;
background: url('/images/ButtonNext.png');
}

a.ButtonNext:hover {
background-position: -64px 0;
}

a.ButtonBack {
display: block;
width: 64px;
height: 62px;
text-decoration: none;
background: url('/images/ButtonBack.png');
}

a.ButtonBack:hover {
background-position: -64px 0;
}

/****************************************************************************/
/****************************************************************************/
/****************************************************************************/

.SmallWindowBreak {
	display: none;
}
@media screen and (max-width: 852px) {
	.SmallWindowBreak {
		display: inline;
	}
}

.ImageWrapper {
	padding: 0px 0px 0px 0px;
	display: table-cell;
}
.ImageCaption {
	text-align: left;
	font-size: 0.8em;
	font-weight: 400;
	font-style: italic;
	padding: 0px 0px 12px 10px;
	color: #666666
}


/* ***************************************************************** */
/* ***************************************************************** */
/* ***************************************************************** */

.mirror {
	display: inline-block; 
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
	-moz-transform: matrix(-1, 0, 0, 1, 0, 0);
	-o-transform: matrix(-1, 0, 0, 1, 0, 0);
	transform: matrix(-1, 0, 0, 1, 0, 0);
}

/* ***************************************************************** */
/* ***************************************************************** */
/* ***************************************************************** */

#SearchWrapper {
    display:inline-block;
    position:relative;
}

#SearchWrapper input[type='text'] {
	font-size: 14px;
	outline:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.SearchForInput { 
    background-color: #FFFFFF;
	background-image: url('/images/SearchBack.png');
	background-position: 0px 4px;
	background-repeat: no-repeat;
	color: #003366;
    width: auto;
    max-width: 120px;
    height: 25px;
	border: 1px solid #003366;
    margin-bottom: 5px;
	padding: 1px 4px 1px 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.SearchForInputERROR { 
    background-color: #ff9999;
	background-image: url('/images/SearchBackError.png');
	background-position: 0px 4px;
	background-repeat: no-repeat;
	color: #990000;
    width: auto;
    max-width: 120px;
    height: 25px;
	border: 1px solid #990000;
    margin-bottom: 5px;
	padding: 1px 4px 1px 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.SearchButton {
    background-color: #6ec260;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#19630d), to(#b6ffaa));
    background-image: -moz-linear-gradient(top, #19630d 0, #b6ffaa);
    background-image: -webkit-linear-gradient(top, #19630d 0, #b6ffaa);
    background-image: -o-linear-gradient(top, #19630d 0, #b6ffaa);
    background-image: -ms-linear-gradient(top, #19630d 0, #b6ffaa);
    background-image: linear-gradient(top, #19630d 0, #b6ffaa);
    border: 1px solid #ffffff;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 #FFF inset;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 #FFF inset;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 #FFF inset;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
	text-shadow: 1px 1px #333333;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    outline: 0 none;
    padding: 6px 6px 6px 6px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

button.SearchButton:-moz-focus-inner {
    border: 0 none;
    padding: 0; 
    
}

.SearchButton:hover, .SearchButton-hover {
    border: 1px solid #ffffff;
    background-color: #f8b249;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cc9933), to(#ffcc66));
    background-image: -moz-linear-gradient(top, #cc9933 0, #ffcc66);
    background-image: -webkit-linear-gradient(top, #cc9933 0, #ffcc66);
    background-image: -o-linear-gradient(top, #cc9933 0, #ffcc66);
    background-image: -ms-linear-gradient(top, #cc9933 0, #ffcc66);
    background-image: linear-gradient(top, #cc9933 0, #ffcc66);
}

.SearchButton:focus, .SearchButton:active, .SearchButton-active {
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: #cc0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#ff6666));
    background-image: -moz-linear-gradient(top, #990000 0, #ff6666);
    background-image: -webkit-linear-gradient(top, #990000 0, #ff6666);
    background-image: -o-linear-gradient(top, #990000 0, #ff6666);
    background-image: -ms-linear-gradient(top, #990000 0, #ff6666);
    background-image: linear-gradient(top, #990000 0, #ff6666);
   	outline: 0 none;
}

.RedButton {
    background-color: #cc0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#ff6666));
    background-image: -moz-linear-gradient(top, #990000 0, #ff6666);
    background-image: -webkit-linear-gradient(top, #990000 0, #ff6666);
    background-image: -o-linear-gradient(top, #990000 0, #ff6666);
    background-image: -ms-linear-gradient(top, #990000 0, #ff6666);
    background-image: linear-gradient(top, #990000 0, #ff6666);
    border: 1px solid #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 #FFF inset;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 #FFF inset;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 #FFF inset;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
	text-shadow: 1px 1px #333333;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 15px;
    outline: 0 none;
    padding: 6px 12px 6px 12px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

button.RedButton:-moz-focus-inner {
    border: 0 none;
    padding: 0; 
    
}

.RedButton:hover, .RedButton-hover {
    border: 1px solid #ffffff;
    background-color: #f8b249;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cc9933), to(#ffcc66));
    background-image: -moz-linear-gradient(top, #cc9933 0, #ffcc66);
    background-image: -webkit-linear-gradient(top, #cc9933 0, #ffcc66);
    background-image: -o-linear-gradient(top, #cc9933 0, #ffcc66);
    background-image: -ms-linear-gradient(top, #cc9933 0, #ffcc66);
    background-image: linear-gradient(top, #cc9933 0, #ffcc66);
}

.RedButton:focus, .RedButton:active, .RedButton-active {
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    color: #FFFFFF;
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#666666));
    background-image: -moz-linear-gradient(top, #000000 0, #666666);
    background-image: -webkit-linear-gradient(top, #000000 0, #666666);
    background-image: -o-linear-gradient(top, #000000 0, #666666);
    background-image: -ms-linear-gradient(top, #000000 0, #666666);
    background-image: linear-gradient(top, #000000 0, #666666);
   	outline: 0 none;
}

#MemberNewsHeadingMobile {
	display: none;
}

#MemberNewsHeadingDesktop {
	display: block;
}

#MemberNewsArchiveButtonMobile {
	display: none;
}

