* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #AED6B5;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	line-height: 1.2em;
	color: #151515;
}

h1, h2 {
	text-transform: uppercase;
}

h1 {
	margin: 0 25px;
	padding: 60px 0 0 54px;
	font-size: 315%;
	font-family: "Arial Black", Gadget, sans-serif;
	letter-spacing: 0.065em;
	line-height: 0.8em;
	text-indent: -9999px;
	color: #00542A;
	background: url("images/logo_sindacare.gif") no-repeat 0 80%;
}

h1 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 51%;
	letter-spacing: 0.01em;
	color: #EA0021;
}

h2 {
	font-size: 90%;
	padding: 4px 0 2px 0;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.055em;
	color: #004C2C;
	background: #AED995 url("images/top_border_bg.png") no-repeat 290px 3px;
}

h3 {
	font-size: 120%;
	color: #D71F28;
	margin: 20px 0 4px 0;
}

h4 {
	font-size: 110%;
}

p, dl {
	font-size: 90%;
}

dl {
	float: left;
	width: 270px;
}

dt {
	font-weight: bold;
	padding-top: 3px;
}

dl.exception {
	width: 235px;
	float: right;
}

ul {
	list-style: none;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	outline: none;
	color: #00A77D;
}

img {
	border: none;
}

img.lt {
	float: left;
	margin-left: 40px;
}

img.rt {
	float: right;
	margin-right: 40px;
}


iframe {
	float: left;
	background: #EBE6DC;
}

#wrapper {
	width: 990px;
	margin: 20px auto;
	background: #FFF;
	border: 1px solid #8CA790;
}

#header {
	height: 131px;
	margin: 0;
	padding: 0;
	background: #F1FBF2 url("images/header_bg.png") no-repeat bottom right;
}

/* main content - including conditionals below */
#main_content {
	position: relative;
	width: 960px;
	top: -26px;
	margin: 0 auto;
}

#boxLinks {
	overflow: hidden;
}

#boxLinks li {
	display: inline;
}


#boxLinks li a {
	width: 84px;
	padding: 3px 10px;
	margin-right: 2px;
	font-size: 106%;
	letter-spacing: 0.055em;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border: thin solid #D54646;
	float: left;
	display: block;
	margin-left: -1px;
	position: relative;
	left: 1px;
	background: #FF4157 url("images/btn.png") repeat-x bottom left;
}

#boxLinks li a:hover {
	background: #009D6D url("images/btn_over.png") repeat-x bottom left;
	border: thin solid #007851;
}

#boxLinks li a.current {
	background: #009D6D url("images/btn_over.png") repeat-x bottom left;
	border: thin solid #007851;
}

#box {
	border-top: 4px solid #EA303C;
	overflow: auto;
	padding: 0;
	position: relative;
	top: -1px;
}

.box {
	display: none;
	display: block;
	position: relative;
	overflow-x: hidden;
}

/*  map */
.map {
	float: left;
	width: 390px;
	height: 296px;
	margin: 0;
	overflow: hidden;
}

.details {
	float: right;
	width: 522px;
	margin: 20px 16px 0 0 ;
}
/*   end of tabs area*/

#multicolumn {
	width: 960px;
	margin: 0 auto;
	font-size: 88%;
	letter-spacing: 0.041em;
}

.column {
	float: left;
	margin: 0 18px 0 18px;
	padding: 15px 0 8px 0;
}

.location {
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #393939;
}

#footer {
	clear: both;
	padding: 20px 0;
	text-align: center;
	color: #00A77D;
}

#copyright {
	width: 500px;
	margin: 25px auto 0 auto;
	text-align: center;
	color: #00A77D;
}

#copyright img {
	vertical-align: top;
}

#copyright a {
	font-size: 95%;
	color: #009BFF;
}

#copyright a span {
	color: #EE009C;
}