/*  General Links */

a:link {
	color: blue;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid;
}

a:active {
	color: red;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid;
}
a:visited {
	color: blue;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid;
}
a:hover {
	color: red;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid;
}


/* General Settings */

body {
	font-family: Verdana, sans-serif;
	font-size: small;
	padding: 0;
}

#pagecontainer {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

ul {
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 0;
	margin-left: 0px;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
}

h2 {
	font-size: 1em;
	font-weight: bold;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

em {font-weight: bold;
		font-style: normal;
}


/* ------------- Titlebar section ----------------------*/

#hcontainer {
	height: 3em;
	width: 100%;
	border: none;
	padding: 0;
	color: white;
	text-align: center;
	border-color: #d7dbdf;
	background: #426ae3;
}

#header {
	padding: 0.5em;
	font-size: large;
}
/* Main Menu Links */
#mlinks {
	width: 90%;
	height: 2em;
	margin: 0;
	padding: 0 0 0 10%;
    border: none;
	background: #426ae3;
}

#mlinks li {
    position: relative;
}

#mlinks ul {
	float: left;
	width: 110px;
	list-style: none;
	padding: 0 0 0 .5em;
	margin: 0;
	text-align: left;
	font-size: 1em;
	font-weight: normal;
}

#mlinks ul ul {
    position: absolute;
    z-index: 500;
    left: 0;
    width: 250px;
    border: 1px solid #A8A8A8;
	background: #426ae3;
	display: none;
}
#mlinks ul ul li {
    padding: .5em 0 .5em 0;
}

/* current page menu item */
.curpgitem {
	color: white;
	font-weight: bold;
    text-decoration:none;
	text-align: center;
 }


#floatclear {
    clear: both;
}

#mlinks a:link {
	color: white;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid white;
}

#mlinks a:visited {
	color: white;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid white;
}

#mlinks a:hover {
	color: yellow;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid white;
}

#mlinks ul li:hover ul {
    display: block;
    font-weight: normal;
}

#mlinks ul ul a:hover {
    font-weight: normal;
}

#mlinks a:active {
	color: #426ae3;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid white;
}

/* ------------- End of Titlebar section ----------------------*/



#mcontainer {
	border: solid 1px;
	border-color: #d7dbdf;
}



/*about us*/
#main {
	background-color: white;
	float: left;
	width: 600px;
	padding: 5px;
	margin-right: 0;
	margin-left: 0;
}

/*index*/
#ixmain {
	color: #282828;
    font-size:x-large;
    font-weight:bold;
    background-color: white;
	background-image: url(staticimages/cover.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 490px;
	height: 490px;
	padding: 5px 10px 5px 5px;
	margin-right: 0;
	margin-left: 0;
	text-align: center;
}

#widemain {
	float: left;
	width: 1000px;
	padding: 5px;
	margin-right: 0;
	margin-left: 0;
}

/*about us, booking*/
#newscol {
	background-color: #d7dbdf;
	float: left;
	width: 475px;
	padding: 5px 5px 5px 5px;
	margin-right: 0;
	margin-left: 0;
	font-size: 1em;
}

#rightbar {
	background-color: #d7dbdf;
	float: left;
	width: 380px;
	padding: 5px 5px 5px 5px;
	margin-right: 0;
	margin-left: 0;
	font-size: 1em;
}

#rightbar ul {

    list-style-position:inside;
 }


#footer {
	clear: left;
	padding: 10px;
	background: #d7dbdf;
	font-size: 0.8em;
}

#catcontainer {
    float: left;
    width: 1080px;
}

#catinfo {
	font-size: 0.9em;
	font-weight: normal;	
	color: black;
	background-color: #D6E0DF;
	padding: 5px;
    margin: 0;
}

#catmain {
	background-color: white;
	float: left;
	width: 800px;
	padding: 5px;
	margin-right: 0;
	margin-left: 0;
	border-left: 1px solid;
	border-right: 1px solid;
    border-color: #d7dbdf;
}


#catmain a:link, #catmain a:visited {
	color: blue;
	background-color: white;
	text-decoration: underline;
	font-weight: normal;
	border-style: none;
}

#catmain a:hover {
	color: red;
	text-decoration: underline;
	font-weight: normal;
	border-style: none;
}

#catright {
	float: left;
	width: 268px;
}

#venuemap {
    float:left;
    border: 1px solid #d7dbdf;
 }

#fullwidth {
	color: blue;
    background-color: #D6E0DF;
    padding:5px;
    border: none;      
 } 
 
.catblock {
    clear: both; 
	border: none;
 }

/* tutor profile box */
.tutblock {
	margin: 2px 2px 2px 2px;
    padding: 2px;
	font-size: 0.9em;
	font-weight: normal;
	background-color: #d7dbdf;
}




/* Courses pages menu links */

#slinks a:link {
	color: white;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid white;
}

#slinks a:visited {
	color: white;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid white;
}

#slinks a:active {
	color: #426ae3;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid white;
}

#slinks a:hover {
	color: yellow;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid white;
}

#slinks {
	float: left;
	width: 120px;
	margin-right: 0;
	margin-left: 0;
	padding: 2px 0 2px 0;
	background: gray;
	text-align: center;
}

#slinks li {
    list-style: none;
	padding: 5px 5px 5px 5px;

	font-size: .9em;
	font-weight: bold;
   	border-bottom: 1px solid;
	border-color: #A8A8A8;
}


/* Courses pages timetable links */

#codelink a:link {
	color: purple;
	text-decoration: none;
	font-weight: normal;
	border-style: none;
}

#codelink a:visited {
	color: purple;
	text-decoration: none;
	font-weight: normal;
	border-style: none;
}

#codelink a:hover {
	color: red;
	text-decoration: none;
	font-weight: normal;
	border-style: none;
}

#codelink a:active {
	color: black;
	text-decoration: none;
	font-weight: normal;
	border-style: none;
}

/* Extra Links */

#extralinks a:link, #extralinks a:visited {
	color: blue;
	text-decoration: underline;
	font-weight: normal;
	border-bottom: none;
}

#extralinks a:hover, #extralinks a:active {
	color: red;
	text-decoration: underline;
	font-weight: normal;
	border-bottom: none;
}

#extralinks {
	background-color: white;
	float: left;
	width: 150px;
	padding: 5px;
	margin-right: 0;
	margin-left: 20px;
	font-size: 0.8em;
}

#extralinks li {
	list-style: none;
	margin-bottom: 0.5em;
}




/* Class selectors */



/*image box*/
.imgbx {
	float: right;
    width: 250px;
    margin: 0px 2px 2px 2px;
	padding: 3px;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #d7dbdf;
	text-align: center;
}

/* Miscellaneous */
.bigtext {
	font-size: 1.1em;
	font-weight: normal;
	color: #803600;
}

.smalltext {
    font-size:0.8em;
}

.bulletson {
    list-style-type: disc;
    list-style-position:inside;
}

.bulletsoff {
    list-style-type: none;
}
 
.crstitle {
	font-size: 1em;
	font-weight: bold;
	color: blue;
	text-align: center;
	padding-top: 5px;
}

.cattitle {
    font-size: 1.2em;
	font-weight: bold;
 	text-align: center;   
}

.infoem {
	text-decoration: underline;
}

.fltrt {
    float: right;   
 }


