﻿/*----------------------------------------------------------
white background color: #ffffff
dark blue : #32364F
middle blue : #677487
light blue : #d9dce1
Dark Green : #7b8c37
Light Green : #a3b339
Subheading Olive : #a1a036
Burgundy: #800020
----------------------------------------------------------*/


/************    begin auto  ************/


body
{
    background-color: #677487;
    font-size: .75em;
    font-family:Arial, Helvetica, sans-serif;
    margin: 0 0;
    padding: 0;
    color: #555555; /*     background-image:url(/Content/Images/SiteDesign/DarkBlueBackground.png);     background-repeat:repeat-x; */

}

a:link
{
    color: #32364F;
}
a:visited
{
}
a:hover
{
    color: #a3b339;
}
a:active
{
}

*
{
    margin: 0;
    padding: 0;
}


p
{
    margin: 0 0 15px 0;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #32364F;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight:normal;
}

h1
{
    font-size: 2em;
}
h2
{
    font-size: 1.5em;
    margin-bottom:15px;  
}
h3
{
    font-size: 1.2em;
    font-weight:bold;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

h1 a:link
{
    text-decoration: none;
}

h1 a:active
{
    text-decoration: none;
}

.pageHeader
{
    margin: 0 0 10px 0;
}

.darkBlue
{
    color: #32364F;
}

.yello
{
    color: Yellow;
}

.darkGreen
{
    color: #7b8c37;
}

.oliveGreen
{
    color: #a1a036;
}

.oliveGreenBold
{
    font-weight:bold;
    color: #a1a036;
}

.darkBlueBold
{
    color: #32364F;
    font-weight:bold;
}

.red
{
  color:Red;   
}




.imageBorder
{
   
    border: solid 1px  #d9dce1;
    padding: 1px;
}

.leftMenu
{
    padding: 5px 15px 15px 0;
    margin-bottom: 15px;
    border-right:solid 1px #d9dce1;
    min-height:500px;
}

.gradBlue1
{
    background-color: #32364F;
}

.gradBlue2
{
    background-color: #43496c;
}

.gradBlue3
{
    background-color: #5c6494;
}

.gradBlue4
{
    background-color: #797c8f;
}

.gradBlue5
{
    background-color: #989bae;
}


.bulletPoints
{
   background:url(/Content/Images/SiteDesign/GreenBullet.jpg) 0px 5px No-Repeat ; 
   padding-left:15px; 
    
}



/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width:920px;
   margin:15px auto;
   background-color:White;
   padding: 15px;
   
  
}

#header
{
    color: #000;
    padding: 0;
    margin: 0;
    width: 100%;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

.main
{
    width: 100%;
    padding: 0px 0px;
min-height:500px;
    min-width:350px;
   
}

.leftMenuColumn
{
    float: left;
    width: 190px;
    text-align: left;
    overflow: hidden;
  padding: 0px 0px 0px 0px;
}

.mainContentsColumn
{
    
    
    margin-left: 200px;
    padding: 0px 0px 15px 15px;
    min-width:150px;
    
}

.featureLeftMenuColumn
{
    float: left;
    width: 190px;
    text-align: left;
    overflow: hidden;
  padding: 0px 0px 0px 0px;
}



.featureLeftMenuColumn a
{
    text-decoration: none;
    color: #ffffff;
}

.featureLeftMenuColumn a:link
{
    text-decoration: none;
   
}

.featureLeftMenuColumn a:hover
{
    text-decoration: none;
    color: #a3b339;
    
}

.featureLeftMenuColumn a.active
{
    text-decoration: none;
    color:#a3b339;
 
   
}

.leftMenuColumn a
{
    text-decoration: none;
    color: #ffffff;
}

.leftMenuColumn a:link
{
    text-decoration: none;
   
}

.leftMenuColumn a:hover
{
    text-decoration: none;
    color: #32364F;
    background:url(/Content/Images/SiteDesign/GreenUnderline.gif) repeat-x bottom ; 
}

.leftMenuColumn a.active
{
    text-decoration: none;
    color:#32364F;
  background:url(/Content/Images/SiteDesign/GreenUnderline.gif) repeat-x bottom ; 
   
}

.fullScreenContentsColumn
{
    padding: 0px 0 15px 0px;
}





#footer
{
    
    color: #fff;
    padding: 12px 0;
    text-align: center;
    line-height: normal;
    height:16px;

    font-size: .9em;
    vertical-align:middle;
}

#footer a
{
    color: #677487;
}

#footer a:link
{
    color: #677487;
}

#footer a:hover
{
    color: #32364F;
}



.fullScreenWidth
{
    width: 100%;
}

.shortHeight
{
    height: 100px;
}

.tallHeight
{
    height: 400px;
}

.outerBorder
{
    border: solid 1px #d9dce1;
    padding: 15px;
    background-color: #32364F;
    color: #fff;
}

.outerBorder a:link
{
    color: Yellow;
}


.mainLeftColumn
{
   
     float: left;
    width: 347px;
 
}

.mainRightColumn
{
    
     float: right;
    width: 347px;
}

li
{
    margin-left:15px;   
}


/* Top MENU   
----------------------------------------------------------*/
ul#menu
{
    margin-top: 0;
    text-align: right;
    padding: 0;
 
}


.topMenuLine
{
    border: 0;
    width: 100%;
    background-color: #677487;
    height: 1px;
    text-align: center;
    position: relative;
    top: 0px;
    z-index: -1;
    margin-left: 190px;
}


ul#menu li
{
    
    list-style: none;
    white-space:nowrap;
display: inline;
margin-left:0px;
   

}



ul#menu li a
{
    background-color: #fff;
    float:left;
    
    margin: 0 0 2px 3px;
    font-size: 12px;
   padding: 3px 7px;
    text-decoration: none;
     /*background-color: #32364F;*/
    background-image: url(/Content/Images/SiteDesign/gradNormal.png);
    background-repeat: repeat-x;
    color: #32364F; /* -moz-border-radius: 7px 7px 0 0;*/
}

ul#menu li a:hover
{
    background-color: #a3b339;
    text-decoration: none;
}

ul#menu li a:active
{
    background-image: url(/Content/Images/SiteDesign/gradActive.png);
    background-repeat: repeat-x;
    background-color: #a3b339;
    text-decoration: none;
}

ul#menu li a.active
{
    background-image: url(/Content/Images/SiteDesign/gradActive.png);
    background-repeat: repeat-x;
    color: #32364F;
    text-decoration: none; /*-moz-border-radius: 7px 7px 0 0;*/
    
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}


/* LEFT MENU   
----------------------------------------------------------*/
ul.leftMenuList
{
    margin: 0 0 0 0;
    padding: 0 0 0px;
    position: relative;
    text-align: left;
    width: 100%;
}

ul.leftMenuList li
{
    display: block;
    list-style: none;
    margin: 0 0px 5px 10px;
}

ul.leftMenuList li a
{
    font-weight: normal;
    text-decoration: none;
    color: #32364F;
    line-height:150%;
    padding-bottom:2px;
   
}

ul.leftMenuList li a:hover
{
    color: #32364F;
    text-decoration: none;
}

ul.leftMenuList li a:active
{
    color: #32364F;
    
   
}





/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 0 1em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 15px 0px;
}

fieldset label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 700;
    padding: 2px 4px 8px 4px;
}

input[type="text"]
{
    border: 1px solid #CCC;
}

input[type="password"]
{
    border: 1px solid #CCC;
}

img
{
    /*     border:solid 1px #677487; */
}

.imageLink
{
    border: 0;
}


.logosTable
{
    border-collapse: collapse;
				color: #fff;
				width:100%;
}

.logosTable td
{
    width:25%;
    text-align:left;
}

.logosTable a
{
    color:#fff;
    text-decoration:none;
}



.logosTable a:hover
{
    color:#a3b339;
    text-decoration:none;
}

.sideMargins
{
    height:130px;
    vertical-align:bottom;
    
   margin:0 7px;
  float:left;
color:#fff;
}

a.menuLink
{
    color: #32364F;
    text-decoration: none;
}

a.menuLink:hover
{
    color: #a3b339;
    text-decoration: none;
}

.readOnlyInput
{
    background-color: #d9dce1;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#menucontainer
{
    
    float:left;
}

div#title
{
    display: block;
    float: left;
    text-align: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 0px;
    color: #000000;
}


.loginImage
{
    position: relative;
    top: 3px;
    margin-right: 3px;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
    
}
ul.validation-summary-errors 
{
padding-left:20px;
}

/************    end auto   ************/


/* Home
----------------------------------------------------------*/
.logo
{
    width: 344px;
}

.homeRightColumn
{
    width: 200px;
    float: right;
}

.homeLeftColumn
{
    margin-right: 215px;
    overflow: hidden;
}

.featuredItem
{
    margin: 0 0 10px 0px;
    padding: 10px;
    color: White;
   
}

.featuredItem a
{
    font-size:15px;
    line-height:20px;
    color:#fff;
   
}

.greenHeader
{
    font-weight: bold;
    color: #a3b339;
}



/* Events
----------------------------------------------------------*/


.createEventDetails
{
    float: left;
}

.createEventTags
{
    float: right;
}

.entry
{
    display: block;
    padding: 0 0 10px 0;
    width: 100%;
}

.clear
{
    clear: both;
}

.entry-header
{
    text-decoration: none;
    font-size: 1.5em;
 
    color: #32364F;
   
}

.entry-metadata
{
    margin-bottom: 10px;
}

.separator
{
    color: #999999;
}

.entry-content
{
    display: inline-block;
}

.entry-footer-share
{
    margin-bottom: 30px;
    
}

.entry-image
{
    margin: 0px 10px 10px 0;
    text-align: left;
    border: solid 1px #677487;
    padding: 1px;
}

.entryMetaImage
{
    margin-right: 3px;
    position: relative;
    top: 3px;
    border: 0;
    text-decoration: none;
}

.entryMetaLink
{
    color: #32364F;
    text-decoration: none;
}

.entryMetaLink a:hover
{
    color: #677487;
    text-decoration: none;
}

.entryFooterImage
{
    border: 0;
    
}




.sendFriendButton
{
    float: left;
}

.entryHR
{
    border: 0;
    width: 100%;
    background-color: #677487;
    height: 2px;
    text-align: center;
    margin-bottom: 15px;
}

.darkBlueHR
{
    background-color:  #32364F;
    height:1px;
    width:100%; 
}

.noWrap
{
    white-space:nowrap;
}

.darkBlueHeading
{
    font-size:1.2em;   
    color  :#32364F;
    font-weight:bold;
    text-decoration:none;
   
}

.darkBlueHeadingLarge
{
    font-size: 1.5em;  
    color  :#32364F;
    font-weight:normal;
    text-decoration:none;
   
}
/* 
Left Menu
----------------------------------------------------------*/

.leftMenuList
{
    margin: 0;
    padding: 0;
}


.leftMenuItem
{
    color: #32364F;
    padding: 0 0 0px 0;
    list-style: none;
    list-style-type: none;
    margin: 0px;
}



.featureLeftMenuHeading
{
    font-size: 1.2em;
  
    color: #fff;
    margin-bottom: 10px;
    text-decoration: none;
}

.featureLeftMenuHeading a
{
    color: #fff;
    text-decoration: none;
}

.featureLeftMenuHeading a:hover
{
    color: #a3b339;

}

.featureLeftMenuHeading.active
{
    color: #a3b339;

}





.leftMenuHeading
{
    font-size: 1.2em;
  
    color: #32364F;
    margin-bottom: 10px;
    text-decoration: none;
}

.leftMenuHeading a
{
    color: #32364F;
    text-decoration: none;
    padding-bottom:3px;
    line-height:19px;
}

.leftMenuHeading a:hover
{
    color: #32364F;

}

.leftMenuHeading.active
{
    color: #32364F;

}

.leftMenuHeadingLink
{
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}

.leftMenuSpacer
{
    margin: 0 0 10px 0;
}

.spacer
{
    height:15px;   
}


/*
Send to friend
_________________________________________________________________*/



.sendToAFriendTable
{
    border: 0;
}

.sendToAFriendTable td
{
    border: 0;
    vertical-align: top;
    padding: 5px 5px 5px 0px;
}



/* ******************* CMS Menu **********************/


.CMSMenu
{
    border: solid 1px #677487;
    border-collapse:collapse;
    width:100%;
    
}

.CMSMenu th
{
    border: solid 1px #677487;
    background-color: #a3b339;
    background-image:none;
    padding: 6px 5px;
    text-align: left;
    color: #32364F;
    border-right:solid 1px #a3b339;
    border-left:solid 1px #a3b339;
    border-bottom:solid 2px #a3b339;
}

.CMSMenu tr
{
    background-color: #fff;
}

.CMSMenu tr
{
    background-image: url(/Content/Images/SiteDesign/gradActive.png);
    background-repeat:repeat-x;
}



.CMSMenu td
{
    border: solid 1px #677487;
    color: #32364F;
    padding: 3px 5px;
    vertical-align: top;
    
}


.CMSMenu tr:hover
{
 background-image: url(/Content/Images/SiteDesign/gradNormal.png);
    background-repeat:repeat-x;

}

.CMSMenu a
{
    color:#32364F;
    text-decoration: none;
}


.CMSMenu a:link
{
    color:#32364F;
    text-decoration: none;
}

.CMSMenu a:hover
{
    color: #800020;
    
}


.summaryImageSize
{
    max-width:150px;   
}

.cmsMinWidth
{
    min-width:500px;
}

.smallText
{
    font-size:0.9em;
       
}


/*******FBMTherapist ***** */

.inputButton
{
border: solid 1px #5c6494;
padding:3px 8px;
color: #fff;

background-color: #5c6494;
cursor:pointer;
height:24px;

}

.inputButton:hover
{
border: solid 1px #a3b339;
padding:3px 8px;
color: #fff;

background-color:#7b8c37;
cursor:pointer;
height:24px;
}

.inputText
{
    
    color: #32364F;
padding:3px 8px;
background-color: #fff;
border:0;
height:16px;
}


/*             shop              */

.priceBox
{
    
    padding:15px;
clear:left;
 float:left;
color: #ffffff;
width:317px;
 text-align:left; 
 margin-bottom:15px;
}

.greyDots
{
    border-bottom:1px dotted #888888;
clear:both;
height:1px;
margin:15px 0;
width:100%;
}