@import 'reset.css';
/* @import 'typography.css'; */
/* @import 'forms.css'; */
@import 'clearfix.css';


html, body { height: 100%; }
/*html {-webkit-text-size-adjust:none}*/

body {
	background: #f6f2f1;
	font: normal 62.5%/1.8 "Helvetica Neue", Helvetica, Arial, Verdana;
	margin:0;
	padding:0;
	color: #333;
	}

html>body {
	font-size:10px;
	}

a, a:link, a:visited, a:active, a:hover { text-decoration:none; color: #222;}

/* ----- PAGE LAYOUT / WRAPPERS ----- */

#outerwrapper {
	position:relative;
	height: auto !important;
	height:100%;
	min-height:100%;
	width:100em;
	margin:0 auto;
	padding:0 10px;
	background:#fff;
	}
	
#edgeL {
	position:absolute;
	bottom:0;
	left:0;
	width:10px;
	height:100%;
	background: url('background-left-small.png') repeat-y 0 0;
	}
#edgeR {
	position:absolute;
	bottom:0;
	right:-1px;
	width:10px;
	height:100%;
	background: url('background-right-small.png') repeat-y 0 0;
	}

* html #edgeR, * html #edgeL { height:1000em; }

em {
	font-style:italic;
	}


	
hr {
	background: #ccc;
	width: 100%;
	margin:-.1em 0;
	color: #ccc;
	border: 0;
	height: 1px;
	clear: both;
}

.highlighted {
	color:#990000;
	}

#content {
	padding-bottom:200px;
	/*background: #ccc url('underline.gif') repeat;*/
	}

/* ----- FORMS ----- */

input {
	background: #fff;
	vertical-align: middle;
	border:1px solid #ccc;
	padding:3px;
	}
input.button {
	background:#e3e3e3;
	font-size:1.2em;
	padding:6px 7px 5px 7px;
	}

input#username {
	width:364px;
	padding:7px;
	margin:0 0 10px 0;
	background:#fff;
	}
input#password {
	width:250px;
	padding:7px;
	float:left;
	background:#fff;
	}
input#loginbutton {
	font-size:1.0em;
	width:90px;
	padding:8px 7px 7px 7px;
	margin:0;
	float:right;
	background:#f1f1f1;
	height:32px;
	}
input.login {
	width: 100px;
	height: 25px;
	margin: 3px 0 10px 0;
	border: 0;
	padding: 0;
	float:right;
	}
	
input.keywords {
	border: 1px solid #ccc;
	padding: 7px;
	width: 16em;
	font-size: 1.2em;
	margin: 0 .5em 0 0;
	}
table input {
	padding:.5em;
	}

#header input {
	font-size:1em;
	padding:5px;
	}
	
p input.button {
	font-size:12px;
	}
	
	
/* ----- HEADER ----- */
	
#header {
	width:90em;
	height:8.9em;
	position:relative;
	left:5em;
	border-bottom:1px solid #ccc;
	}
	
#logo {
	text-indent: -9999px;
 	display: block;
	background: #fff;
	width: 300px; 
	height: 21px;
	float: left;
	margin-top: 48px;
	}
	
#logo h1 { 
	margin:0 !important;
	padding:0 !important;
	}

#logo a {
	display: block;
	width: 100%;
	height: 21px;
	background: #fff url("logo.png") no-repeat left top;
	}
	
	
/* ----- GIFT LOGIN / SEARCH ----- */

#gift_navigation {
	width:470px !important;
	width:480px;
	position:absolute;
	top:1.6em;
	right:0em;
	}
	
#gift_navigation p { 
	margin:0;
	font-size:1.0em !important;
	line-height:1.8em;
	}
#gift_navigation a {
	color:#993333;
	}
#gift_navigation a:hover {
	text-decoration:underline;
	}
#gift_navigation fieldset {
	float:right;
	}
	
/* ----- SEARCH FORMS AND BUTTONS----- */	

#searchform input.searchbox {
	background: url("search-box.png");
	border: 0;
	padding: 5px 0 0 7px !important;
	width: 193px;
	height: 20px;
	font-size: 1.0em;
	margin: 0;
	}
#searchform input.searchbutton {
	width: 80px;
	height: 25px;
	margin: 0 !important;
	border: 0;
	padding: 0 !important;
	}
#searchform input.addtogiftlist {
	width: 160px;
	height: 25px;
	margin: 0;
	border: 0;
	padding: 0;
	}

.searchform input.searchbox {
	background: url("search-box.png");
	border: 0;
	padding: 5px 0 0 7px !important;
	width: 193px;
	height: 20px;
	font-size: 1.0em;
	margin: 0;
	}
.searchform input.searchbutton {
	width: 80px;
	height: 25px;
	margin: 0 !important;
	border: 0;
	padding: 0 !important;
	}
.searchform input.addtogiftlist {
	width: 160px;
	height: 25px;
	margin: 0;
	border: 0;
	padding: 0;
	}
	
	
#gift_navigation form.searchform input.searchbutton {
	margin-left:-.5em !important;
	}	
#sidebarsearch {
	margin-bottom:5em;
	}

#sidebarsearch .searchform {
	margin:1.5em 0 1.4em 1em;
	}
#sidebarsearch .searchform input.searchbox {
	font-size:1em;
	}

.continue {
	border:0;
	padding:0;
	margin:0;
	}
	

/* ----- TOP LEVEL NAVIGATION ----- */

#top_navigation {
	position:absolute;
	top:5.4em;
	right:0em;
	height:3.5em;
	overflow:hidden;
	}
#top_navigation h2, #left_navigation h2 { display:none; }

#top_navigation li {
	font-weight:bold;
	font-size:1.1em;
	float:left;
	margin:0;
	list-style-type:none;
	}
#top_navigation li a,
#top_navigation li a:link {
	padding:1em 1em 1.8em 1em;
	}
	

#top_navigation li a.current,
#top_navigation li a:hover,
#top_navigation li a:active {
	color:#993333;
	background: url("current-arrow.png") bottom no-repeat;
	}

/* ----- BREADCRUMBS ----- */
	
#breadcrumbs p {
	margin:0 0 1.63em 4.7em;
	font-size:1.1em;
	line-height:1.63em;
	}
#breadcrumbs a {
	text-decoration:underline;
	}
#breadcrumbs a:hover {
	color:#993333;
	}

/* ----- GIVE TO MIT BUTTON ----- */

#givetomitbutton {
	width:100px;
	position:absolute;
	top:-.9em;
	right:.1em;
	}

#fullwidth {
	width:85em;
	float:left;
	margin-left:5em;
	}


/* ----- LEFT NAVIGATION / SIDEBAR ----- */

#sidebar {
	width:30em;
	float:left;
	margin:5px 0 0 0;
	padding-left:5em;
	}
#sidebar h2 {
	font-size:1.4em;
	line-height:1.285em;
	margin:1.285em 0 1.285em 0;
	text-transform:uppercase;
	letter-spacing:.1em;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0 0 2.7em 0;
	border-bottom:1px solid #ccc;
	}

#sidebar li {
	font-size:12px;
	line-height:1.5em;
	border-top:1px solid #ccc;
	}

#sidebar li a {
	display: block;
	width: 24.25em;
	color: #111111;
	font-weight: bold;
	padding: .7em 0 .7em .75em;
	}
#sidebar li li a {
	padding: .7em 0 .8em .75em;
	}
	
#sidebar li.here ul li a,
#sidebar li.parent_here ul li a {
	color: #222;
	}
	
#sidebar a:hover, 
#sidebar li.here a,
#sidebar li.here ul li a:hover,
#sidebar li.parent_here a,
#sidebar li.parent_here ul li a:hover,
#sidebar li.parent_here ul li.here a {
	text-decoration: none;
	color: #993333;
	/*background: #fafafa url("tablecellbackground.png") bottom left repeat-x;*/
	}
#sidebar a:hover {
	text-decoration:underline;
	}

#sidebar ul ul {
	border-bottom: 0px;
	margin:0 0 0 0;
	}
#sidebar ul ul a {
	width:22.6em;
	padding-left:2.4em;
	}
#sidebar ul ul ul a {
	width:21.8em;
	padding-left:4.0em;
	}	

#sidebar ul ul li {
	border-style: none;
	padding: 0;
	}
#sidebar .hero {
	margin:0 0 .7em; 0;
	border:1px solid #ccc;
	}
#sidebar p {
	font-size:1.1em;
	line-height:1.63em;
	margin:1.1em 0 1.63em 1em;
	}
#sidebar form {
	 margin-left:1em;
	 }


/* ----- MAIN CONTENT ----- */
#main {
	width: 55em;
	position:relative;
	float:left;
	margin:0 0 0 5em;
	}

#main h2 {
	font-size:1.4em;
	line-height:1.285em;
	margin:1.285em 0 1.285em 0;
	text-transform:uppercase;
	letter-spacing:.1em;
	}
#main h3 {
	font-size:1.4em;
	line-height:1.285em;
	margin:1.285em 0;
	text-transform:uppercase;
	letter-spacing:.1em;
	}
#main h4 {
	font-size:1.2em;
	line-height:1.5em;
	margin:-1.5em 0 1.5em 0;
	text-transform:uppercase;
	letter-spacing:.1em;
	font-weight:bold;
	}
#main h5 {
	font-size:1.3em;
	line-height:1.385em;
	margin:1.385em 0 -1.385em 0;
	font-weight:bold;
	}	
#main p {
	font-size:1.2em;
	line-height:1.5em;
	margin:1.5em 0;
	}
#main p.editorsnote {
	font-size:1em;
	line-height:1.8em;
	margin:1.8em 0;
	}
#main p.question {
	cursor:pointer;
	}
#main blockquote {
	margin-left:1em;
	padding-left:1em;
	border-left:10px solid #e3e3e3;
	}
#main ul {
	font-size:1.2em;
	line-height:1.5em;
	margin:1.5em;
	list-style-type:square;
	}
#main ul.paddedlist li {
	margin-bottom:1em;
	}
#main ul ul {
	font-size:1.0em;
	line-height:1.5em;
	margin:0 0 0 1.5em;
	list-style-type:circle;
	}
#main a, #main a:link {
	color:#993333;
	text-decoration:underline;
	}
#main a:hover {
	color:#EC2B2C;
	text-decoration:underline;
	}	
#main table {
	font-size:1.2em;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	}
#main table td, #main table th {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px;
	}
#main table th {
	background: #fafafa url("tablecellbackground.png") bottom left repeat-x;
	font-weight:bold;
	padding:5px !important;
	}
.googlesearch table,
.googlesearch table td {
	border:0px !important;
	padding:0px !important;
	text-align:center;
	}
.googlesearch table a,
.googlesearch table a:link {
	color:#222 !important;
	display:inline !important;
	text-decoration:none !important;
	}
#main table.fund th {
	padding-bottom:1px;
	}
#main table.fund img {
	margin:3px 0;
	}
#main table.fund td {
	padding:0 0 0 5px;
	text-align:left;
	background:#fafafa;
	}

#main table.menu td {
	padding:0px;
	}
	
#main table.menu td a,
#main table.fund td a {
	display:block;
	padding:3px 5px;
	}
#main table.menu td a {
	background: #fafafa url("tablecellbackground.png") bottom left repeat-x;
	}
#main table.fund td {
	text-align:left;
	}
	
#main table.menu td a:hover {
	background:#f1f1f1;
	}

#main table.donortable,
#main table.donortable td {
	border:0px;
	white-space:nowrap;
	}
#main table.donortable tr.odd td {
	background:#f1f1f1;
	width:50%;
	}

#main table.blank,
#main table.blank td,
#main table.blank th{
	border:0px;
	background:none;
	}

#main table.clean,
#main table.clean td,
#main table.clean th{
	border:0px;
	background:none;
	padding:0px !important;;
	margin:0px;
	}
#main table.clean input,
#main table.clean select {
	width:90%;
	}

#main .atozmenu {
	margin-top:-.25em;
	}
#main .atozmenu a {
	font-weight:bold;
	font-size:1.2em;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:.8em .5em;
	}
#main .atozmenu a.nolink {
	color:#ccc;
	}
.smallcaps {
	text-transform:lowercase;
	font-variant:small-caps;
	font-weight:bold;
	}

#main div.fund {
	 background:#f3f3f3 url('tablecellbackground.png') repeat-x;
	 padding:3px 10px 8px 10px;
	 margin:-.2em 0 1.9em 0;
	 border:1px solid #E0E0E0;
	 }

/* ----- FOOTER ----- */
#footer_container {
	position: absolute;
	bottom: 0px;
	width: 100.1em;
	padding: 0 0 25px 0;
	background:#212020;
	font-size:1em;
	}

#footer {
	width: 90em;
	margin: 0 auto;
}

#footer a, #footer a:hover {
	color: #993333;
}

#footer_upper {
	padding: 25px 0 5px 0;
	border-bottom: 1px solid #333333;
}

#footer_upper img {
	float: left;
}

#footer_upper ul {
	float: right;
	list-style-type: none;
	margin: 0;
	color: #993333;
	padding-top: 1.8em;
}

#footer_upper li {
	display: inline;
	margin-left: 1em;
	font-size: 1em;
}

#footer_lower {
	font: 1em verdana, helvetica, arial, sans-serif;
	color: #666666;
	padding-top: 5px;
}

.address {
	float: left;
}

.phone {
	color: #fff;
}

.copyright {
	float: right;
}

.degree {
	font-size:74%;
	color:#666;
	}

