﻿

/*************************************************************************
'
'  Global Page Area - Defines page backcround color and image as well as
'                     default link colour, fonts and font colours
'
'*************************************************************************/

@page :left {
    margin-left: 1in;
    margin-right: 1in;
}



.body {
	background-color:#cccccc;
	font-size:medium;
}

.master {
	margin-left: auto;
	width: 960px;
	margin-right: auto;
	height: 100%;
	background-color: #ffffff;
}

.authoringRegion {
	width: 100%;
	color: #000000;
	background-color: #ffffff;
}

/*** Fonts ***/
.body, table, ul, ol {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:medium;
}
div#MainContentArea h1, .LeftText h1 {
	font-size:x-large;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#336699;
	font-weight:normal;
}
div#MainContentArea h2, .LeftText h2 {
	font-size:large;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#336699;
	font-weight:normal;	
}
div#MainContentArea h3, .LeftText h3 {
	font-size:medium;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-weight:normal;
}
div#MainContentArea h4, .LeftText h4 {
	font-size:large;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:bold;
}
div#MainContentArea h5, .LeftText h5 {
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:normal;
}
div#MainContentArea p, .LeftText p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#666666;
}
div#MainContentArea p.caption, .LeftText p.caption {
	font-style:italic;
}

div#MainContentArea p font {
	color:#666666;
}
/*** default hyperlink ***/
a {
	color:#6699cc;
	text-decoration:none
}
a:hover {
	color:#6699CC;
	text-decoration:underline;
}



/*************************************************************************
'
'  Header, Sign In, and footer links - Defines colors
'
'*************************************************************************/
div#header a, .SignInContainer a, div#footer div a {
	color:#666666;
	text-decoration:none
}
div#header a:hover, .SignInContainer a:hover, div#footer div a:hover {
	color:#6699CC;
	text-decoration:underline;
}


/*************************************************************************
'
'  Admin Area - Defines colors used within
'
'*************************************************************************/

/*************************************************************************
'
'  Header Area - Defines colors used within
'
'*************************************************************************/
.PGLogoContainer img {
	border:none;
}

.UserAdminContainer {
	padding-bottom:10px;
}

div#header div{
	float: right;
	padding: 5px 0px 0px 0px;
}

div#header div ul {
	display: inline;
	font-size: 90%;
}

div#header div ul li {
	display: inline;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #7c7e7f;
}

div#header div ul li.firstItem {
	border: none;
}

/*************************************************************************
'
'  Search Area - Defines colors used within
'
'*************************************************************************/


.CAMHLogoContainer {
	text-align:right;
	margin-left: 12px;
}
.CAMHLogoContainer img {
	border:none;
}
/*************************************************************************
'
'  Top Nav Area - Defines background, text, link color and list bullet
'
'*************************************************************************/

/*************************************************************************
'
'  Site Title Area - Defines background, text, link color and list bullet
'
'*************************************************************************/





.ms-sitetitle img {
	border:0px;
	
}
.ms-sitetitle a {
	padding-left:45px;	
	vertical-align:middle;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-large;
}

/*************************************************************************
'
'  Left Nav Area - Defines background, text, link color and list bullet
'
'*************************************************************************/
/*************************************************************************
'
'  Main Content Area - Defines background, text, link color and list bullet
'
'*************************************************************************/
.LeftSpacer {
	padding-left:15px;
}
.TopSpacer {
	margin-top:4px;
}
.breadcrumb {
	clear: both;
	padding-left: 0px;
	font-size: 9pt;
	margin-bottom: 4px;
	padding-bottom: 2px;
	color: #666666;
	padding-top: 4px;
	border-bottom: none;
	font-family: tahoma;
}
.breadcrumb A {
	padding-right: 0px;
	padding-left: 0px;
	color: #336699;
	text-decoration: none;
	font-weight:bold;
}

/***************************
CAMH IMG Additions
****************************/

.breadcrumb A:visited {
	padding-right: 0px;
	padding-left: 0px;
	color: #336699;
	text-decoration: none;
	font-weight:bold;
}

.breadcrumb A:visited:hover {
	padding-right: 0px;
	padding-left: 0px;
	color: #336699;
	text-decoration: none;
	font-weight:bold;
}



/***************************/

.breadcrumbCurrent {
	font-weight:normal;
}

.mainContainer {
	margin-left: 0px;
	margin-right: 0px;
}
.mainContainerArea {
	padding-right:12px;
}
div#pg-LongDescriptionText, div#pg-PageContent {
	margin-right:15px;
}
/*************************************************************************
'
'  Right Column Area - Defines background, text, link color and list bullet
'
'*************************************************************************/

.RightColumnContainer {
	width:220px;
}

.RightColumnContainer {
	border-left:#cccccc 2px solid;	
}
.RightColumnArea {
	padding:8px;
}
/*************************************************************************
'
'  Disclaimer Area - Defines background, text, link color and list bullet
'
'*************************************************************************/
div#disclaimer {
	border-top:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
	padding:3px;
}
div#disclaimer div {
	text-align:center;
	font-family:inherit;
	font-size:xx-small;
	color:#666666;
}
/*************************************************************************
'
'  Footer Area - Defines background, text, link color and list bullet
'
'*************************************************************************/
div#footer div{
	text-align:center;
	padding: 15px 0px 0px 0px;
}

div#footer div ul {
	display: inline;
	font-size: x-small;
}

div#footer div ul li {
	display: inline;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #7c7e7f;
	text-transform:uppercase;
}

div#footer div ul li.firstItem {
	border: none;
}

div#footer div ul li.text-transform {
	text-transform:none;
}


.PublicNav, .leftNavSpacer, .topNavContainer, .SignedInNav2, .SignedInNav, .SignInContainer, .SearchContainer, .textboxOut, .textboxOn, .btnSearch, .UserAdminContainer, .BookmarkContainer, .titleSplash {
display:none !important;
}