/* CSS Layout */

@import "textstyle.css";
/* @import("ie5mac.css"); */

body {
  text-align:center;
  margin:0;

  }
  
#topbar {
	height:1.4em;
	background:#93390B;
	margin-bottom:10px;
  }

#topcont {
  width:59em;
  min-width:744px;
  margin:0 auto;
  text-align:left;
  }

#container {
	width:60em;
	min-width:820px;
	margin:0 auto;
	text-align:left;
  }
  

#logobar {
	height:115px;
	background:#EDF3ED url(../img/UGlogo_blackbg.png) no-repeat left center;
	margin-bottom:5px;
  }
  

.logo {
	height:35px;
	width:300px;
	background/**/:no-repeat left top;
	margin: 10px;
  }


#strapline {
  height:20px;
  margin:0 0 10px 0;
  } 

span.left {
  float:left;
  text-align:left;
  width:40%;
  }

span.right {
  float:right;
  text-align:right;
  width:60%;
  }

#controls {
  padding-top:5px;
  font-size:.8em;
  }
  
#mainav {
	height:20px;
	margin:10px 0 8px;
	background-color: #8D9FA7;
  }
  
#navleft {
	width:25%;
	padding:0;
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8C0403;
	background-color: #42443B;
  }
  
#navcenter {
	width:25%;
	padding:0;
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8C0403;
	background-color: #42443B;
  }
  	
#navright {
	width:25%;
	padding:0;
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8C0403;
	background-color: #42443B;
  }
  
  #navright2 {
	width:25%;
	padding:0;
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8C0403;
	background-color: #42443B;
}
  
#panel {
	float:none;
	width:100%;
	min-width:820px;
	margin:0 0 30px;
	position: relative;
  }
  
#project #panel {height:1px; overflow:hidden; border:none; background:#ccc;}

#content {

  }

#contentleft {
	float:left;
	width:46%;
	padding-right:1em;
	position: relative;
	clear: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;

  }


#contentright {
	float:right;
	width:65%;
	padding-left:1em;
	border-left:1px solid #ccc;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
  }
  
#contentrighthome {
  float:left;
  width:30%;
  padding-left:1em;
  margin-left:1.2em;
  border-left:1px solid #ccc;
  }

  
#contentmid {
	float:left;
	width:48%;
	padding-left:1em;
	border-left:1px solid #ccc;
	clear: right;
	position: relative;
	background-color: #EFF5EF;
	padding-right: 0.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
  }

.cleaner {clear:both; margin:0; padding:0; line-height:0; height:0; }

#footer {
	margin:10px 0;
	border-top:1px solid #ccc;
	padding:8px 8 8px 0;
	background-color: #93390B;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
  }
#footer a {
	color: #000000;
}
#footer li {
	display: inline;
	padding: 0 0.25em 0 5em;
	text-align: center;
	color: #99CC66;
	font-family: "Century Gothic", "Gill Sans", Helvetica;
	font-size: 1em;
}

/* Logo link */
#Logo {
	margin-right: 10px;
}	
#Logo a {  text-indent: -1000em;  width: 185px; height: 10px; display: block; overflow: hidden; 
/* For nested divs in Safari */ }


/* IE 5 hack */
#Logo a {overflow: hidden;  } /* end hack */




/* Contact page */
#contentright dl { background-color: #f3f3f3; padding: 14px; border: #ccc 1px solid;}
#contentright dt { font-weight: normal; font-size: 0.9em;}
#contentright .button { width: 8em; border: #666 1px solid;}
#contactdetails dt { float: left; position: relative; width: 5em; font-size: 0.9em;}
#contactdetails dd { margin: 0 0 2px 0; font-weight: normal; font-size: 0.9em;}
#stretch { width:85%; margin-bottom: 25em;}


#topcont li {
	margin:0;
	list-style-image: none;
}
#contentstart {
	float:left;
	width:65%;
	padding-right:0.8em;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#contentleftinc {
	float:left;
	width:235px;
	padding-right:2em;
	position: relative;
	clear: right;
}
#contentleftprint {
	float:left;
	width:245px;
	padding-right:2em;
	position: relative;
	clear: right;
}
#contentmidabout {
	float:left;
	width:280px;
	padding-left:1em;
	border-left:1px solid #ccc;
	clear: right;
	position: relative;
}
#contentrighthomeabout {
	float:left;
	width:28%;
	padding-left:1em;
	margin-left:1.2em;
	border-left:1px solid #ccc;
}
.floatright {
	float: right;
	margin-right: 10px;
	position: relative;
	display: block;
}
