/*
	UCI CSS
	CREATED:21.03.08
	MODIFIED:18.07.08
	AUTHOR:ANDY FIELD
*/

/*
	COLOURS
	BACKGROUND:#e8e5e5;
	CLARET:#7e1718;
	CLARET DARK:#470708;
	DARK GREY:#948989;
	LINE GREY:#d4cdcd;
*/

/* RESET
******************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

a img,:link img,:visited img {
	border:none;
}

:link,:visited {
	text-decoration:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { 
	border:0;
}

address,abbr,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

img {
	border:none;
}

ol,ul,dl {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size:100%;
	font-weight:normal;
	line-height:100%;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

/* BASE
******************************************/

html>body {
	font-size:12px;
}

body {
	background:#e8e5e5;
	color:#333a48;
	font-family:Arial,Helvetica,"Lucida Grande",sans-serif;
	font-size:75%;
	line-height:1.5em;
	text-align:center;
}

input,select,textarea {
	font-family:Arial,Helvetica,"Lucida Grande",sans-serif;
	font-size:100%;
	padding:.2em;
}

#skip {
	height:0;
	margin:0;
	overflow:hidden;
	position:relative;
	text-indent:-3000em;
	width:0;
}

a:link,
a:visited {
	border-bottom:1px solid #e1dada;
	color:#7e1718;
	text-decoration:none;
}

a:hover,
a:active {
	border-bottom:1px solid #948989;
	color:#7e1718;
	text-decoration:none;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */

strong {
	font-weight:bold;
}

/* TYPOGRAPHY
******************************************/

p,dl,ol,ul,th,td {
	font-size:1em;
	line-height:1.5em;
}

p {
	margin:0 0 0.75em 0;
}

h1 { /* 22 */
	border-bottom:1px solid #e1dada;
	font-size: 1.833333em;
	font-weight:bold;
	line-height: 1.3em;
	margin:0 0 0.9em 0;
	padding:0 0 0.225em 0;
}

h2 { /* 18 */
	font-size: 1.5em;
	font-weight:bold;
	line-height: 1em;
	margin:0 0 0.529412em 0;
}

h3,caption { /* 14 */
	color:#7e1718;
	font-size: 1.166667em;
	font-weight:bold;
	line-height: 1.285714em;
	margin:0 0 0.818182em 0;
}

h4,h5,h6 {
	font-size: 1.083333em;
	font-weight:bold;
	line-height: 1.384615em;
	margin:0 0 0.6em 0;
}

blockquote {
	margin:1.5em 4em;
}

blockquote p {
	font-size: 1.166667em;
	font-style:italic;
	line-height: 1.285714em;
}

cite {
	color:#666;
	font-size: 0.916667em;
	line-height: 1.636364em;
	margin-bottom: 0.75em;
}

.small {
	color:#666;
	font-size: 0.916667em;
	line-height: 1.636364em;
	margin-bottom: 0.75em;
}

ul {
	list-style:square;
	margin:0.75em 4em 1.5em 4em;
}

dt,dd,li {
	margin:.3em 0;
}

ul ul,
ul ul ul {
	margin-top:.5em;
	margin-bottom:.5em;
}

ol {
	margin:0.75em 4em 1.5em 4em;
}

dl {
	margin:0 0 1.5em 0;
}

ol.decimal {
	list-style:decimal;
}

ol.alpha {
	list-style:lower-alpha;
}

ol.roman {
	list-style:lower-roman;
}

dt {
	font-weight:bold;
	border-bottom:1px solid #e1dada;
}

dd {
	border-bottom:1px solid #e1dada;
}

/* DECORATION
******************************************/

#home_image {
	background:#e1dada;
	height:220px;
	margin:0 0 1.5em 0;
	width:560px;
}

a.external {
	padding:.1em 16px .1em 0;
}

a.external:link {
	background:url(/assets/externallink.png) right 0 no-repeat;
}

a.external:visited {
	background:url(/assets/externallink.png) right -200px no-repeat;
}

a.external:hover,
a.external:active {
	background:url(/assets/externallink.png) right -100px no-repeat;
}

#sidebar img {
	border:1px solid #e1dada;
}

#sidebar img.mlogo {
	border:1px solid #e1dada;
}

#sidebar ul {
	list-style:none;
	margin-right:0;
	margin-left:0;
}

#sidebar li {
	border-bottom:1px solid #e1dada;
}

#sidebar li a {
	border:none;
}

#sidebar li.start {
	border:none;
	font-weight:bold;
}

#breadcrumbs {
	font-size: 0.916667em;
	line-height: 1.636364em;
	margin:0 0 1em 0;
}

a.returnbtn:link,
a.returnbtn:visited {
	background:url(/assets/buttons.png) 0 0 no-repeat;
	border:none;
	display:block;
	height:23px;
	margin:2em 0 0 0;
	overflow:hidden;
	text-indent:-3000em;
	width:100px
}

a.returnbtn:hover,
a.returnbtn:active {
	background:url(/assets/buttons.png) 0 -23px no-repeat;
	border:none;
}

ul#memberslisting {
	list-style:none;
	margin-right:0;
	margin-left:0;
}

ul#memberslisting li {
	margin-bottom:2.25em; 
	padding: 0 0 0 160px;
}

li.mbsira {
	background:url(/assets/logos.png) 0 -160px no-repeat;
}

li.mconstructit {
	background:url(/assets/logos.png) 0 -960px no-repeat;
}

li.mce {
	background:url(/assets/logos.png) 0 -800px no-repeat;
}

li.mcica {
	background:url(/assets/logos.png) 0 -320px no-repeat;
}

li.mcite {
	background:url(/assets/logos.png) 0 -480px no-repeat;
}

li.mcomit {
	background:url(/assets/logos.png) 0 -640px no-repeat;
}

li.mitcf {
	background:url(/assets/logos.png) 0 -1440px no-repeat;
}

li.mice {
	background:url(/assets/logos.png) 0 -1280px no-repeat;
}

li.mices {
	background:url(/assets/logos.png) 0 -1280px no-repeat;
}

li.miai {
	background:url(/assets/logos.png) 0 -1120px no-repeat;
}

li.mncctp {
	background:url(/assets/logos.png) 0 -1600px no-repeat;
}

dl#sitemap dt {
	border:none;
}

dl#sitemap dd {
	border:none;
	margin-right:4em;
	margin-left:2em;
}

/* NEWS AND EVENTS
******************************************/

span.message,span.alert {
	background:#fff5cc;
	border:1px solid #fff0b2;
	display:block;
	padding:.3em;
}

p.date {
	color:#948989;
	font-size: 0.916667em;
	line-height: 1.636364em;
	margin:0;
}

.edate {
	color:#948989;
}

p.standfirst {
	font-weight:bold;
}

p.author {
	color:#948989;
}

.newsblock {
	border-bottom:1px solid #e1dada;
	margin:0 0 1.5em 0;
	padding:0 0 .75em 0;
}

.newsblock h3 {
	margin:0 0 0.211em 0;
}

#news .newsblock,#events .newsblock {
	border:none;
	margin:0;
	padding:0;
}

#welcome h2, #news h2,#events h2 { /* 16 */
	border-bottom:1px solid #e1dada;
	font-size: 1.333333em;
	line-height: 1em;
	margin:0 0 0.642857em 0;
	padding:0 0 0.3214285em 0;
}

#welcome h2 span,#news h2 span,#events h2 span {
	float:left;
}

#news h2 a,#events h2 a {
	float:right;
	font-size: 0.6875em;
	font-weight:normal;
	line-height: 1.636364em;
}

#news .newsblock h3,#events .newsblock h3 {
	font-size: 1.083333em;
	line-height: 1.384615em;
	margin:0 0 0.211em 0;
}

.newsblock h3 a:link,
.newsblock h3 a:visited {
	border:none;
}

.newsblock h3 a:hover,
.newsblock h3 a:active {
	border-bottom:1px solid #948989;
}

#news {
	margin:0 0 2em 0;
}

a.rsslink:link,
a.rsslink:visited {
	background:url(/assets/rssicon.png) 0 50% no-repeat;
	border:none;
	color:#948989;
	padding:0 0 0 16px;
}

a.rsslink:hover,
a.rsslink:active {
	border:none;
	color:#7e1718;
}

.ecol {
	margin:0 0 1.5em 0;
}

.speaker img {
	float:left;
	margin:0 1em 1.5em 0;
	width:80px;
}

/* TABLE CONTROLS
******************************************/

table {
	font-family:Arial,Helvetica,"Lucida Grande",sans-serif;
	font-size:100%;
	margin: 0 0 1.5em 0;
}

th,td {
	border-bottom:1px solid #e1dada;
	padding:.3em 1em .3em 0;
	vertical-align:top;
}

thead th {
	background:#333;
	color:#fff;
	font-weight:bold;
}

tbody th {
	font-weight:bold;
}

/* FORM CONTROLS
******************************************/

fieldset ol {
	margin-top:0;
	margin-right:0;
	margin-left:0;
}

input,select,textarea,label {
	vertical-align:middle;
}

fieldset {
/*	border-bottom:1px solid #d4cdcd;
	margin:0 0 .75em 0; */
}

label {
	float:left;
	display:block;
	padding:.2em 1em .2em 0;
	width:12em;
}

label span {
	color:#7e1718;
}

input.long,textarea.long {
	width:20em;
}

input.short {
	width:8em;
}


/* HEADER
******************************************/

#logo a {
	border:none;
	display:block;
	float:left;
	height:120px;
	overflow:hidden;
	text-indent:-3000em;
	width:120px;
	z-index:1000;
}

#hrhs {
	float:right;
	position:relative;
	top:90px;
	width:770px;
}

/* FOOTER
******************************************/

#footer {
	font-size: 0.916667em;
	line-height: 1.636364em;
}

#footer ul {
	float:left;
	line-height:1em;
	list-style:none;
	margin:0;
	width:100%;
}

#footer li {
	border-left:1px solid #948989;
	float:left;
	padding:0 .5em;
}

#footer li a {
	display:block;
}

#footer li.start {
	border:none;
	padding-left:0;
}

/* LAYOUT
******************************************/

#wrappr {
	background:url(/assets/background_top.png) 0 0 repeat-y;
	margin:0 auto;
	width:940px;
}

#header,#content,#footer {
	margin:0 auto;
	text-align:left;
	width:900px;
}

#header {
	background:#7e1718 url(/assets/header.png) 0 0 no-repeat;
	border-bottom:1px solid #e1dada;
	height:120px;
	width:900px;
}
/* #header {
	background:#822b2b;
	padding:15px;
	width:870px;
} */

#content {
	background:#fff;
	padding:2em 0;
}

#home #main {
	display:inline; /* IE 6 MARGIN HACK */
	float:left;
	margin:0 25px 0 15px;
	width:560px;
}

#main {
	display:inline; /* IE 6 MARGIN HACK */
	float:left;
	margin:0 0 0 130px;
	width:540px;
}

#home #sidebar {
	display:inline; /* IE 6 MARGIN HACK */
	float:right;
	margin:0 15px 0 0;
	width:285px;
}

#sidebar {
	display:inline; /* IE 6 MARGIN HACK */
	float:right;
	margin:2.8em 15px 0 0;
	width:190px;
}

#fwrappr {
	background:url(/assets/background_base.png) 0 top no-repeat;
	height:35px;
	margin:0 auto;
	padding:35px 0 0 0;
	width:940px;
}

#footer {
	/* margin:1.5em auto; */
	padding:0 0 1em 0;
}

/* TICKER
******************************************/

.tickercontainer {
	background:#fff;
	height:80px;
	overflow:hidden; 
	width:560px; 
}

.tickercontainer .mask {
	left: 10px;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 540px;
}

ul.newsticker {
	/* left: 560px; */
	left:140px;
	list-style:none;
	margin:0;
	position: relative;
}

ul.newsticker li {
	background: #fff;
	float:left;
	margin:0;
}

ul#ticker a {
	border:none;
}

ul.newsticker a {
	display:block;
	height:80px;
	margin:0 20px 0 0;
	position:relative;
	text-indent:-3000em;
	width:140px;
	/* white-space:nowrap; */
} 

ul.newsticker a.avanti {
	background:url(/assets/logos.png) 0 0 no-repeat;
}

ul.newsticker a.bsria {
	background:url(/assets/logos.png) 0 -160px no-repeat;
}

ul.newsticker a.cica {
	background:url(/assets/logos.png) 0 -320px no-repeat;
}

ul.newsticker a.cite {
	background:url(/assets/logos.png) 0 -480px no-repeat;
}

ul.newsticker a.comit {
	background:url(/assets/logos.png) 0 -640px no-repeat;
}

ul.newsticker a.ce {
	background:url(/assets/logos.png) 0 -800px no-repeat;
}

ul.newsticker a.constructit {
	background:url(/assets/logos.png) 0 -960px no-repeat;
}

ul.newsticker a.iai {
	background:url(/assets/logos.png) 0 -1120px no-repeat;
}

ul.newsticker a.ice {
	background:url(/assets/logos.png) 0 -1280px no-repeat;
}

/* ul.newsticker a.ices {
	background:url(/assets/logos.png) 0 -1280px no-repeat;
} */

ul.newsticker a.itcf {
	background:url(/assets/logos.png) 0 -1440px no-repeat;
}

ul.newsticker a.ncctp {
	background:url(/assets/logos.png) 0 -1600px no-repeat;
}

/* NAV
******************************************/

ul#nav, #nav ul {
	list-style:none;
	margin:0;
}

ul#nav {
	line-height:1em;
	width:auto;
}

#nav ul {
	padding:0;
}

#nav a {
	/* border-left:1px solid #fff; */
	/* background:url(/assets/divider.png) right 50% no-repeat; */
	border:none;
	color:#fff;
	display:block;
	/* width:10em; */
	padding:9px 12px;
	text-decoration:none;
}

#nav a:hover {
	background:#999;	
}

#nav li {
	/* background: url(/assets/navline.png) right 50% no-repeat; */
	background:#561515;
	float:left;
	/* width:10em; */
	margin:0;
	padding:0;
}

#nav li.linkitems {
	background-image:url(/assets/navmore.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}

/* #nav li.start {
	background:none;
} */

#nav li ul {
	background:#e1dada;
	left:-3000em;
	position:absolute;
	width:164px;
	padding:0;
	z-index:3000;
}

#nav li ul li {
	background:#e1dada;
}

#nav li:hover ul, #nav li.sfHover ul {
	left: auto;
}

#nav li ul li a {
	border:none;
	/* border-bottom:1px solid #fff; */
	color:#333a48;
	display:block;
	padding:4px 12px;
	width:140px;
}

#nav li:hover, #nav li.sfhover,#nav a:focus, #nav a:hover, #nav a:active {
	background-color:#470708;
	color: #fff;
}

#nav li li a:hover {
	background-color: #470708;
	color: #fff;
}

#nav li ul li a.end {
	border:none;
}

.sfFocus,.sfHover,.sfActive,.sfTarget { /* REQUIRED FOR IE6 */
	background-color: #470708;
}

/* SEARCH RESULTS
******************************************/

#results {
	margin:0 0 1.5em 0;
}

#sponsoredlink {
	border-bottom:1px solid #e5e5e5;
	font-size:100%;
	margin:0 0 1em 0;
	padding:0 0 .5em 0; 
}

#sponsoredlink p {
	margin:0;
}

p.sponsored {
	font-size:1.1em;
}

#main ul.pagination {
	font-size: 0.916667em;
	line-height: 1.636364em;
	list-style:none;
	margin:0 0 1.5em 0;
}

#main ul.pagination li {
	display:inline;
}

#main ul.pagination li.highlight {
	font-weight:bold;
}

#main ul.results {
	font-size:100%;
	list-style:none;
	margin:0;
}

#main ul.results li {
	display:inline;
	/* font-size:1.1em; */
}

.searchresult {
	border-bottom:1px solid #d4cdcd;
	font-size:100%;
	margin:0 0 .75em 0;
	padding:0 0 .75em 0;
}

.searchlight,
.searchnumber {
	background:#948989;
	color:#fff;
	float:left;
	font-size:1.2em;
	height:1%;
	padding:.3em 0;
	text-align:center;
	width:2em;
}

.searchinfo {
	float:left;
	margin:0 0 0 1em;
	width:90%;
}

.searchinfo h3 {
	margin:0 0 0.409091em 0;
}

#results ul {
	font-size:100%;
	margin:.75em 0 0 0;
}

#results li {
	display:inline;
	font-size: 0.916667em;
	line-height: 1.636364em;
	padding:0 .5em 0 0;
	margin:0;
	vertical-align:middle;
}

#results li span {
	color:#777;
	font-weight:bold;
}

#results p {
	margin:0;
}

#results li img {
	margin:0;
	position:relative;
	top:1px;
}

/* HOME PAGE 18.07.08
******************************************/

.dfrow {
	background:#fff;
	display:inline; /* IE 6 MARGIN HACK */
	float:left;
	margin:0 15px 1.5em 15px;
	width:870px;
}

#dfimg {
	background:#fff;
	float:left;
	width:560px;
}

#dfpartners {
	background:#fff;
	float:right;
	width:290px;
}

#dfpartners ul {
	list-style:none;
	margin:0;
}

.dfrow h1 {
	margin:0;
}

/* #home #welcome {
	float:left;
	width:270px;
}

#home #news {
	float:left;
	margin:0 30px;
	width:270px;
}

#home #events {
	float:left;
	width:270px;
} */

#dfpartners ul {
	/* left:140px;
	list-style:none;
	margin:0;
	position: relative; */
}

#dfpartners li {
	background:#fff;
	display:block;
	margin:0;
	text-align:center;
	width:290px;
}

#dfpartners a {
	border:none;
}

#dfpartners a {
	display:block;
	height:80px;
	margin:0 20px 0 0;
	overflow:hidden;
	padding:0 75px;
	position:relative;
	text-indent:-3000em;
	width:140px;
} 

#dfpartners a.avanti {
	background:url(/assets/logos.png) 50% 0 no-repeat;
}

#dfpartners a.bsria {
	background:url(/assets/logos.png) 50% -160px no-repeat;
}

#dfpartners a.cica {
	background:url(/assets/logos.png) 50% -320px no-repeat;
}

#dfpartners a.cite {
	background:url(/assets/logos.png) 50% -480px no-repeat;
}

#dfpartners a.comit {
	background:url(/assets/logos.png) 50% -640px no-repeat;
}

#dfpartners a.ce {
	background:url(/assets/logos.png) 50% -800px no-repeat;
}

#dfpartners a.constructit {
	background:url(/assets/logos.png) 50% -960px no-repeat;
}

#dfpartners a.iai {
	background:url(/assets/logos.png) 50% -1120px no-repeat;
}

#dfpartners a.ice {
	background:url(/assets/logos.png) 50% -1280px no-repeat;
}

#dfpartners a.itcf {
	background:url(/assets/logos.png) 50% -1440px no-repeat;
}

#dfpartners a.ncctp {
	background:url(/assets/logos.png) 50% -1600px no-repeat;
}

#news-ticker{
	background:#fff;
	height:80px;
	overflow:hidden;
	width:290px;
}