/* ------------- "generic" styles */

html { 
	min-height: 100%;
 	margin-bottom: 1px; 
} 
body {
	margin: 0; padding: 0;
	background: #ffffff;
	font: small "Tahoma", Arial, sans-serif;
	background-image:url(http://www.utsl.co.uk/files/background.jpg);
	background-repeat: repeat-x;
}

a {
	text-decoration: none;
	
}
a:link, a:visited  {
	color: #0066cc;
  	text-decoration : none;
}
a img {
	border: none;
}
p {
	font-family:'Verdana', Helvetica, sans-serif;
	margin: 0 0 1em;
	font-size: 9pt;
	line-height: 160%;
}

h1{
	font-family:'Verdana', Helvetica, sans-serif;
	font-size : 14pt;
	color : #666666;
	margin-top: 0px;
	padding-top: 10px;
	
}

.h1_welcome{
	font-family:'Verdana', Helvetica, sans-serif;
	font-size : 14pt;
	color : #666666;
	padding-top: 10px;
	
}


h2{
	font-family:'Verdana', Helvetica, sans-serif;
	font-size : 14pt;
	color : #666666;
	margin-top: 0px;
	padding-top: 10px;
	
}

h3{
	font-family:'Verdana', Helvetica, sans-serif;
	font-size : 12pt;
	color : #666666;
	padding-top:14px;
	margin-top: 0px;
}
li {
	list-style-image: url(http://www.utsl.co.uk/files/utsl-li-grey.png);
}
#navlinks {
	display: block;
	width: 160px;
	padding: 4px 0px 4px 0px;
	color: #ffffff;
	font-family: 'Verdana', Helvetica, Sans-serif;
	font-size: 9pt;
	float : left;
	margin: 3px 0px 3px 30px;
	line-height: 230%;
}
#navlinks a {
	color: #ffffff;
}
#navlinks a:hover {
	color: #ff9933;
}
#navlinks a:current{
	color: #ff9933;
}

/* ------------- header and navigation styles */

#header{
	display:block;
	text-align: left;
	width: 900px;
}
#header_text{
	width: 900px;
	height: 33px;
	background-color: #0f6895;
	display: block;
	margin-bottom: 3px;
}
#header_text p {
	font-size : 8.5pt;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 6px;
}

#cont {
	width: 900px;
	margin: 0 auto;
}
	
.current{
	text-decoration: underline;
	color: white;
}



/* ------------- main column */

#video {
	float:right;	
}

#content_middle {
	width: 900px;
}
#navbox{
	width: 200px;
	background-color: #666666;
	display: block;
	height: 314px;
	float: left;
}
#flashpane {
	width: 700px;
	float: right;
}

#image {
	float: left;	
}

#mcont{
	width: 900px;
}

#maincontent {
	width: 500px;
	float: left;
	
}
#hometext{
	size: 10pt;
	color: #000000;
	padding: 25px 10px 30px 0px;
}

#exhibitions {
	width: 350px;
	background: #eeeaea;
	float: right;
	margin-top: 10px;
}

#exhibitionstext{
	size: 10pt;
	color: #000000;
	padding: 15px 10px 30px 20px;
}

#eventsphp{
	margin-top: -10px;
}

#news {
	width: 350px;
	background: #eeeaea;
	float: right;
	margin-top: 30px;
	padding-top: 0px;
}

#newsbox {
	padding : 20px 15px 30px 15px;
}


#uavsi {
 width: 250px;
 padding: 20px 0px 30px 0px;
}

#uavsi2 {
 padding: 20px 0px 30px 0px;
 float: right;
}


/* ------------- footer styles */

#footer {
	clear: both;
	padding-top: 3px;
	border-top: 6px solid #006699; 
	width: 900px;
	padding-left: 0px;
	padding-bottom: 40px;
	margin-top: 30px;

}
#footer a {
	color: #848484; 
	text-decoration: none;
}
#footer a:hover {
	color: #0099CC;
}

a.bottom, .bottom { 
	font-family:'Verdana', Helvetica, sans-serif; 
	font-size: 7pt;  
	text-decoration : none;  
	color: #999999;
}
#created{
	float: right;
	margin-top: 6px;
}
