/* ACS CSS Document */
/* Martin Misur */

html, body, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, #screen {
	margin: 0;
	padding: 0;
	border: 0;
}

/* --- MAIN ELEMENTS --- */

html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #eee;
	background-image: url(../page_graphics/bk_ground.jpg);
	background-position: center;
	background-repeat: repeat-y;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#screen {
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

/* --- PAGE GENERAL --- */

a:link, a:visited, a:active {
	color: #4C4C4C;
	text-decoration: none;
	border-bottom: 1px #00BEEE solid;
}
a:hover {
	text-decoration: none;
	border-bottom: none;
}
a img {
	border: none;
}

h3 {
	color: #035CAD;
	font-size: 150%;
}
h4 {
	color: #4C4C4C;
	font-size: 130%;
}

/* --- HEADER --- */

#header {
	height: 367px;
	background-image: url(../page_graphics/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#header_content {
	width: 991px;
	height: 367px;
	margin: 0 auto;
}
#header_print {
	display: none;
}
#logo span, #logotext span, #title span, #footer_text span {
	display: none;
}
#title {
	margin: 0px 0 0 0;
}

/* --- MAIN PAGE --- */

#main_page {
	width: 991px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}
#non_footer {
	position: relative;
	min-height: 100%;
}
#bottom_padding {
	padding-bottom: 100px;
}
.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/* --- CONTENT --- */

#content {
	display: inline;
	float: right;
	margin: 0 20px 0 0;
	width: 770px;
}
#content p {
	margin: 0;
	color: #4C4C4C;
	font-size: 100%;
	text-align: justify;
	padding: 16px 0 0 0;
}
#content ul {
/* padding and margin to get cross-browser compatibility */
	color: #4C4C4C;
	list-style: square;
	margin: 12px 0 0 0;
	padding: 0 0 0 40px;
}
#content ol {
	margin: 12px 0 0 30px;
	list-style-type: decimal;
}
#content li {
	text-align: justify;
	padding: 4px 0 0 0;
}
.speakers {
	width: 700px;
	margin: 24px auto 0 auto;
	background-color: #EBEBEB;
	padding: 8px 10px 5px 10px;
	overflow: visible;
}
#content .speakers p {
	text-align: left;
}
.speakersphoto {
	float: left;
	margin: 2px 10px 5px 0px;
	height: 200px;
}
.speakersname {
	font-size: 120%;
	margin: 0;
	color: #4C4C4C;
	text-decoration: underline;
	font-weight: bold;
}
.cpd {
	font-size: 90%;
	width: 630px;
	margin: 20px auto 0 auto;
}
#content .cpd p {
	margin: 0;
	color: #000080;
	padding: 0;
}
#content .cpd ul {
/* padding and margin to get cross-browser compatibility */
	color: #000080;
	list-style: square;
	margin: 8px 0 0 0;
	padding: 0 0 0 40px;
}
#content .cpd li {
	text-align: justify;
	padding: 0 0 2px 0;
}
.pic_right {
	float: right;
	padding: 0 0 10px 20px;
}

/* --- SIDE COLUMN --- */

#side_column {
	display: inline;
	float: left;
	margin: 0 0 0 20px;
	width: 160px;
}

/* --- MENU --- */

#menu {
	margin: 0;
}

/* --- FOOTER --- */

#footer {
	position: relative;
	margin: -68px auto 0 auto;
	width: 991px;
	padding-bottom: 1em;
	font-size: 10px;
	color: #A6B8CA;
	text-align: center;
	line-height: 1em;
}
#footer_text {
	width: 811px;
	height: 35px;
	margin: 0;
	float: right;
	background-image: url(../page_graphics/footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#credits {
	width: 770px;
	margin: 0 20px 0 0;
	padding: 10px 0 1px 0;
	text-align: right;
	clear: both;
	float: right;
}
#credits a:link, #credits a:visited, #credits a:active {
	color: #A6B8CA;
	text-decoration: underline;
	border-bottom: none;
}
#credits a:hover {
	text-decoration: none;
}

