
*, html, body {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
}

h1 {
	font-size: 25px;
	letter-spacing:3px;
	margin-bottom:15px;
}

#testi h3 {
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color: #ce7019;
}

a.white, a.white:visited {
	font-family: Helvetica, sans-serif;
	font-size:12px;
	color: white;
	text-decoration:none;
}
a.white:hover, a#current.white {
	text-decoration:none;
	color:#98c1ba;
}

a.green, a.green:visited {
	font-family: Helvetica, sans-serif;
	font-size:12px;
	color: #014D4F;
	text-decoration:none;
	line-height:1.5em;
	margin-top:5px;
}
a.green:hover, a#current.green {
	text-decoration:none;
	color:#ce7019;
}




a.peach, a.peach:visited {
	font-family: Helvetica, sans-serif;
	font-size:12px;
	color: white;
	text-decoration:none;
}
a.peach:hover, a#current.peach {
	text-decoration:none;
	color:#fee4c9;
}


ol {
	margin-left:18px;
}
ol li {
	margin-top:8px;
}

#main ul.white {
	list-style-position:outside;
	list-style-type:circle;
}

#main ul.white li {
	display:block;
	margin-top:8px;
	list-style-position:outside;
	list-style-type:circle;	
}


#wrapper {
	margin: 0 auto;
	width: 992px;
	text-align:left;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 992px;
	height: 270px; 
	margin-top: 17px;
	margin-bottom:17px;
}
#top_nav {
	position:absolute;
	top: 35px;
	left: 90px;
	font-size: 13px;
	font-weight:bold;
	letter-spacing:1px;
	
}
#top_nav a {
	display:block;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-variant:small-caps;	
	color: #094d34;	
	height:13px;
	width:400px;
}
#top_nav a:hover {
	display:block;
	color: white;
}
#main {
	position:relative;
	top: 0;
	left: 0;
	width: 992px;
	height:290px;
	margin-bottom:17px;
}
#main ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style:none;
	margin-bottom:17px;
}
 #main ul li {
	display:inline;
	margin-left: 7px;
}
#left_container {
	position:relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 330px;
	height:780px;
	margin-bottom:17px;
}
#left_container_others {
	position:relative;
	float: left;
	top: 0px;
	left: 0px;
	background-image:url(../images/others_left.jpg);
	background-repeat:no-repeat;
	width: 330px;
	height:780px;
	margin-bottom:17px;
}
#testi {
	position:relative;
	color: #014D4F;
	top: 120px;
	left: 80px;
}


#left_container_about {
	position:relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 330px;
	height:850px;
	margin-bottom:17px;
	background-color:#004c33;
	color: white;
}
#left_container_assisted {
	position:relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 330px;
	height:772px;
	margin-bottom:17px;
	background-color: #014d4f;
	color: white;
}
#left_container_alz {
	position:relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 330px;
	height:860px;
	margin-bottom:17px;
	background-color: #ce7019;
	color: white;
}
#left_text {
	position:relative;
	top: 10px;
	left: 30px;
	width: 280px;
}
#left_text p {
	line-height: 1.5em;
	margin-bottom:15px;
}
#right_container {
	position:relative;
	float:right;
	top: 0px;
	left:0px;
	width: 660px;
	height:773px;
	color: #014d4f;
	margin-bottom:17px;
}
#right_container_text {
	position:relative;
	top: 25px;
	left: 25px;
	width: 600px;
	line-height:1.5em;
}
#right_container_text h2 {
	margin-bottom:15px;
	font-size:16px;
}
#right_container_text p {
	margin-bottom:15px;
}
#home_middle_left {
	position: relative;
	float:left;
	top: 0px;
	left: 0px;
	width: 340px;
	height:290px;
	background-color:#cae8de;
}
#middle_left_text {
	position:relative;
	top: 50px;
	left: 40px;
	width: 275px;
	height: 200px;
	line-height:2em;
	color: #014d4f;
}
#contact_container {
	position:absolute;
	top: 50px;
	left: 25px;
	width:300px;
	color: #094d34;	
}
#home_images {
	position:relative;
	float: right;
	top: 0px;
	left: 0px;
}
#home_images img {
	margin-left:17px;
}
#footer {
	position:relative;
	top: 0px;
	left: 0px;
	margin-top:17px;
	width: 992px;
	height: 160px;
}

