/*
Theme Name: CPSO Redesigned Site
Theme URI: http://www.cpso.on.ca
Author: CPSO
Author URI: http://www.cpso.on.ca
Description: Testing theme for CPSO  Blog
Version: 3.1
License: GNU General Public License
License URI: license.txt
Tags: 
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/* THIS IS THE NEW STYLING FOR THE SITE! */

/*#Global#*/

html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    
    font-family: PT Sans,sans-serif;
    font-size: 15px;
    font-size: 69%;
    height: 100%;
	width: 100%;
    margin: 0;
    padding: 0;
	font-weight: 400;
    line-height: 1.5;
	color: #0a0a0a;
}
p {
    color: #333333;
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 0 0 1em;
    padding: 0;
}
ol {
    list-style-type: decimal;
    margin: 0 0 10px 16px;
    padding: 0;
    text-align: left;
}
ol li {
    
    line-height: 1.6em;
    list-style-position: outside;
    margin-left: 15px;
    padding: 2px 2px 2px 0;
}
ol ol {
    
    margin-bottom: 6px;
    margin-top: 6px;
    padding: 0;
    text-align: left;
}
ol.numeric li {
    list-style-type: decimal;
}
ol ol.numeric li {
    list-style-type: decimal;
}
ol ol ol.numeric li {
    list-style-type: decimal;
}
ol.alpha li {
    list-style-type: lower-alpha;
}
ol ol.alpha li {
    list-style-type: lower-alpha;
}
ol ol ol.alpha li {
    list-style-type: lower-alpha;
}
ol.roman li {
    list-style-type: lower-roman;
}
ol ol.roman li {
    list-style-type: lower-roman;
}
ol ol ol.roman li {
    list-style-type: lower-roman;
}
ol.alpha ul li {
    background: url("images/imgBullet.gif") no-repeat scroll left 0.8em transparent;
    list-style-type: none;
    margin: 0;
    padding: 2px 2px 2px 10px;
}
ol.roman ul li {
    background: url("images/imgBullet.gif") no-repeat scroll left 0.8em transparent;
    list-style-type: none;
    margin: 0;
    padding: 2px 2px 2px 10px;
}
ol.numeric ul li {
    background: url("images/imgBullet.gif") no-repeat scroll left 0.8em transparent;
    list-style-type: none;
    margin: 0;
    padding: 2px 2px 2px 10px;
}
ul {
    list-style-type: none;
    margin: 0 0 14px;
    padding: 0 0 0 3px;
    text-align: left;
}
ul ul, ul ul ul {
    margin-bottom: 0;
    padding-left: 15px;
}
ul li {
    //*background: url("images/imgBullet.gif") no-repeat scroll left 0.8em transparent;*//
    
    line-height: 1.6em;
    list-style-type: none;
    margin: 0;
    padding: 2px 2px 2px 10px;
}
ol li ol li {
    
    line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
h1 {
    color: #00838f;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 6px;
}
h1 img {
    margin: 0;
    padding: 0;
}
h2 {
    color: #00446A;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 4px;
}
h1 a:hover, h1 a:visited {
	color: #00A0AF;
	}
h1 a:link {
	color: #00A0AF;
	}
h2 a {
    border: 0 none;
    color: #00446A;
    font-weight: normal;
}
h2 a:hover {
    color: #333333;
}
h2 img {
    margin-bottom: 8px;
}
h3 {
    color: #1071A2;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 4px;
}
h4 {
    color: #333333;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 4px;
}
h5 {
    color: #333333;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 4px;
}
a {
    
    color: #00838e;
    text-decoration: none;
}
.easy-tooltip a {
	font-size: 1em;
	color: #00838e;
    text-decoration: none;
	}
a:hover {
    border: 0 none;
    color: #333333;
    text-decoration: none;
}
a:focus {
    outline: medium none;
}
table {
    border: 0 solid #FF0000;
    font-size: 1.1em;
    height: auto;
    line-height: 1.5em;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}
table p {
    font-size: 1em;
}
table td {
    border: 0 none;
    padding: 4px;
    text-align: left;
    vertical-align: top;
}
table.underlined td {
    border-bottom: 1px solid #EFEFEF;
}
table.underlined tr.noborder td {
    background: none repeat scroll 0 0 #FF0000;
    border-bottom: 0 solid #EFEFEF;
    color: #FF0000;
}
table td.title {
    border: 0 none;
}
table th {
    background: none repeat scroll 0 0 #F2F2F2;
    border-right: 1px solid #FFFFFF;
    font-weight: bold;
    margin: 0;
    padding: 4px;
    text-align: left;
}
table ul, table ol {
    list-style-type: none;
    margin: 0 0 6px;
    padding: 0;
    text-align: left;
}
table ul li {
    font-size: 1em;
}
table ol li {
    font-size: 1em;
    line-height: 1.5em;
}
div.hr {
    background-image: url("images/imgHr.gif");
    background-position: left 0;
    background-repeat: repeat-x;
    border: 0 none;
    clear: both;
    height: 6px;
    margin: 0 0 4px;
    padding: 0;
    width: 100%;
}
div.hr hr {
    display: none;
}
.table-of-contents {
}
.callout {
    background: url("images/bkgCallout.gif") no-repeat scroll center center transparent;
    clear: both;
    font-family: "Times New Roman",Times,serif;
    margin: 10px;
    padding: 15px 0;
    width: auto;
}
.callout p {
    color: #2A79A1;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    text-align: left;
}
.details {
    border-top: 1px solid #EFEFEF;
    clear: both;
    margin: 0;
    padding: 0;
    width: auto;
}
.details .container {
    border-bottom: 1px solid #EFEFEF;
    clear: both;
    height: auto;
    padding: 2px;
    width: auto;
}
.details .container h3 {
    clear: both;
    color: #333333;
    font-family: "Times New Roman",Times,serif;
    font-size: 1.5em;
    font-weight: normal;
    margin: 3px 0 7px;
    padding: 0;
    position: relative;
    top: 3px;
}
.details .container ul {
    margin: 0 0 10px;
    padding: 0;
}
.details .container ul li {
    background: url("images/imgDetailCheckmark.jpg") no-repeat scroll 2px 0.65em transparent;
    color: #00838e;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0;
    padding: 5px 0 0 23px;
}
.details .container ul li a {
    border: 0 none;
    text-decoration: none;
}
.details .container ul li a:hover {
    color: #85AD5C;
}
blockquote {
    background: url("images/bkgQuoteOpen.gif") no-repeat scroll left top transparent;
    clear: both;
    font-family: "Times New Roman",Times,serif;
    margin: 20px 4px;
    padding-left: 30px;
    width: auto;
}
blockquote p {
    background: url("images/bkgQuoteClose.gif") no-repeat scroll right bottom transparent;
    color: #2A79A1;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0;
    padding: 3px 24px 3px 3px;
    text-align: left;
}
blockquote p.caption {
    background: none repeat scroll 0 0 transparent;
    color: #666666;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    text-align: left;
}
blockquote p a {
    border: 0 none;
    color: #85AD5C;
    text-decoration: none;
}
blockquote p a:hover {
    color: #333333;
    text-decoration: none;
}
#content .backToTop {
    height: auto;
    margin-bottom: 4px;
    margin-top: 10px;
    padding-top: 10px;
    text-align: right;
    width: auto;
}
.backToTop {
    height: auto;
    margin-top: 10px;
    padding-bottom: 0;
    padding-right: 10px;
    padding-top: 10px;
    text-align: right;
    width: auto;
}
.backToTop p {
    font-size: 1em;
    line-height: 1.6em;
    text-align: right;
}
.backToTop p a {
    background: url("images/imgArrowUp.gif") no-repeat scroll left 0.4em transparent;
    border: 0 none;
    color: #666666;
    padding-left: 10px;
    text-decoration: underline;
}
.backToTop p a:hover {
    background: url("images/imgArrowUp_on.gif") no-repeat scroll left 0.4em transparent;
    border: 0 none;
    color: #00838e;
    padding-left: 10px;
    text-decoration: none;
}
.rollover {
    cursor: pointer;
}
.clear {
    clear: both;
    display: block;
    height: 1px;
    width: 100%;
}
.spacer {
    clear: both;
    display: block;
    height: 20px;
    width: 100%;
}
.left {
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
}
.center {
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
}
.right {
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
}
form {
    margin: 0;
    padding: 0;
}
.empty {
}
.last {
    border-bottom: 1px solid #FFFFFF;
}
.img-align-left {
    border: 1px solid #EFEFEF;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 2px;
}
.img-align-right {
    border: 1px solid #EFEFEF;
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 2px;
}
.light-grey {
    color: #CCCCCC;
}
.grey {
    color: #333333;
}
.green {
    color: #85AD5C;
}
.blue {
    color: #00838e;
}
.red {
    color: #CC0000;
}
.none {
    display: none;
}
.pdf, a .pdf {
    border: 0 none;
    vertical-align: bottom;
}
.print, a .print {
    border: 0 none;
    vertical-align: bottom;
}
iframe {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
}
SUB, SUP {
    line-height: 0;
}
pre {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    line-height: 1.4em;
}
.detailshelp {
    cursor: pointer;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

#containerBtm {
    
    clear: both;
    display: block;
    height: 0px;
    margin: 0;
    padding: 0;
    width: 100%;
}
#wrapper {
    
    margin: 0 auto;
    padding: 0;
    width: 1200px;
	
	
}
/*#header {
   
    clear: both;
    display: block;
    height: 108px;
    margin: 0;
    padding: 0;
    width: inherit;
	background-color: #00a0af;

}
#header #home {
	
	}
#header #home a {
    border: 0 none;
    display: block;
    float: left;
    height: 108px;
    width: 700px;
	float: left;
	background: url("images/BannerBkg.jpg") no-repeat scroll 13px 24px transparent;
	
}
#header #home a span {
    display: none;
}
#header #right {
    float: right;
    width: 300px;
	
}
#login {
    background: url("images/bkgLoginHeader.jpg") no-repeat scroll 0 0 transparent;
    display: none;
    float: right;
    height: 36px;
    line-height: 37px;
    overflow: hidden;
    padding-left: 17px;
    padding-top: 1px;
    position:relative;
    top: 31px;
    width: 199px;
	
}
#login a {
    border: 0 none;
    color: #FFFFCC;
    font-weight: bold;
    text-decoration: none;
}
#login a:hover {
    border: 0 none;
    color: #FFFFFF;
    text-decoration: none;
}
#login a img {
	float: right;
	border: none;
	}*/
#content {
    margin: 6px auto 0;
    padding: 0;
    width: inherit;
		
}
#content .content {
    clear: both;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: inherit;
	height: 100%;
	
}

#contentMain {
	top: 0;
	position: relative;
	max-width: 640px;
	padding-left: 2%;
	margin-right: 5px;
	float: left;
	
	}
#contentMain img {
	max-width: 97%;
	}
#contentSide {
	clear: right;
	width: 206px;
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	
	}
#contentSide #sWidget1 ul li {
	background: url("images/imgBullet.gif") no-repeat scroll left 0.8em transparent;
    list-style-type: none;
    padding: 2px 2px 2px 10px;
	font-size: 11px;
	margin-left: 10px;
	}
#sWidget1 {	
	background: url("images/bkgRelatedLinks.jpg") no-repeat scroll center bottom #F8F8EF;
	}
#sWidget1 h3 {	
	background: url("images/bkgTOC.jpg") repeat scroll 0 0 transparent;
    border-bottom: 3px solid #9BC6DD;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    height: 25px;
    line-height: 2.2em;
    overflow: hidden;
    padding-left: 6px;
    text-transform: uppercase;
	
	}

#sWidget2 {	
	background: url("images/bkgRelatedLinks.jpg") no-repeat scroll center bottom #F8F8EF;
	}
#sWidget2 h3 {	
	background: url("images/bkgH2.jpg") repeat scroll 0 0 transparent;
    border-bottom: 3px solid #DEDEC8;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    height: 25px;
    line-height: 2.2em;
    overflow: hidden;
    padding-left: 6px;
    text-transform: uppercase;
	}
#sWidget1 p, #sWidget2 p, #sWidget3 p, #sWidget4 p {
	padding-left: 5px;
	padding-right: 5px;
	}
#contentSide #sWidget2 ul li {
	background: url("images/imgBullet.gif") no-repeat scroll left 0.8em transparent;
    list-style-type: none;
    padding: 2px 2px 2px 10px;
	font-size: 11px;
	margin-left: 0px;
	margin-left: 0px;
	}
#contentSide #sWidget3 ul li {
	background: url("images/imgBullet.gif") no-repeat scroll left 0.8em transparent;
    list-style-type: none;
    padding: 2px 2px 2px 10px;
	font-size: 11px;
	margin-left: 0px;
	}
#sWidget3 {	
	background: url("images/bkgRelatedLinks.jpg") no-repeat scroll center bottom #F8F8EF;
	}
#sWidget3 h3 {	
	background: url("images/bkgTOC.jpg") repeat scroll 0 0 transparent;
    border-bottom: 3px solid #9BC6DD;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    height: 25px;
    line-height: 2.2em;
    overflow: hidden;
    padding-left: 6px;
    text-transform: uppercase;
	
	}
#contentSide #sWidget4 ul li {
	background: url("images/imgBullet.gif") no-repeat scroll left 0.8em transparent;
    list-style-type: none;
    padding: 2px 2px 2px 10px;
	font-size: 11px;
	margin-left: 10px;
	}
#sWidget4 {	
	background: url("images/bkgRelatedLinks.jpg") no-repeat scroll center bottom #F8F8EF;
	}
#sWidget4 h3 {	
	background: url("images/bkgTOC.jpg") repeat scroll 0 0 transparent;
    border-bottom: 3px solid #9BC6DD;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    height: 25px;
    line-height: 2.2em;
    overflow: hidden;
    padding-left: 6px;
    text-transform: uppercase;
	
	}
/*#sWidget1 {
	margin: 0px;
	background: url("images/1stWidgetBkgd.jpg") no-repeat scroll 0 0 transparent;
	background-color: #eae6e0;
	}
#sWidget2 {
	background: url("images/2ndWidgetBkgd.jpg") no-repeat scroll 0 0px transparent;
	background-color: #dfe6ec;
	margin: 0px;
	}
#sWidget3 {
	background: url("images/3rdWidgetBkgd.jpg") no-repeat scroll 0 0px transparent;
	background-color: #fdf5e7;
	margin: 0px;
	}
#sWidget4 {
	background: url("images/4thWidgetBkgd.jpg") no-repeat scroll 0 0px transparent;
	background-color: #ebd8d9;
	margin: 0px;
	}*/
#header #right #search {
    
    clear: both;
    float: right;
    height: 38px;
    position: relative;
    top: 9px;
    width: 180px;
	margin-right:60px;
	}


#s {
	font-size: 27px;
	margin: 0px;
	line-height: 2em;
	padding: 0px;
	overflow: hidden;
	height: 27px;
	
	}
.hidden {
	font-size: 17px;
	}
#header #right #search #searchform .submit {
    border: 0 none;
    font-size: 17px;
    position: absolute;
    top: 0px;
    }
element.style {
    color: #666666;
}
#right {
	display: absolute;
	
	}
#header #right #search #searchform .searchinput {
    background: white;
    font-size: 13px;
    border: none;
	height: 36px;
	margin-top: 5px;
    left: -19px;
    position: absolute;
    top: 0px;
    width: 211px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding-left: 5px;
	color: black;
	z-index: 500;
}

#header #right #search #searchform .button {
    background: url("images/SearchButton.jpg") no-repeat scroll -5px -4px transparent;
	
    border: 0 none;
    cursor: pointer;
    height: 36px;
    left: 198px;
    position: absolute;
    width: 27px;
	top:5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 500;
}
#header #right #search #searchform .button:hover {
    background: url("images/SearchButton.jpg") no-repeat scroll -5px -4px transparent;
	top: 5px;
}
#flashContent {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
    padding: 0;
    width: auto;
}
#print-title {
    display: none;
}
/* =Menu
-------------------------------------------------------------- */

#nav {
	text-align: center!important;
	margin-top: -0px;
	height: 71px;
	position: relative;
	margin-top: -70px;
	background-color: #00838e;
}
#nav ul {
width: inherit;
	list-style-type: none;
    margin: 0;
    padding: 0;
	display: inline-block;
	text-align: center!important;
	height: inherit;
	
	
}
#nav li {
	width: inherit;
	display: inline-block;
	border-image: none;
	height: inherit;
	
}
#nav ul ul {

	
}
#nav ul ul ul {
	
}
#nav ul ul a {
	
	}
#nav li:hover > a,
#nav ul ul :hover > a,
#nav a:focus {
	
}
#nav li a {

	display: block;
    min-width: 133px;
	padding: 23px;
	font-size:12px;
	font-weight: 700;
    line-height: 27px;
	height: 25px;
	color: white;
    font-family: Roboto, sans-serif!important;
    text-decoration: none;
	text-transform: uppercase;
	
	
	}
	
#nav li a:hover {
	color: #00838e;
	
	}
#nav li:hover > a,
#nav a:focus ul {

background-color: white;
	-webkit-box-shadow: 1px 2px 4px 1px rgba(82,81,82,0.34);
-moz-box-shadow: 1px 2px 4px 1px rgba(82,81,82,0.34);
box-shadow: 1px 2px 4px 1px rgba(82,81,82,0.34);
		}
#nav li li a:hover {
	
		}
#nav li li a:active {
	
		}
#nav ul li:hover > ul {
	
	}
#nav ul li {


    list-style-type: none;
    margin: 0;
	padding: 0;
	
}
		}


#nav ul li a {
   
	
}
#nav ul li a:hover {
	
    }
#nav ul li ul li a{
	
	
	}
#nav ul li ul li a:hover, #nav ul li ul li a:active {
	
	}
#nav ul li ul li{
	
	}
#nav li ul {
   
	
	
}
#nav li ul a {
	
	
	}
#nav ul li ul li {

	}

#nav li li {
    
	
	
	
	
}
#nav li li.noBrd {
   
}


#nav li li a {
   
	
}
#nav li li.navodd a {
    
}

#nav li li a:hover{
	

}
#nav ul li.current-menu-item > a:link,
#nav ul li.current-menu-item  > a:active,
#nav ul li.current-menu-item > a:visited {
	 margin: 0px;
	padding: 0px;
	
	}
#nav ul li.current_page_item > a:link ,
#nav ul li.current_page_item > a:active, 
#nav ul li.current_page_item > a:visited {

    
	
}
#nav ul li.current_page_item > a:hover {
	
	
	}
#nav ul li.current-menu-parent > a:link,
#nav ul li.current-menu-parent > a:active,
#nav ul li.current-menu-parent > a:visited {
	
	
	
}
#nav ul li.current-menu-parent > a:hover {

	
	
	}
#nav ul li ul li.current-menu-item > a:link,
#nav ul li ul li.current-menu-item > a:active,
#nav ul li ul li.current-menu-item > a:visited {color: white;
	
	
	
	
}
#nav ul li ul li.current-menu-item > a:hover {
	
	
	
}

#content {
    

    margin: 6px auto 0;
    padding: 0;
    width: inherit;
	position: relative;
	margin-top: 13px;
	
	
	}
#content .content {
    clear: both;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: auto;
}

#content #contentSide .leftCurve {
    background-image: url("images/leftCurve.png");
    background-repeat: no-repeat;
    float: left;
    height: 7px;
    left: 0px;
    position: relative;
    width: 7px;
	bottom: 20px;
}
#content #contentSide .rightCurve {
    background-image: url("images/rightCurve.png");
    background-repeat: no-repeat;
    float: right;
    height: 7px;
    position: relative;
    right: 0px;
    width: 7px;
	bottom: 20px;
}
#content #btm {
    bottom: -1px;
    height: 7px;
    margin: 10px 0 0;
    padding: 0;
    position: relative;
    width: 100%;
}
#content #btm #btmLeft {
    background-image: url("images/bkgHomeCornerLeftBtm.jpg");
    background-repeat: no-repeat;
    float: left;
    height: 7px;
    left: -1px;
    position: relative;
    width: 7px;
}
#content #btm #btmRight {
    background-image: url("images/bkgHomeCornerRightBtm.jpg");
    background-repeat: no-repeat;
    float: right;
    height: 7px;
    position: relative;
    right: -1px;
    width: 7px;
}
#content #middle {
    float: left;
    height: auto;
    margin-left: 24px;
    width: 430px;
}
#content #right {
    float: left;
    height: auto;
    margin-left: 24px;
    padding-top: 42px;
    width: 160px;
}
#content #singlecolumn {
    float: left;
    height: auto;
    margin-left: 17px;
    width: 646px;
}
#content #fullcolumn {
    clear: both;
    height: auto;
    margin: 0 auto;
    width: 830px;
}
#content #singlecolumnwide {
    float: left;
    height: auto;
    margin-left: 20px;
    width: 668px;
}
#content #singlecolumnwide #consultationsBanner {
    margin-bottom: 20px;
    margin-top: 5px;
}
#content #singlecolumnwide #middle {
    margin-left: 0;
    width: 440px;
}
#content #singlecolumnwide #right {
    margin-left: 21px;
    padding-top: 0;
    width: 207px;
}
#content #singlecolumnwide.consultations {
    margin-left: 0;
    margin-top: -15px;
}
#content #nonavmiddle {
    float: left;
    height: auto;
    margin-left: 17px;
    width: 630px;
}

#formsubmit {
    clear: both;
    height: 50px;
    margin: 10px auto;
    padding: 2px;
}
#formsubmit a {
    border: 0 none;
}


#footer {
	margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;  
    width: 1200px;
	clear: both;
	
}
#footer #fnav {
   
}
#footer #fnav p {
   
}
#footer #fnav p a {
    
}
#footer #fnav p a:hover {
    
}
#footer #copyright {
    
}
#footer #copyright p {
    
}
ul#btmNav {
	
	
	}
#btmNav {	
	background-color: #eae8d4;
	margin-bottom: 0px;
	}
#btmNav ul {
	text-align: center;
	padding: 15px 20px;
	margin-bottom: 0px;
	
	}
#btmNav ul li{
	display: inline-block;
	list-style-type: none;
	
	}
#btmNav a {
	margin-top: 0px;
	font-size: 14px;
	color: #000; 
	font-weight: 400;
    line-height: 1.5;
	
	}
	#btmNav a:hover {
	text-decoration: underline;
	}
#bottomBanner {
	width: 1200px;
	background-color: #00838f;
	margin-top: 0px;
	
	}
#bottomBanner h1{
	padding: 30px 20px;
	align-items: center;
    display: flex;
    height: 26px;
	font-family: PT Sans,sans-serif;
    font-weight: 400;
    line-height: 1.5;
	color:white;
	}
#btmBannerSocial {
float: right;
position: relative;}	
.clear h6 {
	font-size: 1em;
	margin-top: 75px;
	text-align: center;
	}
#contentSide li {
	list-style-type: none;
	}
#contentSide ul {
	padding-bottom: 5px;
	
	}

.my-calendar-prev {
	position: relative;
	left: -435px;
	top: 0px;
	
	}
#returnToCategory {
	position: absolute;
	right: 10px;
	top: 10px;
	}
#leftLink {
	float: left;
	}
#rightLink {
	float: right;
	}
.search-excerpt {
	background-color: yellow;
	}
.italics {
	font-style: italic;
	}
/* =Media
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width:100%;
}

#content img:hover {
	
}

#content p {
	font-size:12px;
	line-height:1.7em;
}

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background:url(images/pins/Pin2.png) no-repeat center 1px  #F9F9F9;
	border: 1px solid #DDD;
	box-shadow: 2px 2px 3px #888;
	 -moz-box-shadow: 2px 2px 3px #888;
 	 -webkit-box-shadow: 2px 2px 3px #888;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	padding-top:22px;
	text-align: center;
	max-width:810px;
	color: #333;
}
#content .wp-caption img {
	margin: 5px 5px 0;
	border:none !important;
	padding:0px;
    box-shadow: none !important;
	-moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;

}
#content .wp-caption p.wp-caption-text {
	font-size: 12px;
	margin: 5px;
	text-align:center;
	text-indent:0px;
}
#content .wp-smiley {
	margin: 0;
     -moz-box-shadow: none !important;
	-webkit-box-shadow: none !important ;
	 box-shadow: none !important;
     background: none !important;
     border: 0 !important;
     vertical-align: middle;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #666;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
	max-width:96%;
}
#contentMain ul li {
    background: url("images/imgBullet.gif") no-repeat scroll left 0.8em transparent;
    list-style-type: none;
    padding: 2px 2px 2px 10px;
	font-size: 13px;
}
#content ol li {
    padding: 2px 2px 2px 10px;
	font-size: 13px;
}
iframe a {
	border: none;
	}
iframe {
	max-width: 95%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid #7EA457;
	}
/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
.sideSubmit p input{
	max-width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
.sideSubmit p {
	margin-right: 2%;
	margin-left: 2%;
}
#contentSide.widget-container {
	max-width: 95%;
	}
/* = Table of Contents per page
-------------------------------------------------------------------*/

h1.mainTitle {
color: #00838f;
	max-width: 100%;
	margin-top: 10px;
	margin-left: 0px;
	}
.wp-polls-ul {
	max-width: 95%;
	}
p.wp-polls {
	padding-left: 5px;
	}
#contentMain .dynamicRightBlue ul li {
	background: none; /*url("images/imgBullet.gif") no-repeat scroll left 0.8em transparent;*/
    list-style-type: none;
    padding: 2px 2px 2px 10px;
	font-size: 11px;
	margin-left: 0px;
	}
.dynamicRightBlue {	
	background: url("images/bkgRelatedLinks.jpg") no-repeat scroll center bottom #F8F8EF;
	float: right;
	width: 206px;
	clear: right;
	margin-bottom: 25px;
	
	
	}
.dynamicRightBlue h3 {	
	background: url("images/bkgTOC.jpg") repeat scroll 0 0 transparent;
    border-bottom: 3px solid #9BC6DD;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    height: 25px;
    line-height: 2.2em;
    overflow: hidden;
    padding-left: 6px;
    text-transform: uppercase;
	}
#contentMain .dynamicRightGreen ul li {
	background: none; /*url("images/imgBullet.gif") no-repeat scroll left 0.8em transparent;*/
    list-style-type: none;
    padding: 2px 2px 2px 10px;
	font-size: 11px;
	margin-left: 0px;
	}
.dynamicRightGreen {	
	background: url("images/bkgRelatedLinks.jpg") no-repeat scroll center bottom #F8F8EF;
	float: right;
	width: 206px;
	clear: right;
	margin-bottom: 25px;
	
	}
.dynamicRightGreen h3 {	
	background: url("images/bkgH2.jpg") repeat scroll 0 0 transparent;
    border-bottom: 3px solid #DEDEC8;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    height: 25px;
    line-height: 2.2em;
    overflow: hidden;
    padding-left: 6px;
    text-transform: uppercase;
	}
#fullPageContent .dynamicRightBlue p, #fullPageContent .dynamicRightGreen p, #fullPageContent .dynamicRightRed p{
	padding-left: 10px;
	padding-right: 10px;
	}
.dynamicRightGreen .wp-polls, .dynamicRightBlue .wp-polls {
	margin-left: -10px;
	background: none;
	}
.dynamicRightRed {	
	background: url("images/bkgRelatedLinks.jpg") no-repeat scroll center bottom #F8F8EF;
	float: right;
	width: 206px;
	clear: right;
	margin-bottom: 25px;
	
	}
.dynamicRightRed h3 {	
	background: url("images/bkgTOCRed.png") repeat scroll 0 0 transparent;
    border-bottom: 3px solid #DEDEC8;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    height: 25px;
    line-height: 2.2em;
    overflow: hidden;
    padding-left: 6px;
    text-transform: uppercase;
	}
#SidebarContainer {
	height: 100%;}
	
#fullPageContent {
	padding-left: 3%;
	padding-right: 1%;
	width: inherit;
	
	
	
	
	}
#fullPageContent p, #fullPageContent ul li, #fullPageContent ol li, #fullPageContent table, #fullPageContent a, #fullPageContent ul ol li, #fullPageContent ol ul li,#fullPageContent ol li ul li, #fullPageContent p ul li {
	max-width: 81%;
	}

#fullPageContent .dynamicLeftGreen ul li {
	background: none;
    list-style-type: none;
    padding: 2px 2px 2px 10px;
	font-size: 11px;
	margin-left: -15px;
	
	}
#fullPageContent hr {
margin-left: 0px;
padding-left: 0px;
max-width: 75%;
}
#LeftMainContent {
	margin-bottom: 10px;
	height: 100%;
	}
#SidebarContainer {
	}
#fullPageContent .dynamicLeftGreen {	
	background: url("images/bkgRelatedLinks.jpg") no-repeat scroll center bottom #F8F8EF;
	width: 205px;
	float: left;
	margin-right: 10px;
	
	
	}
#fullPageContent .dynamicLeftGreen h3 {	
	background: url("images/bkgH2.jpg") repeat scroll 0 0 transparent;
    border-bottom: 3px solid #DEDEC8;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    height: 25px;
    line-height: 2.2em;
    overflow: hidden;
    padding-left: 6px;
    text-transform: uppercase;
	}
#fullPageContent .dynamicLeftBlue ul li {
	background: none;
    list-style-type: none;
    padding: 2px 2px 2px 10px;
	font-size: 11px;
	margin-left: -15px;
	
	}
#fullPageContent .dynamicLeftBlue {	
	background: url("images/bkgRelatedLinks.jpg") no-repeat scroll center bottom #F8F8EF;
	width: 205px;
	float: left;
	margin-right: 10px;
	
	}
#fullPageContent .dynamicLeftBlue h3 {	
	background: url(""images/bkgTOC.jpg"") repeat scroll 0 0 transparent;
    border-bottom: 3px solid #DEDEC8;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    height: 25px;
    line-height: 2.2em;
    overflow: hidden;
    padding-left: 6px;
    text-transform: uppercase;
	}
#fullPageContent .dynamicLeftBlue p, #fullPageContent .dynamicLeftGreen p {
	margin-left: 5px;
	margin-right: 5px;
	}
#fullPageContent .dynamicLeftBlue ul li, #fullPageContent .dynamicLeftGreen ul li {
	margin-left: 0px;
	margin-right: 0px;
	}
#fullPageContent ul li {
    background: url("images/imgBullet.gif") no-repeat scroll left 0.6em transparent;
    list-style-type: none;
    padding: 2px 2px 2px 10px;
	font-size: 16px;
}
#fullPageContent ol li {
    padding: 2px 2px 2px 10px;
	font-size: 14px;
}
#fullPageContent p {
	font-size: 16px;
	line-height: 18px;
	}
#commentsPage {
	display: none;
	}
#contentPage {
	display: block;
	}
#fullPageContent .alignleft,
#fullPageContent img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#fullPageContent .alignright,
#fullPageContent img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#fullPageContent .aligncenter,
#fullPageContent img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#fullPageContent img.alignleft,
#fullPageContent img.alignright,
#fullPageContent img.aligncenter {
	margin-bottom: 12px;
}
#responding{
	max-width: 1200px;
	
	}
#responding ul li {
	max-width: 1200px;
	
	}
#commentDiv {
	margin-left: 10px;}	
#fullPageContent #commentDiv {
	
	width: 98%;
	}
#commentDiv  ul li, #commentDiv ol li {	
	
	margin-top: 0px;
	}
.commentlist {
width: inherit;
}
.comment-body {
	
	}
li .comment {
width: inherit;
}
.commentSidebar {
	margin-right: 10px; 
	margin-top: 10px; 
	position: relative; 
	top: -20px; 
	background: url("images/bkgRelatedLinks.jpg") no-repeat scroll center bottom #F8F8EF;
	float: right;
	width: 206px;
	clear: right;
	margin-bottom: 15px;
	}
.commentSidebar h3 {	
	background: url("images/bkgTOC.jpg") repeat scroll 0 0 transparent;
    border-bottom: 3px solid #9BC6DD;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    height: 25px;
    line-height: 2.2em;
    overflow: hidden;
    padding-left: 6px;
    text-transform: uppercase;
	}
#contentMain .commentSidebar ul li {
	background: none; /*url("images/imgBullet.gif") no-repeat scroll left 0.8em transparent;*/
    list-style-type: none;
    padding: 2px 2px 2px 10px;
	font-size: 11px;
	margin-left: 0px;
	}
.comment-body {
	clear: left;
	}
#bottomBoxes {
	text-align: center;
	}
#blueBox1 {
	
	background: url("images/BlueBox.png") no-repeat;
	text-align: center;
	width: 180px;
	height: 180px;
	float: left;
	margin-right: 0.5%;
	margin-left: 17%;
}
#blueBox1 h3 {
	margin-left: 15px;
	margin-right: 25px;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #FFFFFF;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
	width: 140px;
	}
#blueBox1 p {
	margin-left: 15px;
	margin-right: 25px;
	
	color: #FFFFFF;
	width: 140px;
	font-size: 16px;
	clear: left;
	text-align: center;
	}
#blueBox2 {
	
	background: url("images/BlueBox.png") no-repeat;
	text-align: center;
	width: 180px;
	height: 180px;
	float: left;
	margin-right: 0.5%;
	margin-left: 0.5%;
}
#blueBox2 h3 {
	
	padding-top: 15px;
	padding-bottom: 5px;
	color: #FFFFFF;
    font-size: 19px;
    font-weight: bold;
	text-align: center;
	width: 140px;
	margin-left: 13px;
	margin-right: 22px;
	}
#blueBox2 p {
	margin-left: 13px;
	margin-right: 22px;
	font-size: 17px;
	color: #FFFFFF;
	width: 140px;
	text-align: center;
	
	}
#blueBox2 a:hover, #blueBox2 a:link, #blueBox2 a:visited, #blueBox2 a:active {
	font-size: 16px;
	color: yellow;
	
	}
#blueBox3 {
	
	background: url("images/BlueBox.png") no-repeat;
	text-align: center;
	width: 180px;
	height: 180px;
	float: left;
	margin-right: 0.5%;
	margin-left: 0.5%;
	
}
#blueBox3 h3 {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-left: 17px;
	margin-right: 23px;
	color: #FFFFFF;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
	width: 140px;
	text-align: center;
		}
#blueBox3 p {
	text-align: center;
	margin-left: 17px;
	margin-right: 23px;
	line-height: 13px;
	color: #FFFFFF;
	width: 140px;
	font-size: 12px;
	}	
	
.spacingBox {
	margin-left: 1%;
	margin-right: 1%;
	}
#blueBox1 a:hover, #blueBox1 a:link, #blueBox1 a:visited, #blueBox1 a:active,#blueBox3 a:hover, #blueBox3 a:link, #blueBox3 a:visited, #blueBox3 a:active {
	color: yellow;
	font-size: 16px;
	}
hr.horizontalRule {
	width: 95%;
	height: 23px;
	background: url("images/horizontalRule.png") repeat-x;
	border: none;
	}
	
.bottomBoxBlue {	
	background: url("images/bkgRelatedLinks.jpg") no-repeat scroll center bottom #F8F8EF;
	
	
	margin-bottom: 15px;
	text-align: center;
	width: 206px;
	height: 160px;
	float: left;
	
	
	}
.bottomBoxBlue h3 {	
	background: url("images/bkgTOC.jpg") repeat scroll 0 0 transparent;
    border-bottom: 3px solid #DEDEC8;
    color: #FFFFFF;
    font-size: 1.6em;
    font-weight: bold;
    height: 25px;
    line-height: 1.6em;
    overflow: hidden;
    padding-left: 6px;
    text-transform: uppercase;
	padding-top: 0px;
	text-align: center;
	}
.postingGuidelines   p{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
	text-align: center;
	}
.postingGuidelines  {	
	background: url("images/bkgRelatedLinks.jpg") no-repeat scroll center bottom #F8F8EF;
	width: 205px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 40px;
	
	
	}
.postingGuidelines h3 {	
	background: url("images/bkgH2.jpg") repeat scroll 0 0 transparent;
    border-bottom: 3px solid #DEDEC8;
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
    height: 25px;
    line-height: 2.2em;
    overflow: hidden;
    padding-left: 0px;
    text-transform: uppercase;
	text-align: center;
	}
.reply {
	position: relative;
	float: right;
	right: 15px;
	top: -65px;
	background: url("images/replyButton.png") no-repeat center top transparent;
	text-align: center;
	line-height: 26px;
	height: 40px;
	width: 61px;
	font-size: 17px;
	display: block;
	}

.reply a:hover {
	
	float: right;
	right: 0px;
	top: 0px;
	background: url("images/replyButtonHover.png") no-repeat center top transparent;
	text-align: center;
	line-height: 26px;
	height: 40px;
	width: 61px;
	font-size: 17px;
	display: block;
	}
a:hover.comment-reply-link  {
	color: black;
	
	}	
a.comment-reply-link  {
	color: white;
	
	}

#commentDiv ul li {
    background: none;
    list-style-type: none;
    padding: 0px 0px 0px 0px;
	font-size: 14px;
	
}
#commentDiv ol li {
    padding: 0px 0px 0px 0px;
	font-size: 14px;
	
}
#commentDiv p {
	font-size: 14px;
	line-height: 18px;
	}
.comment-body {
	border-bottom: 1px dotted blue;
	
	}


#fullPageContent .dynamicRightBlue .wp-polls-ul li{
	background: none;
	max-width: 90%;
	}
#fullPageContent .dynamicRightGreen .wp-polls-ul li{
	background: none;
	max-width: 90%;
	}
cite.fn {
	font-weight: bold;
	}
#nav ul li a, #nav ul li a:hover, #nav ul li a:active, #nav ul li a:visited {
	position: relative;
	text-align: center;
	
	width: inherit;
	
	}

#nav a {
	
	}
#commentDiv strong {
	color: #00838e;
	}
ol #commentlist ol li{	
	float: left;
	}



.dynamicRightGreen .wp-polls p {
	margin-left: 5px;
	
	width: 195px;
	}
#blueBoxes {
	margin-left: -3%;
	}
#nav ul ul li a, #nav ul ul li a:hover, #nav ul ul li a:active {
	text-align: left;
	

	}
.form-allowed-tags {
	display:none;
}
img.avatar {
	display: none;
}


ul li .comment-body {
width: inherit;}
ul.children li {
width: inherit;}

#commentlist li {
	width: inherit;}
#commentDiv p {
	width: 92%;}
	
.page-template-commentPage-php .content,  {
	margin-left: 15px;} 
	
#commentform {
margin-left: 250px;}

.comment-form-comment textarea {
width: 80%;
}
.comment-form-author label, .comment-form-email label, .comment-form-respondent label, .comment-form-commentLocation label {
margin-right: 8px;}
#btmBannerSocial ul li{
	display: inline-block;
	}
#SocialLinks img {
	padding-top: 27px;
	margin-right: 4px;
	}
#SocialLinks {
	margin-right: 33px;
	}
#blueBoxContainer {
width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: inherit;
}
#banner { 
	width: inherit;
	height: 71px;
	background-color: #00838e;
	
	
	
	}
body { 
	background-color: #ffffff;
	

	}
#logoContainer {
	height: 70px;
	width: 138px;
	z-index: 500;}
#logoContainer img {
	margin-top: 10px;
	margin-left: 18px;


}
#newFooter {
	height: 190px;
	background-color: black;
	
	width: 100%;}

#newFooter p {
	color: white!important;
	}
#footerContainer {
  
    clear: both;
    color: #333333;
    font-size: 1em;
    height: inherit;
    margin: 0 auto;
    padding: 0;
    width: 1200px;
	border: none;
	background-color: black!important;
}
#footerContent {
	padding-left: 3%;
	padding-right: 1%;
	width: inherit;

}
#leftFooter {
	float: left;
	width: 50%;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
	color: white;
	}
#rightFooter {
	float: right;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: right;
	width: 50%;
	color: white;
	}
.copyright { 
	float: left;
	clear: both;
	width: 100%;
}
.copyright hr {
	height: 2px;
	background-color: #00838e;
	color: #00838e;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;} 
h1 {
	font-family: Raleway,sans-serif!important;
	font-weight: 700!important;
	font-size: 40px!important;
	color: #00838e!important;
	line-height: 47px!important;
	text-align: center!important;


	}
h1.eM-title {
	font-size: 14px!important;
	text-align: left!important;
	
	margin-top: 20px!important;
margin-left: 50px!important;
}
#container {
  
    
    color: #333333;
    font-size: 1em;
    height: auto;
    margin: 0 auto!important;
    padding: 0;
    width: 1200px!important;
	border: none;
	
}
	
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	 #logoContainer {
	height: 69px;
	width: 120px;}
	#logoContainer img {
	margin-top: 1px;
	margin-left: 18px;}
	hr {
	text-align:left;
	}

}
}


