/* Reset */
*{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
abbr,acronym{border:0;}
.clear{clear:both;}
a{color:#7D8686;}
a:hover{text-decoration:underline;}
.alignleft{float:left;}
.alignright{float:right;}

/* Base Page Styles */
body{
	background: #EEE url(../images/page-bg.png) top repeat-x;
	color:#262727;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:0.8em;
}

#shadow-wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	background: transparent url(../images/shadow-bg.png) repeat-y;
}

.page-wrap {
	width: 900px;
	background:#fff;
	margin: 0;
}

.scholarship-loc {
	width: 25%;
}

hr {
	border: 0;
	height: 20px;
	width: 100%;
	margin-top: 3px;
	background-color: #D8D4D0;
	color: #D8D4D0;
}

.margin-top {
	margin-top: 50px;
}

.center {
	text-align: center;
	margin-top: 20px;

}

.classof a {
	margin: 0 30px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #909090;
	text-decoration: none;

}	
	
.classof a:hover{
	color: #0033cc;
	text-decoration: underline;
	text-shadow: 1px 1px 1px #909090;
}


.smaller {
	font-size: 0.8em;
}

/* Header */
#header {
	display: block;
	height: 100px;
	background:#131313 url(../images/header-bg.png) top repeat-x;
	padding: 5px 20px;
}

#header #cutler-logo {
	background: transparent url(../images/header.png) top no-repeat;
	height: 98px;
	width: 707px;
}

/* Main Content */
#content{
	float: left;
	width: 75%;
}

#content .article {
	margin: 20px;
}

#content .article h1 {
	text-shadow:rgba(71,86,86,0.25) 0 1px;
	font-weight:bold;
	font-size:1.5em;
	color:#262727;
}

#content .article h2 {
	text-shadow:rgba(71,86,86,0.1) 0 1px;
	font-weight:bold;
	font-size:1.2em;
	color:#262727;
}

#content .article p {
	margin: 15px 15px 15px 0px;
	line-height: 1.4em;
}

#content .article ol, #content .article ul {
	padding-left: 30px;
}

#content .article ol > li, #content .article ul > li {
	margin: 7px;
}

#content .article ol {
	list-style: decimal;
}

#content .article ul {
	list-style: disc;
}

#content .article h3 {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: capitalize;
}

#content .article h4 {
	text-shadow:rgba(71,86,86,0.1) 0 1px;
	font-weight:bold;
	font-size:1.2em;
	color:#262727;
	margin: 0;
	padding: 0;
}

#content .article p img {
	border: 2px solid #000;
	margin: 5px;
	border: 1px solid #000;
	margin: 10px 0 10px 0;
	-moz-box-shadow: 2px 2px 1px #000;
	-webkit-box-shadow: 2px 2px 1px #000;
	box-shadow: 2px 2px 1px #000;
}
#container {
	border: 1px solid #000;
	-moz-box-shadow: 2px 1px 2px #333;
	-webkit-box-shadow: 2px 1px 2px #333;
	box-shadow: 2px 1px 2px #333;
	margin: 20px;
}

#content .article .noborder {
	border: 1px inset #000;
	padding: 1px;
	margin: -11px 0 0 -11px;	
}

.info{
	padding: 20px 0 7px 0;
	text-align: center;
	text-shadow: 1px 1px 1px #909090;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	font-style: italic;
	font-weight: bold;
	
}
.current {
	margin: 10px 20px 5px 35px;
	text-shadow: 1px 1px 1px #909090;	
	
}
.current a{
	text-decoration: none;
}
.current a:hover{
	color: #0033cc;
	text-decoration: underline;
	text-shadow: 1px 1px 1px #909090;
}

#content .hidden {
	display: none;
}

#content .comments td {
	vertical-align: top;
	width: 100px;
}

#content .comments input[type="submit"] {
	width: 70px;
	height: 30px;
}

#content .address {
	width: 30%;
}

#content .scholar h3 {
	margin-top: 15px;
}

.staff_photo {
	border: 1px solid #000;
	margin: 10px 0 10px 0;
	-moz-box-shadow: 2px 2px 1px #000;
	-webkit-box-shadow: 2px 2px 1px #000;
	box-shadow: 2px 2px 1px #000;
	padding:5px;
	background: #f0f0f0;
}

.staff_photo_big{
	border: 1px solid #000;
	padding:4px;
	background:#f0f0f0;
	margin: -15px -30px 0 20px;
	-moz-box-shadow: 2px 2px 1px #000;
	-webkit-box-shadow: 2px 2px 1px #000;
	box-shadow: 2px 2px 1px #000;
}
.cutlerNar p {
	margin-top: -15px !important;
}

.article a{
	text-decoration:none;}

.article a:hover{
	text-decoration:underline;
	color: #0033cc;
	text-shadow:1px 1px 1px #ccc;}
/* Sidebar */

#sidebar {
	display: block;
	float: left;
	width: 25%;
}

#sidebar h2 {
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin: 0 15px 11px 15px;
	text-shadow:rgba(71,86,86,0.5) 0 1px;
}

#sidebar a {
	color:#fff;
	text-decoration: none;
}

#sidebar > ul > li {
	background-color: #7D8686;
	margin:20px 0px 20px 20px;
	border-radius:5px;
	color:#fff;
	text-shadow:rgba(71,86,86,0.25) 0 1px;
}

#sidebar > ul > li ul{
	padding: 0 15px 15px 15px;
}

#sidebar > ul > li ul li {
	padding: 4px 0;
	border-top: #9EA4A4 solid 1px;
}

#sidebar > ul > li ul li a {
	display: block;
	width: 100%;
}

#sidebar > ul > li ul li:first-child {
	border-top: 0;
}

#sidebar #navigation li:first-child {
	border-top: 0;
}

#sidebar #navigation {
	background-color: #3F4949;
}

#sidebar #navigation #nav-top-bg {
	width: 205px;
	height: 4px;
	padding-top: 12px;
	background: transparent url(../images/nav-top-bg.png) top no-repeat;
}

#sidebar #navigation #nav-bottom-bg {
	width: 205px;
	height: 4px;
	background: transparent url(../images/nav-bottom-bg.png) top no-repeat;
}

#sidebar #quicklinks #links-top-bg {
	width: 205px;
	height: 4px;
	padding-top: 12px;
	background: transparent url(../images/links-top-bg.png) top no-repeat;
}

#sidebar #quicklinks #links-bottom-bg {
	width: 205px;
	height: 4px;
	background: transparent url(../images/links-bottom-bg.png) top no-repeat;
}

#sidebar ul li ul {
	padding-bottom: 5px;
}

#sidebar #navigation ul li {
	padding: 4px 0;
	border-top: #6F7777 solid 1px;
}

#sidebar #navigation ul li:hover {
	background-color: #29292A;
	margin: 0px -15px -1px -15px;
	padding: 4px 15px 4px 15px;
	border-bottom: #6F7777 solid 1px;
}

#sidebar #quicklinks ul li:hover {
	background-color: #6F7373;
	margin: 0px -15px -1px -15px;
	padding: 4px 15px 4px 15px;
	border-bottom: #9EA4A4 solid 1px;
}

#sidebar #quicklinks ul li:last-child:hover, #sidebar #navigation ul li:last-child:hover {
	border-bottom: 0;
	margin-bottom: 0;
}

#ohio-logo {
	margin: 20px 20px 0 20px;
}

#bottom-page {
	height: 40px;
	background: transparent url(../images/bottom-page-bg.png) no-repeat;
	width: 900px;
	padding: 0 20px;
	margin: 0 auto;
}

/* Footer */
#footer {
	width: 936px;
	height: 61px;
	color: #D8D4D0;
	text-align: center;
	font-size: 0.7em;
	margin: 0 auto;
	background: transparent url(../images/footer-bg.png) top no-repeat;
	padding-top: 26px;
}

#footer a{
	color:#9ba5ac;
}

#footer p {
	margin-bottom:15px;
}

