/* SISA Main stylesheet 2010 */

/* Colours:

	#1b2170	- BG Dk Blue
	#2e3191 - Link CMYK Blue
	#00a8e7 - CMYK Cyan
	#808184 - Grey text
	#6d6d6f	- Grey Heading
	#e6e7e8	- Grey Lines

*/

@import url("fonts/ubuntu-fontfacekit/stylesheet.css"); 

/* HTML tag styles */

body {
	font: 80% 'UbuntuRegular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;;
	margin: 0;
	padding: 0;
	text-align: center;	
	color: #FFF;
	background: url('images/BG.jpg') top center no-repeat #1b2170;
}
a:link, a:visited {
	text-decoration: none;
	color: #2e3191;
}
a:hover {
	text-decoration: underline;
}
td, th, table, div, input, select, textarea {
	font-family: 'UbuntuRegular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
}
td, th {
	line-height: 1.5em;
	vertical-align: top;
	text-align: left;
	font-size: 0.9em;
}
table {
	padding: 0;
	margin: 0;
	margin-top: 1em;
}
h1 {
	font-family: 'UbuntuRegular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 2.2em;
	line-height: 1.2em;
	color: #6d6d6f;
	margin: 0 0 1em 0;
	font-weight: normal;
	width: 650px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e6e7e8;
}
img.heading {
	position: absolute;
	top: 82px; left:0; /* matches p.breadcrumbs height */
	z-index: 2;
}
img.icon {
	position: absolute;
	top: 58px; left: 590px; 
	z-index: 2;
}
h2 {
	font-family: 'UbuntuBold', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 2em 0 1em 0;
	color: #00a8e7;
	font-weight: normal;
}
h3 {
	font-family: 'UbuntuRegular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #2e3191;
	margin: 2em 0 0.5em 0;
	font-weight: normal;
}
h4 {
	font-size: 1em;
	margin: 1em 0 0 0;
	font-weight: bold;
	color: #808184;
}
h5 {
	font-size: 1em;
	margin: 1em 0 1em 0;
	font-weight: bold;
}
p {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
hr {
	color: #e6e7e8;
	height: 0;
	margin: 0;
	border: 0;
	border-top: 1px solid #e6e7e8;
}
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: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
form {
	margin: 0;
	padding: 0;
}

/* ---- CUSTOM STYLES ---- */

/* Page layout */

#frame {
	width: 902px; min-height: 600px;
	margin: auto;
	margin-top: 29px;
	padding: 0 25px 25px 25px;
	text-align: left;
	position: relative;	
	background-color: #FFF;
	color: #000;
}
#logo {
	width: 900px;
	height: 100px;
	padding-top: 25px; 
	position: relative;
}
#member-id {
	width: 410px;
	height: 24px;
	position: absolute;
	top: 22px;
	left: 490px;
	text-align: right;
	font-size: 0.8em;
	z-index: 5;
}
#search {
	width: 410px;
	height: 24px;
	position: absolute;
	top: 88px;
	left: 490px;
	text-align: right;
	z-index: 5;	
	line-height: 24px;
}
#search-box { width: 154px; }
#navigation {
	width: 900px;
	margin: 0;	
	font-size: 13px;
	background: url('images/BG-Nav.jpg') no-repeat;	
	clear: both;
	z-index: 6;
}
#page {
	width: 900px;
	margin: 0;
	margin-top: 1px;
	padding-bottom: 25px;
	text-align: left;
	clear: both;
	background-color: #fff;
}
#content {
	margin: 0;
	background-color: #FFF;
	word-wrap: break-word;
	position: relative;
	clear: both;
}
#col-left {
	float: left; width: 654px;
	border-right: 1px solid #e6e7e8;
	padding-right: 24px; 
	padding-bottom: 25px;
	margin-left: 0;
}
#col-left-indent {
	margin-left: 70px;	
}
#col-1, #col-2, #col-3, #col-right {
	border-left: 1px solid #e6e7e8;
	width: 201px;
	padding: 0 12px;
	float: left;
	margin: 0;	
}
#col-2 {

}
#col-3 {

}
#col-right {
	float: left; 
	width: 209px; 
	padding-right: 0px;
	margin-right: 0px;
	border-left: 0;
	font-size: 0.9em; 
}
p.breadcrumb { padding-top: 10px; color: #808184; display: block; height: 72px; font-size: 1em; margin-bottom: 0;}
p.breadcrumb a, p.breadcrumb a:link, p.breadcrumb a:visited { text-decoration: none; color: #808184;}
p.breadcrumb a:hover { text-decoration: underline; color: #2e3191;}

#sponsors {
	width: 952px; height: 122px;
	margin: auto;
	margin-top: 0;
	text-align: left;
	color: #999;
}
#sponsors div {
	width: 952px; height: 122px;
	display: block;	background-color: #FFF;
}
#sponsors p {
	text-align: left;
	padding-left: 25px;
}
#sponsors img {
	padding: 13px 6px 0 0;
}
#footer {
	margin: 0;
	text-align: center;
	font-size: 0.8em;
	clear: both;
	background: url('images/BG-Footer.jpg') top center no-repeat;
	height: 283px;
}
#footer p.footer-menu {
	text-align: right;	
	margin-top: 8px;
	color: #fff;
	padding-right: 10px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
}

/* Navigation, links */

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	height: 49px;
}
#navigation ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#navigation ul li a {
	padding: 24px 12px 7px 12px;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-family: 'UbuntuRegular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#navigation ul li a:hover, 
#navigation ul li a.on {
	background-image: url('images/BG-Nav.jpg');
	background-repeat: no-repeat;	
}
#nav1 { width: 75px; }
#nav2 { width: 101px; }
#nav3 { width: 72px; }
#nav4 { width: 77px; }
#nav5 { width: 97px; }
#nav6 { width: 111px; } 
#nav7 { width: 73px; }
#nav8 { width: 102px; }

#nav1.on { background-position: 0 -98px; }
#nav2.on { background-position: -99px -98px; }
#nav3.on { background-position: -224px -98px; }
#nav4.on { background-position: -320px -98px; }
#nav5.on { background-position: -421px -98px; }
#nav6.on { background-position: -542px -98px; } 
#nav7.on { background-position: -678px -98px; }
#nav8.on { background-position: -775px -98px; }

#nav1:hover, #nav1.on:hover { background-position: 0 0; }
#nav2:hover, #nav2.on:hover { background-position: -99px -49px; }
#nav3:hover, #nav3.on:hover { background-position: -224px -49px; }
#nav4:hover, #nav4.on:hover { background-position: -320px -49px; }
#nav5:hover { background-position: -421px -49px; }
#nav6:hover { background-position: -542px -49px; } 
#nav7:hover { background-position: -678px -49px; }
#nav8:hover { background-position: -775px -49px; }

#navigation li ul {
	position: absolute;
	width: 147px;
	left: -999em;
	z-index: 3;
	padding-bottom: 1px;
	height: auto;
	background: url('images/BG-Nav-2.jpg') top left no-repeat;
}
#navigation ul li ul a {
	padding: 7px 24px 7px 12px;
	width: 111px;
	text-transform: none;
	background: url('images/BG-Nav-2.png') top left no-repeat;
}
#navigation li ul a:hover {
	background: url('images/BG-Nav-2.png') left -200px no-repeat #0056b6;
}

#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
	margin: -1px 0 0 0px;
}



/* List row for News + Events */

.listrow {
	border-bottom: 1px solid #e6e7e8;
	margin-top: 0; 
}
.listrow-spaced { margin-bottom: 3em;}
.listrow-pic, .listrow-eventpic {
	margin-top: 1em;	
	margin-left: 15px;
	margin-bottom: 1em;
	float: left;
	width: 100px;
}
.listrow-text, .listrow-eventtext {
	float: left;
	width: 469px;
	margin: 0;
	margin-bottom: 1em;
}
.listrow-eventpic { width: 250px; }
.listrow-eventtext { width: 300px; }
.listrow h2 {  }
.listrow h3 { margin-top: 1em; }
h3.list-title { margin-bottom: 0.5em;}
.news-icon, .news-icon-top {
	float: right;
	width: 85px;
	top: 0; left: 497px;
	text-align: right;
}
.news-date { padding-top: 0.5em;}



/* Boxes, text styles, etc */

.doc-http, .doc-pdf, .doc-doc, .doc-xls, .doc-ppt, .doc-txt, .doc-rtxt, .doc-jpg, .doc-new-window, .doc-folder, .doc-docs, .doc-training, .doc-people, .doc-person, .doc-position, .doc-positions, .doc-member {
	padding: 8px 0 5px 35px;
	background: url(images/IconHTTP.gif) top left no-repeat;
	margin-bottom: 0;
}
.doc-pdf { background: url(images/IconPDF.gif) top left no-repeat; }
.doc-doc { background: url(images/IconMSWord.gif) top left no-repeat; }
.doc-xls { background: url(images/IconMSExcel.gif) top left no-repeat; }
.doc-ppt { background: url(images/IconMSPPT.gif) top left no-repeat; }
.doc-txt { background: url(images/IconTXT.gif) top left no-repeat; }
.doc-rtxt { background: url(images/IconRichTXT.gif) top left no-repeat; }
.doc-jpg { background: url(images/IconJPEG.gif) top left no-repeat; }
.doc-new-window { background: url(images/IconNewWindow.gif) top left no-repeat; }
.doc-folder { background: url(images/IconFolder.gif) top left no-repeat; }
.doc-docs { background: url(images/IconDocs.gif) top left no-repeat; }
.doc-training { background: url(images/IconTraining.gif) top left no-repeat; }
.doc-people { background: url(images/IconPeople.gif) top left no-repeat; }
.doc-positions { background: url(images/IconPositionsSmall.gif) top left no-repeat; }
.doc-person { background: url(images/IconPerson.gif) top left no-repeat; }
.doc-position { background: url(images/IconPosition.gif) top left no-repeat; }
.doc-member { background: url(images/IconMemberGold.gif) -1px -1px no-repeat; padding: 0 0 1em 16px; }
a.back-btn img { margin: 0 20px 3px 0; } 
p.description { padding-left: 35px; font-size: 1em; margin-top: 0;}
.line-top {
	border-top: 1px solid #e6e7e8;
	padding-top: 2em;
	margin-top: 2em;
}
h2.line {
	border-bottom: 1px solid #e6e7e8;
	padding-bottom: 5px;
	margin-top: 4em;
	margin-bottom: 2em;
}
h3.doc-title {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
h2.doc-folder { margin-top: 0; padding: 3px 0 10px 35px; }
h3.doc-http, h3.doc-pdf, h3.doc-doc, h3.doc-xls, h3.doc-ppt, h3.doc-txt, h3.doc-rtxt, h3.doc-jpg, h3.doc-new-window, h3.doc-folder, h3.doc-docs, h3.doc-training, h3.doc-people, h3.doc-person, h3.doc-position, h3.doc-positions, h3.doc-member
{ margin-top: 0; padding: 4px 0 9px 35px; }

#col-right h2 {
	font-weight: normal;
	margin-top: 0;
	width: 100%;
	color: #808184;
	border-bottom: 1px solid #e6e7e8;
	padding-top: 1.2em;
	padding-bottom: 0.3em;
	font-size: 1.1em;
	font-family: 'UbuntuRegular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#col-right h3 {
	color: #000;
	margin-bottom: 0.5em;
	font-size: 1.1em;
	font-family: 'UbuntuRegular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.image-left {
	margin-right: 15px;
	margin-bottom: 0.8em;
	float: left;
}
.image-right {
	margin-left: 15px;
	margin-bottom: 0.8em;
	float: right;
}
.bookmark-link {
	padding-left: 16px;
	background-image: url('images/IconBookmark.gif');	
	background-repeat: no-repeat;
	background-position: 0 5px;
	display: block;
}
.icon {
	margin-bottom: -4px;
	margin-top: 4px;
	margin-right: 5px;
}
.border { border: 1px solid #e6e7e8; }
.no-border, table.no-border td { border: 0; }
.grey { color: #808184; }
.red { color: #2e3191; }
.smalltext { font-size: 0.9em; }
.arrow-right, .arrow-left {
	padding-left: 16px;
	background-image: url('images/IconArrowRight.gif');	
	background-repeat: no-repeat;
	background-position: 0 3px;
	display: block;
}
.arrow-left {
	background-image: url('images/IconArrowLeft.gif');	
}
.new-window-link {
	padding: 8px 0 5px 35px;
	background: url('images/IconNewWindow.gif') top left no-repeat;
	display: block; 	
}
.filesize, .file-size {
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	color: #808184;
}
h3.doc-title span.filesize, h3.doc-title span.file-size, h3 span.file-size, h3 span.filesize {
	font-size: 0.7em;
}
table.data-table td, table.data-table th {
	font-size: 0.9em;
	padding: 0.5em 0.5em 0.5em 0;
	border-bottom: 1px solid #e6e7e8;
}


.spacer {
	clear: both;
	font-size: 1px;
	height: 1px;
}


/* Forms */

.button {
	color: #00a8e7;
	font-size: 0.9em;
	border: 1px solid #dddde0;
	border-top: 1px solid #ecedee;
	border-left: 1px solid #e6e6e8;
	background: url('images/Button-BG.gif') top left repeat-x #FFF;
	height: 22px;
	padding: 4px 6px;
	font-family: 'UbuntuRegular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;

}
.button:hover {
	background: url('images/Button-BG.gif') left -70px repeat-x #45bdf1;
	color: #FFF;
	border: 1px solid #45bdf1;
	border-top: 1px solid #aadffa;
	border-left: 1px solid #7acff5;
	cursor: pointer;
}
td .button {font-size: 1em; }
.formrow, tr.formrow td {
	padding-bottom: 0.5em;
}
.formrow-line {
	border-top: 1px solid #e6e7e8;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
label { font-size: 0.9em;}
td label { font-size: 1em;}
.input-col-1 {
	width: 139px;
	margin-bottom: 2px;
}
.input-normal {
	border: 1px solid #dddde0;
	border-top: 1px solid #ecedee;
	border-left: 1px solid #e6e6e8;
	height: 13px;
	padding: 4px 6px;
	font-family: 'UbuntuRegular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/* 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: #00a8e7;
	font-size: 0.9em;
	line-height: 1.8em;
	border: 1px solid #dddde0;
	border-top: 1px solid #ecedee;
	border-left: 1px solid #e6e6e8;
	background-image: url('images/Button-BG.gif');	
	background-repeat: repeat-x;
	background-color: #FFF;
	margin-bottom: 5px;
}
#search-page-controls a:hover {
	background: url('images/Button-BG.gif') left -70px repeat-x #45bdf1;
	color: #FFF;
	border: 1px solid #45bdf1;
	border-top: 1px solid #aadffa;
	border-left: 1px solid #7acff5;
	cursor: pointer;
}
#search-page-controls a.current-page, #search-page-controls span.nextPrevLink a {
	background: url('images/Button-BG.gif') left -50px repeat-x #45bdf1;
	color: #fff;
	border: 1px solid #45bdf1;
	border-top: 1px solid #aadffa;
	border-left: 1px solid #7acff5;
}
#search-page-controls a.current-page:hover, #search-page-controls span.nextPrevLink a:hover {
	background: url('images/Button-BG.gif') left -70px repeat-x #45bdf1;
	cursor: pointer;
}
#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;
}


