/*------------------------------------------------------------------
[Master Stylesheet]

Project:	BDT Website
Version:	3.0
Started:	23/02/09
Assigned to:	David Whipps (dw), Coen Hyde (ch)
Primary use:	Master Stylesheet
-------------------------------------------------------------------*/

@import "menu.css";

	body {
		margin: 0px;
		padding: 0px;
		background: #213246 url('../graphics/backgroundrepeat.gif') repeat-x;
		width: 100%;
		font: 0.9em Verdana, Arial, Helvetica, sans-serif;
		color: #F2F2F;
	}
	
	ul {
		padding: 20px 60px 20px 60px;
	}
	li {
		padding: 0 0 5px 20px;
	}
	
	h3 {
		letter-spacing: -0.02em;
		color: #213246;
	}


/* ----------Top Bar of the Page-------------- */
	
	#topBar {
	position: relative;
	height: 20px;
	width: 100%;
	background-color: #213246;
	border-bottom: #84aad7 1px solid;
	}

/* ----------banner for logo-------------- */

	#banner {
		position: relative;
		margin: 0 auto;
		background: url('../graphics/logobanner.gif') no-repeat;
		width: 477px;
		height: 180px;
		margin-bottom:0px;
		padding-bottom:0px;
	}

/* ----------container to center the layout-------------- */
	
	#menuContainer {
		 width: 700px;
		 margin: 0px auto;
		 padding: 20px auto;
		 background-color: #213246;
		 height: 18px;
	}

/* -----------------Index--------------------- */

a.indexBox {
	position: relative;
	display: block;
	border: 1px solid #bfbfbf;
	padding: 10px;
	margin: -1px;
	font-size: 2.6em;
}

	.indexBox:hover {
		background: #e3ebce;
		border-color: #c7ec65;
	}

#indexIntro {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-style: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
}
	
	
/* -----------------content--------------------- */

	#az {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		font-style: normal;
		text-transform: normal;
		letter-spacing: 0.1em;
		line-height: 1.4em;
		text-align: center;
	}
	
	#contentContainer #az a:hover {
		background-color: #e3ebce;
	}
	
	#contentContainer #az a:active {
		background-color: #213246;
		color: white;
	}

	#contentContainer {
	position: relative;
	width: 670px;
	margin: 20px auto;
	padding: 30px 40px 30px 40px;
	background: #f1f1f1;
	}
	
	#contentTitle {
	font-family: “Trebuchet MS”, sans-serif;
	color: #213246;
	font-size: 3em;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: 1px;
	line-height: 1.2em;
	margin: 0;
}

	#contentSubTitle {
	font-family: “Trebuchet MS”, sans-serif;
	color: #213246;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: 1px;
	line-height: 1.2em;
	margin: 0 0 -8px 0;
}

	#contentContainer  a{
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	text-decoration: none;
	letter-spacing: -0.1;
	color: #213246;
	}
	
	.boxHighlight {
	display: block;
	background: #fcfcfc;
	border: 1px solid #D0DAE6;
	margin: 5px;
	padding: 5px 5px 0 5px;
	position: relative;
}

	.boxHighlight:hover {
		background: #e3ebce;
		border-color: #c7ec65;
	}

	.boxHighlight a.info {
		position: absolute;
		display: inline-block;
		right: 10px;
	}

	

/* -----------------multislide--------------------- */	
	

		#copyright {
			color: #363636;
			margin-top: 40px;
			font-size: 0.8em;
			text-align: center;
		}

		#controls{
			margin: 20px 0;
			text-align: right;
		}
		
		
		.ms_container {
			border: 1px solid #dddddd;
			margin:5px; 
			padding: 5px 10px 0 10px
		}		
		
			.ms_container:hover {
			background: #e3ebce;
			border-color: #c7ec65;
		}		
		
		.vitals {

		}
		
		.vitals h4 {
			font-size:16px;
		}
		
		.control {
			cursor:pointer;
			text-align:right;
			color:#777;
		}	
		
		.ms_expander {
			margin: 5px 0 0 0;
			padding: 0 0 15px 0;
		}
		
		.defineTitle {
			font-weight: bold;
		}
	

