/**********************************

Reset Styles for all browsers

***********************************/
	
body, p, blockquote {
	margin: 0;
	padding: 0;
	}

a img, iframe { border: none; }
	
/* Headers
------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
	
/* Lists
------------------------------*/
	
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
	}
	
/* Links
------------------------------*/

a, a:link {}
a:visited {}
a:hover {}
a:active {}

/* Forms
------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
	}
	
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
	}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
	}
	
select { padding: 0; }

/**********************************

Core Styles

***********************************/

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
background-color: #fff;
text-align: center;
}

/* Container
------------------------------*/

#container {
width: 700px;
display: table;
background: url(../images/bg.gif) repeat-y;
text-align: left;
margin: 0px auto;
margin-top: 15px;
margin-bottom: 15px;}

/* Header
------------------------------*/

/*#header {
display: block;
width: 700px;
height: 100px;
}*/

/* Logo
------------------------------*/

#logo {
float: left;
display: block;
width: 460px;
height: 118px;
background: url(../images/logo.gif) no-repeat;
}

#logo h1,
#logo h1 a {
display: block;
width: 460px;
height: 118px;
text-decoration: none;
}

#logo h1 a span {
visibility: hidden;
}

/* Menu
------------------------------*/

#menu {
float: left;
display: block;
width: 239px;
position: relative;
margin-left: 1px;
border-top: 1px solid #ccc;
}

#menu ul {
width: 239px;
height: 118px;
background: url(../images/menu.gif) no-repeat;
margin: 0px;
}

#menu ul li {
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
}

#menu ul li a {
display: block;
text-decoration: none;
}

#menu ul li a span {
visibility: hidden;
}

#menu #home, #menu #home a {left: 0px; top: 6px; width: 239px; height: 18px;}
#menu #about, #menu #about a {left: 0px; top: 24px; width: 239px; height: 18px;}
#menu #projects, #menu #projects a {left: 0px; top: 42px; width: 239px; height: 18px;}
#menu #resources, #menu #resources a {left: 0px; top: 60px; width: 239px; height: 18px;}
#menu #contact, #menu #contact a {left: 0px; top: 78px; width: 239px; height: 18px;}
#menu #links, #menu #links a {left: 0px; top: 96px; width: 239px; height: 18px;}

#menu #home a:hover {background: transparent url(../images/menu.gif) 0px -124px no-repeat;}
#menu #about a:hover {background: transparent url(../images/menu.gif) 0px -142px no-repeat;}
#menu #projects a:hover {background: transparent url(../images/menu.gif) 0px -160px no-repeat;}
#menu #resources a:hover {background: transparent url(../images/menu.gif) 0px -178px no-repeat;}
#menu #contact a:hover {background: transparent url(../images/menu.gif) 0px -196px no-repeat;}
#menu #links a:hover {background: transparent url(../images/menu.gif) 0px -214px no-repeat;}

/* Subhead
------------------------------*/

#subhead {
clear: both;
width: 700px;
height: 240px;
}

#subhead-pic {
float: left;
}

#subhead-tag {
float: left;
width: 240px;
height: 240px;
/*background-color: #bd0714;*/
background: url(../images/sht-1.gif) #bd0714 no-repeat;
}

#subhead-tag p {
visibility: hidden;
}

/* Content
------------------------------*/

#content {
clear: both;
width: 700px;
}

/* Main
------------------------------*/

#main {
float: left;
width: 460px;
padding-bottom: 30px;
}

#main h2 {
display: block;
width: 460px;
height: 40px;
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
}

#main h2 span {
visibility: hidden;
}

#main h3 {
font-size: 0.9em;
line-height: 1.6em;
}

#main h4 {
font-size: 0.85em;
line-height: 1.4em;
}

#main .staff {
height: 153px;
border-bottom: 1px solid #ccc;
margin: 10px 0 30px 0;
}

#main .staff img {
/*float: left;*/
border: 2px solid #ccc;
margin: 0 10px 0 0;
}

#main .staff h4 {
padding-top: 100px;
}

#main p {
/*width: 450px;*/
font-size: 0.85em;
line-height: 1.4em;
margin-bottom: 15px;
margin-right: 10px;text-align: justify;
}

#main p a {
font-weight: normal;
color: #133f88;
}

#main p a:hover {
text-decoration: none;
}

#main .staff p {
margin-bottom: 0;
}

#main ol {
margin-left: 20px;
margin-right: 15px;
}

#main ol li {
font-size: 0.85em;
line-height: 1.4em;
text-align: justify;
list-style-type: decimal;list-style-position: outside;
margin-left: 5px;
margin-bottom: 15px;
}

#main ul {
margin-left: 20px;
margin-right: 15px;
}

#main ul li {
font-size: 0.85em;
line-height: 1.4em;
text-align: justify;
list-style-type: square;list-style-position: outside;
margin-left: 5px;
margin-bottom: 15px;
}

#main ul li a {
color: #133f88;
}

#main ul li a:hover {
text-decoration: none;
}

#main ul#linklist {
margin-bottom: 14px;
margin-top: 0;
margin-left: 0px;
}

#main ul#linklist li {
font-size: 0.85em;
/*line-height: 1.8em;*/list-style-type: square;list-style-position: inside;
margin-left: 5px;
margin-bottom: 5px;
}

#main ul#linklist li a {
color: #133f88;
}

#main ul#linklist li a:hover {
text-decoration: none;
}

#main .bodypic {
float: right;
display: block;
width: 154px;
height: 117px;
margin: 0 10px 10px 10px;
}

#main .bodypic a {
display: block;
width: 150px;
height: 113px;
border: 2px solid #ccc;
}

#main .bodypic a#kepler-1 {
background: url(../images/kepler-1.jpg) 0px 0px no-repeat;
}

#main .bodypic a#kepler-1:hover {
background: url(../images/kepler-1.jpg) 0px -113px no-repeat;
}

#main .bodypic a#kepler-2 {
background: url(../images/kepler-2.jpg) 0px 0px no-repeat;
}

#main .bodypic a#kepler-2:hover {
background: url(../images/kepler-2.jpg) 0px -113px no-repeat;
}

#main .bodypic a#kepler-3 {
background: url(../images/kepler-3.jpg) 0px 0px no-repeat;
}

#main .bodypic a#kepler-3:hover {
background: url(../images/kepler-3.jpg) 0px -113px no-repeat;
}

#main .bodypic a#kepler-4 {
background: url(../images/kepler-4.jpg) 0px 0px no-repeat;
}

#main .bodypic a#kepler-4:hover {
background: url(../images/kepler-4.jpg) 0px -113px no-repeat;
}

#main .bodypic a#talon7 {
background: url(../images/talon7.jpg) 0px 0px no-repeat;
}

#main .bodypic a#talon7:hover {
background: url(../images/talon7.jpg) 0px -113px no-repeat;
}

#main .bodypic a#juniorhigh {
background: url(../images/juniorhigh.jpg) 0px 0px no-repeat;
}

#main .bodypic a#juniorhigh:hover {
background: url(../images/juniorhigh.jpg) 0px -113px no-repeat;
}

#aboutpg #main h2 {
background: url(../images/h-about.gif) no-repeat;
}

#resourcespg #main h2 {
background: url(../images/h-resources.gif) no-repeat;
}

#projectspg #main h2 {
background: url(../images/h-projects.gif) no-repeat;
}

#contactpg #main h2 {
background: url(../images/h-contact.gif) no-repeat;
}

#linkspg #main h2 {
background: url(../images/h-links.gif) no-repeat;
}

/* Projects Feature
------------------------------*/

#projects-feature h2 {
background: url(../images/h-projects.gif) no-repeat;
}

#projects-feature img {
float: right;
margin: 0 10px 10px 10px;
border: 1px solid #000;
}

/* Resources Feature
------------------------------*/

#resources-feature {
clear: right;
}

#resources-feature h2 {
background: url(../images/h-resources.gif) no-repeat;
}

#resources-feature img {
float: left;
margin: 0px 10px 10px 0px;
border: 1px solid #000;
}

#projects-feature p,
#resources-feature p {
text-align: left;
}

/* Sidebar
------------------------------*/

#sidebar {
float: left;
width: 240px;
}

#sidebar h2 {
display: block;
width: 240px;
height: 40px;
background: url(../images/h-contact-side.gif) no-repeat;
margin-bottom: 0px;
}

#sidebar h2 span {
visibility: hidden;
}

#sidebar p {
font-size: 0.8em;
color: #666;
margin-left: 11px;
line-height: 1.3em;
margin-bottom: 15px;
}

#sidebar p a {
color: #666;
}

#sidebar p a:hover {
color: #000;
text-decoration: none;
}

#sidebar .sidepic {
float: left;
display: block;
width: 154px;
height: 117px;
margin: 0 10px 10px 10px;
}

#sidebar .sidepic a {
display: block;
width: 150px;
height: 113px;
border: 2px solid #ccc;
}

#sidebar .sidepic a#kepler-1 {
background: url(../images/kepler-1.jpg) 0px 0px no-repeat;
}

#sidebar .sidepic a#kepler-1:hover {
background: url(../images/kepler-1.jpg) 0px -113px no-repeat;
}

/* Footer
------------------------------*/

#footer {
clear: both;
width: 700px;
border-top: 1px solid #ccc;
}

#footer p {
width: 450px;
font-size: 0.8em;
line-height: 1.4em;
color: #666;
text-align: right;
margin: 5px 0;
}

#footer p a {
color: #666;
text-decoration: none;
}

#footer p a:hover {
color: #000;
text-decoration: underline;
}

/* Thickbox
------------------------------*/


*{padding: 0; margin: 0;}

html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#ffecc7;
	border-bottom: 1px solid #ffcb05;
	height:30px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	border:none;
	clear:both;
}