/* Zoe Training basic elements */

html {
		min-height: 100%;
		}

* {
		margin: 0;
		padding: 0;
		}

a {
		color: #7D0027;
	  	text-decoration: none;
	  	font-weight: bold;
		}
		
a:hover {
	  	color:#2763A5;
	  	font-weight: bold;
	  	text-decoration: underline;
		}

body {
		background: #2763A5 url(../img/back.gif);
		font: normal 0.75em Verdana, Helvetica, Georgia, sans-serif;
		color: #333;
		margin-bottom: 10px;
		}
		
h1 {
		font: bold 1.2em Verdana, Helvetica, sans-serif;
		}
		
h4 		{
		font-size: 1.1em;
		margin-left: 25px;
		}
		
h1 a.title:link, a.title:visited {
		font: bold 1.0em Verdana, Helvetica, sans-serif;
		color: #000;
		text-decoration: none;
		}

h1 a.title:hover, a.title:active {
		font: bold 1.0em Verdana, Helvetica, sans-serif;
		color: #333;
		border-bottom: 1px dashed;
		background-color: #DCEBE9;
		}
		
blockquote {
		margin-left: 15px;
		}

/* misc */
.space {
		clear: both;
		}

.left {
		float: left;
		}

.right {
		float: right;
		}

/* site images with no border */			
.image {
		padding: 3px 6px 6px 0pt; 
		}
	
/* blog only images with gray borders */		
.image1 {
		margin:25px 10px 0pt 0pt;
		background-color:#f1f1f1;
		border:1px solid #d5d5d5;
		padding:6px;
		}	
		
/* main site images with gray borders */	
.image2 {
		margin:20px 10px 0pt 0pt;
		background-color:#f1f1f1;
		border:1px solid #d5d5d5;
		padding: 6px;
		}	
		
.bg 	{
		background-color: #F1F1F1;
		border: 1px solid #276DA5;
		padding: 8px;
		}
		
.bg2 	{
		background-color: #F1F1F1;
		}

/* structure */

.top 	{
		padding: 10px 10px 0pt 10px;
		}

.main {
		border-top: 0px solid #FFF;
		background: url(../img/text-bg.gif);
		}

.container {
		background: #FFF;
		font-size: 1.2em;
		margin: 0 auto;
		padding: 0 3px 3px 3px;
		width: 790px;
		}

/* header */
.header {
		background: #FFF;
		font-size: 1.2em;
		height: 130px;
		margin: 0 auto;
		padding: 3px 3px 0pt 3px;
		width: 790px;
		}
		
.header .left, .header .right {
		background: #69CCF5;
		color: #FFF;
		height: 130px;	
}

.header .left {
		background: url(../img/design_elements/header_left.jpg);
		width: 580px;
		}
		
.header .left h2 {
		padding-left: 140px;
		padding-top: 5px;
		font: normal 1.2em Verdana, Helvetica, sans-serif;
		}
		
.header .right {
		background: url(../img/design_elements/header_right.jpg) repeat-x top left;
		width:210px;
		font: 0.95em Verdana, Helvetica, sans-serif;
		}

/* navigation */

#nav {
	height: 40px;
	width: 790px;
	background: url(../img/design_elements/nav.png) repeat-x;
}

#nbar a {
	font-weight: normal;
}

#nbar {
	position: relative;
	width: auto;
	height: 40px;
	margin: 0;
	padding : 8px 0 0 0;
	font: 12px/25px Verdana, Arial, Tahoma, Sans-serif;
}

#nbar ul {
	float: left;
	list-style : none;
	margin: 0;
	padding: 0;
}

#nbar ul li {
	display: inline;
}

#nbar ul li a {
	display: block;
	height: 25px;
	float: left;
	padding: 0 10px;
	color: #333;
	text-decoration: none;
	background: none;
	border-right: dotted 1px #666;
}


#nbar ul li a:hover {
	color: #000;
	padding-top: 2px;
}

#nbar ul li#selected a {
	color: #000;
	background: url(nbg-inv.png) top repeat-x;
	font-weight: bold;
}

/* left content */
.leftcontent {
		float: left;
		margin: 10px 0pt 10px 0pt;
		padding: 0pt 0px 10px 0pt;
		font-size: 0.85em;
		line-height: 1.3em;
		color: #333;
		width:540px;
		}
		
.leftcontent h2 {
		font: bold 0.9em Verdana, Helvetica, sans-serif;
		margin-bottom: -10px;
		margin-left: 15px;
		margin-top: 30px;
		}
		
.leftcontent .backtotop {
		margin: 0pt 10px;
		}
		
.preelement {
		white-space:pre;
		text-align: center;
		padding: 5px; 
		margin: 20px 10px 50px 10px;
		background: url(../img/button-gradient-up.gif) repeat-x;
		border: 1px solid #E5E5E5;
		border-left: 0;
		border-right: 0;
		}
		
.leftcontent .preelement a {
		color: #276DA5;
		font-size: 0.9em;
		font-family: Trebuchet MS, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		}
		
.leftcontent .preelement a:hover {
		color: #999;
		font-size: 0.9em;
		font-family: Trebuchet MS, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: underline;
		}
		
.preelement .info {
		background: url(../img/info-blue.gif) no-repeat left center;
		padding-left: 20px; 
		margin-bottom:5px;
		}
		
.preelement .printer {
		background: url(../img/printer-blue.gif) no-repeat left center;
		padding-left: 20px; 
		margin: 0 10px 0 5px;
		}

.leftcontent ol {
		list-style-type: decimal;
		color: #333;
		font-size: 0.9em;
		margin-left: 40px;
		margin-bottom: 1.2em;
		line-height: 1.5em;
		}
		
.leftcontent ul {
		list-style-type: none;
		}
		
.leftcontent ul.ul {
		list-style-type: none;
		list-style-image: url(../img/arrow2.gif);
		color: #333;
		font-size: 0.9em;
		margin-left: 40px;
		margin-bottom: 1.2em;
		line-height: 1.5em;
		}
		
.leftcontent ul.disc {
		list-style-type: disc;
		color: #333;
		margin-left: 40px;
		line-height:1.8em;
		}
		
.leftcontent ul.circle {
		list-style-type: circle;
		color: #333;
		margin-left: 40px;
		line-height:1.8em;
		}
		
.leftcontent ul.square {
		list-style-type: square;
		color: #333;
		margin-left: 40px;
		line-height:1.8em;
		}
		
.leftcontent .faq p {
		margin-bottom: -8px;
		}
		
.leftcontent .faq a {
		
		color: #1B426D;
		font-size: 1.0em;
		line-height: 1.5em;
		text-decoration: underline;
		font-weight: normal;
		}

.leftcontent .faq a:hover {
		color: #999;
		font-size: 1.0em;
		line-height: 1.5em;
		text-decoration: underline;
		font-weight: normal;
		}
		
.leftcontent ul.columns {
		list-style-type: none;
		list-style-image: url(../img/arrow2.gif);
		margin-left: 20px;
		}
		
.leftcontent ul.columns li {
		font-size: 0.9em;
		padding-bottom: 8px;
		}
		
.leftcontent .menu li{
		list-style-image: none;
		display: list-item;
		margin-top: 15px;
		color: #333;
		font-size: 0.9em;
		margin-left: 40px;
		margin-right: 22px;
		margin-bottom: 1.2em;
		line-height: 1.6em;
		} 
		
.leftcontent p {
		font-family: Verdana, Helvetica, Georgia, sans-serif;
		font-size: 0.9em;
		margin-left: 15px;
		margin-top: 15px;
		}
		
.leftcontent .programs p {
		font-family: Verdana, Helvetica, Georgia, sans-serif;
		font-size: 0.9em;
		margin-left: 0;
		margin-top: 0;
		}
		
.leftcontent .date {
		font: bold 0.9em Verdana, Helvetica, Georgia, sans-serif;
		margin-top: 20px;
		}
		
.leftcontent a {
		font-weight: bold;
		color: #7d0027;
		}
		
.leftcontent a:hover {
		font-weight: bold;
		color: #999;
		}
		
.leftcontent h1 {
		margin:25px 0pt 15px 15px;
		}
		
.leftcontent h3 {
		font: bold 1.0em Verdana, Helvetica, sans-serif;
		margin: 30px 0pt -10px 15px;
		}
		
.leftcontent .table {
		width: 100%;
		padding: 0pt;
		margin: 15px 0pt 15px 15px;
		margin-bottom:30px;
		font-size: 0.9em; 
		font-family: Verdana, Helvetica, Georgia, sans-serif;
		border-color: #548FD9;
    	border-width: 1px;
    	border-style: solid;
		}

.leftcontent .ol {
		width: 100%;
		padding: 0pt;
		margin-top: -20px;
		font-size: 1.0em;
		font-family: Verdana, Helvetica, Georgia, sans-serif;
		font-weight: normal;
		}

.leftcontent .ol p {
		margin-bottom: -15px;
		}
		
.leftcontent .ol td a:link {
		color: #1B426D;
	  	text-decoration: underline;
		font-weight: normal;
		}
		
.leftcontent .ol td a:visited {
		color: #999;
		text-decoration: underline;
		font-weight: normal;
		}
		
.leftcontent .ol td a:hover {
		color: #666;
		text-decoration: underline;
		font-weight: normal;
		background: #F1F1F1;
		}
		
.leftcontent .table td.line {
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #A30033;
		}
		
.leftcontent .table th {
		font: bold 1.4em Verdana, Helvetica, Georgia, sans-serif;
		color: #2763A5;
		text-align: left;
		padding: 10px 6px 10px 12px;
		background: #FFF url(../img/button-gradient.gif) repeat-x;
		border: #FFF;
		}
		
.leftcontent .table th.left {
		border-top: 1px solid #FFF;
		}
		
.leftcontent .table td {
	padding: 6px 6px 6px 12px;
	color: #333333;
	font-size: 1.0em;
	font-family: Verdana, Helvetica, Georgia, sans-serif;
	}
	
.leftcontent .table td a:link {
		color: #A30033;
	  	text-decoration: underline;
		font-weight: normal;
		}
		
.leftcontent .table td a:visited {
		color: #B1475C;
		text-decoration: underline;
		font-weight: normal;
		}
		
.leftcontent .table td a:hover {
		color: #333;
		text-decoration: underline;
		font-weight: normal;
		background: #F1F1F1;
		}

.blog {
		background: url(../img/design_elements/bg_blog.jpg) no-repeat 23px 0;
		width: 280px;
		float:left;
		padding-left:23px;
		padding-right:20px;
		}
		
.blog p {
		padding-right: 20px;
		}
		
.calendar {
		background: url(../img/design_elements/bg_calendar.jpg) no-repeat top left;
		width:244px;
		float:left;
		}
         
.dvhdr1 {
		background:#F1F1F1;
		font-family:Georgia;
		font-size:0.9em;
		font-weight:bold;
		border:1px solid #D5D5D5;
		padding:5px;
		width:200px;
		}
         
.dvbdy1 {
		background:#FFFFFF;
		font-family:Georgia;
		font-size:0.9em;
		border-left:1px solid #D5D5D5;
		border-right:1px solid #D5D5D5;
		border-bottom:1px solid #D5D5D5;
		padding:5px;
		width:200px;
		}
		
.rounded-box h1 {
padding:0;
margin:0;
}

.rounded-box {
-moz-box-shadow:1px 3px 8px #BBBBBB;
-webkit-box-shadow:1px 3px 8px #BBBBBB;
-khtml-box-shadow:1px 3px 8px #BBBBBB;
box-shadow:1px 3px 8px #BBBBBB;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
padding:15px 15px;
margin:15px 15px 15px 25px;
background-color:#f1f1f1;
		}
		
p.meta {
font-size:0.8em;
color:#666;
}

/* find a trainer/speaker/consultant buttons */
.navcontainer {
		margin:0 0 20px 23px;
		padding-bottom:10px;
		}

/* columns */
.wrapper {
		text-align: left;
		padding: 0;
		border:0;
		width: auto;
		margin-top: 20px;
		}

.side-a {
		float: left;
		width: 150px;
		}

.side-b { 
		float: left;
		width: 50%;
		}
		
.side-1 {
		float: left;
		width: 250px;
		}

/* sidebar navigation */
.sidenav {
		float: right;
	  	padding-left: 3px;
	  	padding-right: 5px;
	  	padding-bottom: 5px;
		margin-top: 0px;
		width:190px;
		}
		
.sidenav a {
		color: #21548c;
	  	text-decoration: none;
	  	font-weight: normal;
		font-size: 1.1em;
		font-family: Trebuchet MS, Georgia, Helvetica, serif;
		}
		
.sidenav a:hover {
	  	color:#21548c;
		font-size: 1.1em;
	  	font-weight: normal;
	  	text-decoration: underline;
		}
		
.sidenav ul {
		list-style-type: none;
		}
		
.sidenav ul li {
		list-style-image: url(../img/bullet_red.png);
		font-size:0.75em;
		margin: 8px 5px 8px 20px;
		color: #333333;
		}
		
.sidenav table {
		color: #333;
		font-size: 0.75em;
		padding-top: 5px;
		}
		
.sidenav h2 {
	  color: #333;
	  font-size: 1.0em;
	  padding: 0pt 0pt 5px 0px;
	  margin: 25px 0pt 0pt 0pt;
	  font-weight: bold;
	  border-bottom: 1px dotted #333;
	  font-family: Verdana, Helvetica, sans-serif;
		}
	
.sidenav p {
		font-size: 0.75em;
		padding: 8px 12px;
		line-height: 1.5;
		}

/* form fields */
.search form {
		float:right;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		margin-top: 5px;
		margin-right: 5px;
		color:#333;
		}
	  
.search form a {
		color: #accef2;
		}

.search form a:hover {
		color: #FFF;
		}
		
.news form {
	 	font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#333;
		font-size: 0.8em;
		padding-bottom: 5px;
		margin-top: 10px;
		}
	  
.news a {
		font-size: 0.85em;
		margin-bottom: 40px;
		}

.news a:hover {
		font-size: 0.85em;
		margin-bottom: 40px;
		}
	  
.search input {
	  background-color: #FFF;
	  color: #666;
	  border: 1px solid #2763A5;
	  font-size: 0.95em;
	  padding: 4px;
	  }
		
.search .button {
	  padding: 2px 0pt 2px 0pt;
	  background-color: #6DA6E2;
	  color: #fff;
	  border: 1px solid #2763A5;
	  font-size: 1.0em;
	  width: 48px;
	  cursor: pointer;
	  }
	  
.news input {
	  background-color: #FFF;
	  color: #666;
	  border: 1px solid #2763A5;
	  font-size: 0.95em;
	  padding: 4px;
	  margin-bottom: 4px;
	  }
	  
.news .button {
		width: 45px;
		padding: 2px 0pt 3px 0pt;
		background-color: #6DA6E2;
		color: #fff;
		border: 1px solid #2763A5;
		font-size: 0.95em;
		cursor: pointer;
		margin-left: -3px;
		}
	  
.programs .button {
		width: auto;
		height: auto;
		text-align: center;
		background: #6DA6E2 url(../img/showcase-bg.gif) repeat-x;
		color: #fff;
		border: 1px solid #2763A5;
		font-size: 1.0em;
		padding: 5px;
		}
	  
/* slideshow */
.seqslidestyle {
		margin-right: 1px;
		margin-left: 1px;
		margin-bottom:5px;
		}
		
/* program descriptions tables */
table.sortable 	{
		margin: 10px 0pt 30px 15px;
		border-width: 1px;
		border-collapse: collapse;
		font-size: 0.9em;
		}

table.sortable a.sortheader {
		background-color: #F1F1F1;
		color:#333;
		font-weight: bold;
		text-decoration: none;
		display: block;
		font-family: Georgia, Helvetica, sans-serif;
		font-size: 12px;
		padding: 5px;
		}

table.sortable td, th {
		border-width: 1px;
		padding: 5px;
		border-style: solid;
		border-color: #EFEFEF;
		background-color: white;
		}

table.sortable span.sortarrow {
		color: black;
		text-decoration: none;
		}
		
table.sortable td a:link {
		color: #A30033;
	  	text-decoration: underline;
		font-weight: normal;
		font-size: 1.0em;
		}
		
table.sortable td a:visited {
		color: #666;
	  	text-decoration: underline;
		font-weight: normal;
		font-size: 1.0em;
		}
		
table.sortable td a:hover {
		color: #B1475C;
		text-decoration: underline;
		font-weight: normal;
		font-size: 1.0em;
		}

/* footer */
.footer {
		background: #548FD9 url(../img/foot.gif) repeat-x;
		color: #FFF;
		font: bold 0.85em Verdana, Helvetica, Georgia, sans-serif;
		text-align: center;
    	clear:both;
		padding:8px 0pt;
		width:790px;
		}
		
.footer a,.footer a:hover {
		color: #FFF;
		text-decoration:underline;
		}

.footer .image {
		float: left;
		margin-top: 5px;
		margin-left: 3px;
		}

