/* GLOBAL
-------------------------------------------------------- */

body {
	top: 0px;
	padding: 0px;
	border: 0px
	margin: 0px;
	background-color: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
}
div {
	position: relative;
	font-family: "Times New Roman", times, serif;
	text-align: center;
	top: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
p {
	font-family: "Times New Roman", times, serif;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0px;
	word-spacing: 1px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: rgb(64,64,64);
	text-decoration: none;
}
a {
	font-family: "Times New Roman", times, serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0px;
	word-spacing: 1px;
	text-align: left;
	color: rgb(51,107,162);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	text-align: left;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: strong;
	line-height: 18px;
}
li {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 0px;
	word-spacing: 1px;
	text-align: left;
	margin-left: 20px;
	padding-left: 0px;
	color: rgb(29,34,38);
	text-decoration: none;
}
dt {
	text-indent: 20px;
	font-size: 12px;
	line-height: 12px;
	border: 0px;
	padding: 15px 0px 10px 0px;
	color: rgb(29,34,38);
}
dd {
	font-size: 12px;
	line-height: 14px;
	color: rgb(29,34,38);
}


/* FRAMEWORK
-------------------------------------------------------- */

div#layout {
	width: 1000px;
	height: 100%;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
}
div#header {
	position: absolute;
	top: 45px;
	left: 48px;
	width: 900px;
	height: 85px;
	margin: 0px;
	border-style: none solid none solid;
	border-width: 3px;
	border-color: rgb(199,161,215);
	background-color: rgb(255,255,255);
	z-index: 20;
}
div#content {
	position: absolute;
	left: 240px;
	top: 163px;
	width: 711px;
	height: 650px;
	border-style: none solid solid none;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-right-color: rgb(199,161,215);
	border-bottom-color: rgb(159,127,176);
	background-color: rgb(255,255,254);
	z-index: 20;
}
div#contentHeader {
	position:absolute;
	left:60px;
	top:30px;
	width:570px;
	height:85px;
	padding:0px;
	z-index:25;
}
div#contentText {
	position:absolute;
	left:60px;
	top:115px;
	width:610px;
	height:530px;
	padding:0px;
	z-index:30;
}
div#sideBar {
	position: absolute;
	left:48px;
	top: 163px;
	width: 150px;
	height: 580px;
	padding: 40px 20px 40px 20px;
	border-style: none solid solid solid;
	border-width: 3px;
	border-color: rgb(159,127,176);
	background-color: rgb(199,161,215);
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
}
div#footer {
	position: absolute;
	left: 0px;
	top: 854px;
	width: 1000px;
	height: 66px;
	margin-top: 1px;
	padding-top: 8px;
	background-color: rgb(255,255,255);
	background-image: url(images/bg-bottom.png);
	background-repeat: no-repeat;
	text-align: center;
	z-index: 30;
}
div#shadowL {
	display: none;
}
div#shadowR {
	display: none;
}
div#logo {
	position: absolute;
	top: 20px;
	left: 300px;
	width: 325px;
	height: 60px;
	z-index: 30;
}
div#doctorName {
	position: absolute;
	top: 55px;
	left: 0px;
	width: 190px;
	height: 15px;
}
div#lotus {
	display: none;
}


/* MENU
-------------------------------------------------------- */
div#menu {
	position: absolute;
	top: 130px;
	left: 48px;
	width: 900px;
	height: 25px;
	padding-top: 7px;
	border-style: solid;
	border-width: 3px;
	border-color: rgb(229,240,205);
	background-color: rgb(229,240,205);
	background-image: none;
	background-repeat: no-repeat;
	z-index: 500;
}
div#menu div {
	width: 130px;
	float:left;
	text-align:left;
	}
div#menu li {
	background-color: rgb(255,255,255);
	}
div.dd {
	width: 180px;
	height: 50px;
	margin: 7px;
	float: left;
}
ul.menu {
	display: none;
}

/* ELEMENTS
-------------------------------------------------------- */

div#map {
	position: absolute;
	top: 80px;
	left: 210px;
	width: 520px;
	height: 446px;
	padding: 2px;
	border: solid 2px rgb(171,171,171);
	background-color: rgb(74,74,74);
	z-index: 20;
}
.announcement {
	position: relative;
	width: 153px;
	margin-top:10px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	z-index: 55;
}
.contentImage {
	position: relative;
	display: inline;
	padding: 20px;
}
.fRight {
	float: right;
}
tr.input {
	float: left;
}

/* TEXT
-------------------------------------------------------- */

h1 { /* Side Bar */
	font-family: "Times New Roman", times, serif;
	font-size: 12px;
	font-style: bold;
	line-height: 20px;
	letter-spacing: 0px;
	word-spacing: 1px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: rgb(64,64,64);
	text-decoration: none;
}
h2 { /* Section Title */
	font-family: "Times New Roman", times, serif;
	font-size: 19px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0px;
	word-spacing: 1px;
	margin: 0px;
	padding: 0px;
	color: rgb(88,42,115);
	text-decoration: none;
}
h3 { /* Sub Heading */
	font-family: "Times New Roman", times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 200;
	line-height: 40px;
	letter-spacing: 0px;
	word-spacing: 1px;
	text-align: left;
	padding-top: 20px;
	color: rgb(159,105,189);
	display: inline;
	text-decoration: none;
}
h4 { /* footer */
	font-family: "Times New Roman", times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: center;
	color: rgb(58,22,87);
	display: inline;
	text-decoration: none;
}
p.list {
	font-size: 8px;
}
p.headerText {
	font-family: "Times New Roman", times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
	text-align: center;
	display: inline;
	color: rgb(159,105,189);
}
.italic {
	font-style:italic;
}


/* LINKS
-------------------------------------------------------- */
	
	/* Color Swatches
	-------------------------------------------------------- */
	
	.green1{
		color:rgb(229,240,205);
	}
	.green2{
		color:rgb(208,228,160);
	}
	.green3{
		color:rgb(143,191,104);
	}
	.green4{
		color:rgb(82,116,53);
	}
	.lavender1{
		color:rgb(199,161,215);
	}
	.lavender2{
		color:rgb(159,105,189);
	}
	.lavender3{
		color:rgb(159,127,176);
	}
	.lavender4{
		color:rgb(88,42,115);
	}
	.lavender5{
		color:rgb(58,22,87);
	}
	.gray1 {
	 	color:rgb(255,255,254);
	 }
	 .gray2 {
	 	color:rgb(120,120,120);
	 }
	 .gray3 {
	 	color:rgb(64,64,64);
	 }
	 .gray4 {
	 	color:rgb(29,34,38);
	 }
		