/* QUT template - branch stylesheet */
/* Should be used in conjunction with common QUT corporate template stylesheet - common.css */
/* Copyright QUT 2006 */
/* Version 3.0 */

.digital_button a {
  background-color: #A3B6CE;
  color: #333;
}

/* Icons */

ul#digital-icons {
	border: 1px solid #ccc;
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
}

ul#digital-icons li {
	background-image: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#digital-icons a img {
	border: none;
	margin-right: 12px;
	vertical-align: middle;
}

ul#digital-icons a {
	border-bottom: 1px solid #eee;
	display: block;
	padding: 5px 10px;
}
	
ul#digital-icons a:hover {
	background-color: #f0f0f0;
}

/* Two column layout*/

p {
	margin-bottom: 10px;
	padding: 0;
}

h3 {
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px 0 0 0;
	margin: 0;
	}

h4 {
	font-size: 1.1em;
}
	

ul li {
	background-image: url(/graphics/bullet_main.gif);
	background-position: 0 0.5em;
	background-repeat: no-repeat;
	list-style: none;
	padding: 0 0 0 15px;
}	
	
h3.services {
	text-decoration:none;
	border:none;
	font-size: 1.3em;
	font-weight: bold;
	}

h4.services {
	font-weight: bold;
	padding: 0;
	margin: 10px 0 0 0;
	}	
		
div.services-box {
  margin: 0;
  padding: 0 0 0.7em 0;
  clear:both;
  overflow: auto;
  width: 100%;
  	}

.services-box p {
	padding: 5px 0;
	margin: 0;
}  	
  		
.services-box ul {
	padding: 5px 15px;
	margin: 0 0 0 10px;
	line-height: 1.4em;
}

.services-box ul ul {
	padding: 3px 0 8px 15px;
	margin: 0;
}	
		
.services-box li {
	padding: 0;
	margin: 5px 0 0 0;
	padding: 0 0 0 12px;
}

.services-box ul ul li {
	background-image: url(/graphics/bullet_grey.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;	
}
	
div.comm-services, div.innov-services {
	width: 48%;
	margin: 0;
 	padding: 0;
  }

div.comm-services {
  	float: left;
  	padding-left: 0.7em;
	}

div.innov-services {
  	float: right;
  	padding-right: 0.7em;	
	}

/*Definition lists*/

dl.definition {
	margin: 5px 0 0 10px;
	padding: 5px 0 0 0;
	}

.definition dt {
	font-size: 1.1em;
	font-weight: bold;
	color: #054B72;
	background-image: url(/graphics/bullet_main.gif);
	background-position: 0 0.5em;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 12px;
	}

.definition dd {
	padding: 3px 0 15px 12px;
	margin: 0;
	line-height: 1.5em;
	}

.definition p {
	padding: 0;
	margin: 0 0 5px 0;
}
	
dl.sub_list {
	margin: 5px 0 0 15px;
	padding: 0;
}
	
.sub_list dt {
	font-size: 1em;
	color: #555555;
	background-image: url(/graphics/bullet_grey.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	margin: 0 0 0 20px;
}

.sub_list dd {
	padding: 0 0 15px 30px;
	font-weight: normal;
	color: #333333;
}
	
/*FAQ*/

.definition p, #faq p {
	padding: 0 0 8px 0;
	margin: 0;
}		

h4#faq_title {
	font-size: 1.2em;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	color: #003366;
}

.clicker {
	cursor:pointer;
	text-decoration:underline;
	}
	
#faq dl {
	margin: 0;
	padding: 0;
	}
	
#faq dt {
	padding: 5px 0 5px 20px;
	font-weight:normal;
	background-image: url(/graphics/faq_item.gif);
	background-position: left;
	background-repeat: no-repeat;
	}
	
#faq dd {
	padding: 5px;
	line-height: 1.5em;
	}
	
.contactsList {
	padding: 6px;
	border-bottom: 1px solid #D1D1D1;
}

.contactsList th {
	color: #333;
	font-weight: bold;
	background-color: #F0F0F0;
	padding: 5px;
	text-align: left;
	font-size: 1.1em;
}

.contactsList td {
	padding: 10px 0 5px 5px;
}

h4.contactList {
	font-size: 1.2em;
	margin: 0;
	padding: 20px 0 0 5px;
}

