* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-image: url(../_img/body_back2.gif);
	background-repeat: repeat;
}
#footer {
	color: #333333;
	text-align: right;
	padding: 5px;
	width: 763px;
}

#core {
	width: 773px;
	margin-bottom: 5px;
}
#bottom {
	width: 773px;
	background-image: url(../_img/index_r10_c1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 250px;
}
#nav {
	background-color: #F3F0EC;
	height: 42px;
	width: 773px;
	background-image: url(../_img/index_r1_c1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-bottom: 10px;
}

#bottom_address {
	background-color: #D7CECC;
	float: left;
	width: 208px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 235px;
}
#bottom_address p {
	text-align: right;
	padding-right: 25px;
	color: #333333;
}
#bottom_service {
	background-color: #DBD4C2;
	float: left;
	width: 229px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 235px;
}
#bottom_service p {
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	color: #333333;
}
#bottom_patient {
	background-color: #DBD4C2;
	float: left;
	width: 333px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 235px;
}
#bottom_patient p {
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	color: #333333;
}




#welcome {
	color: #FFFFFF;
	background-color: #556270;
	height: 200px;
	width: 773px;
}

#content_wrapper {
	color: #FFFFFF;
	width: 773px;
	background-image: url(../_img/leftsidebar_back.jpg);
	background-color: #566270;
	float: left;
}
#wrapper {
	height: 100%;
	width: 773px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper_inside {
	height: 100%;
	width: 773px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer a:link {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #556270;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #556270;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

/*-----Left Sidebar-----*/
#leftsidebar {
	float: left;
	width: 180px;
	padding: 25px;
}
/*-----Content------*/
#content {
	float: right;
	width: 475px;
	padding: 25px;
	height: 100%;
}
#content p {
	padding-bottom: 25px;
}

#welcome_left {
	float: left;
	width: 230px;
}
#welcome_left p {
	padding: 10px;
}
#welcome_right {
	float: right;
	width: 500px;
}
#welcome_right p {
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#clear {
	clear: both;
}

.clear {
	clear: both;
}
.floatleft {
	float: left;
	padding-right: 10px;
	padding-left: 7px;
	padding-top: 7px;
}
.floatleftnopadding {
	float: left;
}
.floatright {
	float: right;
}

.floatrightservices {
	float: right;
	padding-right: 25px;
}
.floatrightpatientinfo {
	float: right;
	padding-right: 25px;
	padding-left: 10px;
}
