@charset "UTF-8";
/* DASI Conference 2009 Website -- CSS  */

body {
	font-family: "Lucida Grande CE", "Lucida Grande", "Lucida Sans", Verdana, Helvetica, "Helvetica Neue", Arial, sans-serif;
	background-image: url(images/bg_tile.png);
	background-repeat: repeat;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #555555;
}

p {
	margin:0px;
	padding:0px;
	padding-bottom: 0.7em;
}

h1 {
	font-size: 1.6em;
	line-height:normal;
	margin:0px;
	padding:0px;
	padding-bottom: 3.5em;
	color:#000000;
}

h2 {
	font-size: 1.4em;
	line-height:normal;
	margin:0px;
	padding:0px;
	padding-bottom: 0.8em;
	padding-top:2.6em;
	color:#000000;
}

h3 {
	font-size: 1.2em;
	margin:0px;
	padding:0px;
	padding-bottom: 0.8em;
	padding-top:2.0em;
	color:#000000;
}

h4 {
	font-size: 1em;
	margin:0px;
	padding:0px;
	padding-top:1.5em;
	padding-bottom: 0.5em;
	color:#555;
}

a {
	color:#2d779f;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #55a7d4;
	text-decoration:none;
}

img {
	border: 0;
}

a img {
	border: 0 !important;
}

a.noborder { 
	border: none; 
} 
a:hover.noborder { 
	border: none; 
}

/* PNG Fix */

img, div {
	behavior: url(iepngfix.htc)
}

/* */

table {
	border:0;
	padding: 0px;
}

td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cdcdcd;
	padding:4px;
	margin:0px;
}

h1.title {
	font-size: 1.8em;
	line-height:normal;
	margin:0px;
	padding:0px;
	padding-bottom: 1.5em;
	color:#000000;
	padding-top: 1.5em;
}

h2.title {
	font-size: 1.3em;
	line-height:normal;
	margin:0px;
	padding:0px;
	padding-bottom: 1.8em;
	padding-top:1em;
	color:#000000;
}

/* DIVS */

#main {
	position:absolute;
	left:36px;
	top:0px;
	width:945px;
	height:1024px;
	z-index:-1;
	background-image:url(images/bg_paper.png);
	background-repeat:repeat-y;
}

#marker {
	position:absolute;
	left:290px;
	top:116px;
	width:241px;
	height:32px;
	z-index:2;
	background-image:url(images/dasi_y_marker.png);
	background-repeat:no-repeat;
}

#conference_text {
	padding-left: 30px;
}

#conference_logo {
	position:absolute;
	left:61px;
	top:38px;
	width:185px;
	height:137px;
	z-index:2;
}

#da_logo {
	position:absolute;
	left:62px;
	top:601px;
	width:199px;
	height:66px;
	z-index:3;
}

#conference_content {
	position:absolute;
	left:316px;
	top:124px;
	width:468px;
	height:53px;
	z-index:4;
}

#footer_text {
	padding-left: 30px;
	padding-top: 30px;
	font-size:0.85em;
}

#navigation {
	position:absolute;
	left:36px;
	top:260px;
	width:265px;
	height:468px;
	z-index:5;
}

#photo1 {
	position:absolute;
	left:425px;
	top:18px;
	width:490px;
	height:279px;
	z-index:0;
}

#photo2 {
	position:absolute;
	left:586px;
	top:23px;
	width:325px;
	height:265px;
	z-index:1;
}
#photo3 {
	position:absolute;
	left:315px;
	top:901px;
	width:338px;
	height:311px;
	z-index:6;
}

#sponsored {
	position:absolute;
	left:72px;
	top:727px;
	width:171px;
	height:470px;
	z-index:7;
}

/* FONTS */

.lightfocus {
	font-weight:bold;
}

.strongfocus {
	color:#222222;
	font-weight:bold;
}
.markerfocus {
	background-image: url(images/dasi_y_marker_text.png);
	background-repeat:repeat-x;
	font-weight:bold;
	color:#000000;
}

.emphasis {
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

/* SPECIALS */

.imgborder {
	padding: 2px;
	border: 1px solid #CCCCCC;
}
