/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

div#menu_horiz {
margin: 10px auto 20px auto;
font-size: 12px;
z-index: 1;
}

div#menu_horiz ul {
   list-style-type: none;
   text-align: center;
   margin-top: -8px;
   padding: 0;
   position: relative;
   z-index: 2;
   text-transform: uppercase;
}


/* menu list items */
div#menu_horiz li {
display: inline;
text-align: center;
margin: 0 3px;
}


/* the links, that is each list item */
div#menu_horiz li a, a:visited, a:active {
   padding: 1px 2px;
   color: #385C72;
   text-decoration: none; 
   list-style: none; /* hides the list bullet */ 
   border: 1px solid #d9b324;
   text-transform: uppercase;
   font-size: 10px;
   line-height: 18px;
   font-weight: normal;
   text-align: center;
   letter-spacing: 1px;
}


/* hover state for links */
div#menu_horiz li a:hover {
   color: #FFF;
   background: #385C72;
}

div#menu_horiz .currentpage {
   width: auto;
   color: #FFF;
   background: #385C72;
   padding: 1px 5px;
   text-decoration: none; 
   list-style: none; /* hides the list bullet */ 
   border: 1px solid #d9b324;
   text-transform: uppercase;
   font-size: 10px;
   line-height: 18px;
   font-weight: normal;
   text-align: center;
   letter-spacing: 1px;
}

/* End of 'Navigation: Simple - Horizontal' */

/* Start of CMSMS style sheet 'StressFreeSchools Default Layout' */
body {
	background-color: #6699CC;
}
#border {
	border: 1px solid #d9b324;
	width: 640px;
	padding: 0;
	background-color: #fefcf1;
}
#top_border {
	background: url('images/top_border.gif') repeat-x;
	height: 35px;
	width: 640px;
}
#content {
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#side_left {
	width: 200px;
	float: left;
	margin-top: 35px;
}
img {
	border: 1px solid #d9b324;
}
img.noborder {
	border: none;
}
.panelists {
	font-size: 11px;
	line-height: 14px;
	margin-top: -118px;
	padding-top: 14px;
	margin-left: 120px;
	border-top: 1px solid #D9B324;
	padding-bottom: 14px;
	padding-left: 10px;
}
table td {
	vertical-align: top;
	font-size: 12px;
	line-height: 15px;
}
.caps {
	text-transform: uppercase;
	font-weight: bold;
	color: #3C68A9;
}
table img {
	margin-top: 14px;
	margin-bottom: 10px;
}

h1 {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #A10226;
}
p#bottom_nav {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 20px;
}
p#bottom_nav a:link, p#bottom_nav a:visited {
	color: #3C68A9;
	text-decoration: none;
}
p#bottom_nav a:hover, p#bottom_nav a:active {
	text-decoration: underline;
}
p.pull_quote {
	font-size: 10px;
	line-height: 15px;
	margin-right: 15px;
	color: #3C68A9;
	font-weight: bold;
	margin-top: 0px;
}
p.quote_title {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #A10226;
	padding-bottom: 0px;
	margin-bottom: 6px;
	margin-top: 14px;
}
h2 {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 1em;
	margin-top: 14px;
}
h3 {
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #3C68A9;
	margin-top: 20px;
	margin-right: 10px;
}
h4 {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #3C68A9;
	margin-bottom: 0.5em;
}
h5 {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #3C68A9;
	margin-bottom: 0.5em;
	text-align: center;
	margin-top: 0px;
}
p {
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
}
p.sidelist {
	font-size: 10px;
	font-weight: bold;
	color: #A10226;
	padding-bottom: 0px;
	margin-bottom: 6px;
	margin-top: 14px;
	line-height: 16px;
}
p.pull_quote_space {
	font-size: 10px;
	line-height: 15px;
	margin-right: 15px;
	color: #3C68A9;
	font-weight: bold;
	margin-top: 14px;
}
sup {
	font-size: 80%;
	line-height: 80%;
}
#home h1 {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #A10226;
	margin-top: 8px;
	margin-bottom: 0px;
}
p.header {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 4px;
}
#home h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 8px;
}
table#date td {
	font-size: 11px;
	text-align: left;
	line-height: 16px;
	padding-right: 2px;
	padding-left: 2px;
	color: #3C68A9;
}
table#date td.right {
	text-align: right;
}
p.subtitle {
	color: #3C68A9;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 14px;
	text-align: center;
	margin-bottom: 0px;
}
#home h4 {
	text-align: center;
	font-style: italic;
	color: #A10226;
	font-size: 11px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#top_border p {
	font: bold 10px/10px Verdana, Arial, Helvetica, sans-serif;
	color: #A10226;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding-top: 3px;
}
table#research td {
	padding-right: 10px;
	padding-left: 10px;
}
table#research h2 {
	font-size: 11px;
	line-height: 15px;
	color: #A10226;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
table#research h3 {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
}
table#register h2 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #3C68A9;
	margin-top: 0px;
	padding-top: 0px;
}
table#formfields {
	border-top: 1px solid #d9b324;
}
table#formfields td {
	font-size: 11px;
	line-height: 14px;
	border-bottom: 1px solid #d9b324;
	padding: 4px 5px 4px 0px;
	text-align: left;
}
table#formfields tr.noborder td {
	border-bottom: none;
}
table#formfields td.right {
	text-align: right;
}
table#formfields td.center {
	text-align: center;
}
table#formfields td.location p {
	text-indent: -2em;
	font-size: 11px;
	line-height: 16px;
	margin: 0px 0px 0px 2em;
	padding: 0px;
}
table#contactnumbers td {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 15px;
}
p.spacebefore {
	margin-top: 2em;
}
p.footer {
	color: #999999;
	font-size: 9px;
	line-height: 11px;
	margin-top: 2em;
	text-align: center;
}
.blue {
	font-weight: bold;
	color: #3C68A9;
}
table#mail td {
	padding-right: 20px;
	padding-left: 20px;
}
table#mail td p {
	margin: 0px 0px 6px;
}

.checkbox {
        height: 15px;
        width: 15px;
}

#SpecificSeminars p {
        margin-left: 25px;
        position: relative;
        left: 0px;
        top: -17px;
}


/* End of 'StressFreeSchools Default Layout' */

