/* ----------- Body Styles ----------------------- */

p, h1, h2, h3, table, img {
margin: 0;
padding: 0;
list-style-type: none;
border: none;
}

body {
margin: 0;
padding: 0;
font: 10px Verdana, Arial, Helvetica, sans-serif;
line-height: 1.5em;
color: #666;
background: #FFF;
}

hr {
display: none;
}

p {
margin-bottom: 10px;
}


/* ----------- Links ----------------------------- */

a {
color: #363;
text-decoration: none;
} 

a:visited	{
color: #696;
}

a:active {
color: #363;
} 
a:hover {
color: #030;
text-decoration: underline;
}



/* ----------- Headings -------------------------- */

h1 {
font: 18px Garamond, Adobe Garamond, Georgia, Palatino, serif;
font-weight: bold;
font-variant: small-caps;
margin-bottom: 12px;
padding-bottom: 1px;
color: #363;
}

h2 {
border-bottom: 1px solid #ccc;
font: 16px Garamond, Adobe Garamond, Georgia, Palatino, serif;
font-weight: bold;
font-variant: small-caps;
margin-bottom: 12px;
padding-bottom: 1px;
color: #666;
}

h3 {
margin-bottom: 0px;
padding-bottom: 1px;
font: 16px Garamond, Adobe Garamond, Georgia, Palatino, serif;
font-weight: normal;
color: #fff;
}


/* ----------- Navigations ----------------------- */

#nav {
	width: 100%;
	background-image:url(/images/aos_nav_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	float: left;
	padding-bottom: 16px;
}

#nav-about
{
	height: 30px;
	width: 100px;
	overflow: hidden;
	background: url(/roseville/images/rose_nav0.gif) top left no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#nav-about:hover
{
	background-position: bottom left;
}

#nav-about-on
{
	height: 30px;
	width: 100px;
	overflow: hidden;
	background: url(/roseville/images/rose_nav0.gif) bottom left no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#nav-prospective
{
	height: 30px;
	width: 189px;
	overflow: hidden;
	background: url(/roseville/images/rose_nav1.gif) top left no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#nav-prospective:hover
{
	background-position: bottom left;
}

#nav-prospective-on
{
	height: 30px;
	width: 189px;
	overflow: hidden;
	background: url(/roseville/images/rose_nav1.gif) bottom left no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#nav-current
{
	height: 30px;
	width: 167px;
	overflow: hidden;
	background: url(/roseville/images/rose_nav2.gif) top left no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#nav-current:hover
{
	background-position: bottom left;
}

#nav-current-on
{
	height: 30px;
	width: 167px;
	overflow: hidden;
	background: url(/roseville/images/rose_nav2.gif) bottom left no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#nav-alumni
{
	height: 30px;
	width: 156px;
	overflow: hidden;
	background: url(/roseville/images/rose_nav3.gif) top left no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#nav-alumni:hover
{
	background-position: bottom left;
}

#nav-alumni-on
{
	height: 30px;
	width: 156px;
	overflow: hidden;
	background: url(/roseville/images/rose_nav3.gif) bottom left no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#nav-faculty
{
	height: 30px;
	width: 148px;
	overflow: hidden;
	background: url(/roseville/images/rose_nav4.gif) top left no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#nav-faculty:hover
{
	background-position: bottom left;
}

#side_nav {
	width: 155px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #333;
	margin-bottom:6px;
	}

#side_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#side_nav li {
	color: #fff;
}

#side_nav li a {
	display: block;
	padding: 2px 4px 4px 4px;
	color: #363;
	text-decoration: none;
	width: 100%;
	border: 1px solid #fff;
}

html>body #side_nav li a {
	width: auto;
}

#side_nav li a:hover {
	border: 1px solid #999;
	background-color: #363;
	color: #fff;
}

#rside_nav {
	width: 175px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #333;
	margin-bottom:6px;
	}

#rside_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#rside_nav li {
	color: #fff;
}

#rside_nav li a {
	display: block;
	padding: 1px 2px 2px 2px;
	color: #363;
	text-decoration: none;
	width: 100%;
	border: 1px solid #fff;
}

html>body #rside_nav li a {
	width: auto;
}

#rside_nav li a:hover {
	border: 1px solid #999;
	background-color: #363;
	color: #fff;
}

#warning {
	border: #ccc solid 1px;
	background: #FEFAD8;
	padding: 5px 5px 5px 5px;
	line-height: 20px;
	font-weight: bold;
}

#success {
	border: #ccc solid 1px;
	background: #E0FFD7;
	padding: 5px 5px 5px 5px;
	line-height: 20px;
	font-weight: bold;
}

/* ----------- Forms ---------------------------- */

label {
width: 15em;
float: left;
text-align: right;
margin: 0 1em 10px 0;
clear: both;
}

.select-box {
margin-bottom: 10px;
background: #e8e8e8;
}

.input-box {
margin-bottom: 10px;
background: #e8e8e8;
border: #ccc solid 1px;
}

.submit-button {
clear: both;
}

/* ----------- Tables ---------------------------- */

.table {
border-width:1px;
border-style:solid;
border-color:#ccc;
margin-bottom: 10px;
width: 100%;
border-collapse: collapse;
}

.table tr td {
padding: 5px;
text-align: center;
border-bottom: 1px solid #ccc;
}

.table tr td.left {
text-align: left;
border-bottom: 1px solid #ccc;
}

.table tr td.right {
text-align: right;
border-bottom: 1px solid #ccc;
}

.title td {
color: #999;
background: #f3f3f3;
border-bottom: 1px solid #ccc;
}

.pastdue {
font-weight: bold;
color: #600;
}

td em {
display: block;
}


/* ----------- Structural Styles ----------------- */

#header {
margin-bottom: 6px;
width: 100%;
float: right;
background: #FFF;
}

#content {
	width: 95%;
	float: left;
	padding-left:6px;
}

#headnav {
position: absolute;
right: 30px;
top: 38px;
}

#rightcol {
width: 350px;
float: right;
}

#leftnavcol {
width: 160px;
padding: 20px 0 0 10px;
float: left;
}

#innerright {
padding-top:20px;
padding-right: 10px;
margin-left: 8px;
}

#leftcol {
margin: 0px 350px 10px 0px;
padding: 20px 25px;
}

#sub_rightcol {
margin: 0px 0px 10px 180px;
padding: 20px 25px;
}

#sub_leftcol {
margin: 0px 250px 10px 160px;
padding: 20px 25px;
}

#leftcol p {
	padding-left: 10px;
}

#fullcol {
padding: 20px 25px;
float: center;
}

#imghead {
	height:280px;
	background-image:url(/roseville/images/rose_main_bg.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	padding: 10px;
	text-align: center;
}

#imghead img {
	border: 1px solid #fff;
}

#imghead_right {
	position:absolute;
	margin-left: 415px;
	text-align:left;
	margin-top: 40px;
	padding-top: 8px;
	height: 230px;
	overflow:auto;
}

#imghead_right p {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #fff;
}

#imghead_right a {
	color: #fff;
	text-decoration: none;
} 

#imghead_right a:visited	{
	color: #fff;
}

#imghead_right a:active {
	color: #fff;
} 

#imghead_right a:hover {
color: #cfc;
text-decoration: underline;
}

#imghead_left {
	width: 400px;
	float: left;
}

#sm_imghead {
	height:75px;
	background-image:url(/roseville/images/rose_sub_bg.gif););
	background-position:bottom left;
	background-repeat:repeat-x;
}

#sm_imghead p {
	font: 18px arial, verdana, sans-serif;
	padding-right: 30px;
	text-align:right;
	color: #fff;
}


/* commented backslash hack v2 \*/
* html #leftcol {
height: 1%; /* Lendering bug fix for IE6.0 */
}
/* end hack */

#footer {
margin-bottom: 20px;
border-top: 1px solid #CCCCCC;
clear: both;
}

#footer p {
margin: 8px 0;
text-align: center;
}
