/*  Style sheet for Sacnomad web site */

body {
	background-color: #e4f9e5; /* light green */
	font-family: tahoma, helvetica, sans-serif;
	font-size: .9em;
	color: 000;
	margin: 0;
	padding: 0;
}

#login-bar {
   	background-color: #336600;
	height: 30px;
	width: 100%;
	text-align: right;
	vertical-align: bottom;
	color: #ffff00;
	font-size: .9em;
}
#login-bar a:link {
	text-decoration: none;
	color: #ffff00;
}
#login-bar a:visited {
	text-decoration: none;
	color: #ffff00;
}
#login-bar a:hover {
	text-decoration: none;
	color: #ffffff;
}

#banner {
	width: 100%;
	height: 200px;
	background-color: #e4f9e5;
}
.topnavs {
	text-align: center;
   	width: 100%;
	height: 30px;
	background-color: #ffff00;
	color: #000;
	border-top: solid 5px #336400;
	border-bottom: solid 5px #336400;
	padding-top: 5px;
}
.topnavs a:link {
	color: #369;
	text-decoration: none;
}
.topnavs a:visited {
	color: #369;
	text-decoration: none;
}
.topnavs a:hover {
	color: #b31b1b;
	text-decoration: none;
}
#banner-images {
   	height: 113px;
	width: 100%;
	background-color: #a9bbe9;
	text-align: center;
}
#banner-images img {
	padding-left: 10px;
	padding-right: 10px;
}
#public-section {
	width: 825px;
	padding-left: 25px;
	font-size: .9em;
	color: #000;
}
#public-section a:link {
	text-decoration: none;
	color: #369;
}
#public-section a:hover {
	text-decoration: none;
	color: #b31b1b;
}
#public-section a:visited {
	text-decoration: none;
	color: #369;}

#members-section {
	width: 850px;
	margin:0 0 0 0;
}
#members-navs {
	float: left;
	width: 180px;
	background-color: #e4f9e5;
	color: #336400;
}
.nav-item {
	width: 100%;
        text-indent: 5px;
	font-size: .9em;
	color: #000;
	height: 2em;
	border-top: 1px solid #336400;
	border-bottom: 1px solid #b31b1b;
	margin-top: 2px;	
}
.nav-item a:link {
	text-decoration: none;
	color: #369;
}
.nav-item a:visited {
	color: #369;
	text-decoration: none;
}
.nav-item a:hover {
	font-size: 1.1em;
	color: #b31b1b;
}

#members-content {
	float: right;
	width: 660px;
	padding-left: 5px;
}
#members-content a:link {
	text-decoration: none;
	color: #369;
}
#members-content a:visited {
	text-decoration: none;
	color: #369;
}
#members-content a:hover {
	text-decoration: none;
	color: #b31b1b;
}
#content-container {
        clear: both;
	width: 650px;
	font-size: .9em;
}
#col-left {
  	float: left;
	width: 320px;
}
#col-right {
	float: right;
	width: 320px;
	padding-left: 5px;
}
#col-left a:link {
  	color: #369;
	text-decoration: none;
}
#col-left a:hover {
  	color: #b31b1b;
	text-decoration: none;
}
#col-right a:link {
  	color: #369;
	text-decoration: none;
}
#col-right a:hover {
  	color: #b31b1b;
	text-decoration: none;
}
#col-left h3 {
	background-color: #a9bbe9;
	border-top: 1px solid #336400;
	border-bottom: 1px solid #b31b1b;
}
#col-right h3 {
	background-color: #a9bbe9;
	border-top: 1px solid #336400;
	border-bottom: 1px solid #b31b1b;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #336400;
}
.center {
	text-align: center;
}

#contact-section {
	width: 100%;
	height: 50px;
	border-top: 5px solid #336400;
	border-bottom: 5px solid #336400;
	background-color: #ffff00;
	color: #336400;
	font-weight: bold;
	
}
#contact-section a:link {
	color: #369;
	text-decoration: none;
}
#contact-section a:visited {
	color: #369;
	text-decoration: none;
}
#contact-section a:hover {
	color: #b31b1b;
	text-decoration: none;
}
th {
	font-size: .9em;
	font-weight: bold;
	color: #b31b1b;
}
td {
	font-size: .9em;
	
}
th, td a:link {
	color: #369;
}
th,td a:visited {
	color: #369;
	text-align: left;
}
th,td a:hover {
 	color: #b31b1b;
}

.course-item {
	margin-top: 25px;
}
.course-name {
	font-size: 1em;
	font-weight: bold;
}
.course-addr {
        margin-left: 7px;
}
dt {
        font-weight: bold;
	font-size: 1em;
}
.title {
	font-weight: bold;
	font-size: 1em;
	color: #b31b1b;	
}
.red {
	color: #b31b1b;
}
.bg-green {
   	background-color: #c4e5c7;
}
.bg-yellow {
	background-color: #ffffcc;
}
.bg-blue {
	background-color: #a9bbe9;
}
.clear {
	clear: both;
}

.horizontal {
	float: left;
	list-style-type: none;
	margin: 10px;
}
.sub-level {
	list-style-type: none;
	font-weight: bold;
}