@import url(http://fonts.googleapis.com/css?family=Ubuntu:regular,bold);
@import url(http://fonts.googleapis.com/css?family=Rock+Salt);

#new_header {
	background: #82B8E8 url('../images/bg.jpg') left top repeat;
	width: 800px;
	height: 170px;
        position: absolute;
        top: 0;
        left: 0;
}

#tip_picker_row {
	display: table;
	width: 100%;
/*	padding: 0px 150px; */
}

#tip_picker_1,
#tip_picker_2,
#tip_picker_3,
#tip_picker_4,
#tip_picker_5,
#tip_picker_6,
#tip_picker_7,
#tip_picker_8,
#tip_picker_9,
#tip_picker_10,
#tip_picker_11,
#tip_picker_12,
#tip_picker_13 {
	display: table-cell;
	background: rgba(255,255,255,.5);
	height: 2em;
	color: white;
	font-size: 1em;
	text-align: center;
	padding: 5px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	cursor: pointer;
	text-shadow: 1px 1px 1px black;
	font-family: 'Ubuntu';
	font-weight: bold;
}

#tip_picker_1 {
	border-bottom-left-radius: 10px 10px;
        -moz-border-radius-bottomleft: 10px 10px;
}

#tip_picker_13 {
	border-bottom-right-radius: 10px 10px;
        -moz-border-radius-bottomright: 10px 10px;
	border-right: 1px solid black;
}

#tip_picker_1:hover,
#tip_picker_2:hover,
#tip_picker_3:hover,
#tip_picker_4:hover,
#tip_picker_5:hover,
#tip_picker_6:hover,
#tip_picker_7:hover,
#tip_picker_8:hover,
#tip_picker_9:hover,
#tip_picker_10:hover,
#tip_picker_11:hover,
#tip_picker_12:hover,
#tip_picker_13:hover {
	background: rgba(255,255,255,1);
	color: black;
	-webkit-transition: 1s all;
}

#tip1 {
	background: rgba(255,255,255,.4);
	width: 720px;
	height: 118px;
	padding: 5px 10px;
	margin: 10px 30px 0px 30px;
	z-index: 1;
	text-align: center;
	font-family: 'Ubuntu';
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
        -moz-border-radius-topleft: 15px 15px;
        -moz-border-radius-topright: 15px 15px;
}

#tip2,
#tip3,
#tip4,
#tip5,
#tip6,
#tip7,
#tip8,
#tip9,
#tip10,
#tip11,
#tip12,
#tip13 {
	display: none;
	background: rgba(255,255,255,.4);
	width: 720px;
	height: 118px;
	padding: 5px 10px;
	margin: 10px 30px 0px 30px;
	z-index: 1;
	text-align: center;
	font-family: 'Ubuntu';
	border-top-left-radius: 15px 15px;
	border-top-right-radius: 15px 15px;
        -moz-border-radius-topleft: 15px 15px;
        -moz-border-radius-topright: 15px 15px;
}

#tip1_indicator,
#tip2_indicator,
#tip3_indicator,
#tip4_indicator,
#tip5_indicator,
#tip6_indicator,
#tip7_indicator,
#tip8_indicator,
#tip9_indicator,
#tip10_indicator,
#tip11_indicator,
#tip12_indicator,
#tip13_indicator {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 24px;
	background: url('../images/Active-Tip-Indicator.png');
}

#tip1_indicator,
#tip2_indicator,
#tip3_indicator,
#tip4_indicator,
#tip5_indicator,
#tip6_indicator,
#tip7_indicator,
#tip8_indicator,
#tip9_indicator,
#tip10_indicator,
#tip11_indicator,
#tip12_indicator,
#tip13_indicator h3 {
        color: rgba(0,0,0,.2);
        font-family: 'Rock Salt';
}

#tip2_indicator,
#tip3_indicator,
#tip4_indicator,
#tip5_indicator,
#tip6_indicator,
#tip7_indicator,
#tip8_indicator,
#tip9_indicator,
#tip10_indicator,
#tip11_indicator,
#tip12_indicator,
#tip13_indicator {
	display: none;
}

#tip1_indicator {
	left: 15px;
}

#tip2_indicator {
	left: 67px;
}

#tip3_indicator {
	left: 121px;
}

#tip4_indicator {
	left: 175px;
}

#tip5_indicator {
	left: 229px;
}

#tip6_indicator {
	left: 285px;
}

#tip7_indicator {
	left: 338px;
}

#tip8_indicator {
	left: 392px;
}

#tip9_indicator {
	left: 445px;
}

#tip10_indicator {
	left: 512px;
}

#tip11_indicator {
	left: 590px;
}

#tip12_indicator {
	left: 668px;
}

#tip13_indicator {
	left: 747px;
}

.affiliates {
/*	border: 1px solid black; */
}

#content1 img.staff {
	margin-bottom: 0px;
	outline-style: none;
	border: 1px solid black;
	vertical-align: middle;
	box-shadow: 3px 3px 2px black;
	-moz-box-shadow: 3px 3px 2px black;
	-webkit-box-shadow: 3px 3px 2px black;
	-ms-box-shadow: 3px 3px 2px black;
	-o-box-shadow: 3px 3px 2px black;
}

#content1 img.staff:hover {
	transform: scale(1.3) translate(0px, -10px);
	-ms-transform: scale(1.3) translate(0px, -10px);
	-o-transform: scale(1.3) translate(0px, -10px);
	-moz-transform: scale(1.3) translate(0px, -10px);
	-webkit-transform: scale(1.3) translate(0px, -10px);
	transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	-moz-transform-origin: center top;
	-webkit-transform-origin: center top;
}


#content1 img {
	margin-bottom: 0px;
	outline-style: none;
	border-style: none;
	vertical-align: top;
}

#footercontentleft img {
	border: none;
}

iframe.footer {
	background: none;
	border-style: none;
	height: 210px;
	width: 800px;
	overflow: hidden;
}

* {
	font-family: Trebuchet MS;
	font-size: 1em;
}

p.staff {
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size: 14px;
	color: black;
	text-align: center;
}

p.footer {
	font-family: Trebuchet MS;
	font-size: .75em;
	color: #FFFFFF;
	line-height: .75em;
	text-align: right;
}

p.mission {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #000000;
}

h1.content1 {
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	font-variant: small-caps;
	line-height: 1em;
}

h2.content1 {
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size: 30px;
	font-weight: bolder;
	font-variant: small-caps;
	line-height: 1em;
	margin-top: 5px;
	margin-bottom: 16px;
	border: 2px solid black;
	color: white;
	background: #4E6376 url('../images/bg.jpg') left top repeat;
	box-shadow: 2px 2px 2px black;
	-moz-box-shadow: 2px 2px 2px black;
	-webkit-box-shadow: 2px 2px 2px black;
	padding: 0 0 3px;
	text-shadow: 2px 2px 2px black;
	-moz-text-shadow: 2px 2px 2px black;
	-webkit-text-shadow: 2px 2px 2px black;
}

h3.content1 {
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	font-variant: small-caps;
	line-height: 1em;
}

h4.content1 {
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	font-variant: small-caps;
	line-height: 1em;
}

h1.subhead1 {
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size: 36px;
/*	font-weight: bolder; */
	font-variant: small-caps;
	line-height: 1em;
	font-style: italic;
}

h2.subhead1 {
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size: 30px;
/*	font-weight: bolder; */
	font-variant: small-caps;
	line-height: 1em;
	font-style: italic;
}

h3.subhead1 {
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size: 24px;
/*	font-weight: bolder; */
	font-variant: small-caps;
	line-height: 1em;
	font-style: italic;
	margin-bottom: -16px;
	margin-top: 8px;
}

h4.subhead1 {
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size: 18px;
/*	font-weight: bolder; */
	font-variant: small-caps;
	line-height: 1em;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: -10px;
}

a {
	font-family: Trebuchet MS, Verdana, Sans-serif;
	font-size: 1em;
	text-decoration: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #222222;
/*	font-weight: bold; */
}

a:link.affiliates, a:visited.affiliates, a.affiliates {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}

a:hover.affiliates, a:active.affiliates {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-weight: bolder;
	background: #890218;
/*	outline: 1px solid black; */
	color: white;
}

a.nav {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.2em;
	outline: none;
}

a.affiliates, a:hover.affiliates img {
	outline: none;
}

a.nav:link, a.nav:visited, a.navcurrent, a.navcurrent:link, a.navcurrent:hover, a.navcurrent:active, a.navcurrent:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.2em;
	outline: none;
}

a.footer, a.footer:link, a.footer:hover, a.footer:active, a.footer:visited {
	font-family: Trebuchet MS, Verdana, Sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}

a.footerimg, a.footerimg:link, a.footerimg:hover, a.footerimg:active, a.footerimg:visited {
	background: none;
}

/*  #returntop {
	background: url(../images/up_arrow.png) left top no-repeat;
	display: scroll;
	outline-style: none;
	width: 100px;
	height: 133px;
	position: fixed;
	bottom: -20px;
	right: -17px;
} */

#returntop:hover {
	background: url(../images/up_arrow_hover.png) left top no-repeat;
}

#returntop:active {
	background: url(../images/up_arrow.png) left top no-repeat;
}

h3 {
	font-family: Trebuchet MS;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: small-caps;
}

h3.content1header {
	font-family: Trebuchet MS;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
}

hr {
	width: 100%;
	color: #000000;
	margin-top: -7px;
}

img {
	border: 1px solid black;
}

body {
/*	background: #102B57 url(../images/bg.jpg) center top repeat; */
	background: #102B57;
/*	background-attachment: fixed; */
	text-align: center;
}

#bg {
	display: table;
	background: url(../images/tebg.png) center top no-repeat;
	text-align: center;
	margin: 0 auto;
	width: 1000px;
}

#container {
	display: table;
	width: 800px;
/*	min-height: 99%; */
	border-radius-bottom-left: 25px; 
	-moz-border-radius-bottomleft: 25px;
}

#containerborder {
	display: table;
	background: #000000;
	margin: 0 auto;
/*	width: 100%; */
	width: 800px;
/*	min-height: 800px; */
	border-bottom-left-radius: 25px; 
	-moz-border-radius-bottomleft: 25px;
	border-bottom-right-radius: 25px; 
	-moz-border-radius-bottomright: 25px;
	margin-top: 147px;
	padding: 3px;
	text-align: left;
}

#headerwrap {
/*	display: table; */
/*	background: #93B1F0; */
	width: 800px;
	height: 170px;
/*	border-top-left-radius: 25px; 
	-moz-border-radius-topleft: 25px; 
	border-top-right-radius: 25px; 
	-moz-border-radius-topright: 25px; */
	padding: 0px;
	border-bottom: 3px solid #000000;
/*	padding-left: 10px; */
}

#header {
	width: 100%;
	display: table;
	background-color: transparent;
/*	margin: 0 auto; */
	width: 800px;
	height: 160px;
/*	padding: 1em; */
	text-align: center;
/*	border-bottom: 3px solid #000000; */
/*	border-top-left-radius: 25px; 
	-moz-border-radius-topleft: 25px; 
	border-top-right-radius: 25px; 
	-moz-border-radius-topright: 25px; */
/*	margin-top: -24px; */
}

#contentcontainer {
	display: table;
	height: 100%;
	width: 800px;
	background: url('../images/container_bg.png') left top repeat-y;
	vertical-align: top;
/*	width: 100%; */
	border-bottom-right-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
/*	min-height: 600px; */
        margin-top: 3px;
}

#nav1 {
	display: table-cell;
	float: left;
	width: 150px;
	padding: 15px;
	vertical-align: top;
	text-align: center;
	border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
}

#floatingnav {
	display: none;
	width: 125px;
	text-align: right;
	position: fixed;
	bottom: 95px;
	right: 10px;
	color: white;
}

.floatingnav, a.floatingnav, a:hover.floatingnav {
	text-align: left;
	color: white;
}

#content1 {
/*	display: table; */
	box-sizing: border-box;
	float: left;
	width: 590px;
	padding: 10px 10px 20px 15px;
	vertical-align: top;
}

#staffdiv {
	width: 595px;
	float: left;
}

#staffrow1 {
	width: 595px;
	float: left;
	padding-left: 21px;
	padding-top: 5px;
}

#staffrow2 {
	width: 595px;
	float: left;
	padding-bottom: 10px;
	padding-left: 21px;
	padding-top: 20px;
}

#ldiv {
	width: 170px;
	float: left;
	padding-right: 20px;
}

#rdiv {
	width: 380px;
	float: left;
}

#rdivl {
	width: 170px;
	float: left;
	padding-right: 20px;
}

#rdivr {
	width: 170px;
	float: left;
}

#missionstatement {
	float: left;
	width: 595px;
	margin-top: 20px;
}

/* #content1header {
	display: table-header-group;
	background: #a20000;
	padding: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-left: 10px; */
}

#contactuscontainer {
	display: table;
	width: 100%;
	padding: 0px;
}

#contactusleft {
	float: left;
	width: 200px;
	padding: 0px;
	vertical-align: top;
	padding-right: 11px;
}

#contactusright {
	float: right;
	width: 340px;
	padding: 0px;
	text-align: right;
}

#affiliatescontainer {
	display: table;
	box-sizing: border-box;
	width: 100%;
	margin-top: -5px;
	margin-bottom: 15px;
}

#affiliatesleft {
	box-sizing: border-box;
	display: table-cell;
	width: 25%;
	text-align: left;
	vertical-align: top;
	padding-top: 21px;
	padding-bottom: 20px;
}

#affiliatesleft img {
/*	 border: 1px solid black; */
	 vertical-align: top;
	 box-shadow: 5px 5px 2px black;
	 -moz-box-shadow: 5px 5px 2px black;
	 -webkit-box-shadow: 5px 5px 2px black;
	 -ms-box-shadow: 5px 5px 2px black;
	 -o-box-shadow: 5px 5px 2px black;
	 outline-style: none;
}

#affiliatesright {
	box-sizing: border-box;
	display: table-cell;
	width: 75%;
	padding-left: 15px;
	text-align: left;
}

#footer {
	box-sizing: border-box;
	width: 800px;
	height: auto;
	margin: 0 auto;
	vertical-align: middle;
}

#footercontentright {
	box-sizing: border-box;
	float: right;
	width: 557px;
	padding-top: 41px;
}

#footercontentleft {
	box-sizing: border-box;
	float: left;
	width: 200px;
}

#button {
/*	display: table-cell; */
	background: url(../images/button.png) left top no-repeat;
	width: 150px;
	text-shadow: black 3px 1px 2px;
	padding-top: 12px;
	padding-bottom: 12px;
}


#button:hover {
	background: url(../images/button_hover.png) left top no-repeat;
	width: 150px;
	text-shadow: none;
	padding-top: 12px;
	padding-bottom: 12px;
}

#button:active, #button:focus {
	background: url(../images/button_active.png) left top no-repeat;
	width: 150px;
	text-shadow: none;
	padding-top: 12px;
	padding-bottom: 12px;
}

#button.current:hover, #button.current:active, #button.current {
	background: url(../images/button_current.png) /*left top*/ no-repeat;
	width: 150px;
	text-shadow: black 3px 1px 2px;
	padding-top: 12px;
	padding-bottom: 12px;
	-moz-transform-origin: left top;
	-moz-transform: translate (15px, 0px);
}
