@charset "UTF-8";

@import url("reset.css");

/* Global Styles
---------------------------------------------------------- */
body {
	background: url(layout/bodybg.gif);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.618em;
	color: #464646;
}
.clear:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

/* Container
---------------------------------------------------------- */
div#container {
	width: 960px;
	padding: 0 10px;
	background: url(layout/containerbg.gif) #fff;
	margin: 0 auto;
}
div#topcorner {
	background: url(layout/topcornerbg.gif);
	height: 10px;
	width: 980px;
	margin: 20px auto 0 auto;
}
div#bottomcorner {
	background: url(layout/bottomcornerbg.gif);
	height: 10px;
	width: 980px;
	margin: 0 auto 20px auto;
}

/* Content Area
---------------------------------------------------------- */
div#content {
	width: 720px;
	min-height: 610px;
	float: left;
}
div#header {
	text-indent: -9999px;
	width: 720px;
	background: url(layout/headerbg.jpg) no-repeat;
	padding: 0 0 1em 0;
}
div#header a, div#head a:visited {
	display: block;
	height:  179px;
}
h3 {
	color: #15b5bc;
	font-size: 2.618em;
	margin: .618em;
	font-weight: bold;
}
p {
	margin: 0 20px 1em 20px;
}
a.adobereader, a.adobereader:visited {
	display: block;
	text-indent: -9999px;
	width: 112px;
	height: 33px;
	background: url(layout/adobe-reader.gif);
}
/* PDF Links */
ul#pdflink li {
	border: 1px dotted #cdcdcd;
	padding: 5px;
	margin: 20px;
}
ul#pdflink li:hover {
	border: 1px dotted #0A4D4F;
	background: #15b5bc;
	color: #fff;
}
ul#pdflink img {
	float: left;
	margin: 10px 20px 10px 10px;
}
ul#pdflink h4 {
	margin: 25px 0 .318em 0;
	font-size: 1.618em;
	font-weight: bold;
}
ul#pdflink h4 a, ul#pdflink h4 a:visited {
	color: #464646;
	text-decoration: none;
}
ul#pdflink li:hover h4 a, ul#pdflink li:hover h4 a:visited {
	color: #fff;
	text-decoration: none;
}
ul#pdflink li:hover h4 a:hover, ul#pdflink li:hover h4 a:active {
	border-bottom: 1px dotted #fff;
}

/* Photo Gallery */
ul#photogallery {
	margin: 0 10px;
}
ul#photogallery li {
	float: left;
	margin: .5em 10px;
}

/* Table */
table {
	margin: 0 20px 1em 20px;
	width: 680px;
}
thead {
	font-size: 1.618em;
	color: #15b5bc;
}
thead th {
	padding: .618em 0;
	background: #fff;
}
tbody th {
	padding: .618em 10px;
}
tr {
	background: #cce5e6;
	border-bottom: 1px solid #0A4D4F;
}
tr.even {
	background: #15b5bc;
	color: #fff;
}

/* Form */
form {
	padding: 0 20px 1em 20px;
}
fieldset {
	background: #fafafa;
	border: 1px dotted #15b5bc;
	margin: 0 0 1em 0;
	padding: 10px;
}
fieldset.floatleft {
	width: 310px;
	float: left;
}
fieldset.floatright {
	width: 310px;
	float: right;
}
fieldset legend {
	font-size: 1.618em;
	color: #fff;
	background: #15b5bc;
	border: 1px dotted #15b5bc;
	padding: .618em;
}
form ol li {
	margin: 0 0 1em 1em;
}
form label {
	display: block;
}
form input {
	font-size: 1em;
}
textarea {
	width: 600px;
	height: 150px;
}
/* jQuery Superbox */
div#superbox {
	border: 1px dotted #cdcdcd;
}
div#superbox a, div#superbox a:visited {
	cursor: pointer;
	display: block;
	background: #fff;
	padding: 5px;
	border: 1px solid #fff;
}
div#superbox a:hover, div#superbox a:active {
	border: 1px dotted #0A4D4F;
	background: #15b5bc;
	color: #fff; 
}
a.prev {
	float: left;
}
a.next {
	float: right;
}
p.close a {
	float: right;
}

/* Sidebar
---------------------------------------------------------- */
div#subcontent {
	width: 239px;
	float: right;
	border-left: 1px dotted #d7d7d7;
}

/* Nav */
ul#nav {
	border-top: 1px dotted #d7d7d7;
	text-align: center;
	font-weight: bold;
	margin: .618em auto;
	width: 220px;
}
ul#nav li {
	border-bottom: 1px dotted #d7d7d7;
}
ul#nav li a, ul#nav li a:visited {
	height: 40px;
	line-height: 40px;
	display: block;
	text-decoration: none;
	color: #464646;
}
ul#nav li a:hover, ul#nav li a:active {
	background: #15b5bc;
	color: #fff;
}

/* Sponsors */
ul#sponsors {
	width: 220px;
	margin: 0 auto;
	border-bottom: 1px dotted #d7d7d7;
}
ul#sponsors li {
	margin: .618em 0;
}
ul#sponsors li a, ul#sponsors li a:visited {
	display: block;
	height: 75px;
	text-indent: -9999px;
	background: center center no-repeat:
}
.saif {
	background: url(layout/sponsor-saifbg.jpg);
}
.eventscenter {
	background: url(layout/sponsor-eventscenterbg.jpg);
}

/* Copyright */
p#copyright {
	text-align: center;
	font-size: 10px;
	line-height: 1.618em;
	color: #959595;
	margin: 1.618em 0;
}