/*thinking of making this a group of styles
a,  {
    color: #6699cc;
}
*/

body {
	background : #FFFFFF;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size : 0.7em;
	font-weight: normal;
	line-height : 16px;
	color: #656565;
	padding: 0px;
	margin: 0px;
}

p {font-size: 11px; }

ul li {font-size: 11px;}

a {
/*used for all links except dropdown menu*/
/*old color #3d7cc2*/
	text-decoration: none;
	cursor: pointer;
	color: #0657A8;
	font-size: 11px; 
	border-bottom: 1px dotted #0657A8;
}

a:hover {
	color: #846302;
} 

a:visited {color: #CC9900; 
	border-bottom: 1px dotted #CC9900;
}

a:visited:hover {
	color: #846302;
}

img{
	padding: 0;
	border: 0;
	margin: 0;
}

/* @group dropdowns */

#nav {
/*
code obtained and modified from 
http://www.alistapart.com/articles/dropdowns
*/
	display: block;
	/*position: absolute;
	z-index: 5;
	left: 0px;
	top:  140px;*/
	padding: 5px 5px 0px 5px;
	margin: 0;
	min-height: 16px;
	text-align: center;
	list-style: none;
}

#nav li div {
	font-weight: bold;
	border-right: #464646 1px solid;
}

#nav li div.last{
	border-right: none;
}

#nav a {
	color: #464646;
	border-bottom: 0px;

}

#nav a:visited {
	color:  #464646;
	border-bottom: 0px;
 }
 
#nav a:visited:hover {
	color: #846302;
	
}

#nav li li a {
	display: block;
	text-align: center;
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	padding: 5px 5px;
	color: #464646;
	border-bottom: 0px;

}

#nav li li a:hover {
	padding: 5px 5px;
	color: #846302;
}

#nav li {
	float: left;
	position: relative;
	width: 96px;
	text-align: center;
	z-index: 1;
}

/*For the style below, we can't use the id designation, cause it doesn't work in IE for the PC. Boo.*/
#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: url(images/ddbg2.gif) bottom left no-repeat;
}

#nav li>ul {
	top: auto;
	left: 50%;
	margin-left: -50%;
	z-index: 1;
}

#nav li li {
float: left;
	display: block;
	background-color: transparent;
	border: 0;
}

#nav ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0; 
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}

#content {
	height: 1%;
	overflow: visible;
	padding: 0px 10px;
	position: relative;
}

#container-outer {
	width: 687px;
	text-align: center;
	margin: auto;
	clear: left;
	border: 1px dotted #EBAB00;
}
	
/* @end */

#container {
	/*position: absolute;
	left: 0px;
	top: 0px;*/
	width: 695px;
	margin: auto;
	text-align: center;
	clear: left;
}

#container-2 {
	/*position: absolute;
	left: 0px;
	top: 0px;*/
	width: 695px;
	height: auto;
	margin: auto;
	padding: 0px;
	text-align: center;
	clear: left;
}

#title-graphic {
	position: relative;
	z-index:1;
	top: 0px;
	left: 0px;
	width: 768px;
	height: 160px;
	margin: 0px;
	padding: 0px;
}

#category-nav {
	display: block;
	position: relative;
	z-index: 1;
	left: 0px;
	top:  0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: inherit;
	text-align: left;
}

#category-nav a{
	white-space: nowrap;
}
/* @group events */

#events {
	position: relative;
	float: left;
	width: 150px;
	height: 400px;
	margin: 0px 10px 0 0;
	padding: 0px 0 0px 0;
	text-align: center;
	background-color: #FFFFFF;
	background-position: 0px 400px;
	border-top: solid 10px #FFFFFF;
}

#events a {
	display: block;
	padding: 10px;
	color: #5f94c6;
	text-decoration: none;
/*	border-bottom: #FFFFFF solid 1px; */
}

#events a:hover {
	color:  #CC9900;
	background-color: white;
/*	border-bottom: white solid 1px; */
}

#events img {
	vertical-align: bottom;
}
	
/* @end */

/* @group bodyitem */

#body {
	background: url(images/title_687x100.jpg) 5px 0px no-repeat;
	position: relative;
	z-index:1;
	margin-left: 10px;
	margin-top: 0px;
	width: 696px;
	/*height: relative;*/
	background-color: white;
	/*overflow: hidden;*/
	text-align: left;
	padding-bottom: 5px;
	padding-top: 4px;
	float: left;
	border-right: 1px dotted #CC9900;
	border-bottom: 1px dotted #CC9900;
	border-left: 1px dotted #CC9900;
}

#bodyitem {
	background: url(images/title_687x63.jpg) 5px 0px no-repeat;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 66px;
}

#bodyitem-2 {
	position: relative;
	z-index:1;
	margin-left: 10px;
	margin-top: 0px;
	width: 691px;
	/*height: relative;*/
	background-color: white;
	/*overflow: hidden;*/
	text-align: left;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
	border-right: 1px dotted #CC9900;
	border-bottom: 1px dotted #CC9900;
	border-left: 1px dotted #CC9900;
}

div.caption
{
/* used for pictures with captions. widths of the div will have to be manually entered for each photo. boo.*/
	float: left;
	font-size: 80%;
	margin: 10px 10px 10px 0;
	text-align: center;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h1 a, h1 a:hover, h1 a:visited {
	border: none;
	display: block;
	height: 100px;
	margin-left: 162px;
	text-indent: -9999px;
	width: 400px;
}

h2.title-text {
	font-family: Times, Serif;
	font-size: 50px;
	display: block;
	text-align: center;
	font-weight: normal;
}

h2 {
	font-weight: bold;
	color: #CC9900;
	font-size: 16px;
	text-align: left;
	padding: 0px 0px 8px 0px;
	margin: 0px 0;
}

p.Page {
	font-weight: normal;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #464646;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
	padding: 0px 0px 7px 0px;
	margin: 0px;
}

p.Page b {
	font-weight: normal;
	padding: 0px 5px;
	border-left: 1px solid #464646;
	border-right: 1px solid #464646;
}

p.Page a { font-size: 10px; }

h3 {
	font-weight: bold;
	color: #656565;
	font-size: 12px;
	text-align: left;
	padding: 0px 0;
	margin: 0px 0;
}

h4 {
	font-weight: bold;
	color: #656565;
	font-size: 10px;
	text-align: left;
	padding: 0px 0;
	margin: 0px 0;
}

h1.highlight, h2.highlight, h3.highlight, h4.highlight {
	color: #5F94C6;
	display: inline;
}

img.right-pic {
	float: right;
	margin: 0px 0 10px 10px;
	clear: right; 
}

img.left-pic {
	float: left;
	margin: 0 10px 10px 0;
}

.caption-right { 
float: right;
margin: 0px 0px 0px 10px;
clear: right;  
width: 300px;
text-align: center; 
}

.caption-right-small { 
float: right;
margin: 0px 0px 0px 10px;
clear: right;  
width: 170px;
text-align: center; 
}

.caption-right-medium { 
float: right;
margin: 0px 0px 0px 10px;
clear: right;  
width: 250px;
text-align: center; 
}

.caption-right-sherman { 
float: right;
margin: 0px 0px 0px 10px;
clear: right;  
width: 144px;
text-align: center; 
}

.slot-right { 
float: right;
margin: 30px 0px 10px 10px;
clear: right; 
width: 285px;
border: 1px solid #CC9900; 
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: #F3E9CD;
text-align: left; 
}

.slot-left { 
float: left;
margin: 15px 10px 10px 0px;
clear: left; 
width: 128px;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 10px;
background: url(images/ddbg2.gif) bottom left no-repeat;
border-top: 1px solid #656565;
text-align: left; 
}

.slot-head { 
margin-bottom: 0px;
width: 170px;
border: 1px solid #CC9900; 
padding: 5px;
background-color: #F3E9CD;
text-align: left; 
}



.center {
	display: block;
	margin: auto;
	text-align: center;
}

.clearem
{
/* this is used to allow an element to start below content */
	clear: both;
}

div.quicklinks{
	margin: 10px 14px 10px 8px;
}


div.quote {
	font-size: 150%;
	font-family: cursive;
}


div.quote div{
	text-align: right;
}

	
/* @end */
#footer {
	width: 687px;
	border-top: 1px dotted #464646;
	display: block;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #464646;
}

#footer p {
	color: #FFF;
	font-size: 9px;
}

#footer a {
	border-bottom: 0px;
	color: #FFF;
	font-size: 9px;
}

#footer-home {
	width: 687px;
	border-top: 1px dotted #464646;
	display: block;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #464646;
}

#footer-home a {
	border-bottom: 0px;
}


#subnav {

	margin: 25px 0px;
	border-top: 1px dotted #CC9900; 
	border-bottom: 1px dotted #CC9900; 
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
text-align: center; 
}

#subnav a {
	font-size: 10px; 
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #656565;
	border-bottom: 0px;
	white-space: nowrap;
}

#subnav a:hover {
	color: #846302;
}

#subnav a:visited {color: #656565; }

#subnav a:visited:hover {
	color: #846302;
}

.request-info a{
	font-size: 100%;
	font-weight: bold;
}

/* @group forms */
#standard select
{
	margin-left: 205px;
	margin-bottom: 5px;
}

select#custom 
{
	margin-left: 0px;
	margin-bottom: 5px;
}

#standard label, #standard input, #standard textarea, #standard span
{
	text-align: left;
	display: block;
	float: left;
	margin: 0px 5px 5px 0px;
}

#standard label{
/*sets the text for form items to a specific width*/
	width: 200px;
	text-align: right;
}

#standard br {
/*hopes to clear each line away from previous.*/
	clear: left;
}
	
/* @end */

ul.unadorned, ol.unadorned {
	margin-top: 0;
	list-style: none;
}

ol.roman_nums {
	list-style: upper-roman outside;
}

span.indent-emph
{
	display: block;
	padding-left: 3em;
	font-style: italic;
}

/* @group main page lists */
/*Used for lists on the front page that have emphasized second items*/

ul.index-pages {
	list-style: none;
	margin-left: 2em;
	line-height: 2em;
}

ul.index-pages li.emph {
	padding-left: 3em;
	font-size: 150%;
	font-family: cursive,;
}
/* @end */
/* @group table admin */

table.admin {

	margin: 20px;
	border: 1px solid black;
	font-size: 12px;
	background-color: black;
}

table.admin thead {
	text-align: center;
	color: white;
}

table.admin td {
	background-color: #e1e1e1;
	text-align: left;
	padding: 4px;
	vertical-align: top;
}

	
/* @end */
/* used for the faculty page only */
div.facstaff-block{
	height: 110px;
}

#imagemap a {
	position: absolute;
	height: 63px;
	width: 408px;
	top: 11px;
	text-decoration: none;
	left: 172px;
 }
 

.urgent {
	color: #F00;
}
