/* General Styles */

*{
	margin: 0;
	padding: 0;
}
html{
	font-size: 12px;
}
body{
	font-family: dax-regular,sans-serif;
	font-size: 12px;
	color: #666;
	background: #ddd;
	width: 75em;
	margin: 0 auto;
}
div#wrapper{
	position: absolute;
	width: 75em;
	top: 0;
	left: auto;
	right: auto;
	background: #ddd url(../images/bg_logo.gif) no-repeat top center;
	padding: 1em 1em 0 1em;
}
.hidden{
	padding: 1em 25em 1em 1em;
	font-size: 1.5em;
	height: 11.25em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/* Refined HTML styles */
h1{
	padding-top: 4em;
	margin-bottom: 1em;
	background: url(../images/Hove_College_Logo.gif) no-repeat  32em .5em;
}
h1 span{
	display: none;
}
h1 em{
	color: #09c;
	font-style: normal;
}
address {
	font-style: normal;
}

/* Classes */
.faded{
	filter: alpha(opacity=45);
	opacity: 0.45;
	background: #fff;
	padding: 1em;
	color: #000;
	height: 9.25em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.faded p {
	font-size: large;
}
.nav{
	width: auto;
	float: left;
	/* margin-right: 1em; */
	text-align: center;
}

.nav a{
	display: block;
	padding: .25em 1.5em .65em 1.5em; /* Changed lr from .5 top .25) */
	text-decoration: none;
	/* background: #999; */
	/* text-transform: uppercase; */
	/* color: #ccc; */
	color: #999;
	/* font-weight: bold; 
	border-left: solid 1px #999;*/
	
}

.nav a:hover{
	/* color: #fff; */
	color: #39f;
}

/* Colours for courses */
.ddesign{
	color: #c93;
	text-decoration: none; 
	font-weight: normal;
}
.ccoms{
	color: #f39;
	text-decoration: none; 
	font-weight: normal;
}
.wdesign{
	color: #39f;
	text-decoration: none; 
	font-weight: normal;
}
.ebus{
	color: #3f0;
	text-decoration: none; 
	font-weight: normal;
}
.imark{
	color: #c66;
	text-decoration: none; 
	font-weight: normal;
}
/* Specific elements */
ul#tnav{
	height: 1.75em;
	list-style-type: none;
}
ul#topNav{
	position: absolute;
	bottom: .75em;
	width: 20em;
	right: 1em;
	list-style-type: none;
	text-align: center;
}
ul#topNav li a{
	background: none;
	color: #ccc;
	font-weight: bold;
}
div#content{
	background: #eee;
	padding: 1em;
	height: auto;
	-moz-border-radius: 0 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	margin-top: .2em;
}
div#banner{
	height: 20em;
	padding-bottom: 1em;
	border-bottom: solid .5em #ccc;
	font-size: 1em;
}
div#banner h2{
	margin-bottom: 0.5em;
}
div#banner ul{
	position: absolute;
	top: 26em;
	left: 4em;
	list-style-type: none;
	font-size: 0.75em;
}
div#banner li{
	float: left;
	width: 10em;
	margin: 0 .25em;
	text-align: center;
	font-size: 98%;
}
div#banner a{
	background: #ccc;
	display: block;
	padding: 0.25em .5em;
	color: #666;
	text-decoration: none;
}
div#top{
	height: 15em;
}
div#top h3{
	width: 18%;
	float: left;
	margin: 1em 1%;
}
div#top a{
	display: block;
	height: 8em;
	padding: 1em;
}
div#middle{
	height: 15em;
}
div#middle div{
	width: 23%;
	float: left;
	margin: 1em 1%;
}
div#middle a{
	text-decoration: none;
	color: #09C;
	font-weight: bold;
	}
div#middle p{
	margin-top: .5em;
	}
div#middle form,div#middle fieldset{
	margin: .5em 0;
	font-weight: bold;
	}
div#middle legend{
	color: #09c;
	}
div#middle select{
	width: 14.5em;
	}
div#main{
	line-height: 1.75em;
	padding-left: 20em;
	height: auto;
}
div#main h3,div#main p{
	margin: 1.25em 0 .75em 0;
	padding-top: 1em;
}
div#bottom{
	background: #eee url(../images/logos.gif) no-repeat; /* #333 */
	background-position:   /* 58em */55.5em 0.5em; /* 0.5em*/
	margin: 1em 0 0 0; /* -1 l and r */
	padding: 1em;
	height: 12em;
	clear: left;
}
div#bottom div{
	width: 23%;
	float: left;
	margin: 1em 1%;
}
div#bottom div ul li{
	margin: .5em 1em;
}
div#bottom div ul a{
	/* color: #eee; */
	color: #666;
	text-decoration: none;
}
div#bottom div h3{
	color: #09c;
	}

