* {
  margin: 0;
  padding: 0;
}

body {
	font: Georgia, "Times New Roman", Times, serif;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	font-weight: 100;
	padding: 10px 0px 0px 0px;
}

#footer p {
	height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	font-weight: 100;
	display: inline;
	margin: 10px 0px 0px 0px;
}

.textblock {
	padding: 15px;
	background: url(images/textblock_bg.jpg) bottom repeat-x;
}

.mapblock {
	padding: 0px 5px 5px 5px;
}

h1 {
	font-size: 22px;
	font-weight: 900;
	padding: 0 10px;
	color: #1BB6EA;
	background: url(images/header_line.gif) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	display: inline;
}

h2 {
	font-size: 12px;
	font-weight: 900;
	color: #1978AE;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

h3 {
	font-size: 12px;
	font-weight: 100;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

#branding h1 {
  margin: 0;
}

#branding {
  height: 50px;
  background-color:#BBB;
  padding: 20px;
}

#mainNav {
height: 35px;
  list-style: none;
  padding: 0px 0px 0px 10px;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #999;
}

#mainNav ul li {
float: left;
}

#mainNav ul a {
	display: block;
	padding: 0 10px;
	line-height: 25px;
	background: url(images/menu_divider.gif) no-repeat;
	text-decoration: none;
	color: #1BB6EA;
	font-weight: 900;
	font-size: 15px;
}

#mainNav ul a:visited {
	color: #1BB6EA;
	font-weight: 900;
	font-size: 15px;
}

#mainNav ul a:hover {
	color: #4B86B9;
	font-weight: 900;
	font-size: 15px;
}

#footer {
	width: 900px;
	height: 40px;
  background:#F5FCFE;
  padding: 10px 0px 0px 0px;
  margin: 15px 0px 0px 0px;
  clear: both; 
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 940px;
}

#wrapper {
  width: 900px; 
  margin: 0 auto; 
  text-align: left;
  background: #FFF;
}

#content { 
  width: 900px;
  float: right; 
  background:#FFF;
  margin: 0px 0px 10px 0px;
}

#rightcolumn {
	width: 465px;
	float: right;
}

#leftcolumn {
	width: 435px;
	float: left;
	text-align: left;
}
#clearbox {
	clear: both;
}

.personalcare {
	width: 235px;
	height: 107px;
	background: url(images/personalcare_bg.jpg) no-repeat;
	padding: 35px 185px 0px 15px;
	margin: 0px;
	text-align: left;
	float: left;
}

.practicaltasks {
	width: 245px;
	height: 105px;
	background: url(images/practicaltasks_bg.jpg) no-repeat;
	padding: 15px 15px 0px 175px;
	margin: 0px;
	text-align: right;
	float: left;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 900;
	color: #333333;
	text-decoration: underline;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 900;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 900;
	color: #999999;
	text-decoration: none;
}
