body  {
    background-color: #cfcfd0;
    background-image:url(backgroundgradient.jpg);
    background-repeat: repeat-x;
    font-family: georgia, garamond, "Times New Roman", serif;
}

div#wrapper {
    background-color: #fff;
    margin: 40px auto;
    width: 996px;
    -moz-box-shadow: 3px 3px 3px #302f59;
    -webkit-box-shadow:: 3px 3px 3px #302f59;
    }


.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.group {display: inline-block; clear: both;}
/* start commented backslash hack\*/* html .group { height: 1% } .group { display: block;} /*close commented backslash hack */

div#footer  {
    margin: 0 auto;
    font-size: x-small;
}


div#carousel1 {
    width:500px;
    float: right;
    height:400px;
    background:#fff;
    overflow:scroll;
    margin: 0 auto;
}

img.cloudcarousel {
	border: none;
    }
    
h1 {
    color: #312c7a;
    margin:50px 0 30px 0;
}

h2 {
    color: #312c7a;
    font-size: large;
}


a {
    text-decoration: none;
    color: #000000;
    font-weight: bolder;
}

a:hover {
    text-decoration: underline;
}

div#header {
    outline: 0;
}

div#nav {
	margin:  -2.5em 0 1.5em 450px;
}

div#nav ul, div#nav ul li ul {
	padding: 0;
	list-style-type: none;
    }

div#nav a {
	background-color: rgba(256,256,256,0 );
	font-size: 80%;
	display: block;
	width: 8em;
	text-align: center;
	padding: .2em;
	border-left: 1px solid black;
}

div#nav ul li {
	float: left;
	position: relative;
}

div#nav ul li ul {
	position: absolute;
	left: -999em;
	border-right: 1px solid black;
}

div#nav ul li a:hover {
	text-decoration: underline;
	background-color: rgba(256,256,256,0 );
}

div#nav ul li:hover ul {
        left:0;
}

div#nav ul li:nth-child(1) a {
	border-left: none;
}

div#nav ul li ul li:nth-child(1) a {
	border-left: 1px solid black;
}

div#wrap {
    margin: 0 0 0 150px;
    padding: 0 0 50px 0;
}

div#wrap ul#main {
    margin-bottom: 3em;
    padding: .5em 0 0 2em;
    list-style-type: circle;
}

ul#courses{
    margin-left: 150px;
}

