@charset "utf-8";

html { overflow-x: hidden }

body {
	background-color:#b9b7bc;
}

#wrap {
	width: 1000px;
	margin: 0 auto;
	top: 40px;
	position: relative;
	padding-bottom: 10px;
}

#nav {
	position: absolute;
	z-index: 5;
	background-color:#39275B;
	height: 30px;
	vertical-align: top;
	margin-top: -41px;
	width: 100%;
	border: none;
	padding-right: -25px;
	padding-bottom: 4px;
	display: block;
	white-space: nowrap;
	overflow: visible;
}

/* following is for Safari OS X to get top of child menu to be flush to bottom of parent menu */

@media screen and (-webkit-min-device-pixel-ratio:0) {
#nav { padding-bottom: 4px; }
}

#contentwrapper {
	position: relative;
	z-index: 1;
	background-color: transparent;
	background-repeat: no-repeat;
	top: -10px;
	padding: 50px 150px 0px 150px;
	height: 573px;
	width: 1000px;
}

#content {
	padding: 30px 0px 0px 40px;
	width: 685px;
	height: 493px;
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	background-color: #f8d495;
}

#text {
	padding-right: 20px;
	overflow: hidden;
}

#sidebar {
	float:left;
	width: 120px;
	margin-top: 1em;
	margin-right: 1.5em;
	padding: 1em .5em auto .5em;
	border-top: solid 4px #39275B;
	border-right: solid 1px #39275B;
	}
	
#content #sidebar h2 {
	font-size: 1.2em;
	margin-bottom: 0em;
	margin-left: .1em;
}		

#content #sidebar h3 {
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: -0.8em;
	margin-left: .1em;
	}		


#content #sidebar p {
	line-height: 120%;
	font-size: .8em;
	margin-left: .5em;
}

#content #sidebar ul, #content #sidebar ol {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-left: .2em;
}

#content #sidebar li {
	list-style: none;
	line-height: 120%;
	font-size: .9em;
}

body.undergrads-intro #sidebar li#undergrads-intro a,
body.undergrads-history #sidebar li#undergrads-history a,
body.undergrads-facilities #sidebar li#undergrads-facilities a,
body.undergrads-entermajor #sidebar li#undergrads-entermajor a,
body.undergrads-corecourses #sidebar li#undergrads-corecourses a,
body.undergrads-degreetracks #sidebar li#undergrads-degreetracks a,
body.undergrads-degreeplans #sidebar li#undergrads-degreeplans a,
body.undergrads-enhance #sidebar li#undergrads-enhance a,
body.undergrads-scholarships #sidebar li#undergrads-scholarships a,
body.undergrads-minor #sidebar li#undergrads-minor a,
body.undergrads-careerpaths #sidebar li#undergrads-careerpaths a,
body.undergrads-newsevents #sidebar li#undergrads-newsevents a,
body.undergrads-nwWeather #sidebar li#undergrads-nwWeather a,
body.undergrads-otherdepts #sidebar li#undergrads-otherdepts a,
body.undergrads-contact #sidebar li#undergrads-contact a {
	color:#005300;
	}


/* hides sidebar */
.hide #sidebar {
	display:none;
	}

#content h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #39275B;
	font-family: Tahoma, "Lucida Sans", Verdana, Helvetica;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#content h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #39275B;
	font-family: Tahoma, "Lucida Sans", Verdana, Helvetica;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	letter-spacing: -1px;
}

#content h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #39275B;
	font-family: Tahoma, "Lucida Sans", Verdana, Helvetica;
	margin-top: 0px;
	margin-bottom: -10px;
	padding-bottom: 5px;
}

#content h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #39275B;
	font-family: Tahoma, "Lucida Sans", Verdana, Helvetica;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: -10px;
	padding-bottom: 5px;
}

#content p {
	line-height: 120%;
	font-family: Helvetica, "Lucida Sans", Verdana;
	font-size: 1em;
	font-weight: normal;
	color: #39275B;
	padding-bottom: .5em;
	padding-left: .1em;
}

#content a {
	color: #73362C;
	background-color: transparent;
	text-decoration: none;
}

#content a:hover {
	color: #005300;
	text-decoration: underline;
	background-color: transparent;
}

#content ul {
	list-style: disc;
	margin-left: 2em;
	line-height: 120%;
	font-family: Helvetica, "Lucida Sans", Verdana;
	font-size: 1em;
	font-weight: normal;
	color: #39275B;
	padding-bottom: .5em;	
}

#content ol {
	list-style: decimal;
	margin-left: 2em;
	line-height: 120%;
	font-family: Helvetica, "Lucida Sans", Verdana;
	font-size: 1em;
	font-weight: normal;
	color: #39275B;
	padding-bottom: .5em;	
}

#content li {
	margin-top: .5em;
	margin-bottom: .5em;
}

#content table {
	border-collapse: collapse;
	margin: 1em 0 1.5em 0;
}

#content caption {
	line-height: 150%;
	font-family: Helvetica, "Lucida Sans", Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #39275B;
	text-align: left;
	margin-bottom: -.1em;
}

#content th {
	color: #39275B;
	background-color: transparent;
	font-size: 1em;
	font-weight: bold;
	font-family: Helvetica, "Lucida Sans", Verdana;
	padding: .3em 0 .6em .2em;
	text-align: left;
}

#content td {
	color: #39275B;
	background-color: transparent;
	font-size: 1em;
	font-family: Helvetica, "Lucida Sans", Verdana;
	padding: .3em 0 .1em .2em;
	text-align: left;
}

#content blockquote {
	line-height: 150%;
	font-family: Helvetica, "Lucida Sans", Verdana;
	font-size: 1em;
	font-weight: normal;
	color: #39275B;
	padding-bottom: .5em;
	margin: .5em 3em .5em 3em;
}


#search {
	float: right;
	width: 180px;
	height: 20px;
	margin-top: 5px;
}
#search input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

#ftr {
	clear: both;
}
.searchy {
	width: 200px;
}


.pquote {
	float: right;
	width: 8em;
	font-style:italic;
	background: url(../img/coe_quote.gif) top left no-repeat;
	color: #339933;
	color: #339933;
	font-size: 20px;
	padding: 3em;
	margin: 0;
}

.pquote p:first-letter {
	font-size: 2.5em;
	font-weight: bold;
}

.textlead {
	font-size:13px;
	font-weight: bolder;
	color: #403265;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}
.copyright {
	font-size:8px;
	color: #507282;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	margin-top: -10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	margin-left:10px;
	margin-right:10px;
	padding-bottom: 5px;
}

.currentweather {
	background-color: #69607D;
	padding: 11px 10px 7px 10px;
}

.currentweather a:link {
	color: #fff;
	padding: 11px 10px 7px 10px;
}

.currentweather a:hover {
	color: #fff;
	padding: 11px 10px 7px 10px;
}
