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

.header-wrapper {
	background-color:#333;
	width:100%;
	height:132px;
	position:relative;
}

.newsletter {
	position:absolute;
	top:15px;
	right:50px;
	color:#fff;
}

#header {
	background-image:url(../assets/images/logo.png);
	background-repeat:no-repeat;
	height:132px;
}

#nav {
	background-image:url(../assets/images/nav-bg.png);
	background-repeat:repeat-x;
	height:34px;
}

#content {
	background-color:#FFF;
	padding:15px 0 50px 0;
	min-height:450px;
	position:relative;
	margin-bottom:50px;
}

#footer {
	position:absolute;
	bottom:10px;
	color:#999;
}

#footer {
	margin-top:45px;
}


a:link {
	/*text-decoration:none;*/
	color:#660033;
	font-weight:bold;
}

a:visited {
	/*text-decoration:none;*/
	color:#660033;
	font-weight:bold;
}

a:hover {
/*	text-decoration:none;*/
	color:#000;
	font-weight:bold;
}


/*#################*/

#nav ul {
	list-style:none;
	margin:0;
}

#nav li {
	float:left;
	margin-right:15px;
	margin-left:0;
}

#nav a:link {
	text-decoration:none;
	font-size:12px;
	line-height:34px;
	color:#FFF;
}

#nav a:visited {
	text-decoration:none;
	font-size:12px;
	line-height:34px;
	color:#FFF;
}

#nav a:hover {
	text-decoration:none;
	font-size:12px;
	line-height:34px;
	color:#CCC;
}

/*#################*/
#sub-nav ul {
	list-style:none;
	margin:0;
}

#sub-nav li {
	margin-left:0;
	margin-bottom:3px;
}

#sub-nav a:link {
	text-decoration:none;
	font-size:12px;
	color:#660033;
	font-weight:normal;
}

#sub-nav a:visited {
	text-decoration:none;
	font-size:12px;
	color:#660033;
	font-weight:normal;
}

#sub-nav a:hover {
	text-decoration:none;
	font-size:12px;
	color:#000;
	font-weight:normal;
}



#teacher-subnav {
	margin-bottom:15px;
}

#teacher-subnav ul {
	list-style:none;
	margin:0;
}

#teacher-subnav li {
	float:left;
	margin-right:15px;
	margin-left:0;
}

#teacher-subnav a:link {
	text-decoration:none;
	color:#660033;
}

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

#teacher-subnav a:hover {
	text-decoration:none;
	color:#000;
}



#breadcrumbs{
font-size:10px;
color:#333;
margin-bottom:15px;
}

#breadcrumbs a:link{
font-size:10px;
color:#ccc;
}

#breadcrumbs a:visited{
font-size:10px;
color:#ccc;
}

#right {
	float:right;
	margin:0 0 0 10px;
}

#left {
	float:left;
	margin:0 10px 0 0;
}