/*
	CONTAINERS
*/
html {
    height: 100%;
    overflow-y: scroll;
}
body {
    height: 100%; /* This is for the footer to sink to the bottom */
    margin: 0 auto;
    background: url(../images/grass.png) top repeat-x;
}
#container {
	margin: 0 auto;
    min-height: 100%;
    width: 1026px;
    position: relative;
}
/*	
	HEADER
*/
#header {
    margin: 0 auto;
    height: 225px;
    width: 1026px;
    position: relative;
    z-index: 90;
}
#header01 a {
    display: block;
    height: 144px;
    text-indent: -99999999px;
    background: url(../images/header.png);
    background-position: top;
}
#header02 {
    margin: 0 auto;
    height: 81px;
    width: 1026px;
    background-image: url(../images/header.png);
    background-position: bottom;
    font-family: helvetica, arial, sans-serif;
    font-weight: 300;
    line-height: 2;
    font-size: 17px;
}
#header02 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 840px;
	position: relative;
	top: -10px;
}
#header02 a {
	display: block;
	padding: 0 3px;
}
#header02 li {
	float: left;
	border-bottom: solid 10px #d41e49;
	padding-right: 33px;
}
#header02 li ul {
	display: none;
}
#header02 ul#header_nav li ul li {
	padding-right: 0;
	position: relative;
	z-index: 65;
}
#header02 li:hover ul {
    background-color: #d41e49;
	display: block;
	width: 150px;
	padding: 8px 4px 0 4px;
	border-bottom: none;
	position: absolute;
	top: 34px;
	font-size: .7em;
	line-height: 1em;
}
#header02 li:hover ul a {
	text-align: left;
	margin-bottom: 1px;
	width: 142px;
}
#header02 li:hover ul a:hover {
	color: white;
}
#header02 ul#header_nav {
	margin-left: 135px;
	position: relative;
	z-index: 65;
}
.clear_head {
	clear: left;
}
#header02 a {
    color: black;
    text-decoration: none;
}
#header02 a:hover,
#about #header02 a.about,
#programs #header02 a.programs,
#science #header02 a.science,
#multi #header02 a.multi {
    color: black;
}
#header02 a:active {
    color: gray;
}
#header02 ul#header_nav li span.menu_sub {
	font-weight:bold;
	padding-left: 3px;
}
#header02 ul#header_nav li.list_sub {
	padding-left: 6px;
}
#header02 ul#header_nav li ul li a strong {
	font-weight: bold;
}
#contact {
	padding-top: 30px;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
    text-indent: 141px;
}
#header03 {
	position: absolute;
	top: 175px;
	left: 135px;
	font-family: helvetica, arial, sans-serif;
	color: gray;
	z-index: 61;
}
#header03 p {
	font-size: 28px;
}
#header04 {
	position: absolute;
	top: 175px;
	right: 58px;
	font-family: helvetica, arial, sans-serif;
	z-index: 61;
}
#header04 a {
	text-decoration: none;
	color: gray;
}
#header04 a:hover {
	color: #d41e49;
}
/*
	MAIN CONTAINERS
*/
#bodycontainer {
    margin: 0 auto 130px;
    width: 1026px;
    min-height: 531px;
    padding-top: 15px;
    overflow: auto;
    background: url(../images/body.png) top;
    background-repeat: no-repeat;
}
#leftside {
	margin: 0 auto;
	width: 282px; /* Images in this sidebar cannot be wider than 282px */
	float:left;
	padding-left: 69px;
	position: relative;
	z-index: 1;
}
.sideimg {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: solid 10px #d41e49;
	border-bottom: solid 1px black;
}
.changer img {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: solid 10px #d41e49;
	border-bottom: solid 1px black;
}
#rightmain {
	margin: 0 auto;
	width: 581px;
	float: left;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 64px;
	overflow: hidden;
}
/*
	TYPOGRAPHY
*/
h2 {
	font-family: helvetica, arial, sans-serif;
	font-weight: 800;
	font-size: 36px;
	color: #d41e49;
	text-shadow: -2px 2px 2px #d4d4d4;
	padding-bottom: 15px;
}
h3 {
	font-family: helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: 200;	
	padding-bottom: 15px;
	line-height: 1.4em;
}
h4 {
	font-family: helvetica, arial, sans-serif;
	font-size: 28px;
	height: 45px;
	width: 400px;
	font-weight: 200;
	line-height: 1.5;
	margin: 15px 0 20px 10px;
	padding: 3px 10px 0;
	background-color: rgba(150,150,150,0.55);
	background-image: url(../images/button.png);
	background-repeat: repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/* border-radius: 20px; */
	border: solid 2px rgba(150,150,150,0.75);
	-webkit-box-shadow: -3px 3px 4px #808080;
	-moz-box-shadow: -3px 3px 4px #808080;
}
h4 a {
	display: block;
	text-decoration: none;
	color: black;
}
h4 a:hover {
	color: #d41e49;
}
h5 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.4;
	word-spacing: 2px;
}
ul.reglist li {
	list-style: disc;
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
	line-height: 1.4;
	word-spacing: 2px;
	padding-bottom: 8px;
	margin-left: 20px;
}
p, ul#plist li {
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
	line-height: 1.4;
	word-spacing: 2px;
	padding-bottom: 15px;
}
ul.loclist {
	margin-bottom: 20px;
}
ul.loclist li {
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
	line-height: 1.4;
	word-spacing: 2px;
}
a, h3 a, p a {
	text-decoration: none;
	color: #d41e49;
}
a:hover, h3 a:hover, p a:hover {
	color: #203D8B;
}
a:active, h3 a:active, p a:active {
	color: gray;
}
.tab {
	margin-top: 0;
	margin-left: 15px; 
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 45px;
	font-size: 12px;
	line-height: 1.4;
	background: url(../images/tab_bot.png) bottom left;
	background-repeat: no-repeat;
}
/*
	FOOTER
*/
#footercontainer {
    width: 100%;
    height: 100px;
    padding-bottom: 8px;
    position: relative;
}
#footbar {
    margin: 0 auto;
    width: 970px;
    height: 10px;
    background-color: #d41e49;
    clear: both;
}
#footer {
    margin: 0 auto;
    width: 970px;
    font-family: helvetica, arial, sans-serif;
    font-size: 10px;
    overflow: auto;
    border-bottom: 1px solid black;
}
#footleft {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}
#footright {
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
}
#footer a {
	text-decoration: none;
	color: #d41e49;
}
#social {
	width: 970px;
	margin: 0 auto;
}
#social ul li a {
	display: block;
	width: 75px;
	height: 65px;
	float: left;
	padding-right: 1px;
	text-indent: -900000px;
}
li#facebook a {
	background-image: url(../images/facebook.png);
	margin-right: -12px;
}
li#twitter a {
	background-image: url(../images/twitter.png);
	margin-right: -12px;
}
li#youtube a {
	background-image: url(../images/youtube.png);
	margin-right: -12px;
}
#refer_gift {
	position: absolute;
	right: 32px;
	top: 46px;
	z-index: 101;
}
#refer_gift li {
	font-size: 16px;
	float: right;
	margin-left: 5px;
}
#refer_gift ul li a {
	font-size: 16px;
}
#refer_gift li a {
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #d41e49;
}
/*
	ARTICLES
*/
h2#articles {
	font-size: 24px;
	color: black;
}
ul#article_list li {
	list-style: disc;
	margin-bottom: 15px;
	margin-left: 16px;
}
ul#article_list li a{
	font-family: Helvetica, arial, sans-serif;
	font-weight: 600;
	text-decoration: none;
	color: #d41e49;
}
ul#article_list li a:hover, 
.story01 ul#article_list li a#article01, 
.story02 ul#article_list li a#article02, 
.story03 ul#article_list li a#article03, 
.story04 ul#article_list li a#article04, 
.story05 ul#article_list li a#article05, 
.story06 ul#article_list li a#article06 {
	color: gray;
}
/*
	TABLES
*/
table caption {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-bottom: 8px;
	border-bottom: solid 1px black;
}
table tbody tr th {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
}
table tbody tr td {
	font-family: helvetica, arial, sans-serif;
	text-align: left;
	padding-bottom: 5px;
	font-size: .9em;
}
table {
	width: 550px;
	border: 0; 
	margin-bottom: 20px;
}
/*
	VIDEO
*/
#welcome_vid {
	margin: 0 auto 20px;
	padding: 20px;
	font-family: helvetica, arial, sans-serif;
	width: 880px;
	min-height: 256px;
	background-color: rgba(150,150,150,0.55);
	background-image: url(../images/button.png);
	background-repeat: repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/* border-radius: 20px; */
	border: solid 2px rgba(150,150,150,0.75);
	-webkit-box-shadow: -3px 3px 4px #808080;
	-moz-box-shadow: -3px 3px 4px #808080;
}
#welcome_vid h2 {
	margin-left: 340px;
	font-family: helvetica, arial, sans-serif;
	font-weight: 800;
	font-size: 36px;
	color: gray;
	text-shadow: -2px 2px 2px #d4d4d4;
	padding-bottom: 15px;
}
#welcome_vid object, #welcome_vid embed {
	float: left;
	border: solid 2px rgba(150,150,150,0.75);
	-webkit-box-shadow: -3px 3px 4px #808080;
	-moz-box-shadow: -3px 3px 4px #808080;
}
#welcome_vid p {
	margin-left: 340px;
}
.clear {
	clear: both;
}
/*
	OLD FORMS
*/
form {
	font-family: helvetica, arial, sans-serif;
}
legend {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
}
label, fieldset dl dd {
	font-size: 14px;
	margin-bottom: 5px;
}
input, select, textarea {
	margin-bottom: 14px;
}
/*
	PAYPAL
*/
.paypal {
	float: left;
	width: 140px;
	margin-right: 50px;
}