﻿/*
color0= CE0000
color1= 000063
color2= 5A79A5
color3= 9CAAC6
color4= DEE7EF
*/


@import url(layout.css);
body {
	margin: 0px;
	background-color: #5A79A5;
/*	font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;
	padding: 0px;
}
/* Styles for DIV tags */
#container {
/*	border-right: 5px solid #000063;
	border-left: 5px solid #000063;
	border-bottom: 5px solid #000063;
*/
	background-color: #000063;
}
#masthead {
	background-color: #CF261F;
/*	font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: tahoma,"trebuchet ms",helvetica,arial,sans-serif;
}
#navigation {
	background-color: #000063;
	text-align: center;
}
#content_container {
	background-color:#FFFFFF;
	padding: 0px;
	background-image: url(../images/STEMCollage1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
#column_left {
	float: left;
	background-color:#FFFFFF;
	line-height:2.5ex
}
#column_right {
/*
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: scroll;
*/
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	background-color: #F9F9EC;
	color: #000063;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
.clearAll {
	clear: both;
}

/* Styles for Masthead */
#masthead h1 {
	color: #FFFFFF;
	font-size: 3.2em;
	text-align: center;
}
#masthead h3 {
	color: #FFFFFF;
	font-style: italic;
	font-size: 1.4em;
	text-align: center;
}
#masthead a {
	color: #000000;
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	border-width: 0px 1px 1px 1px;
	border-style: dotted;
	border-color: #000063;
	display: block;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000063;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #000063;
}
/* Styles for Right Column */
#column_right h4 {
	margin-top: 0px;
}
#column_right p {
	color: #000000;
	margin-top: 0px;
	font-size: 0.9em;
}
.column_right_gray_box {
	border-width: medium;
	border-style: groove;
	border-color: #5A79A5;
	text-align: center;
	background-color: #9CAAC6;	
}
.column_right_yellow_box {
	border-width: medium;
	border-style: groove;
	border-color: #5A79A5;
	text-align: center;
	background-color: #FFFF66;
}
.column_right_green_box {
	border-width: medium;
	border-style: groove;
	border-color: #5A79A5;
	text-align: center;
	background-color: #66FF66;
}
.column_right_clear_box {
	border-width: medium;
	border-style: groove;
	border-color: #5A79A5;
	text-align: center;
	background-color: transparent;
}
.column_right_link_box {
	border-width: medium;
	border-style: groove;
	border-color: #5A79A5;
	text-align: left;
	line-height:2.5ex;
	background-color: #FFFF66;
}
.column_right_link_box h4 {
	color: #000000;
}
.column_right_link_box a {
	color: #6A6AB4;
}
.column_right_link_box a:hover {
	background-color: #DEE7EF;
}
.column_right_featured_box {
	border-width: medium;
	border-style: groove;
	border-color: #5A79A5;
	text-align: center;
	background-color: #CE3333;
}
.column_right_featured_box h4 {
	color: white;
	font-size: large;
	font-weight: bold;
}
.column_right_featured_box a {
	color:white;
}
.column_right_featured_box a:hover {
	background-color: #DEE7EF;
	color:black;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #000000;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #444444;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #666666;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #777777;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #6A6AB4;
}
a:hover {
	background-color: #DEE7EF;
}
/* Styles for Sponsors Banner */
#sponsors_banner {
	background-color: #cE3333;
}
#sponsors_banner p {
	text-align: center;
}
#sponsors_banner a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
#sponsors_banner a:hover {
	text-decoration: none;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: .75em;
	text-align: left;
}
#footer a {
	color: #555555;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#ft_copyright {
	float: right;
	text-align: right;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_center {
	text-align: center;
}
.style_indent {
	margin-left: 40px;
}

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url('../images/pdficon_small.gif') no-repeat center right;
}
a[href $='.zip'] { 
   padding-right: 18px;
   background: transparent url('../images/winzip-icon.gif') no-repeat center right;
}

#nhsee_link 
{
   width: 100px;
   background: url(../images/NHSEE_background.png) no-repeat left; 
   padding-top: 0;
   height: 40px;
}

