@charset "iso-8859-1";
/* CSS Document */

#PageContentDiv .sTitle {
  background-color: #FFFFFF;
}

/* Template styles */
body, html {
    margin: 0px;
    padding: 0px;
}
#wrap {
    margin:0 auto;
    background:#E8E8E8;
}

#contentWrap {
    float: left;
    width: 55%;
    margin-top: 31px;
    margin-left: 5%;
    margin-bottom: 15px;
}
#contentMain {
    background: #FAFAFA;
    padding: 15px;
}

#sidebar {
    float: left;
    width: 301px;
    margin-top: 31px;
    margin-left: 100px;
    margin-bottom: 50px;
}
#lightGreyStripe {
    background: #F3F4F6;
    height: 30px;
}
#footer {
    clear: both;
    text-align: center;
    font-size: 12px;
    color: #CCCCCC;
    background: #3A3A3C;
    height: 233px;
}

#footerLinks1 {
    margin-top: 7px;
    margin-bottom: 7px;
}

#footerLinks1 a {
    margin: 12px;
}
#footerLinks2 {
    margin-bottom: 19px;
}

#footerCopy p {
    margin: 0px;
}
.bold {
    font-weight: bold;
}
.sidebarHeader {
    width: 301px;
    height: 40px;
    background: #424242;
    background-image: url("/assets/images/SideBarBackground.jpg");
}
.sidebarHeader span {
    display: inline;
    color: #DBDBDB;
    margin-left: 17px;
    margin-top: 5px;
    vertical-align: middle;
    position: relative;
    top: 10px;
    font-family: Verdana;
    font-size: 13px;
    }

.sideText {
    font-size: 11px;
    text-align: center;
    font-family: Arial;
    padding: 10px;
}

#mailchimpSidebar .sideText {
    padding: 0px;
    margin: 6px;
}

.sideLink
{
    font: Arial;
    font-size:11px;
    color:#DE5A77;
    font-style:normal;
    text-decoration:underline;
}

a.organisation {
    text-align: center;
    display: block;
}

/* curved corners */
.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#FAFAFA; margin:0 5px;}
.b2f {height:1px; background:#FAFAFA; margin:0 3px;}
.b3f {height:1px; background:#FAFAFA; margin:0 2px;}
.b4f {height:2px; background:#FAFAFA; margin:0 1px;}


/* Main Site Styles */
.standard {
    font-family: Arial;
    font-size:13px;
    color:#373737;
}

.standardpink {
    font: Arial;
    font-size:14px;
    color:#DE5A77;
}

.heading1 {
    font: Arial;
    font-size:20px;
    color:#373737;
    padding-top: 20px;
    margin:0px;
}

h1 {
    font: Arial;
    font-size:20px;
    font-weight: 400;
    color:#373737;
    padding-top: 20px;
    margin:0px;
}

.heading2
{
    font: Arial;
    font-size:20px;
    color:#373737;
    font-weight:bold;
}

.heading2pink
{
    font: Arial;
    font-size:20px;
    color:#DE5A77;
    font-weight:bold;
}

.heading3
{
    font: Arial;
    font-size:16px;
    color:#373737;
    font-weight:bold;
}

.heading3pink
{
    font: Arial;
    font-size:16px;
    color:#DE5A77;
    font-weight:bold;
}

.errors {
    font-size:17px;
    color:#FF0000;
}

.bright
{
    font: Arial;
    font-size:14px;
    color:#F09628;
}

.link
{
    font: Arial;
    font-size:13px;
    color:#DE5A77;
    font-style:normal;
    font-weight:bold;
    text-decoration:underline;
    border-style:none;
}

.linkSmall
{
    font: Arial;
    font-size:12px;
    color:#DE5A77;
    font-style:normal;
    font-weight:bold;
    text-decoration:underline;
}

.form
{

}

.buttonLink
{
    border:1 solid #000033;
    padding:2 2 2 2;
    background-color:#FF6600;
    width:150;
}

.headerCell
{
    background-color:#EFEFEF;
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
    height:25;
}

.displayTable
{
    background-color:#EEEEEE;
    border-collapse:collapse;
    padding:2;
    font:Arial;
    font-size:14px;
    color:#707070;
}

.previewTable
{
    background-color:#FFFFEE;
    border-collapse:collapse;
    padding:4;
    font:Arial;
    font-size:14px;
    color:#707070;
}

.formTable
{
    background-color:#99CCFF;
    border-collapse:collapse;
    border-color:#000033;
    padding:2;
    font:Arial;
    font-size:14px;
    color:#707070;
    width:70%;
}

.fieldCell
{
    background-color:#99CCFF;
    font-weight:bold;
    text-align:left;
    vertical-align:top;
}

.control
{
    font-family:Arial;
    color: #AAAAAA;
    font-size:14px;
    border:#CCCCCC solid 1px;
    height:24px;
    vertical-align:middle;
    background-color:#FFFFFF;
}

.pink
{
    color:#DE5A77;
}

/* Blog Sidebar Styling */
#blogSidebarWrapper {
    margin-bottom: 20px;
}
.blogSidebar {
    text-align: left;
    margin-left: 8px;
    margin-right: 8px;
}
.blogSidebar a {
    display: block;
    text-align: right;
    font-size: 10px;
}
.blogSidebar .title {
    display: block;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
}
.blogSidebar .summary {
    font-size: 11px;
    text-align: left;
}
.blogSidebar .summary img {
    display: none;
}
/* Blog page styling */
.blogPage a {
   text-decoration: none
}
.blogPage .summary {
    font-size: 1.0em;
    text-align: left;
    padding-top: 8px;
}
.blogPage .readmore {
    display: block;
    text-align: right;
    font-size: 0.8em;
    padding-bottom: 6px;
}
.blogPage .postedOn {
    display: block;
    text-align: right;
    font-size: 0.8em;
    padding-bottom:46px;
}
/* Pearl Form Styling */
#contact-page .pageHeading {
    display: none
}

#contact-page {
    padding-left: 2px;
    padding-right: 2px;
}
#contact-message {}
#contact-form {  width:100%; }
.contact-fieldset { 
    padding:4px;
    margin:4px;
    border-bottom: 1px dotted #eee; }
.contact-fieldtext { 
    float:left;
    display:block;
    width:180px;
    margin:4px;
    text-align:right;
    font-weight:bold; }
.contact-field { 
    display:block;
    margin-left:200px;
    margin-right: 0px;
    margin-top:4px;
    display:block;
    padding-left:10px; }
.contact-field .inputText { border:1px solid #333333; padding:4px; }
.contact-foot { 
    clear:both;
    margin-top:12px;
    padding-left:220px;
    padding-top:10px;}
.contact-foot .button { font-size:18px }


/* Pearl Form Styling for ebooklet request*/
#cPage4 .contact-fieldtext { 
    width:50px;
    font-size: 12px
}
#cPage4 .contact-field { 
    margin-left:50px;
    width: 226px;
    font-size: 12px
}
#cPage4 .contact-foot { 
    padding-left:182px;
    margin-left: 0px;
    width: 97px;
}

#cPage4 #contact-message p  { 
    margin-left: 8px;
    margin-right: 8px;
}

#cPage4 #contact-message p,#cPage4 #contact-message span,#cPage4 #contact-message b,#cPage4 #contact-message i  { 
    text-align: centre!important;
    font-size: 12px !important;
}

/* Pearl Form Styling for ebooklet request*/
#cPage5 .contact-fieldset { 
    margin-top: 19px;
}


/* Pearl Form Styling for contact us */
#cPage3 .contact-fieldset { 
    margin-top: 25px;
}

/* Tag Cloud Styling */
#cloud a.s1 { font-size: 0.7em; font-weight: 100; }
#cloud a.s2 { font-size: 0.8em; font-weight: 200; }
#cloud a.s3 { font-size: 0.9em; font-weight: 300; }
#cloud a.s4 { font-size: 1.0em; font-weight: 400; }
#cloud a.s5 { font-size: 1.2em; font-weight: 500; }

#cloud { padding: 2px; line-height: 1.5em; text-align: center; }
#cloud { margin: 0; }
#cloud li { display: inline; }
#cloud ul { padding-left: 0px; }
#cloud a {
    color: #DE5A77;
    text-decoration: none;
    padding: 0px;
}
#cloud a:hover {
    color: black;
}

.ditto_page, .ditto_previous_link, .ditto_next_link, .ditto_currentpage {
    font-size: 1.2em;
}

.ditto_page, .ditto_previous_link, .ditto_next_link {
    color: gray;
    text-decoration: none;
}

.ditto_page {
    margin-left: 2px;
    margin-right: 2px;
}

.ditto_currentpage {
    margin-left: 4px;
    margin-right: 4px;
    color: black;
    text-decoration: underline;
}

.ditto_page:hover, .ditto_currentpage:hover, .ditto_previous_link:hover, .ditto_next_link:hover {
    color: black;
    text-decoration: underline;
}

.ditto_next_link {
    text-align: right;
    display: block;
}


