/* This stylesheet is created by the CAA National Webmaster, Russ Harvey, for use in designing compliant CAA Branch Websites. CSS content may be altered without notice.  */

/* Russ Harvey has altered this copy specifically for canauthorsvancouver.org.  */
/* Updated 10May5 by Russ Harvey  */

html,body {
  margin: 0;
  padding: 0;
  color: #ffffff;
  background-color: #99ccff;
  font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
  position: relative;
  color: #333399;
  background-color: #ffffff;
  text-align: left;
  width: 840px;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #333333;
  font-size:1em;
}
#header {
  height: 125px;
  padding: 10px 15px;
  margin-top: 0;
}
#header .branch {
  font-size: 1.9em;
  text-indent: 3.8em;
  font-weight: bold;
  color: #333399;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}
#nav {
  position: absolute;
  top: 185px;
  left: 1em;
  width: 12em;
}
/* Brings CanWrite Nav higher  */
#nav-canwrite {
  position: absolute;
  top: 170px;
  left: 1em;
  width: 12em;
}
ul#mainnav {
  list-style: none;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  background-color: #000066;
}
ul#mainnav li {
  display: block;
  border-top: 1px solid #999999;
}
ul#mainnav li a {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 6px 6%;
  color: #ffffff;
  background-color: #333399;
  font: bold 0.9em /1.5 arial, sans-serif;
  text-decoration: none;
  width: 88%;
}
ul#mainnav li a:hover {
  color: #ffffff;
  background-color: #3333cc;
}
ul#mainnav li.title {
  font-size: 1.2em;
  color: #ffffff;
  background-color: #000066;
}
ul#mainnav ul.subnav {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
ul#mainnav ul.subnav li {
  border: none;
  padding-left: 1.2em;
}
ul#mainnav ul.subnav li a {
  padding: 0;
  margin: 0;
  font: bold 0.95em /1.5 arial, sans-serif;
  color: #ffffff;
  background-color: #000066;
  border: none;
}
ul#mainnav ul.subnav li a:hover {
  background-color: #3333cc;
  color: #ffffff;
}
ul#mainnav ul.subsubnav {
  margin: 0;
  list-style: none;
  padding: 0;
  border: none;
}
ul#mainnav ul.subsubnav li {
  border: none;
  font: bold 0.9em /1.5 arial, sans-serif;
  padding-left: 1.0em;
}
ul#mainnav ul.subsubnav li a {
  padding: 2%;
  margin: 0;
  color: #ffffff;
  background-color: #3333cc;
  border: none;
}
ul#mainnav ul.subsubnav li a:hover {
  background-color: #3333cc;
  color: #ffffff;
}
#news {
  width: 88%;
  margin: 25px 0;
  padding: 3% 6%;
  color: #000000;
  background-color: #99cccc;
  border: 1px solid #000000;
}
#news .noted {
  border: 1px;
  border-style: dotted;
  border-color: #333399;
  margin: 0;
  padding: 1em;
}
#news h2 {
  color: #000000;
  background-color: #99cccc;
  margin-top: 5px;
}
#news h4 {
  color: #000000;
  background-color: #99cccc;
  margin-bottom: -0.5em;
}
#news p {
  color: #333333;
  background-color: #99cccc;
}
#news a:link {
  color: #ff0000;
  background-color: #99cccc;
  font-weight: normal;
}
#news a:visited {
  color: #cc3333;
  background-color: #99cccc;
  font-weight: normal;
}
#news a:hover {
  color: #cc6666;
  background-color: #99cccc;
  font-weight: normal;
}
#news a:active {
  color: #cc6666;
  background-color: #99cccc;
  font-weight: normal;
}
#content {
  margin-top: 20px;
  margin-left: 14em;
  margin-right: 2em;
  color: #333399;
  background-color: #ffffff;
  text-align: left;
}
/* Brings CanWrite Content higher  */
#content-canwrite {
  margin-top: 1px;
  margin-left: 14em;
  margin-right: 2em;
  color: #333399;
  background-color: #ffffff;
  text-align: left;
}
#footer {
  height: 50px;
  font-family: Arial, Helvetica, sans-serif;
  clear: both;
  color: #000000;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  text-align: center;
}
p,td,div,blockquote,th,dt,dd {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}
ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}
ol {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  list-style-type: decimal;
}
li.off {
  list-style-type: none;
}
li.circle {
  list-style-type: circle;
}
li.disc {
  list-style-type: disc;
}
.datatable td ul {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
}
/* CanWrite Bios Layout Section */
ul.speaker {
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
}
.canwriteimg {
  float: left;
  border: 0;
  margin-left: 25px;
  position: relative;
}
.speaker-photo {
  float: left;
  margin: 0.3em 5px 0 0;
}
.speaker-info {
  float: left;
}
.speaker-name {
  float: left;
  font-size: 1.3em;
  font-weight: bold;
}
.speaker-profession {
  font-size: 1.0em;
  padding-top: 1.8em;
}
.speaker-info-bottom {
  clear: both;
}
/* End of CanWrite Bios Layout Section  */
.indent {
  text-indent: 2em;
}
.justify {
  text-align: justify;
  text-indent: 2em;
}
.center {
  text-align: center;
}
/* The "middle" class with display: inline fixes the issue with partial display of floated images in IE7  */
.middle {
  display: inline;
}
.right {
  text-align: right;
  margin: 0;
}
.medium {
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
}
.index {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  text-indent: 2em;
}
.med {
  font-size: 1.4em;
  color: #333399;
  background-color: #ffffff;
  text-align: left;
}
.smleft {
  font-size: 0.7em;
}
.small {
  font-size: 0.7em;
  text-align: center;
}
.notice {
  font-size: 0.7em;
}
.code {
  font-family: serif;
  font-size: 0.9em;
}
.photo {
  text-align: center;
  margin: 0;
}
.image {
  text-align: left;
  margin: 20px 0 5px -5px;
  padding: 0px;
}
.clear {
  clear: both;
  font-size: 0.7em;
  text-align: center;
}
.medclear {
  font-size: 24px;
  line-height: 30px;
  text-align: justify;
}
.bigclear {
  font-size: 48px;
  line-height: 60px;
  text-align: justify;
}
.quote {
  margin: 10px 50px;
}
.table {
  margin: 0px;
}
.odd {
  color: #333399;
  background-color: #99cccc;
}
.odd a:link {
  color: #ff0000;
  background-color: #99cccc;
  font-weight: normal;
}
.datatable {
  border: 2.0px solid #333399;
  border-collapse: collapse;
  width: 100%;
}
.datatable td {
  border: 1px solid #333399;
  text-align: left;
  padding: 4px;
  color: #333399;
  background-color: #ffffff;
}
.datatable th {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #333399;
  font-weight: bold;
  text-align: left;
  padding: 4px;
}
.datatable caption {
  font-weight: bold;
  background-color: #ffffff;
  color: #333399;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 8px;
}
.highlight {
  color: #333399;
  background-color: #ffff66;
}
.note {
  font-weight: bold;
  color: #333399;
  background-color: #cccccc;
  border: 3px;
  border-style: dotted;
  border-color: #ff0000;
  margin: 3em;
  padding: 1em;
}
.noted {
  border: 3px;
  border-style: dotted;
  border-color: #333399;
  margin: 10px 30px;
  padding: 1em;
  font-size: 1.0em;
}
.grid {
  clear: both;
  width: 600px;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
.grid ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.floatright {
  float: right;
  width: 49%;
  text-align: left;
}
.floatleft {
  float: left;
  width: 49%;
  text-align: left;
}
.ad {
  background-color: #000033;
  font-family: Arial, Helvetica, sans-serif;
  color : #ffffff;
  width : 400px;
  margin-left : auto;
  margin-right : auto;
  text-align: center;
  padding : 1%;
  border: none;
}
.blockquote {
  margin: 3em;
  text-indent: 2em;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #333399;
  background-color: #ffffff;
  margin-top: -12px;
  padding: 0;
  border-bottom: 1px solid #333399;
}
h2,h3,h4,h5,h6 {
  font-family: Arial, Helvetica, sans-serif;
  color: #333399;
  background-color: #ffffff;
}
/* The "position: relative" element fixes the issue with partial display of floated images in IE7  */
.rightimg {
  float: right;
  border: 0;
  margin-left: 20px;
  margin-bottom: 5px;
  position: relative;
}
.leftimg {
  float: left;
  border: 0;
  margin-right: 20px;
  margin-bottom: 5px;
  position: relative;
}
hr {
  color: #333399;
  background-color: #ffffff;
  height: 1px;
  width: 100%;
}
hr.narrow {
  color: #333399;
  background-color: #ffffff;
  height: 1px;
  padding: 0;
  margin-left: 25%;
  width: 50%;
  text-align: center;
}
td {
  margin: 0px;
}
a:link {
  color: #ff0000;
  background-color: #ffffff;
  font-weight: normal;
}
a:visited {
  color: #cc3333;
  background-color: #ffffff;
  font-weight: normal;
}
a:hover {
  color: #cc6666;
  background-color: #ffffff;
  font-weight: normal;
}
a:active {
  color: #cc6666;
  background-color: #ffffff;
  font-weight: normal;
}
a img {
  border: none;
}