@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	margin:0;
	padding:0;
}

/*This begins the styling of the Menu bar at the top of the screen*/
#nav {
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
	font-size:12px;
}

#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	background:#53595a;
	color:#fff;
	width:960px;
	position:relative;
	z-index:597;
	float:left;
	display:inline-table;
	
}

#nav li {
	list-style:none;
	margin:0;
	padding:0;
	background:#53595a;
	color:#fff;
	float:left;
	line-height:30px;
	vertical-align:middle;
	zoom:1;
	width:159px;
	border-left:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#nav li.left {
	list-style:none;
	margin:0;
	padding-top:2px;
	padding-bottom:2px;
	background:#53595a;
	color:#fff;
	float:left;
	line-height:13px;
	vertical-align:middle;
	zoom:1;
	width:158px;
	border-left:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#nav li.right {
	list-style:none;
	margin:0;
	padding:0;
	background:#53595a;
	color:#fff;
	float:left;
	line-height:30px;
	vertical-align:middle;
	zoom:1;
	width:159px;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}

#nav li:hover {
	position:relative;
	z-index:599;
	cursor:default;
	background:#800000;
}

#nav li:hover > ul {
	visibility:visible;
}

#nav a {
	display:block;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	text-align:center;
}

/*This begins the styling of the web pages*/
body {
	background:#FFF;
	font-size:12px;
	font-family:Verdana, Helvetica, sans-serif;
	padding-bottom:30px;
}
a {
	color:#000;
}

a:hover {
	color:#900;
	text-decoration:none
}
#background1 {
	background:#fff;
	width:100%;
}
#background2 {
	background:#87999f;
	width:100%;
}

/*Wrapper Divs*/
#pagewrapper{
	background-color:#fff;
	width: 960px;
	margin:0 auto;
	position:relative;
	z-index:1;
}
#pagewrapperi{
	background-color:#375D74;
	width: 960px;
	margin:0 auto;
	position:relative;
	z-index:5;
}
#pagewrapperi2{
	background-color:#FFF;
	width: 960px;
	margin:0 auto;
	position:relative;
	z-index:5;
}
#pagewrapperi2b{
	background-color:#dfdfdf;
	width: 960px;
	margin:0 auto;
	position:relative;
	z-index:1;
}
/*Menu Bars*/
#menuBar1 {
    height: 30px;
    background-color:#666666;

	border-bottom:1px solid #FFF;
}
#menuBar2 {
	margin-top:338px;
    height: 4px;

    background-color:#666666;	
}
#menuBar2i {
	margin-top:00px;
    height: 4px;
    background-color:#666666;	
}
#menuBar3 {
	margin-top:0px;
    height: 8px;
    background-color:#FFF;	
}
#menuBar3i {
	margin-top:0px;
    height: 8px;
    background-color:#633;
}
#menuBar4 {
    height: 8px;
    background-color:#FFF;
	width:50%;
	position:relative;
	left:0;
}
#menuBar4i {
    height: 8px;
    background-color:#f0f0f0;
	width:50%;
	position:relative;
	left:0;
}
#menuBar4a {
    height: 8px;
    background-color:#fff;
	width:600px;
	float:left;
}
#menuBar5 {
    height:30px;
    background-color:#666;
	position:relative;
	opacity:.2;
}
/*Main Content Box Home Page*/
h5{
	color:#666;
	font-weight:bold;
	font-size:14px;
	line-height:25px;
}
h4{
	color:#000;
	font-weight:bold;
	font-size:14px;
	line-height:25px;
}
#box1 {
	z-index:2;
	width: 960px;
    background-color:#f0f0f0;
	position:relative;
	line-height:16px;
	
}
ul{
	padding-left:30px;
}
ul.whitearrow{
	padding-left:30px;
	list-style-image:url(images/bullet1.fw.png);
}
ul.blackarrow{
	padding-left:30px;
	list-style-image:url(images/bullet2.fw.png);
}
ul.whitetag{
	padding-left:30px;
	list-style-image:url(images/bullet3.fw.png);
}
ul.blacktag{
	padding-left:30px;
	list-style-image:url(images/bullet4.fw.png);
}
ul.circle{
	padding-left:30px;
}

li.hms{
	list-style-image:url(images/bullethms.fw.png);
}
li.hu{
	list-style-image:url(images/bulletharvard.fw.png);
}
li.res{
	list-style-image:url(images/bulletresinst.fw.png);
}
li.oth{
	list-style-image:url(images/bulletother.fw.png);
}
li.hos{
	list-style-image:url(images/bullethosp.fw.png);
}
#box1a {
	top:-8px;
	width: 589px;
    background-color:#f0f0f0;
	position:relative;
	height:8px;
	float:left;
}
#box1ai {
	top:-8px;
	width: 600px;
    background-color:#f0f0f0;
	position:relative;
	height:8px;
	float:left;
}


/*Left Content Box - HOMEPAGE ONLY*/
#box2 {
	width: 375px;
    background-color:#FFF;
	position:relative;
	line-height:16px;
	padding-top:25px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:20px;
	float:left;
}
#box2 h1 {
	font-size:20px;
	padding-bottom:8px;
	color:#666;
}
#box2 p {
	font-size:12px;
}
#box2 hr {

	border:1px solid #990000;
}

#box2 .line {
	height: 1px;
    background-color:#990000;
	width:375px;
	float:left;
}
#box2 img{
	padding-bottom:2px;
}
#box2head {
	width;375px;
	height:200px;
	background-image:url(../bbs/images/Dymecki_Susan3.jpg);
	
}

#box2head p {
	padding-top:40px;
	padding-left:150px;
	padding-right:20px;
	font-size:14px;
	color:#FFF;
}


/*Left 2nd Content Box - HOMEPAGE ONLY*/
#box2a {
	width: 230px;
	background-color: #FFF;
	position: relative;
	line-height: 16px;
	padding-top: 24px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 20px;
	float: left;
}
#box2a h1 {
	font-size:20px;
	padding-bottom:8px;
	color:#666;
}
#box2a p {
	font-size:12px;
}
#box2a hr {

	border:1px solid #990000;
}
#box2a .line {
	height: 1px;
    background-color:#990000;
	width:232px;
	float:left;
}
#box2a img{
	margin-right:5px;	

}

#smallbox {
	width: 180px;
	background-color: #DFDFDF;
	position: relative;
	line-height: 16px;
	padding-top: 24px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
}
/*Left Content Box - INTERIOR PAGES ONLY*/
#box2i {
	width: 750px;
	background-color:#666666;
	position:relative;
	line-height:16px;
	float:left;
	z-index:10;
}
#box2ia {
	width: 960px;
	background-color:#666666;
	position:relative;
	line-height:16px;
	float:left;
	z-index:10;
}

#box2ii {
	width:960px;
    background-color:#666666;
	position:relative;
	line-height:16px;
	padding-left:20px;
	padding-top:20px;
	float:left;
	z-index:3;
}

#box2i p {
	padding-left:0px;
}
#box2il {
	width: 190px;
	position:relative;
	line-height:16px;
	float:left;
	z-index:3;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
}


#box2il h6{
	color:#FFF;
	font-weight:bold;
	line-height:25px;
}

#box2ir {
	width: 520px;
	background-color:#fff;
	position:relative;
	line-height:16px;
	float:right;
	z-index:10;
	margin-bottom:0px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:10px;
	padding-left:10px;
}
#box2ira {
	width: 730px;
	background-color:#fff;
	position:relative;
	line-height:16px;
	float:right;
	z-index:10;
	margin-bottom:0px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:10px;
	padding-left:10px;
}

#box2iir {
	width: 645px;
    background-color:#f0f0f0;
	position:relative;
	line-height:16px;
	float:right;
	z-index:3;
	margin-bottom:0px;
	padding-right:15px;
}

.datebox{
	width: 55px;
	height:50px;
    background-color:#87999f;
	opacity:.75;
	position:relative;
	line-height:21px;
	float:left;
	z-index:3;
	margin-right:10px;
	margin-bottom:10px;
	padding-top:5px;
	color:#fff;
}
#box2il hr{
	border:1px solid #666;
}
#box2il a{
	text-decoration:none;
	font-size:13px;
	padding-left:0px;
	color:#fff;
}
#box2il p{
	padding-top:3px;
	padding-bottom:3px;
	color:#fff;
}
#box2il a:hover{
	text-decoration:underline;
	color:#fff;
}
#box2i h1 {
	font-size:18px;
	padding-bottom:8px;
}
#box2il h1{
	font-size:14px;
	padding-bottom:6px;
	text-align:center;
}
#box2i h2 {
	font-size:12px;
	padding-left:0px;
}
#box2ir h3{
	font-size:16px;
	padding-bottom:8px;
	color:#5e111e;
	font-weight:100;
}
#box2i h3{
	font-size:16px;
	padding-bottom:8px;
	color:#5e111e;
	font-weight:100;
}
#box2i td{
	vertical-align:top;
}

#box2i ol{
	padding-left:30px;
}
#box2i h4
{
	font-weight:100;
	font-size:16px;
	padding-bottom:4px;
	padding-top:2px;
	color:#900;
}

.table1 tr{
	border:1px solid #999;
}
.table1 td{
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #999;
	border-left:1px solid #999;
}

/*Left and Right Boxes for Left Content - INTERIOR PAGES ONLY*/


/*Right Content Box - HOMEPAGE ONLY*/
#box3 {
	width:291px;
    background-color:#DFDFDF;
	position:relative;
	line-height:16px;
	float:right;
	z-index:4;
	padding-top:25px;
	padding-top:3px;
	
}
#box3 .datebox{
	width: 70px;
	height:50px;
    background-color:#375d74;
	
	position:relative;
	line-height:21px;
	float:left;
	z-index:3;
	margin-right:10px;
	margin-bottom:10px;
	padding-top:7px;
	padding-bottom:9px;
	color:#fff;
}

#box3 .datefont {
	font-size:24px;
	line-height:26px;
}
#box3 h1 {
	font-size:20px;
	color:#666666;
	padding-bottom:10px;
}
#box3 h2 {
	font-size:16px;
	font-weight:normal;
	color:#990000;
	padding-bottom:10px;
}
#box3 h3 {
	font-size:14px;
	font-weight:100;
	color:#666;
}
#box3 hr {
	border:1px solid #666;
}
#box3 .line {
	height: 1px;
    background-color:#990000;
	width:311px;
	float:left;
}
#box3 .line2 {
	height: 1px;
    background-color:#990000;
	width:271px;
	float:left;
}
#box3 .bar2{
	width:271px;
	height:1px;
	background-color:#666666;
	margin-top:8px;
	margin-bottom:10px;
}
#box3 .bar3{
	width:271px;
	height:1px;
	background-color:#666;
	margin-top:5px;
}
#box3 .bar4{
	width:271px;
	height:2px;
	background-color:#666;
	margin-top:5px;
}
/*Right Content Box - INTERIOR PAGES ONLY*/
#box3i {
	width: 205px;
    background-color:#dfdfdf;
	position:relative;
	line-height:16px;
	float:right;
	z-index:5;
}
#box3i h1 {
	font-size:18px;
	color:#600;
	line-height:22px;
}
#box3i p {
	font-size:12px;
}
#box3i h2 {
	font-size:14px;
	font-weight:bold;
	color:#900;
	padding-bottom:3px;
}
#box3i .bar2{
	width:190px;
	height:4px;
	background-color:#900;
	margin-top:8px;
	margin-bottom:10px;
}
#box3i .bar3{
	width:190px;
	height:1px;
	background-color:#600;
	margin-top:1px;
}
#box3i .bar4{
	width:190px;
	height:2px;
	background-color:#666;
	margin-top:5px;
}
#box3i hr {
	border:1px solid #666;
}

#box3i ol{
	padding-left:20px;
	list-style-type:decimal;
}

#content {
	padding-right:10px;
	padding-left:10px;
	padding-top:20px;

}
#content img{
	padding:2px;
	background-color:#fff;
}

/*Upper Right Links Section - ALL PAGES*/
#upperright{
	background-color:#fff;
	width: 960px;
	text-align:right;
	font-size:10px;
	padding-top:7px;
	font-weight:bold;
	height:20px;
}

#upperright p {
	padding-right:5px;
	color:#636252;
}

#upperright a:link{
	color:#636252;
	text-decoration:none;
}

#upperright a:hover{
	color:#900;
	text-decoration:none;
}

#upperright .bar{
	background-color:#fff;
	height:3px;
	margin-top:7px;
	opacity:.75;
}
/*Banner - ALL PAGES*/
#banner {
	width:960px;
	height:90px;
	position:relative;
}
#banner.ie7 {
	width:960px;
	height:90px;
}
#banner.ie8 {
	width:960px;
	height:90px;
}
#banner.ie6 {
	width:960px;
	height:95px;
}
#banner.ie9 {
	width:960px;
	height:90px;
}
#banner img {
	border-style:none;
	padding:0px;
	display:block;
}
#banner img.slide {
	border-top:1px solid #fff;	
}
#banner a{
	border-style:none;	
	padding:0px;
}
/*Page Titles - INTERIOR PAGES ONLY*/
#screentitleout {
	width:960px;
	background-color:#fff;
	height:165px;
	position:relative;
	z-index:6;
	border:0;
}
#screentitleouti {
	width:960px;
	background-color:#fff;
	height:55px;
	position:relative;
	z-index:7;
	border:0;
}

#screentitle {
	width:960px;
	height:55px;
	bottom:0px;
	position:absolute;
	z-index:8;
}
#screentitle p {
	font-size:24px;
	color:#fff;
	padding-top:15px;
	padding-left:25px;
	font-weight:normal;
}
/*Footer - HOMEPAGE ONLY*/
#footer {
	width:960px;
	bottom:0;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	margin-top:-30px;
	background-color:#DFDFDF;
	height:30px;
	padding-bottom:0px;
	font-size:10px;
}
#footer a:hover {
	color:#663333;
}
#footlefth {
	width:300px;
	float:left;
}
#footerlefth p {
	padding-top:5px;
}
#footrighth {
	width:331px;
	margin-right:0px;
	float:right;
	padding-top:5px;
	padding-bottom:3px;
	padding-right:0px;
	background-color:#DFDFDF;
}
#footrighthr{
	width:40px;
	float:right;
	padding-right:0px;
}
#footrighthl {
	width:290px;
	float:left;
	padding-right:0px;
}
#footrighthl p{
	padding-top:3px;
	color:#000;
	font-size:10px;
}
/*Footer - INTERIOR PAGES ONLY*/
#footeri {
	width:960px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	margin-top:-30px;
	background-color:#DFDFDF;
	height:30px;
	padding-bottom:0px;
	font-size:11px;
}
#footleft {
	padding-top:7px;
	width:715px;
	float:left;
}
#footerleft p {
	padding-top:5px;
	
}
#footright {
	padding-top:0px;
	width:240px;
	float:right;
}
#footrightr{
	width:40px;
	float:right;
	padding-top:5px;
}
#footrightl {
	width:195px;
	float:left;
	padding-top:2px;
	font-size:10px;
	padding-right:5px;
}

#footrightl p {
	padding-top:0px;
	font-size:10px;
}
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	background-color:#fff;
}
/* This class will indented all text addition pixels to the left */
.indented {
	padding-left:15px;
}
