@charset "utf-8";


#site-footer {
	font-size: 85%;
	padding-top: 20px;
}
#main #main-menu ul li a.active {
	background-image: url(../images/active_bkgrd.gif);
	background-repeat: no-repeat;
}

#main #main-menu ul li a:hover {
	background-image: url(../images/active_bkgrd.gif);
	background-repeat: repeat-y;
}
#main #main-menu ul li ul li a:hover {
	background-color: #DDDDDD;
	background-image: url(http://www.lboro.ac.uk/-images/submenu-bullet1b.gif);
	background-repeat:no-repeat
}

#main-content {
	margin-bottom: 20px;
}

/* RAE addition */

#main #main-content ul {
	list-style-type: square;
}
#main-content .rightImageNoBorder {
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 10px;
}


#main #main-content .hrStyle {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E4E4E4;
	margin-bottom: 10px;
}
#main #main-content .hrStyle hr {
	display: none;
}

#main #main-content .small {
	font-size: 80%;
	color: #666666;
}
#main #main-content #keyFacts {
	float: right;
	width: 250px;
	border: 4px solid #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/engbkgrd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#main #main-content #keyFacts h3 {
	font-size: 110%;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	padding-top: 0px;
	margin-top: 0px;
}
#main #main-content #keyFacts p {
	font-size: 85%;
}



/* END RAE addition */

#main #main-rightbox p {
	font-size: 95%;
	margin-top: 0px;
}
#main #main-rightbox h3 {

}

#main #main-rightbox ul {
	padding-bottom: 10px;
}

#main #main-rightbox ul li {
	list-style-type: square;
	font-size: 95%;
	margin-bottom: 6px;
}

#main #main-rightbox ul.arrow li {
	font-size: 95%;
	background-image: url(../images/rightmenu-bullet1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	list-style-type: none;
}
#main #main-rightbox ul.arrow {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#main #main-rightbox .hrStyle {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #e3e3e3;
	margin-bottom: 10px;
}
#main #main-rightbox .hrStyle hr {
	display: none;
}
#main #main-rightbox img.rgtButton {

}

#main #main-rightbox a img.rgtButton {
	border: 1px solid #330066;
}

#main #main-rightbox a:hover img.rgtButton {
	border: 1px solid #D4CADE;
}

#main #main-content img.rightImageBorder {
	float: right;
	border: 2px solid #FFFFFF;
	margin-bottom: 2px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #CCCCCC;
	padding: 2px;
}

#main #main-content table.genTblStyle {
	width: 530px;
	border: 1px solid #999999;
	border-collapse: collapse;
	font-size: 85%;
}

#main #main-content table.genTblStyle thead {
	font-weight: bold;
	background-color: #EFEFED;
}

#main #main-content table.genTblStyle td {
	border: 1px solid #999999;
	padding:6px;
	
}
#main #flashContent {
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	margin-right: 100px;
	margin-left: 100px;
	width: 760px;
	margin-top: 20px;
}

#main-rightbox {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #EFEFEF;

}

/* Brochure order form
*/

form.orderFrm label {
	font-size: 100%;
}

form.orderFrm legend {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}
form.orderFrm fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #FFF;
	background-image: url(../images/form-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

