/* 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: #FFF;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#screen {
	width: 991px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

/* --- HEADER --- */

#print {
	display: none;
}
#header {
	height: 89px;
}
#header_content {
	width: 991px;
	height: 89px;
	margin: 0 auto;
}
#logo {
	position: absolute;
	z-index: 20;
	width: 338px;
	height: 59px;
	overflow: hidden;
	margin: 30px 0 0 0px;
	background-image: url(../page_graphics/scissor_top.jpg);
	background-repeat: no-repeat;
}
#logotext {
	position: absolute;
	z-index: 10;
	width: 503px;
	height: 71px;
	overflow: hidden;
	margin: 25px 0 0 458px;
	background-image: url(../page_graphics/awls.jpg);
	background-repeat: no-repeat;
}
#logo span, #logotext span, #title span {
	display: none;
}
#tape {
	position: absolute;
	z-index: 15;
	width: 653px;
	height: 1px;
	overflow: hidden;
	margin: 110px 0 0 336px;
}

/* --- 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: 75px;
}
.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/* --- CONTENT --- */

#content {
	display: inline;
	float: right;
	width: 731px;
	margin: 0 20px 0 0;
	padding: 0;
}
#title {
	margin: 50px 0 15px 0;
}
#title span {
	display: none;
}
#content p {
	margin: 0;
	padding: 6px 0 12px 0;
	color: #4C4C4C;
	font-size: 100%;
	text-align: justify;
}
#content a:link, #content a:visited, #content a:active {
	color: #4C4C4C;
	text-decoration: none;
	border-bottom: 1px #00BEEE solid;
}
#content a:hover {
	text-decoration: none;
	border-bottom: none;
}
#content a img {
	border: 0;
}
#content ul {
/* padding and margin to get cross-browser compatibility */
	color: #4C4C4C;
	list-style: square;
	margin: 6px 0 12px 0;
	padding: 0 0 0 40px;
}
#content ol {
	color: #4C4C4C;
	margin: 6px 0 12px 40px;
	list-style-type: decimal;
}
#content li {
	text-align: justify;
	padding: 2px 0 2px 0;
}
h3 {
	margin: 0 0 12px 0;
	padding: 24px 0 4px 0;
	color: #000080;
	font-size: 150%;
	border-bottom: 1px #00AAD5 solid;
}
h4 {
	margin: 0;
	padding: 10px 0 12px 0;
	color: #00AAD5;
	font-size: 125%;
}
sup {
	font-size: 90%;
	line-height: 5px;
} 
/* --- CONTENT LAYOUT --- */

img.left {
	float: left;
	padding: 12px 10px 10px 0;
}
img.right {
	float: right;
	padding: 12px 0 10px 10px;
}
.highlight {
	margin: 0 0 10px 0;
	padding: 5px 5px 1px 5px;
	background-color: #666;
}
#content .highlight p {
	color: #fff;
	background-color: #666;
}
#content .highlight ul {
/* padding and margin to get cross-browser compatibility */
	color: #fff;
	list-style: square;
	margin: 6px 0 10px 0;
	padding: 0 0 0 40px;
}


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

#side_column {
	display: inline;
	float: left;
	width: 200px;
	margin-left: 20px;
	background-image: url(../page_graphics/scissor_bottom.jpg);
	background-repeat: no-repeat;
}
.table {
	width: 300px;
	margin: 0 0 0 15px;
	text-align: left;
	color: #4C4C4C;
}
.cell_106 {
	padding: 5px 5px;
	width: 96px;         
	float: left;
	text-align: right;
	color: #00AAD5;
	line-height: 22px;
}
.cell_194 {
	padding: 5px 5px;
	width: 184px;
	float: left;
	line-height: 22px;
}
.spacer {
	width: 300px;
	margin: 10px 0;
	clear: left;
}

/* --- FOOTER --- */

#footer {
	position: relative;
	margin: -35px auto 0 auto;
	width: 991px;
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 14px;
}
#footer_text {
	float: left;
	text-align: left;
	padding: 6px 0 6px 240px;
	color: #000;
	margin: 0;
	width: 250px;
}
#credits {
	float: right;
	text-align: right;
	color: #555;
	margin: 2px 0 0 0;
	padding-bottom: 6px;
	width: 501px;
	line-height: 14px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px #00BEEE solid;
}
#footer a:hover {
	text-decoration: none;
	border-bottom: none;
}
#footer a img {
	border: 0;
}