/* CSS (C) Studio Nyne 2004 */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color:#D8D8D8;
	font-size:10px;
	SCROLLBAR-FACE-COLOR:  white;
	SCROLLBAR-HIGHLIGHT-COLOR:  white;
	SCROLLBAR-SHADOW-COLOR:  #B4B4B4;
	SCROLLBAR-3DLIGHT-COLOR: white;
	SCROLLBAR-ARROW-COLOR: #B13123;
	SCROLLBAR-TRACK-COLOR: #ECECEC;
	SCROLLBAR-DARKSHADOW-COLOR:  white;
	background-image: url(../images/BG.gif);

}
a {
	text-decoration:none;
}
input,textarea,option,select,td {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form {
	margin-top:7px;
	margin-bottom:0;
}

table {
	border:1px solid #dddddd;
}
tr {
	background-color:#fafafa;
}


/* styles for IE 5 Mac */
div#container { 
	position:absolute;
	width:800px;
	height:564px;
	border: 1px solid #333333;
	margin:10px;
 }

/* following rules are invisible to IE 5 \*/
div#container {
	top: 50%;
	left: 50%;
	margin-top: -283px;
	margin-left: -400px;
	overflow: auto;
 }
 /* end IE 5 hack */ 


div#topbar {
	position:absolute;top:0px;left:0px;
	background-image:url(../images/s93_01.jpg);
	width:800px;
	height:86px;
}

div#logobar {
	position:absolute;top:86px;left:0px;
	background-image:url(../images/s93_02_nos9.gif);
	width:800px;
	height:32px;
}
div#maintextholder {
	position:absolute;top:118px;left:0px;
	background-image:url(../images/s93_03.gif);
	width:500px;
	height:307px;
}
div#maintextholder a {
	color:#B13123;
}
div#maintextholder a:hover {
	text-decoration:underline;
}
div#maintextholder_scroll {
	width:480px;
	height:288px;
	left:0px;
	top:14px;
	overflow:auto;
	position:relative;
	font-size:11px;
	line-height:15px;
}
div.maintext_triangle {
	background-image:url(../images/bullet_triangle.gif);
	background-repeat:no-repeat;
	background-position:2px 6px;
	padding-left:35px;
	padding-top:6px;
}
div.maintext_circle {
	background-image:url(../images/bullet_circle.gif);
	background-repeat:no-repeat;
	background-position:2px 2px;
	padding-left:35px;
	padding-top:2px;
}
div.maintext_photo {
	background-image:url(../images/bullet_photo.gif);
	background-repeat:no-repeat;
	background-position:3px 2px;
	padding-left:35px;
}
div.maintext_information {
	background-image:url(../images/bullet_i.gif);
	background-repeat:no-repeat;
	background-position:3px 1px;
	padding-left:35px;
}
div.maintext_nothing {
	padding-left:35px;
}
div#flash {
	position:absolute;top:118px;left:500px;
	background-image:url(../images/s93_04.jpg);
	width:300px;
	height:307px;
}
div#greybar {
	position:absolute;top:425px;left:0px;
	background-image:url(../images/s93_05.gif);
	width:800px;
	height:15px;
}
div#navigation{
	position:absolute;top:440px;left:0px;
	background-image:url(../images/s93_06.gif);
	width:800px;
	height:18px;
}
div#navigationtext{
	color:white;
	padding-left:30px;
	padding-top:2px;
}
div#navigationtext a {
	color:white;
}
div#navigationtext a:hover {
	color:#E95343;
	
}
div#greybarbottom {
	position:absolute;top:458px;left:0px;
	background-image:url(../images/s93_07.jpg);
	width:800px;
	height:106px;
}
div.divider {
	width:414px;
	height:1px;
	background-image: url(../images/divider.gif);
	margin-top:12px;
	margin-bottom:8px;
	overflow:hidden;
	position:relative;
	left:35px;
	
}
img.imageheading {
	display:block;
	position:relative;
	padding-bottom:8px;
}

.heading {
	color:#B13123;
	font-weight:bold;
	padding-bottom:6px;
	
}
.thumbnail {
	cursor:pointer;
	cursor:hand;
	border: 1px dashed #bbbbbb;
	padding: 4px;
	float:left;
	margin-right:4px;
	margin-top:4px;
}
.clear {clear:both;}