/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 1em;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #18507C; /* this will be link color for all levels */
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #C3D4DF;
}
div#menu_vert a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #385C72;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #385C72;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Navigation: Simple - Vertical' */

/* Start of CMSMS style sheet 'Academic Integrity Office CSS' */
/* CSS Document */

/* USER WYSIWYG STYLES */

.headline {
	font-size:22px;
	color:#002A49;
	font-weight:normal;
	margin-bottom:10px;
}
.subheadline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#0061A8;
        margin-bottom:20px;

}
.regulartext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
        color:#333333;
	line-height:190%;
}
.link {
	text-decoration:none;
	font-weight:normal;
	color:#E47B07;
}
.link:hover {
	text-decoration:underline;
}

* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#F2F2F2;
        color:#333333;
	line-height:190%;
}
.body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
        color:#333333;
	line-height:190%;
}
p {
	color:#333333;
        line-height:190%;
}
h1 {
	font-size:22px;
	color:#002A49;
	font-weight:normal;
	margin-bottom:10px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#002A49;
margin-bottom:10px;
}
h3 {
	color:#002A49;
	font-size:16px;
	font-weight:normal;
	margin:20px 0 10px 0;
}
a {
	text-decoration:none;
	font-weight:normal;
	/*color:#F78F1E;*/
color:#E47B07;
}
a:hover {
	text-decoration:underline;
}
li {
	list-style:url(./images/site/small_bullet.gif);
margin: 0px 0px 0px 20px;

}
img {
	border:none;
}
fieldset {
        border: none;
}
.home_more {
	position:absolute;
	top: 200px;
	left: 17px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#F78F1E;
}
.home_more:hover {
	text-decoration:none;
}
.homebox_content {
	padding: 12px 17px 15px 17px;
}
.homebox_content li {
	margin:5px 0 17px 15px;
}
.insidebox_content {
	padding: 12px 17px 15px 17px;
        border: 1px solid #CCCCCC;
	background-image:url(./images/site/greybox_fade.jpg);
	background-repeat:no-repeat;
	width:190px;
}
.insidebox_content li {
	margin:5px 0 17px 15px;
}
#menu li.borderless {
        border: none;
}
#pre_wrapper {
	width: 1050px;
	margin:0 auto;
	background-image:url(./images/site/bg_fade.jpg);
	background-repeat:repeat-y;
	/*overflow:hidden;*/
}
#wrapper {
	position:relative;
	margin:0 auto;
	width:1000px;
}
#header {
        display:block;
        font-size:1px;
}
#menu {
	height:41px;
	background-image:url(./images/site/nav_bg.jpg);
	background-repeat:repeat-x;
        display:block;
}
#sub_wrapper {
	margin: 15px 0 15px 15px;
}
#menu ul {
	padding-top:15px;
}
#menu li {
	padding:0 36px 0 35px;
	display:inline;
	list-style:none;
	border-right:1px solid #CCCCCC;
	line-height:100%;
margin: 0px 0px 0px 0px;
}
#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#555555;
	text-decoration:none;
line-height:100%;
margin: 0px 0px 0px 0px;
}

#homebox_about {
	position:relative;
	float:left;
	width:230px;
	height:250px;
	margin-right:15px;
	background-image:url(./images/site/homebox_about.jpg);
	background-repeat:no-repeat;
line-height:100%;
font-size:11px;
}
/*#homebox_about p {
line-height:190%;
margin-top:-7px;
}*/

#homebox_student {
	position:relative;
	float:left;
	width:230px;
	height:235px;
	margin-right:15px;
	background-image:url(./images/site/homebox_students.jpg);
	background-repeat:no-repeat;
line-height:100%;
font-size:11px;
}
#homebox_instructor {
	position:relative;
	float:left;
	width:230px;
	height:235px;
	margin-right:15px;
	background-image:url(./images/site/homebox_instructor.jpg);
	background-repeat:no-repeat;
line-height:100%;
font-size:11px;
}
#homebox_contact {
	position:relative;
	float:left;
	width:235px;
	height:235px;
	background-image:url(./images/site/homebox_contact.jpg);
	background-repeat:no-repeat;
line-height:100%;
font-size:11px;
}
/*#homebox_contact p {
line-height:190%;
margin-top:-7px;*/
}

#sub_menu li {
	list-style-image: none; 
        list-style: none;
	background: url(./images/site/big_bullet.gif) no-repeat top left;
	padding:2px 0 5px 25px;
	margin:5px 0 8px 0;
line-height:100%;

	/*width:175px;*/
}
#sub_menu {
	/*position:relative;*/
	float:left;
	width:230px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;

}
#sub_menu .homebox_content {
        margin-bottom: 15px;
}
#content {
	/*position:relative;*/
	float:right;
	width:695px;
	margin:0 15px 15px 0;
padding: 0px 0px 0px 0px;
}
#left {
	position:relative;
	float:left;
	width:447px;
	margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
#right {
	position:relative;
	float:right;
	width:240px;
	margin-top:40px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#print {
	position: relative;
	left: 128px;
	padding-bottom: 10px;
}
#footer {
	position:relative;
	clear:both;
	height:52px;
	background-image:url(./images/site/footer_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	padding-top: 13px;
}
#footer p {
	color:#ffffff;
}
#footer a {
	font-weight:normal;
}
/* End of 'Academic Integrity Office CSS' */

