/* SISA Main stylesheet */

/* Colours:

	#EBEBF5	- BG
	#CC0000 - Link, red
	#666 	- Text

*/

body {
	
	
}
h1 {
	text-transform: uppercase;
	font-size: 0.85em;
	font-weight: bold;
	margin-top: 0;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	border: 0;
	color: #333;
}
h2 {
	font-size: 1em;
	margin: 1.5em 0 0.5em 0;
}
h3, p {
	line-height: 1.5em;
}
h3 {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
}

/* ---- CUSTOM STYLES ---- */

/* Page layout */

#logo {
	height: 212px;
}
#content {
	margin: 2px 0 2px 3px;
}
#memberslogin {
	margin-bottom: 1em;
}
#tagline {
	background-image: url('images/ColBG.gif');
	background-repeat: repeat-x;
	width: 207px;
	padding: 16px;
	margin-left: -16px;
	margin-right: -16px;
	line-height : 1.4em;
}
#col-2 {
	background-image: url('images/ColBG.gif');
	background-repeat: repeat-x;
	padding: 16px 0px;
	margin: 0 2px;	
	width: 411px;
}
#col-2 h1 {
	margin-bottom: 1.5em;
	margin-left: 16px;
}
#col-2 a:link, #col-2 a:visited {
	text-decoration: none;
}
#col-2 a:hover {
	text-decoration: underline;
}
.listtable h3 {
	color: #000;
}
.listrow {
	border: 0;
	margin-left: 16px;	
	width: 379px;
	
}
.listrow h3 {
	margin: 0 0 0.3em 0;
}
.listrow p {
	font-size: 0.85em;
	margin-bottom: 0.3em;
}
.listrow-text {
	width: 264px;
}
.listrow-pic {
	margin: 0 0 0 14px;
	padding: 0;
	margin-right: -13px;
}
.news-icon, .news-icon-top {
	width: 13px;
	left: -1px; top: 0;
	float: right;
	margin: 0;
	padding: 0;
}
.news-icon-top {
	top: 0;
}
#features {
	width: 241px;
	padding: 0px;
	float: left;
	margin: 0;
}
.homebtn {
	background-image: url('images/HomeFeaturesBG.gif');
	background-repeat: repeat-x;
	margin: 0;
	padding: 16px;border-bottom: 2px solid #fff;
}
#features div.homebtn h2 {
	margin-top: 0;
	margin-bottom: 0.1em;
	font-size: 0.85em;
	color: #CC0000;
}
#features div.homebtn p {
	font-size: 0.85em;
	margin-bottom: 0;
}
#features div.homebtn a:link, #features div.homebtn a:visited {
	text-decoration: none;
}
#features div.homebtn a:hover {
	text-decoration: underline;
}
.member-logos {
	width: 207px;
}
.member-logos img {
	margin-right: 3px;
	margin-bottom: 3px;

}

/* Forms */

#memberslogin label {
	width: 68px;
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 0.8em;
	padding-top: 0.8em;
}
#search_form input.button {
	height: 2.5em;
}