/* @override http://localhost/studentu/css/studentu.css */

html {
    background-color:white;
    text-align:center;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

body {
    width: 960px;
    font-size: 1.3em;
    text-align:justify;
    margin: 0 auto 0 auto;
}

html {overflow-y: scroll;}

a img {
	/*Gecko likes to put a border*/
	border: none;
}

ul#nav{
	font-size: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: -3px;
	position: relative;
	z-index: 100;
	
}

ul#nav li{
	text-align: center;
    float: left;
	width: 190px;
	border: solid #CCCCCC 1px;
	margin-bottom: 1em;
}

ul#nav a{
    height:30px;
    width: 190px;
    display: block;
    padding-top: 5px;
    background-color: #ECECEC;
    text-decoration: none;
    color: black;
}

ul#nav a:hover{
	background-color: white;
	color: #3465CC;
}

#nav .selected{
	background: white;
}

#nav li ul{
	margin-top: 1px;
	margin-left: -1px;
	font-size: 15px;
    list-style: none;
    padding: 0;
	position: absolute;
	/*background-color: white;*/
	text-align: left;
    opacity: 0;
    -webkit-transform: opacity .25s ease;
}

#nav li ul li{
	height: 0;
	width: 185px;
	align: left;
	overflow: hidden;
	float: none;
	text-align: left;
	margin: 0;
	border: 0;
	padding-left: 5px;
	padding-right: 0px;
	background-color: white;
	-webkit-transition: height .5s ease;
}

#nav li ul li a {
     width: 100%;
     background-color: white;
}

#nav li:hover ul{
	border-top: 1px #676767 solid;
	opacity: 1;
}

#nav li:hover ul li{
	height: 1.75em;
	border: 1px #676767 solid;
	border-top: 0;
	align: left;
}

#subnav{
	float: left;
	list-style: none;
    width: 190px;
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
}

#subnav a {
	color: #676767;
	text-decoration: none;
	line-height: 150%;
	font-size: 14px;
}

#subnav a:visited {
	color: #676767;
	text-decoration: none;
}

#subnav a:hover {
	text-decoration: underline;
}	

div.homebody{
	float: left;
	list-style: none;
    width: 964;
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
}

div.main_text{
	width: 500px;
	float: left;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
}


div.main_nocolumn{
	width: 730px;
	float: left;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
}

div.homepage{
	width: 964px;
	float: left;
	text-align: center;
	padding-bottom: 20px;
}

div.homepage h3{
	color: #3465CC;
}

.main_text h3{
	color: #3465CC;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
}

.main_nocolumn h3{
	color: #3465CC;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
}

div.columnright{
	float: right;
	clear: right;
	width: 230px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	text-align: right;
}

div.columnright h3{
	color: #3465CC;
}

img.sidebar{
	float: right;
}

div#footer{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 2em;
	float: bottom;
	clear: both;
}

#footer a{
	color: #3465CC;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#flowery{
	font-size: 18px;
	border-bottom: 1px dashed #676767;
	border-top: 1px dashed #676767;
	padding-top: 5px;
	padding-bottom: 8px;
}

#address{
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 8px;
}

.dark {
	color: #676767;
}

.light{
	color: #3465CC;
}

