/* Start of CMSMS style sheet 'Gestalt Main' */
/* Start of CMSMS style sheet 'Gestalt Main' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: center;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
	background-image: url(/uploads/images/images-global/bg-01.gif);
	   margin:1em; /* gives some air for the pagewrapper */

}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
	color: #ff6600;
}

a:visited {
  color: maroon;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: maroon;
}
/* remove dotted lines around links */
:focus
{
  -moz-outline-style: none;
}
a
{
  outline: none;
}


/* basic layout */

/* center wrapper, min max width */
div#pagewrapper {
   border: 1px solid silver;
   margin: 0 auto;     /* this centers wrapper */
   background-color: white;
	width: 910px;
	padding: 0;
	text-align: left;
}


/* HEADERS
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 30px;
	margin-left: 15px;
	padding: 15px 0 0;
	width: 97%;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
}

div#header h1 a {
   display: block; 
   height: 25px;             /* adjust according your image size */
	background: url(/uploads/images/images-global/masthead.gif) no-repeat;
	text-indent: -100em;
}

div#search {     /* enough width for the search input box */
   margin: 0 0 0 10px;
	padding: 0;
}
#search input {
	margin-left: 10px;
}
div.breadcrumbs { /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dashed silver;
	border-top: 1px dashed silver;
	margin: 5px 1em 5px 1.5em;
	padding-top: 1em;
	padding-bottom: 10px;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }


#content {
   margin: 1.5em auto 2em 4px;

}

div#main {
   float: left;
   width: 620px;
	margin-right: 10px;
	margin-left: 20px;
	padding-top: 180px;
}


div#sidebar {
   float: left; /* set sidebar on the left side. Change to right to float it right instead. */
   width: 28%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}
div#sidebar h3 {
	text-transform: uppercase;
}
.float-right {
	float: right;
	clear: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

/* sidebar formatting */
.content-home div#sidebar {
	margin-top: 150px;
}
.searchResults div#sidebar {
	margin-top: 80px;
}
.aboutUs div#sidebar, #content.meetingRoomsFacilities div#sidebar, #content.training div#sidebar, #content.online-course-application div#sidebar, #content.therapy div#sidebar, #content.resources div#sidebar, #content.contact div#sidebar, .online-application-psych-dip div#sidebar, .online-application-pd div#sidebar, .online-application-short-courses div#sidebar, div#content.personal-development div#sidebar, div#content.online-application-children-adolescents div#sidebar {
	margin-top: 85px;
}
/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   clear: left;       /* keep footer below content and menu */
   color: #fff;
	float: none;
	width: 100%;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 0;
   border-bottom: 1px dashed #ff6600;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
  	margin-top: 14px;
}
div.left49 p {
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
div.right49 {
  float: right;
  width: 49%;
  text-align: right;
	margin-top: 14px;
}




/* CONTENT STYLING */
/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
}
div#content h2 { 
   text-align: left; 
/* some air around the text */

   padding-bottom: 1px;
/* and some air under the border */
   margin: 0 0 0.5em 0;
	color: #811788;
	font: normal normal 2.2em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
div#main h3, h3#NewsPostDetailTitle {
   color: #811788;
	font: normal bold 1.3em/1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 1em;
}
div#content h4 {
   color: black; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
	text-transform: uppercase;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

/* @group Page Masthead Images */
#content {
   display: block;
   width: 904px;
}

.aboutUs {
		background: url(/uploads/images/images-aboutus/mashead-aboutus.jpg) no-repeat;
}
.contact {
		background: url(/uploads/images/images-contact/masthead-contact.jpg) no-repeat;
                display: block;
}
.meetingRoomsFacilities {
		background: url(/uploads/images/Rooms/masthead-meetingrooms.jpg) no-repeat;
}
.resources {
		background: url(/uploads/images/images-resources/masthead-resources.jpg) no-repeat;
}
 .therapy {
		background: url(/uploads/images/images-therapy/masthead-therapy.jpg) no-repeat;
}
 .training {
	background: url(/uploads/images/images-training/masthead-training.jpg) no-repeat;
}
 .personal-development {
	background: url(/uploads/images/images-personaldevelopment/masthead-pd.jpg) no-repeat;
}
.online-course-application, .online-application-psych-dip, .online-application-pd, .online-application-short-courses, .online-application-children-adolescents {
		background: url(/uploads/images/images-apply/page-masthead-apply.jpg) no-repeat;
}
.searchResults {
	background: url(/uploads/images/images-global/masthead-search.jpg) no-repeat;
}


/* @end */
/* END HEADINGS */


/* TEXT */
p, #main li, div#NewsPostDetailContent, div.formbuilderform div label {
   font-size: 1em;
   margin: 0 0 1em;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
	color: #666666;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}
/* small text */
.smalltext, #cntnt01moduleform_1 label, input#cntnt01searchinput, .breadcrumbs, div.right49, div.left49, div#NewsPostDetailCategory, div#NewsPostDetailAuthor, div#NewsPostDetailReturnLink, div#NewsPostDetailPrintLink,
p#newsPageLink,
div#main div#NewsPostDetailDate
   {
	text-transform: uppercase;
	font-size: .8em;
	color: #666666;
	font-weight: normal;
	font-style: normal;
}


/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}

/* Tables */
td {
	vertical-align: top;
	padding: 10px;
}
tr {
	border-bottom: 1px solid #ff6600;
	background-color: #fdfbdd;
}
/* END LISTS */

/* APPLICATION FORMS */
div.formbuilderform div {
	padding: 5px;
}
div.formbuilderform div label {
		color: gray;
	border-top: 1px dotted gray;
	padding-top: 5px;
}
div.formbuilderform div div label {
	border-top-style: none;
	border-style: none;
	float: left;
}
div.formbuilderform div div input {
	float: left;
}

div.formbuilderform div label, div#roomBookingForm div label {
	clear: both;
	float: left;
	margin-bottom: 5px;
	display: block;
	width: 100%;
}

/* MEETING ROOM: BOOKING FORM */

#roomBookingForm {
	width: 97%;
	background-color: #fdfbdd;
	padding: 10px;
	margin-bottom: 10px;
}
#roomBookingForm h4 {
	border-top: 1px dashed #ff6600;
	border-bottom: 1px dashed #ff6600;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #fbd452;
	padding-left: 3px;
	margin-bottom: 10px;
	float: none;
}
#roomBookingForm input {
	float: none;
	margin: 0 0 5px;
}
#roomBookingForm textarea {
	width: 250px;
	float: none;
	margin: 0 0 10px;
}
#roomBookingForm div {
	clear: both;
	border-top: 1px dashed silver;
	padding-bottom: 10px;
	margin: 0;
	padding-top: 5px;
} 
#roomBookingForm p {
	clear: both;
}
#roomBookingForm h5 {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 10px;
}

div.submit {
	margin-bottom: 40px;
}

/* End of 'Gestalt Main' */



/* End of 'Gestalt Main' */

