/* CSS Document - Cascadia Training*/

*{
  font-family:Arial, Helvetica, sans-serif;
  }

body {
	background-color: #007CB0;
	  font-size:small;
}

p{
	margin:0;
	}

a:link{
  color:#005980;
  }

a:visited{
  color:#0094D2;
  }

/* H1 is the blue headers for titile of workshop, etc. */
h1{
  color:#007AAE;
  font-weight:bold;
  font-size:large;
  }

/* Dark blue presenter text */
.presenter{
   color:#005980 !important;
   font-weight:bold !important;
   }

.section{
    color:#007AAE;
	font-size: 20px;
	font-weight: bold;
	}

/* H2 is the black title (such as the section titles on the workshop pages) */
h2{
	font-weight:bold;
	font-size:medium;
	margin-bottom:.5em;
	margin-top:.5em;
	}

.bold{
	font-weight:bold;
	}

.underline{
	text-decoration:underline;
	}

.calendar{
	color:#005980;
	font-size:x-small;
	}
.clearBoth{
	clear:both;
}

/* Therapist Map CSS */
#container
{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#header
{
	width: 100%;
}

#cola{
	width: 49%;
	float: left;
	margin: 15px 0 20px 0;
	display: block;
}

#colb
{
	width: 49%;
	float: left;
	margin: 15px 0 20px 0;
	display: block;
}

#back
{
	height: 75px;
	width: 500px;
	float: left;
	padding-top: 20px;
}

h3 {
	color: #007aae;
	font-size: 75%;
	text-align: left;
	margin:0 0 3px 0;
	font-weight:normal;
}

h4 {
	font-size: 75%;
	text-align: left;
	display:block;
	background-color:#3093bd;
	border: 1px solid #005980;
	width:160px;
	text-align:center;
	padding:5px;
}
h4 a, h4 a:visited, h4 a:hover{
	display: block;
	color:#ffffff;
	text-decoration:none;
	}

h5 {
	color: #003366;
	font-size: 95%;
	margin:0 0 5px 0;
}

p {
	color: #000000;
	margin:0;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height:1.5em;
}

#maphold
{
	width: 500px;
	height: 300;
}

#footer
{
	height: 50px;
	width:500px;
	margin-top: 15px;
	float: left;
	display: block;
}
.footertext
{
	font-size:75%
	}