html {
	background: transparent url(../img/common/bg_gradient.gif) repeat-x 0px 0px;
	height:100%;	
	text-align: center;

}


body {
	background: transparent url(../img/common/bg_corner.gif) no-repeat 0px 0px;
	height:100%;
	margin:0 auto;
	width:100%;
	color:#333333;
	font-size: 62.5%;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
    line-height:1.125em;
    *font-size: 10px;
	text-align: left;
}

* {
	margin:0px;
	padding:0px;
	color:#33333;
}

img {
	border:none;
}

a {
	color:#ff9933;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#ff9933;
	text-decoration:underline;
}

h1 {
	color:#333333;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	margin:0 0 20px;
	padding-top:20px;
	text-transform:uppercase;
}

h2 {
	font-size:10px;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:7px;
	border-bottom:1px dotted #ccc;
	padding-top:20px;
}

#sidebar h2 {
	border-bottom:none;
}

p {
	margin: 0 0 1.2em 0;
	font-size: 1.1em;
	line-height:1.5em;
}

table, ul li, ol li {
	font-size: 1.1em;
	line-height:1.5em;
}

ul li ul li {
	font-size: 11px;
}

hr {
	color:#fff;
	background-color:#fff;
	border:1px dotted #ccc;
	border-style:none none dotted;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

/* @group Misc Classes */

.clear {
	clear: both;
	height: 0;
    *height: 1px !important;
    _height: auto !important;
    _line-height: 1px !important;}

.orange {
	color:#ff9933;
}

.blend {
	color: #333333;
}

.bullet {
	padding:2px 4px 0 0;
	float:left;
}

p.bullet {
	background:transparent url(../img/icons/bullet_1.gif) no-repeat scroll 0 4px;
	float:none;
	padding:0 0 0 15px;
}

a.pdf {
	background: transparent url(../img/icons/pdf.gif) no-repeat scroll left 1px;
	padding: 1px 0 1px 17px;
	_padding-bottom: 2px;
}

a.zoom {
	background: transparent url(../img/icons/popup.gif) no-repeat scroll left 1px;
	padding: 1px 0 1px 17px;
}

p.date {
	font-size: 10px;
	margin: 0 0 1em 0;
	font-style: italic;
}
ol  {
	margin-left: 20px;
}

ol li {
	margin: 5px 0 10px;
}
/* @end */

/* @group Wrapper & Border */

#wrapper {
	margin:0 auto;
	padding:30px 0;
	width:790px;
}

#top-border {
	height:29px;
	background:url(../img/common/border_top.gif) top right no-repeat #fff;
}

#layout_wrapper {
	padding:0 20px 20px;
	width:749px;
	border-right:1px solid #ccc;
	background: #fff url(../img/common/border_bottom.gif) no-repeat center bottom;
	_padding:0 19px 20px;
}

/* @end */

/* @group Header */

#header {
	position:relative;
	width:751px;
	background:#fff;
	padding-bottom:12px;
}
#div-logo {
	width:374px;
	height:74px;
	margin-left: 27px;
	float:left;
	_margin-left: 15px;

}

#jeff-logo-home {
	position: absolute;
	top: 5px;
	right: 33px;

}

/* @end */

/* @group Page Options (Home, Language, Text Size) */

#nav-options {
	float:right;
	height:33px;
	margin-right:27px;
	margin-top:50px;
	text-align:right;
	_margin-right: 10px;
}

#nav-options li {
	display:inline;
	font-size:10px;
	color:#666;	
}

#nav-options img {
	position:relative;
	top:4px;
	padding:1px;
}

#nav-options a {
	color:#666;
	text-decoration:none;
	font-weight:normal;
}

#nav-options a:hover {
	color:#999;
}

/* @end */

/* @group Main Navigation */

#nav {
	background:#666666 url(../img/common/nav_bg.gif) no-repeat scroll left top;
	height:27px;
	margin:18px 0 1px;
	padding-top:16px;
	text-align:center;
	width:750px;
}

#nav ul {
	
}

#nav ul li{
	display: inline;
	list-style-type: none;
	padding: 0 29px;
}

#nav ul li a{
	
}

/*#nav a {
	position:relative;
	top:-6px;
	padding:0px 29px;
}*/

/* @end */

/* @group Sub Navigation */

#subnav {
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #CCCCCC;
	padding:1px 0;
	margin:0;	
}

#subnav ul{	
	width:750px;
}

#subnav ul li{
	float: left;
	list-style-type: none;
	padding: 0;
	height: 43px;
	border-right:1px solid #999999;
	margin: 5px 0;
}

#subnav ul li.active{
	margin: 0;
	height: 53px;
	padding: 0;
}

#subnav ul li.last,
#subnav ul li.active{
	border: none;
}
/* @end */
#banner {
	width:750px;
	border-bottom:1px dotted #ccc;
	padding:1px 0px;
}

/* @group Contents */

#contents {
	width:751px;
	background:#fff;
	padding:0;
	background-color:#fff;
	_margin-bottom:-20px; /* ie6 */
}

#content-main {
	width:465px;
	float:left;
	padding-left:20px;
	padding-right: 15px;
}

#content-main .column {
	width:200px;
	float:left;	
	padding-right: 15px;
}

h2 + p {
	padding-top: 10px;
}

p + ul.basic, 
p + ul.doclist {
	padding-top: 0;
}

ul.basic + p,
ul.doclist + p {
	padding-top: 15px;}

ul.basic, ul.doclist {
	padding: 5px 0;
}

ul.basic li {
	padding: 5px 0 5px 14px;
	background:transparent url(../img/icons/bullet_sq.gif) no-repeat scroll 0 11px;
}

ul.doclist li {
	padding: 4px 0;
}

ul.doclist li a.pdf,
ul.doclist li a.zoom {
	padding-left: 20px;
}

ul.faq {
	margin: 0 0 30px;
}

ul.faq li {
	padding: 5px 0;
}

ul.logos {
	text-align: center;
}

ul.logos li{
	display: inline;
	height: 106px;
	padding: 10px 30px;}

table.zebra {
	border:1px solid #999999;
	margin-bottom:15px;
	width:80%;
}

table.zebra tr.odd td{
	background-color: #eee;
}

table.zebra tr td{
	padding: 3px;
}

table.contact {
	width: 100%;
}

table.contact td.label{
	text-align: right;
	padding: 5px;
}

table.contact td.label .required{
	color: red;
}

table.contact td.input{
	text-align: left;
	padding: 5px;
}

table.contact td .error-message{
	color:red;
	/*float:right;*/
	font-size:0.95em;
	font-style:italic;
	/*padding-left:20px;
	text-align:left;
	width:182px;*/
	*width: auto;
	*float:none;
	*padding-left:0;
}

table.contact td.message .error-message{
	/*width:90px;*/
	*width: auto;
}

table.contact td.message textarea.form-error,
table.contact td input.form-error {
	background-color: #fce8e8;
}

/* @end */

/* @group Main Content & Sidebar Category Lists */

#sidebar ul, #content-main ul {
	list-style-type:none;
}

#sidebar ul.categories li, 
#content-main ul.categories li {
	padding:9px 0px;
	border-top:1px dotted #ccc;
}

#sidebar ul.categories li, 
#content-main ul.categories li {
	font-size:12px;
	line-height: 14px;
	font-weight:bold;
	color:#333333;
	background:transparent url(../img/icons/cat.gif) no-repeat scroll 0 10px;
	padding-left:20px;
}

#sidebar ul.categories li.selected, 
#content-main ul.categories li.selected {
	color:#333333;
	background:transparent url(../img/icons/cat_desat.gif) no-repeat scroll 0 10px;
}

li.selected > li.selected {
	background: red;
}

#sidebar ul.subcat {
	left:-20px;
	margin:9px 0;
	padding:5px 0 0px;
	position:relative;
}

#sidebar ul.subcat ul.subcat {
	left:0;
	margin:2px 0;
	padding:5px 0 0px;
	position:relative;
}

#sidebar ul.subcat ul.subcat li{
	font-size: 10px;
	background:transparent url(../img/common/bullet.gif) no-repeat scroll 0 6px;
}

#sidebar ul.subcat li {
	padding-left:5px;
}

#sidebar ul.subcat li,
#content-main ul.subcat li {
	background:transparent url(../img/icons/bullet_orange.gif) no-repeat scroll 0 3px;
	border:medium none;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding: 0 0 3px 8px;
}

#sidebar ul.subcat li.selected {
background:transparent url(../img/icons/bullet_grey.gif) no-repeat scroll 0 3px;
}

/*#content-main ul.subcat,
#content-main ul.categories ul.subcat {
	margin: 10px 0 15px;
	padding: 0;
	border: none;
}*/

#content-main ul.categories ul.subcat {
	margin: 10px 0 10px -20px;
}

#content-main ul.categories ul.subcat li {
	border: none;
	padding: 2px 0 2px 10px;
}

#sidebar li.selected/*, 
#content-main ul.categories li*/ {
	font-size:12px;
	font-weight:bold;
	color:#333;
	background:url(../img/icons/cat_desat.gif) no-repeat 0px 0px;
	padding-left:20px;
	margin:0px;
}

#content-main ul.arrow_list li {
	background:transparent url(../img/icons/bullet_orange.gif) no-repeat scroll 0 9px;
	color:#333333;
	padding:5px 0 3px 8px;
}

#content-main ul.arrow_grey li {
	background:transparent url(../img/icons/bullet_grey.gif) no-repeat scroll 0 11px;
	color:#333333;
	padding:5px 0 3px 8px;
}

#content-main p.standalone {
	margin-top:50px;
}


/* @end */

/* @group Home Page Buttons */

.home-button {
	padding-left:100px;
	height:82px;
}

.home-button p {
	margin:0px 0px 0px 5px;
}

.home-button a:hover {
	text-decoration:none;
}

.services-medicaux, 
.soins-des-aines, 
.services-communautaires-de-langue-anglaise, 
.services-en-langue-anglaise {
	padding-top:20px;
}

.services-medicaux {
	background:url(../img/icons/medical-services-lg.gif) no-repeat 0px 0px;
}

.services-medicaux p,
.services-medicaux p a,
.services-medicaux p a:link,
.services-medicaux p a:active,
.services-medicaux p a:visited {
	color:#006699;
}

.soins-des-aines {
	background:url(../img/icons/senior-care-lg.gif) no-repeat 0px 0px;
}

.soins-des-aines p,
.soins-des-aines p a,
.soins-des-aines p a:link,
.soins-des-aines p a:active,
.soins-des-aines p a:visited{
	color:#cc33cc;
}

.services-communautaires-de-langue-anglaise {
	background:url(../img/icons/community-services-lg.gif) no-repeat 0px 0px;
}

.services-communautaires-de-langue-anglaise p,
.services-communautaires-de-langue-anglaise p a,
.services-communautaires-de-langue-anglaise p a:link,
.services-communautaires-de-langue-anglaise p a:active,
.services-communautaires-de-langue-anglaise p a:visited {
	color:#ff9933;
}

.services-en-langue-anglaise {
	background:url(../img/icons/english-services-lg.gif) no-repeat 0px 0px;
}

.services-en-langue-anglaise p,
.services-en-langue-anglaise p a,
.services-en-langue-anglaise p a:link,
.services-en-langue-anglaise p a:active,
.services-en-langue-anglaise p a:visited{
	color:#669900;
}

/* @end */

/* @group Main Content Callouts */

#main-callout {
	background: url(../img/common/callout_line.gif) repeat-y center;
	margin:15px 0px 0px;
	width:465px;
}

#main-callout img {
	display:inline;
	margin:auto 0;
	padding:25px 0 20px 5px;
}

/* @end */
#sidebar {
	border-left:1px solid #CCCCCC;
	float:left;
	padding:0 0 0 15px;
	width:230px;
}

/* @group Sidebar */

#sidebar img {
	padding:0px;
	margin:0px;
}

#sidebar hr {
	padding-top: 15px;
}

#sidebar .sidebar-callout {
	padding:15px 0px;
}

#sidebar .downloads ul {
	list-style-type:none;
	padding-left:25px;
	padding-bottom:12px;
	padding-top: 23px;
}


#sidebar .downloads ul li {
	margin:0px !important;
	padding: 0px 2px 21px;
	font-size:11px;
	line-height:1.2em;
}

#sidebar .downloads ul li a{
	background:url(../img/icons/dl_btn.gif) no-repeat 0px 2px;
	padding-left:20px;
	margin-top:20px;
	text-decoration:none;
	text-transform: uppercase;
	padding-top: 2px;
}

/* @end */

/* @group Content Footer */

#content-footer {
	background-color:#666;	
	width:750px;
	margin:0px;
	padding:30px 0 10px;
	color:#fff;
}

#content-footer p {
	margin:0px;
	padding:0px;
	color:#fff;
	font-size:11px;
	line-height:1.2em;
}

#content-footer .left {
	float:left;
	padding:0 40px;
	width:285px;
	border-right:1px solid #999999;
	min-height: 150px;
	_height:150px;
}
#content-footer .left h5 {
	text-transform: uppercase;
	padding: 0 0 26px 16px;
	font: bold 11px/13px Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/icons/bullet.gif) no-repeat left 2px;
}

#content-footer .left p a.map{
	background: transparent url(../img/icons/map.gif) no-repeat right center;
	padding-right: 20px;
}

#content-footer .left.last {
	border: none;
}

#content-footer-top {
	background:#666;
	width:750px;
	height:12px;
	margin:0px;
}

#content-footer-bottom {
	background:#666 url(../img/common/footer_bg.gif) bottom left no-repeat;
	width:750px;
	height:21px;
	margin:0px;
	padding:0px;
}

#content-footer a {
	font-weight:bold;
	text-decoration:none;
}

#content-footer a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Page Footer */

#footer {
	width:750px;
	margin: 30px 0;
	/*padding-top:12px;*/
}

#page-footer {
	text-align:center;
	font-size:10px;
	color:#666;
}

#page-footer p {
	margin:20px 0px;
	color:#666;
}

#page-footer ul {
	list-style-type:none;
}

#page-footer li,
#nav-options li {
	display:inline;
	border-right: 1px solid #666;
	padding: 0px 5px 0 3px;
}

#nav-options li.last,
#page-footer li.last {
	border: none;
}

#page-footer p.copyright {
	margin:5px;
	color:#999;
	padding-bottom:30px;
}

#page-footer a {
	color:#666;
	text-decoration:none;
	font-weight:normal;
}

#page-footer a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Brochure Wall */


#brochure {
	text-align: center;
	padding-top: 20px;
}

#brochure h2 {
	font-size: 18px;
	border: none;
	font-weight: bold;
	color: #333333;
	text-transform: capitalize;
	padding-top: 18px;
	padding-bottom: 8px;
}
 #brochure ul {
	background:transparent url(../img/common/shelf.gif) repeat-y scroll 0 top;
	margin-left:-20px;
	margin-bottom: 30px;
	min-height:160px;
	padding: 0 51px;
	position:relative;
	width:390px;
	*padding-bottom:30px;
	_padding-bottom:30px;
	_margin: 0 -30px 55px -70px;
}

#brochure ul li{
	background:transparent url(../img/common/brochure.gif) no-repeat scroll center bottom;
	float:left;
	height:60px;
	margin:21px 0 39px 7px;
	padding:20px 5px;
	width:61px;
	_margin-left:5px;
}

#brochure ul li *{
	vertical-align:bottom;
	color: #333;
}

/* @end */

/* @group CakePHP flash message */

#flashMessage {
	background:#F4F4F4 url(../img/icons/ok.gif) no-repeat scroll 20px center;
	border:1px dotted #999999;
	color: #f19030;
	font-size:1.5em;
	margin-top:1em;
	padding:20px 20px 20px 41px;
	text-align:left;}

/* @end */