@charset "utf-8";
/* CSS Document */

body {
	font: 80% Arial, Helvetica, sans-serif; 
	font-weight: normal;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #fff;
}

fieldset {
	border: #ccc 1px solid;
	padding: 5px;
}

legend {
	font-size: medium;
	font-weight: bold;
	color: #7cb30f;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

a {
	color: #1163C9;
	text-decoration: underline;
}

a:hover {
	color: #1163C9;
	text-decoration: none;
}

hr {
	border: 0px;
	color: #1163C9;
	background-color: #1163C9;
	height: 1px;
	
}

h1 {
	font-size: 150%;
	font-weight: bold;
	color: #1163C9;
	margin: 0px;
	padding: 0px;
} 

h2 {
	font-size: 115%;
	font-weight: bold;
	color: #7cb30f;
	margin: 0px;
	padding: 0px;
}

.small {
	font-size: 80%;
	}

#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	z-index: 0;
} 

/* MSUM Header */

/*search options */

img
{
  border-style: none;
}

#redbox {
  background-color: #cc0000;
  border-left: 25px solid #ffcc33;
  text-align: right;
  margin: 0;
  padding: 0;
  width: 875px;
  height: 30px;
}


ul#nav {
  float: left;
  color: #fff;
  font-weight: bold;
  text-transform: lowercase;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  padding: 7px 5px 5px 5px;
}

ul#nav li {
  display: inline;
}

ul#nav a:link {
  color: #fff;
  text-decoration: none;
}

ul#nav a:visited {
  color: #fff;
  text-decoration: none;
}

ul#nav a:hover {
  color: #fff;
  text-decoration: underline;
}

ul#nav a:active {
  color: #fff;
  text-decoration: none;
}

#search {
	float: right;
  	padding: 5px;
  	color: #fff;
  	font-weight: bold;
  	text-transform: lowercase;
}

#search input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  color: #cc0000;
}

#logo {
  clear: right;
  float: left;
  margin: 5px 10px 5px 5px;
}

#deptheader {
  clear: right;
  float: right;
  text-align: right;
  margin-top: 20px;
  
}
#deptheader h1 {
  font-size: 200%;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: bold;
  white-space: nowrap;
  padding: 0px 5px 0 0;
  margin: 0;
}

#whiteback {
  background-color: #fff;
  border: 0;
  width: 100%;
  height: 83px;
}
  
#clear {
  clear: left;
    }
	
.clear {font-size: 1px; height: 1px; clear:both;}

/* OSA Header */

#header {
	height: 298px;
	width: 900px;
	background: url(../../images/header_bg.gif) #ffc041 top repeat-x;  
}

#header_left {
	float: left;
	border-top: 0px;
	border-right: 2px;
	border-bottom: 2px;
	border-left: 0px; 
	border-style: solid;
	border-color: #fff;
	position: absolute;
	z-index: 20;
}

#header_right {
	float: right;
	width: 740px;
	height: 298px;
	background: url(../../images/swirls.png) bottom right no-repeat;
	position: relative;
	z-index: 30;
}

#header_logo {
	float: right;
	z-index: 35;
}
/* Navigation */

#navigation_container {
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	z-index: 90;
	
}

#navigation_bg {
	width: 200px;
	margin-left: 25px;
	background-color: #f3f3f3;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	position: absolute;
	min-height:100%;
	z-index: 100;
}


.arrowsidemenu{
	width: 200px; /*width of menu*/
}

.arrowsidemenu div a{ /*header bar links*/
	font: bold 100% Arial, Helvetica, sans-serif;
	display: block;
        height: 20px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 20px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #000;
}

.arrowsidemenu div a:hover{
	background-position: 100% -32px;
	color: #000;
	text-decoration: underline;
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #000;
}


.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: #000;
	background-position: 100% -64px !important;
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li{
	margin-left: 10px;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	padding: 5px 0;
	padding-left: 10px;
}

.arrowsidemenu ul li a:hover{
	color: #000;
	text-decoration: underline;
}

/* Navigation 

#navigation_container {
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	z-index: 90;
}

#navigation_bg {
	width: 200px;
	margin-left: 25px;
	background-color: #f3f3f3;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	position: absolute;
	min-height:100%;
	z-index: 100;
}

#navigation_text {
	padding: 15px 0 0 15px;
}


#accordion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000;
}

#accordion h3 {
	font-size: 100%;
}

#accordion p {
	font-size: 100%;
	margin-left: 10px;
	line-height: normal;
}

#accordion a {
	color: #000;
	text-decoration: none;
}

#accordion a:hover {
	color: #000;
	text-decoration: none;
}

#accordion ul li {
	margin-left: 5px;
}*/


/* Content */

#main_content {
	padding: 15px 15px 15px 240px;
	border-top: 0px;
	border-right: 2px;
	border-bottom: 0px;
	border-left: 2px;
	border-color: #ffc041;
	border-style: solid;
}

#main_content .left {
	float: left;
	width: 412px;
	margin-right: 8px;
	text-align: justify;
}

#main_content .right {
	float: right;
	width: 200px;
	margin-left: 8px;
}



/* Footer */ 

#footer {
	background-color: #fff;
	margin: 0;
	border-top: 2px solid #ffc041;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
	clear:both;
}

#footer a:link, #footer a:active, #footer a:visited 
{ 
	color: #c00; 
	text-decoration: none; 
}



#footer a:hover 
{ 
	color: #c00;
	text-decoration: underline; 
}

