/* SISA Main stylesheet */

/* Colours:

	#EBEBF5	- BG
	#CC0000 - Link, red
	#666 	- Text

*/

/* HTML tag styles */

body {
	background-color: #3B3B45;
	color: #333;
	font: 80% Arial, Helvetica, sans-serif;
	margin : 0;
	margin-top: 21px;
	margin-bottom: 2em;
	padding: 0;
	text-align: center;
	background-image: url('images/BodyBG.gif');
	background-repeat: repeat-x;
}
a:link, a:visited {
	text-decoration: underline;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
}
td, th, table, div, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
td, th {
	line-height: 1.5em;
	vertical-align: top;
	text-align: left;
	font-size: 80%;
}
table {
	padding: 0;
	margin: 0;
	margin-top: 1em;
}
h1 {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 74px 0 1em -50px;
	font-weight: normal;
	width: 619px;
	border-bottom: 1px solid #CCC;
}
h2 {
	font: 1.2em Arial, Helvetica, sans-serif;
	margin: 2em 0 1em 0;
	color: #000;
	font-weight: bold;
}
h3 {
	font: 1.25em Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	margin: 2em 0 1em 0;
}
h4 {
	font-size: 1em;
	margin: 1em 0 0 0;
	font-weight: bold;
	color: #666;
}
h5 {
	font-size: 1em;
	margin: 1em 0 1em 0;
	font-weight: bold;
}
p {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
hr {
	color: #CCC;
	height: 0;
	margin: 0;
	border: 0;
	border-top: 1px solid #CCC;
}
ol {
	line-height: 1.5em;
	list-style-type: decimal;
	margin: 0 0 1em 3em;	
	text-indent: 0;
	padding: 0;
}
ul {
	line-height: 1.5em;
	list-style-type: disc;
	margin: 0 0 1em 16px;	
	text-indent: 0;
	padding: 0;
}
li {
	margin: 0 0 0.7em 16px;
}
blockquote {
	line-height: 1.5em;
	margin: 1em 0 1em 0;
	font-style: italic;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
}
form {
	margin: 0;
	padding: 0;
}

/* ---- CUSTOM STYLES ---- */

/* Page layout */

#frame {
	width: 911px;
	margin: auto;
	margin-top: 0;
	padding: 0;
	text-align: left;
	background-image: url('images/PageBG.gif');	
	background-repeat: repeat-y;
	position: relative;	
}
#navigation {
	width: 901px;
	margin: 0;	
	font-size: 11px;
	font-weight: bold;
	background-color: #FFF;
	background-image: url('images/PageBG.gif');	
	background-repeat: repeat-y;
	clear: both;
}
#logo {
	width: 911px;
	height: 115px;
	position: relative;
	top: -8px;
	margin-bottom: -8px;
	background-image: url('images/HeaderBG.gif');	
	background-repeat: no-repeat;
}
#logo img {
	position: absolute;
	top: 0; left: 0;
	z-index: 4;
}
#logo object, #logo embed {
	margin-top: 23px;
}
#member-id {
	width: 400px;
	height: 24px;
	position: absolute;
	top: 8px; left: 490px;
	text-align: right;
	font-size: 0.8em;
	z-index: 5;
}
#page {
	width: 911px;
	margin: 0 0 50px 0;
	text-align: left;
	background-image: url('images/PageBG.gif');	
	background-repeat: repeat-y;
	clear: both;
	background-color: #FFF;
}
#content {
	margin: 0 262px 0 70px;
	background-color: #FFF;
	word-wrap: break-word;
	position: relative;
}
#col-1 {
	background-image: url('images/ColBG.gif');
	background-repeat: repeat-x;
	width: 207px;
	padding: 16px;
	float: left;
	margin: 0;	
}
#col-2 {
	width: 385px;
	margin: 16px;
	float: left;	
}
#col-3 {
	background-image: url('images/ColBG.gif');
	background-repeat: repeat-x;
	width: 209px;
	padding: 16px;
	float: left;
	margin: 0;	
}
#col-right {
	background-image: url('images/ColBG.gif');
	background-repeat: repeat-x;
	width: 207px;
	padding: 16px;
	margin: 0;	
	position: absolute;
	top: -73px; right: -249px;
	min-height: 170px;
}
#sponsors {
	width: 911px;
	height: 112px;
	margin: 0;
	text-align: left;
	position: relative;
	clear: both;
	background-image: url('images/SponsorsBG.gif');
	background-repeat: no-repeat;
	background-position: 0 17px;
	font-size: 0.7em;
	color: #999;
}
#sponsors p {
	margin: 0 0 4px 17px;
	text-transform: uppercase;
}
#sponsors img {
	margin: 13px 0 0 18px;
}
#footer {
	width: 910px;
	margin: 0;
	text-align: left;
	position: relative;
	font-size: 0.8em;
	clear: both;
	background-color: #3B3B45;
}



/* Navigation, links */

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	height: 30px;
	background-image: url('images/NavBG.gif');	
	background-repeat: repeat-x;
}
#navigation ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#navigation ul li a {
	width: auto; 
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	line-height: 30px;
	height: 30px;
	color: #FFF;
	background-color: #990000;
	background-image: url('images/NavBG.gif');	
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-decoration: none;
}
#navigation ul li a:hover {
	background-image: url('images/NavBGOn.gif');
}
#navigation ul li a.On {
	background-image: url('images/NavBGOn.gif');	
}
#navigation ul#nav2 {
	float: left;
	background-image: none;
	height: 29px;	
	width: auto;
}
#navigation ul#nav2 li a {
	background-color: #990000;
	background-image: url('images/NavBG2.gif');	
	color: #FF9999;
	padding-left: 15px;
	padding-right: 15px; 
}
#navigation ul#nav2 li a:hover {
	background-image: url('images/NavBGOn.gif');	
	color: #FFF;
	background-position: 0 -1px;
}
#navigation ul#nav2 li a.On {
	background-image: url('images/NavBGOn.gif');
	background-position: 0 -1px;	
	color: #FFF;
}
#nav2end {
	float: left;
	background-image: url('images/NavBG2End.gif');
	width: 30px;
	height: 29px;
}
#navigation ul li a span.lc {
	text-transform: lowercase;
}
/*#nav1, #nav2, #nav3, #nav4, #nav5, #nav6, #nav7, #nav8, #nav9 {
	width: 100px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
#nav1, #nav3, #nav8 {
	width: 94px;
}
#nav2, #nav5, #nav9 {
	width: 120px;
}
#nav7 {
	width: 156px;
}*/
#footer a:link, #footer a:visited {
	text-transform: uppercase;
	text-decoration: none;
	color: #888;
}
#footer a:hover {
	text-decoration: underline;
}


/* Boxes, text styles, etc */

.bookmark-link {
	padding-left: 16px;
	background-image: url('images/IconBookmark.gif');	
	background-repeat: no-repeat;
	background-position: 0 5px;
	display: block;
}
.border {
	border: 1px solid #CCC;
}
#col-right h2 {
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: bold;
	margin-top: 0;
	width: 100%;
	color: #000;
	border-bottom: 1px solid #CCC;
	padding-top: 1em;
}
#col-right h3 {
	color: #000;
	margin-bottom: 0.5em;
}
#footer p {
	padding: 0;
	margin: 0;
	text-align: right;
	width: 901px;
	color: #888;
}
.grey {
	color: #666;
}
.icon {
	margin-bottom: -4px;
	margin-top: 4px;
	margin-right: 5px;
}
.image-left {
	margin-right: 15px;
	margin-bottom: 0.8em;
}
.image-right {
	margin-left: 15px;
	margin-bottom: 0.8em;
}
.listrow {
	border-bottom: 1px solid #CCC;
	margin-top: 2em;
}
.listrow-pic, .listrow-eventpic {
	margin-top: 0.2em;	
	margin-right: 15px;
	margin-bottom: 1em;
	float: left;
	width: 100px;
	position: relative;
}
.listrow-text, .listrow-eventtext {
	float: left;
	width: 450px;
	margin: 0;
	position: relative;
}
.listrow-eventpic {
	width: 250px;
}
.listrow-eventtext {
	width: 290px;
}
.listrow h2 {
	margin-top: 0;
}
.listrow h3 {
	
	margin-bottom: 0.5em;
	margin-top: 1em;
}
h2.line {
	border-bottom: 1px solid #CCC;
	padding-bottom: 0.2em;
	margin-top: 4em;
}
h3.doc-title {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.news-icon, .news-icon-top {
	position: relative;
	width: 125px;
	top: -1.1em; left: 444px;
	z-index: 5;
	margin-bottom: -1.1em;
	text-align: right;
}
.news-icon-top {
	top: -1.8em;
}
.no-border, table.no-border td {
	border: 0;
}
.red {
	color: #CC0000;
}
.arrow-right, .arrow-left {
	padding-left: 16px;
	background-image: url('images/IconArrowRight.gif');	
	background-repeat: no-repeat;
	background-position: 0 5px;
	display: block;
}
.arrow-left {
	background-image: url('images/IconArrowLeft.gif');	
}
.new-window-link {
	padding-left: 22px;
	background-image: url('images/IconHTTP.gif');	
	background-repeat: no-repeat;
	background-position: 0 3px;
	display: block; 	
}
.smalltext {
	font-size: 0.8em;
}
.filesize, .file-size {
	font: 0.8em Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #666;
}
h3.doc-title span.filesize, h3.doc-title span.file-size, h3 span.file-size, h3 span.filesize {
	font-size:0.6em;
}
.spacer {
	clear: both;
	font-size: 1px;
	height: 1px;
}
.spacer-ie {
	font-size: 1px;
	width: 1px; 
	height: 1px;
}


/* Forms */

.button {
	color: #990000;
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1.8em;
	border: 1px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-image: url('images/ButtonBG.gif');	
	background-repeat: repeat-x;
	background-color: #FFF;
	height: 2.2em;
}
.formrow, tr.formrow td {
	padding-bottom: 0.5em;
}
.formrow-line {
	border-top: 1px solid #ccc;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
.input-col-1 {
	width: 139px;
	margin-bottom: 2px;
}

/* Search Results */


#search-page-controls {
	margin: 1em 0 2em 0;
	text-transform: uppercase;
	word-wrap: break-word;
	display: block;
	line-height: 2em;
}
#search-page-controls a {
	text-decoration: none;
	height: 2em;
	padding: 0.3em 1em;
	color: #990000;
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1.8em;
	border: 1px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-image: url('images/ButtonBG.gif');	
	background-repeat: repeat-x;
	background-color: #FFF;
	margin-bottom: 5px;
}
#search-page-controls a:hover {
	background-color: #ededf6;
	background-position: -60px left;
}
#search-page-controls a.current-page, #search-page-controls span.nextPrevLink a {
	background-image: url('images/NavBG.gif');
	color: #fff;
	background-color: #990000;
}
#search-page-controls a.current-page:hover, #search-page-controls span.nextPrevLink a:hover {
	background-image: url('images/NavBGOn.gif');
	background-color: #990000;
}
#search-results span.search-highlight {
	color: #000;
	font-weight: bold;
}
#search-results div.p {
	word-wrap: break-word;
}
#search-results img.icon {
	margin-right: 0px;
}
#search-results p.doc-icon-list img.icon {
	margin-top: 8px;
}





/*.listtable td {
	border-bottom: 1px solid #CCC;
	padding: 1em 0 0.5em 0;
}
.listtable h3 {
	margin-bottom: 0;
}
.listtable img {
	margin-top: 0.3em;	
}
.listtable td.tdspacer {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 1px;
	height: 1px;
	margin-bottom: -1em;
}
td h3 {
	margin-top: 0;
}
td img {
	margin-bottom: 0.5em;
}

.newwindow-link {
	padding-left: 20px;
	background-image: url('images/IconNewWindow.gif');	
	background-repeat: no-repeat;
	background-position: 0 2px;
}
*/
