@charset "utf-8";
/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	background: url(http://www.marchesehealthcare.ca/images/background.jpg) repeat-x #003366;
	color: #004364;
}
#container{
	width: 875px;
	margin: 0 auto;
}
#header{
	text-align: right;
	margin-bottom: 25px;
}
#header p{
	margin: 0px;
}
#header p a img{
	border:none;
}
#header p a img.logo{
	float:left;
}
#leftcontainer{
	width: 612px;
	display: inline;
	float: left;
	margin-bottom:14px;
}
#leftbg{
	background: url(http://www.marchesehealthcare.ca/images/left-bg.gif) repeat-y center 273px;
}
#leftbottom{
	background: url(http://www.marchesehealthcare.ca/images/left-bottom.png) no-repeat center;
	height: 15px;
}
#left{
	background: url(http://www.marchesehealthcare.ca/images/left-top.jpg) no-repeat;
	padding: 20px 34px 6px;
	min-height: 450px;
	_height:450px;
}
#left p img.headerimg{
	margin: -45px 0 0 -17px;
	padding-bottom: 6px;
	/*fix for IE 6*/
	_margin: -43px 0 0;
	_width: 544px;
}
#left iframe.map{	/*For google map*/
	width:578px;
	height:320px;
	display:block;
	margin: -18px 0 0 -17px;
	padding-bottom: 20px;
	font-size:5%;
	_margin-left: 0;
	_width: 544px;
}
#left h1{
	font-size: 2em;
	color: #C34131;
	padding: 0;
	margin: 0 0 12px 0;
}
#left h2{
	font-size: 1.4em;
	color: #C34131;
	padding: 0;
	margin: 22px 0 10px 0;
}
#left h3{
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}
#left p{
	font-size: 1.2em;
	padding: 0;
	margin: 0 0 14px 0;
	line-height: 1.5em;
}
#left p.msg,div .rightbox p.msg{
	border: 1px solid #FEDE01;
	background: url(http://www.marchesehealthcare.ca/images/info-icon.gif) no-repeat 6px 8px #FEF3CD;
	margin-bottom: 14px;
	padding: 4px 4px 4px 22px;
}
#left a{
	cursor:pointer;
}
#left ul{
	margin: 0 0 14px 0;
	padding: 0;
}
#left ul li{
	font-size: 1.2em;
	line-height: 1.5em;
	padding-left: 20px;
	list-style-type:none;
	background: url(http://www.marchesehealthcare.ca/images/bullet-arrow1.gif) no-repeat left .25em;
}
#left ul li ul li{
	font-size: 1em;
}
#left ul li.space{
	margin: 0 0 12px 0;
	background: none;
	padding-left: 38px;
	text-indent: -38px;
}
#left ul li.space ul li{
	margin: 0;
}
#left hr{
	border:none;
	border-top:1px solid #CCC;
	height: 1px;
	margin-bottom: 10px;
	clear: both;
}
#left hr.dashed{
	border-top:1px dashed #999;
}
#left p.comment{
	margin:0;
}
#left p.comment small{
	color:#999;
}
#left hr.comment{
	border-top:1px dashed #CCC;
	margin-top:10px;
}

#rightcontainer{
	display: inline;
	float: left;
	width: 250px;
	margin-left: 4px;
	margin-top: 14px;
}
div .rightboxcontainer{
	margin-bottom: 14px;
	color: #FFF;
}
div .rightboxtop{
	background-image: url(http://www.marchesehealthcare.ca/images/rightbox-top.png);
	height: 16px;
}
div .rightboxbg{
	background-image: url(http://www.marchesehealthcare.ca/images/rightbox-bg.jpg);
}
div .rightboxbottom{
	background-image: url(http://www.marchesehealthcare.ca/images/rightbox-bottom.png);
	height: 16px;
}
div .rightbox{
	background: url(http://www.marchesehealthcare.ca/images/rightbox-gradient.jpg) no-repeat;
	padding:0 20px 1px;
}
div.rightboxcontainer h2{
	background-image: url(http://www.marchesehealthcare.ca/images/rightboxh2-bg.png);
	width: 230px;
	height: 30px;
	padding: 7px 0 0 14px;
	margin: -16px 0 0 -20px;
	font-size: 1.2em;
	float: left;
	/*fix for IE 6*/
	_background-image:none;
	_width:auto;
	_height:auto;
	_padding:0;
	_margin:0;
}
div .rightbox h3{
	font-size: 1.2em;
	margin:6px 0 0;
	clear:both;
}
div .rightbox p{
	margin: 0 0 14px 0;
	font-size: 1.2em;
	line-height: 1.5em;
	clear: both;
}
div .rightbox p big{
	font-size: 120%;
	line-height: 1.4em;
}
div .rightbox p a{
	cursor:pointer;
	color:#FFF;
}
div .rightbox ul{
	margin: 0 0 12px 16px;
	padding:0;
}
div .rightbox ul li{
	font-size: 1.2em;
	line-height: 1.5em;
}
/*div .rightbox ul{
	margin: 12px 0;
	padding:0;
}
div .rightbox ul li{
	list-style-type:none;
	font-size: 1.2em;
	line-height: 1.5em;
}*/
div .rightbox form{
	margin: 0;
	padding: 0;
	border-top:none;
}
div .rightbox form p{
	padding: 0;
	margin: 6px 0;
	line-height: 23px;
}
div .rightbox form label{
	margin-right: 8px;
	font-size: 12px;
	width: 62px;
	float: left;
}
div .rightbox form textarea{
	height: 50px;
	width: 204px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:inherit;
}
div .rightbox form input{
	width: 130px;
}
div .rightbox form input.button{
	width: 46px;
	margin-bottom: -1px;
}


div .servicebox{
	background-image: url(http://www.marchesehealthcare.ca/images/servicebox.png);
	padding: 8px;
	margin-bottom: 14px;
	height: 163px;
}
div .servicebox h2{
	/*font-family: "Bookman Old Style", "Times New Roman", Times, serif;*/
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	width: 205px;
	text-align: right;
	margin-top: 136px;
}
div .servicebox h2 a{
	text-decoration:none;
	color: #001333;
}
div .servicebox h2 a:hover{
	text-decoration:underline;
}
div .servicebox p{
	margin: 0px;
}
div .servicebox p img{
}

#footer{
	color: #B3C8D6;
	font-size: 1.1em;
	background: url(http://www.marchesehealthcare.ca/images/footer-border.gif) repeat-x;
	clear: both;
	padding: 25px 18px 14px;
	zoom:1;
}
#footer p{
	margin: 0;
	padding: 0;
}
#footer ul{
	margin: 0;
}
#footer ul li{
	list-style-type: none;
	float: right;
	background: url(http://www.marchesehealthcare.ca/images/bullet-arrow2.gif) no-repeat left center;
	padding-left: 17px;
	margin-left: 20px;
}
#footer a{
	color: #B3C8D6;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
