/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #4F5559;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	
}

a:link, #links a:visited, p a:link, p a:visited{
	color: #acb915;
}
a:hover, p a:hover {
	color: #000000;
}	
h1 {
	color: #507059;
	font-size: 1.1em;
}
h1 span {
	color: #003366;
}

h2 {
	font-size: 1em;
	color: #e6ba3d;
}
h3 {
	color: #000000;
	font-size: 1.1em;
}

p {
	font-size: 100%;
	color: #507059;
	line-height: 18px;
	
}

ul li {
	font-size: 100%;
	color: #507059;
	line-height: 18px;
	
}

.imgleft {  
float: left;
margin-top: 15px;
margin-right: 15px;
margin-bottom: 15px;
margin-left: 0;
} 

.imgright {  
float: right;
margin-top: 15px;
margin-right: 0;
margin-bottom: 15px;
margin-left: 15px;
} 

#master {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	background-image: url(../images/layout/bkg_w.gif);
	background-repeat: repeat-y;	
}
#container {
	width: 1024px;
	background-image: url(../images/layout/content_bkg_w1.gif);
	background-repeat: repeat-y;	
}
#logo {
	background-image: url(../images/layout/vancouver_home_care_banner_w5.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 210px;
	width: 1024px;
}

#bar {
	background-image: url(../images/layout/menu_w3.jpg);
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 38px;
	width: 1024px;
	float: left;
}

#bar1 {
	background-image: url(../images/layout/menu_w4.jpg);
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 38px;
	width: 1024px;
	float: left;
}

#picture {
	display: inline;
	float: left;
	width: 600px;
	height: 300px;
	padding: 0px;
	margin-top: 40px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #507059;
}

#top_menu {
	color: #CCCCCC;
	margin-left: 0px;
	font-weight: bold;
	font-size: 120%;
	height: 30px;
	margin-top: 8px;
}
#top_menu a, #top_menu a:visited{
	color: #CCCCCC;
	text-decoration: none;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-right: 0.5em;
	padding-left: 0.5em;
	display: block;
	float: left;
}
#top_menu a:hover{
	color: #acb415;
	text-decoration: none;
}
#top_menu .current{
	color: #003366;
	text-decoration: none;
}
#menu_container {
	display: inline;
	float: left;
	width: 359px;
	height: 300px;
	padding: 0px;
	margin-top: 40px;
	margin-left: 32px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #507059;
}
#menu {
	width:140px;
	margin-top: 40px;
	margin-left: 107px;
	font-size: 100%;
	font-weight: bold;
	
}
#menu a, #menu a:visited {
	display:block;
	
	color:#ffffff;
	text-indent:0.6em;
	
	text-decoration:none;
	
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#menu a:hover {
	color:#507059;
	
	
}
.box {
  position:relative;
}

#content {
	
	float: left;
	width: 900px;
	margin-top: 350px;
	margin-left: 62px;
	
	
	
}

#footer {
	background-image: url(../images/layout/footer_w2.jpg);
	background-repeat: repeat;
	clear: both;
	height: 180px;
	width: 1024px;
}
#links {
	margin-top: 14px;
	display: block;
	height: 18px;
	width: 750px;
	margin-bottom: 10px;
	margin-left: 160px;
	
}
#links a {
	color: #FFFFFF;
	text-decoration: none;
}
#links a:hover {
	color: #000000;
	text-decoration: none;
}

