@charset "UTF-8";
/* CSS Document */

/*HOME PAGE*/
#image
{
	width: 100%;
}
#image ul {
	margin-top: 4px;
}
#image img
{
	width: 100%;
}
.box
{
	width: 92%;
	height: auto;
	margin: 2%;
	background-color: #333;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	border-radius: 10px;
}
.box p
{
	margin-left: 10px;
	margin-rigth: 10px;
}
#contact
{
	padding: 10px;
	font-size: 70%;
}
header
{
	width: 100%;
	background-color: #3d3d3d;
	margin-left: 0%;
	margin-right: 0%;
	/*position: fixed;*/
	height: 10%;
	/*when working with % add a min height or width*/
	min-height: 50px;
	padding-top:3%;
	padding-bottom:1%;
	z-index:12000;
	margin-top: 0px;
}
.nav-collapse ul li a
{
	color: white;
	font-size: 90%;
	text-decoroation: none;
	text-align: left;
	margin-left: 45px;
}
#boxes p img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#boxes p
{
	color: #ffffff;
}
/*taken from responsive-nav.css*/
.nav-collapse li a{
	display: block;
	padding: 5px;
}
header .nav-collapse ul li a{
	color: white;
	padding: 5px;
	}
.nav-collapse li a:hover{
	color: #ff3333;
	padding: 5px;
}
header .nav-collapse ul li {
	border-right: none;
}

header ul li img
{
	display: none;
}

/*SIDE PAGES*/
#sidepagetext
{
	width: 95%;
	margin: 3%;
	float: left;
}
#sidepagetext p img
{
	padding-right: 10px;
	padding-bottom: 5px;
	border-radius: 10px;
}
h1
{
	margin-bottom: 25px;
}
h2
{
	margin-bottom: 5px;
	margin-top: 25px;
}
iframe 
{
	margin-right: 30px;
	margin-bottom: 20px;
	width: 95%;
}
.buttons a
{
	color: white;
	padding: 8px;
	background-color: #ccc;
	text-decoration: none;
	border-bottom: white solid 2px;
	margin-top: 5px;
	display: block;
}
.buttons a:link
{
	color: white;
}
.buttons a:hover
{
	color: black;
}
.buttons a:active
{
	color: white;
}
.buttons a:visited
{
	color: white;
}
/*buttons of page one*/
.buttonspageon a
{
	color: white;
	padding: 8px;
	background-color: black;
	text-decoration: none;
	border-bottom: white solid 2px;
	margin-top: 5px;
	display: block;
}
.buttonspageon a:link
{
	color: white;
}
.buttonspageon a:hover
{
	color: black;
}
.buttonspageon a:active
{
	color: white;
}
.buttonspageon a:visited
{
	color: white;
}
/*code from Henry for email icon*/
.header_logo {
	display: none;
	margin-left:35%;
	margin-right: 10%;
    float:right;
}
/*fix for table for Student Center page*/
table{
	border:#999 1px solid;
	width: 90%;
	margin-bottom: 20px;
}
th{
	border:#999 1px solid;
	width: 90%;
}
td {
	border:#999 1px solid;
	padding: 4px;
}
.abouttext
{
	clear: both;
	padding-top: 5px;
}
#sidepagetextstudentcenter
{
	width: 100%;
	float: left;
}
#navstudentcenter
{
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: 3%;
}
#twittersidebar
{
	display: none;
}
.daterow
{
	background-color: #ccc;
}