@charset "UTF-8";

/* Style Sheet For the SCRS http://www.scrs.ca/  */


/* Reset styles for browser differences */

html, body, div, span,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, 
em, font, img,  q, /*strong, ol, ul, li,*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* of of styles reset section */


body {
	line-height: 1em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	background-color: #ff7d15; 	 
	color: #000;
	font-size:90%;
	padding:10px;
}

p, li {
	line-height:1.3em;
	padding:3px 0;
}

/* wrapper styles - hold static width and center in browser */

#wrapper {
	position:relative;
	margin:0 auto;
	padding:0px;
	width:760px;
	text-align:center;
	color:#000;
	border:thin solid #ebff00;
	background-color:#fff;
}

/* header styles */

#header {
	text-align:right;
	height:70px;
	width:750px;	
	padding:5px;
	margin:0;
	background-image:url(images/scrs_logo.jpg); 
	background-repeat:no-repeat;
	background-position:5px 5px;
}

#header a {
	margin: 40px 5px 5px 0px;
	font-size:0.8em;
}

#header a:hover {

	text-decoration:none;
	font-weight:bolder;
}

#header p {
	color: #00a0c6;
	background-color:inherit;

}

#banner {
	padding:0;
	margin:0;
	border-top:5px solid #00a0c6;
	border-bottom:5px solid #00a0c6;
}

/* content styles, member pages are 1 column, home page is 2*/

 #content {	
	text-align:left;
	float:left;
	margin: 0px;
	background-color: #fff;
	color:#000;
	font-size:.9em;
	padding: 10px 25px;
}

#content li {
	line-height:1.5em;
}

#column1, #column2 { /* home page */
	float:left;
	width:325px;
	padding: 0px 10px 20px 10px;
}

#column1 {
	border-right: thin solid #ccc;
}

#members #content {/*members pages */
	width:600px;
	padding:20px;
}


/* class styles */

ol.newsitems, ol.newsitems li {
	list-style:none;
	padding:0 0 1em 0;
	margin:0;
}

ol.newsitems ol, ol.newsitems ol li {
	list-style:upper-roman;
}

p.date {   /* on home page and events page */
	padding: 0; 
	font-style: italic; 
	color: #ff66cc; 
	background-color:inherit;
}

.hidden {
	display:none;
}

.center {
	text-align:center;
	}
	
.error {
	background-color:inherit;
	color:red;
}

/* Links  */

a {
	background-color: #fff;
  	color: #000;
  	font-weight: bold;
	font-size:1.0em;
  	text-decoration: underline
}

a:hover {
	background-color: #fff;
  	color: #291d8b;
  	font-weight: bolder;
	font-size:1.0em;
  	text-decoration: underline;
}

a:active {
	background-color: #fff;
  	color: #ff0000;
  	font-weight: bolder;
	font-size:1.0em;
  	text-decoration: underline
}


/* tables  */

table {

	padding:0px;
	text-align:center;
	border:solid 1px #ccc;
	margin:20px;

}

td, th{
	border:solid 1px #ccc;
	padding:10px;
	text-align:center;
	
}

th {
	font-weight:bold;
	}

thead {
	background-color:#F5F5F5;
	color:#000;
}

caption {
	caption-side: top; 
	padding:2px 0 10px 0;
	text-align:center;
  	font-weight: bold;
}


/* pdf class indicated downloadable pdf documents */

a.pdf {
	background-image:url(images/pdf.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:2px 18px 0px 0px;
}


span.pdf {
	display:none;
}

/* Main Drop Down Menu */

div#nav {
	font-size:0.8em;
	padding-top:0;
	margin:0;
	padding-left: 5px;
	background-color: #291d8b;
	color:#fff;
}

div#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#nav a {
	text-decoration: none;
	color: #FBF9FC;
	background-color: #291d8b;
	display: block;
	padding: 0.3em 0;		
}

div#nav li a:hover {
	background-color:#c7c4e2;
	color:#000;
	display: block;
}

div#nav li {
	float: left;
	position: relative;
	width: 107px;
	text-align: center;
	background-color: #291d8b;
	color: #949513;
	list-style: none;
}

div#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding:0;
}

div#nav li li {
	display: block;
	float: none;
	text-align:center;
	background-color: #291d8b;
	color: #fff;
	padding:0;
	margin: 1px;
}

div#nav li li a {
	display: block;
	background-image:none;
}

div#nav li li a:hover {
	display: block;
	background-color:#c7c4e2;
	color:#000;
}

div#nav li:hover ul {
	display: block;
	color:#000;
	background-color:#c7c4e2;
	padding: 0;
	margin:0;
}


/* side Navigation member's menu */

#sidebar {
	clear:both;
	float:left;
	width:120px;
	padding:10px 0 0 0;
	margin:0;
	text-align:left;
	font-size:0.8em;
	background-color: #fff;
	color:#000;
}

#sidebar ul, sidebar li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar li a {
	text-decoration: none;
	display:block;
	width:100px;
	color: #000;
	background-color: #fff;
	padding:5px 0 5px 3px;
	border-bottom:solid 1px #ccc;
	border-top:solid 1px #ccc;
	}
	
#sidebar ul ul {
	list-style:none;
	padding-left:15px;
	margin-left:0px;

}

#sidebar li li {
	padding:0;
	margin:0;
}

#sidebar li li a {	
	border:none;
	padding:1px 0 1px 3px;
	}

#sidebar a:hover {
	color: #000;
	background-color: #c7c4e2; 
}

#sidebar ul ul a:hover {
	color: #000;
	background-color: #ffffff; 
	text-decoration:underline;
	font-weight:bolder;
}

/* login page */


#login {
	text-align:right;
	padding:0px;
	margin:0px;
}

.login {	
	padding: 10px 5px 10px 5px;
	background-color: inherit;
	color: #000;
	font-size: 1em;	
}

.login_button {
	padding-left:150px;
}

/* contact forms on Contact Us page and Members Directory Page */

#contactform {
	padding: 10px 5px;
	font-size: .90em;
}


#form_labels  {
	float:left;	
	text-align:right;
	padding:0;
	margin:0;
}

#form_labels p {
	text-align:right;
	font-weight:bold;
	/*  Modify to align label text with input boxes  */
	padding:.3em 1em .3em 0;
	margin: 3px 0 2px 0;

}

#form_fields {
	text-align:left;
	float:left;
	color: #000;
	background-color:inherit;
	padding:0;
	margin:0;
}

#form_fields input, #form_fields textarea, #form_captcha input {
	background-color: #F5F5F5;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 1em;
	padding:0;
	margin:0;
}

#form_captcha {
	font-weight:bold;
	padding:15px 0;
	clear:both;	
}
	
#form_captcha {
	clear:both;	
	padding:10px 0px;

}

#form_captcha img {
	padding:10px;
}

.form_submit, .form_reset {
	padding: 2px;
	margin-left:10px;
	background: #ccc;
	color: #000;
	font-size: 0.85em;
	text-transform:uppercase;
}

/* footer styles */

#footer {
	clear:both;
	padding: 0px 0 2px 0;
	color:#000;
	background-color: #fff;
	font-size: .8em;
	text-align: center;
	margin-top:5px;
}

#footer p {
	padding:1px;
	margin:0;
}

#footer a {
	background-color: #fff;
  	color: #000;
  	font-weight: bold;
	font-size:1.0em;
  	text-decoration: underline;
}

#footer a:hover {
	background-color: #fff;
  	color: #291d8b;
  	font-weight: bolder;
	font-size:1.0em;
  	text-decoration: underline;
}

#footer a:active {
	background-color: #fff;
  	color: #ff0000;
  	font-weight: bolder;
	font-size:1.0em;
  	text-decoration: underline;
}

.design {
	text-decoration:none;
	font-weight:normal;
}

a:hover.design {
	text-decoration:none;
	font-weight:normal;
}

/* misc tags */

address {
	padding:10px 0;
}

img {
	padding:0;
	margin:0;
	text-align:center;
	display:inline;
}

/* Heading Styles */

h1 { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#291d8b;
	font-size: 1.4em;
	background-color: inherit;
	letter-spacing:0.15em;
	padding-top:5px;	
}

h2 { 
	padding: 1em 0 0.5em 0; 
	line-height: 1.4;
	background-color: #fff;
	color: #2d8f2c;
	text-transform:uppercase;
	font-style:italic;
	font-size:1.5em;
	font-weight:normal;
}
	


h3 {
	padding: 1em 0 0.5em 0; 
	color: #949513; 
	font-size:1.3em;
	font-weight:bold;
	background-color: #fff;
}


h4 { 
	padding: 1em 0 0.5em 0; 
	font-weight:700;
	background-color: #fff;
	color: #291d8b;
	font-size: 1.2em;
}
element { }
