/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	background-color: #ffffff; /*Green: 4c964b*/
	margin: 0px;
}
@font-face {
	font-family: 'Ubuntu';
	font-weight: normal;
	font-style: normal;
	src: local('Ubuntu'), url('ubuntu-r-webfont.eot'), url('ubuntu-r-webfont.woff') format('woff'), url('ubuntu-r-webfont.ttf') format('truetype'), url('ubuntu-r-webfont.svg#webfonta6CxZKXB') format('svg');
}

@font-face {
	font-family: 'Ubuntu';
	font-weight: bold;
	font-style: bold;
	src: local('Ubuntu'), url('ubuntu-b-webfont.eot'), url('ubuntu-b-webfont.woff') format('woff'), url('ubuntu-b-webfont.ttf') format('truetype'), url('ubuntu-b-webfont.svg#webfontFFZDFe7V') format('svg');
}
h1 {
	color:#339900;
	font-size: 1.3em;
	font-weight: bold;
}
h2 {
	color:#339900;
	font-size: 1.1em;
}
h3 {
	color:#339900;
	font-size: 1em;
	font-style: italic;
}
em {color:#339900;}
#container
{
	width:950px;
	margin : 0 auto;
	background-image: url(images/containerbg.gif);
	border-right: 2px solid #cccccc;
}
#header
{
	height:116px;
	background-color: #ffffff;
	width: 100%;
}
#header-centre
{
	height:116px;
	background-image: url(images/ukbusinessschool.jpg);
	background-repeat: no-repeat;
	width: 950px;
	margin: auto;
}
#language
{
	/*background-color:#51d452;*/
	float:right;
	padding:5px;
	margin-top:2px;
}
#size
{
	padding:5px;
	float:right;
	margin-right: 20px;
}
#size a{
	color:black;
	text-decoration: none;
}
#search
{
	height:20px;
	background-image: url(images/search.png);
	
}
#leftcol
{
	background-color: #CCCCCC;
	width:170px;
	float:left;
}
#leftMenu{
	background-image: url(images/containerbg.gif);
}	
#leftinfo
{
	padding:7px;
	height:600px;
	background-image: url(images/containerbg.gif);
}
#content
{
	margin-left:170px;
	background-color: #dddddd;
}
#auxtop
{
	width:780px;
	background-color: #FFFFFF;
	float:left;
}

#news
{
	margin:5px;
	height: 225px;
	width: 215px;
	float:right;
	padding-right:30px;
	padding-left:5px;
	background-image: url(images/newsbg.gif);
	background-repeat: repeat-y;
	background-position: right;
	border-top: thin solid #51d452;
	border-right: thin none #51d452;
	border-bottom: thin solid #51d452;
	border-left: thin solid #51d452;
}

#titlebar
{
	float:left;
	background-color: #CCCCCC;
	background-image: url(images/shield.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
	width:748px;
	border-bottom:thin solid #000000;
	border-top:thin solid #EEEEEE;
	font-weight:bold;

}
#main {
	padding:10px;
	float:left;
}
#footer
{
	clear:both;
	text-align:center;
	background-color:#aaaaaa;
	border-right:2px solid #aaaaaa;
	padding:5px;
	position:relative;
	font-size:0.7em;
	width: 940px;
}
#footer a {
	color: #000000;
}#footer a:hover {
	color: #FFFFFF;
}
#logo {
position:absolute;
bottom:80px;
left:30px;
}
#myaccount
{
	padding: 10px;
	border: thin solid #000000;
	margin-right: 20px;
	margin-left: 20px;

}
.button
{
	display:block;
	color: #000000;
	height: 25px;
	width: 120px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding:0.15em;
	border:1px solid #999999;
	background:#cccccc;
	font: 1.1em arial, sans-serif;
	-moz-border-radius:10px;
	border-radius:10px;

	
}
.button_long
{
	display:block;
	color: #000000;
	height: 25px;
	width: 300px;
	text-align: center;
	padding-top:3px;
	padding-right:2px;
	text-decoration: none;
	font-weight: bold;
	font-size:medium;
	border:1px solid #999999;
	background:#cccccc;
	font: 1.1em arial, sans-serif;
	-moz-border-radius:10px;
	border-radius:10px;
	
}
.button a:hover{
	color:#FF0000;
}
.col200
{
	width:200px;
	display: block;
}
.ticklist li
{
	list-style-image: url(images/tick.gif);
}

strong, b {
	font-weight: bold;
	color:#339900;
}
.errormsg {
	color : red;
}



/* FORM STYLING */
fieldset div {
	margin:0.3em 0;
	clear:both;
}
label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}
legend {
	color:#0b77b7;
	font-size:1.2em;
}
legend span {
	width:250px;
	text-align:right;
}
input {
	padding:0.15em;
	width:250px;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}
textarea {
	padding:0.15em;
	width:250px;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
textarea:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}
button {
	padding:0.15em;
	width:5em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	border-radius:10px;
}
button:hover, button:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}
select {
	padding:0.15em;
	width:10em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	border-radius:0.4em;
} 
fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}
.date input {
	background-repeat:no-repeat;
	background-position:100% 50%;
}

.date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
.date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.email {
	width:14em;
}

input.default {
	color:#bbb;
}
#showImages{
	height: 237px;
	width: 780px;
}



/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	width: 750px;
	height: 237px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:65%;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:35%;
	height:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
