/* CSS Document */
body {
	background-color: #E2E3E5;
	margin: 0;
	padding: 0;
}

p, li, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #000000;
}

li {
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #0066A4;
	font-weight: normal;
	margin: 0;
}

#nav img {
	display: inline;
	float: left;
}

#homecolrt p {
	color: #6D6E71;
}

#footer p {
	font-size: 0.6em;
	color: #0B476B;
	margin: 5px;
}

/**** divs ****/

#page {
	width: 790px;
	margin: 6px auto 0 auto;
	padding: 0 0 30px 0;
	background-color: #FFFFFF;
}

#header {
	width: 790px;
	height: 369px;
}

#nav {
	width: 482px;
	height: 84px;
	margin-left: 19px;
	float: left;
}

#wecare {
	width: 272px;
	height: 84px;
	margin-left: 17px;
	float: left;
}

#content {
	width: 690px;
	margin: 0 50px;
}

#homecolrt {
	width: 210px;
	margin-top: 20px;
	padding: 15px 0 10px 30px;
	float: left;
	background-image: url(../../images/sep-bar.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#homecollt {
	width: 450px;
	float: left;
}

#footer {
	width: 790px;
	margin: 0 auto 10px auto;
	text-align: center;
}

/**** misc styles ****/

.clear {
	clear: both;
}

br.clear { 
	line-height: 0px; 
	height: 0; 
}

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.clearfix { 
	display: inline-block; 
}
.clearfix { 
	display: block; 
}

/**** links ****/

a { 
	outline: none; 
}

a img, :link img, :visited img { 
	border: none; 
}

a:link, a:visited {
	color: #0066A4;
	text-decoration: none;
}

a:hover, a:active {
	color: #0066A4;
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: #0B476B;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #0B476B;
	text-decoration: underline;
}