@import url(reset.css);
@import url(mainnav/layout.css);

body {
	padding: 12px 0px 0px 0px;
	margin: 0 auto;
	text-align: center;
	background: url(../library/bg-body.jpg) repeat-x #e6e5e5;
	}
.outer-content {
	width: 770px;
	margin: 0 auto;
	background: url(../library/bg-outerframe.png) repeat-y;
	}
.inner-content {
	width: 760px;
	margin: 0 auto;
	background: #fff;
	min-height: 300px;
	text-align: left;
	}	
.outer-footer {
	width: 770px;
	height: 30px;
	margin: 0 auto;
	background: url(../library/bg-outerfooter.png) no-repeat;
	position: relative;
	}
.inner-footer {
	width: 770px;
	height: 30px;
	margin: 0 auto;
	background: url(../library/bg-innerfooter.gif) no-repeat;
	}	
.con-main,
.con-supp {
	float: left;
	}
.con-main {
	width: 540px;
	}
.con-supp {
	width: 220px;
	min-height: 540px;
	background: url(../library/bg-consupp.jpg) no-repeat bottom left #f1f1f1;
	padding-bottom: 60px;
	}	
.mod-content {
	padding: 30px 50px 20px 60px;
	}
.request .mod-content {
	padding: 30px 40px 20px 60px;
	}	
.con-header img {
	position: relative;
	z-index: 1;
	}		
#default .main-image {
	position: relative;
	top: -21px;
	z-index: 2;
	margin-bottom: -21px;
	}	
.mod-contentpanel {
	padding: 20px 10px 20px 20px;
	}	
	
/* Sponsors */
.outer-footer p {
	position: absolute;
	top: -75px;
	left: 565px;
	z-index: 1;
	color: #999;
	}
.sponsors {
	position: absolute;
	z-index: 1;
	top: -50px;
	right: 25px;
	}
.sponsors li {
	float: left;
	display: block;
	}
.sponsors li a {
	display: block;
	height: 0px;
	padding-top: 42px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	}			
#sagreat a {
	width: 104px;
	background: url(../library/sisLogoSmall.gif);
	}
#sagov a {
	width: 60px;
	background: url(../library/sponsor-sagov.gif);
	}
#bhp a {
	width: 73px;
	background: url(../library/sponsor-bhp.gif);
	}	

#electranet a {
	width: 80px;
	background: url(../library/sponsor-electra.gif);
	}
	
.sponsors li a:hover {
	background-position: 0 -45px !important;
	}	

/* Replacement titles */

.title-teachers {
	background: url(../library/h2-teachers.gif) no-repeat;
	overflow: hidden;
	height: 0px;
	padding-top: 32px;
	margin-bottom: 12px;
	}	
.title-speakers {
	background: url(../library/h2-speakers.gif) no-repeat;
	overflow: hidden;
	height: 0px;
	padding-top: 32px;
	margin-bottom: 12px;
	}
div.hr {
	height: 40px;
	background: url(../library/bg-hr.png) no-repeat scroll center;
	clear: both;
	}
div.hr hr {
	display: none;
	}		
	
	
#faceBook { margin-left:20px; }
	
	
	
/* Clear child floats */
.clear:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	}	
	
/* Text */	

html {
	font-size:12px;
	}
body {
	color: #333;
	font-family: arial,helvetica,verdana,clean,sans-serif;
	}
table {
	font-size:inherit;
	}
.mod-title {
	position: relative;
	height: 66px;
	background: url(../library/bg-h1.png) no-repeat bottom left #f4f4f4;
	}	
h1 {
	font-size: 184.6%;
	color: #ed1c24;
	font-weight: bold;
	position: absolute;
	z-index: 1;
	left: 20px;
	top: 14px;
	line-height: 1.5em;
	}
.teachers h1 {
	color: #f7941e;
	}
.speakers h1 {
	color: #4db848;
	}	
h2 {
	font-size: 141.6%;
	margin-bottom: .7em;
	color: #333;
	font-weight: bold;
	clear: both;
	}
h3 {
    font-size: 116.6%;
    color: #d3470f;
    font-weight: bold;
	}	
p, li {
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: .9em;
	}
a:link {color: #be161d; text-decoration: none;}
a:visited {color: #be161d; text-decoration: none;}
a:focus {color: #ed1c24; text-decoration: underline;}
a:hover {color: #ed1c24; text-decoration: underline;}	
a:active {color: #ed1c24; text-decoration: underline;}	

.quote {
	border-top: 1px solid #eee;
	padding-top: .8em;
	}
.pdf-file {
	background: url(../library/icn-pdf.gif) no-repeat 0 0;
	padding: .3em 0 .3em 25px;
	}
.ppt-file {
	background: url(../library/icn-ppt.gif) no-repeat 0 0;
	padding: .3em 0 .3em 25px;
	}	
	
.large-text {
	font-size: 141.6%;
	margin-bottom: .7em;
	color: #333;
	}	
	
.profile .image,
.profile .details {
	float: left;
	}
	
.profile .image {
	width: 120px;
	margin-top: .3em;
	} 
.profile .image img {
	border: 1px solid #eee;
	}		
.profile .details {
	width: 300px;
	}	
	
/* Form styling */

legend span {
	display: block;
	font-weight: bold;
	width: 100%;
	}
select, input, textarea, label, legend span {
	font-size: 100%;
	}
select, input {
	font-size: 92%;
	}	
fieldset {
	border-color: #eee;
	margin-bottom: 1em;
	}	
	
legend {
	color: #ed1c24;
	}	
	
legend span {
	display: block; 
	color: #ed1c24; 
	font-weight: bold;
	padding: 10px 3px 10px 0px;
	margin: 0px 0px 0px 0px;
	}
dl {
	/*position:relative;
	z-index:1;*/
	padding: 0px 0 0px 0;
	border-top: 1px solid #eee;
	clear: both;
	}
dl:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	}		
	
dt {
	float: left; 
	display: block; 
	width: 125px; 
	padding: 6px 0px 4px 0px; 
	text-align: right;
	line-height: 1.3em;
	}
dd {
	float: left; 
	display: block; 
	width: 300px;
	padding: 4px 0 4px 10px; 
	color: #000;
	}	
	
.topic dt {
	width: 45px;
	text-align: left;
	}	
.field {
	width: 265px;
	background: #FFFFFF;
	border-top: 1px solid #727272;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #727272;
	background-color:#fff;
	color: #333;
	}
.short {
	width: 60px;
	}
.menu {
	background: #FFFFFF;
	border-top: 1px solid #dedede;
	border-right: 1px solid #727272;
	border-bottom: 1px solid #727272;
	border-left: 1px solid #dedede;
	background-color:#fff;
	color: #333;
	}	
.button {
	margin-left: 135px;
	color: #fff;
	background-color: #f7941e;0
	font-weight: bold;
	}	
	
.noList { list-style:none; }
.imgPadding { padding:10px; }
@media print {
	
	body,
	div.frame,
	.outer-content {
		background-image: none !important;
		background-color: #fff;
		width: 100%;
		margin: 0 !important;
		taxt-align: left;
		}
	div.con-printlogo {
		display: block !important;
		text-align: left;
		}
	div.content  {
		padding: 0 20px 0 0px;
		}	
	ul#mainnav,
	div.con-footer,
	.outer-footer {
		display: none;
		}
	div.con-main.
	div.mod-content {
		padding: 0;
		margin: 0 auto !important;
		width: 92%;
		float: none;
		}	
		
	.mod-title {
		height: 3em;
		margin-top: 15px;
		background: none !important;
		}	
	h1 {
		color: #ed1c24 !important;
		}	
		
	.outer-footer p {
		position: static;
		color: #999;
		padding-left: 20px;
		}
	.sponsors {
		position: static;
		padding-left: 65px;
		}
	.sponsors li {
		float: none;
		}
	.sponsors li a {
		display: inline;
		height: auto;
		padding-top: 0;
		overflow: visible;
		}			
	#sagreat a,
	#sagov a,
	#bhp a {
		width: auto;
		background: none;
		}
		
	.outer-footer ,
	.inner-footer {
		width: auto;
		height: auto;
		margin: 0;
		text-align: left;
		background: none;
		}	
		
	.title-teachers,	
	.title-speakers {
		background: none;
		overflow: visible;
		height: auto;
		padding-top: 0;
		margin-bottom: 12px;
		}	

	
	/* SIFR - Do not remove */	
	.sIFR-flash {
		display    :none !important;
		height     :0;
		width      :0;
		position   :absolute;
		overflow   :hidden;
		}
	.sIFR-alternate {
		visibility : visible !important;
		display    : block   !important;
		position   : static  !important;
		left       : auto    !important;
		top        : auto    !important;
		width      : auto    !important;
		height     : auto    !important;
	}
}	
	