@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #241720;
	background-repeat: repeat-x;
	background-image: url(mckinneymedspaimages/medspabg.jpg);
}
.oneColElsCtr #container {
	width: 850px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-left: auto;
	margin-right: auto;
}
.logo {
	width: 412px;
	height: 204px;
	float: left;
	position: absolute;
	text-align: left;
	z-index: 100;
}
.text {
	background-image: url(mckinneymedspaimages/main-concept2_04.gif);
	background-color: #887162;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 20px;
	height: auto;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
}
.navigation {
	text-align: right;
	width: 875px;
	padding-right: 32px;
	padding-top: 40px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-bottom: 2px;
	word-spacing: 1px;
	letter-spacing: 1px;
}
.footer {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-top: 3px;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 13px;
}
.purple {
	color: #63318B;
}
.oneColElsCtr #mainContent {
	padding-top: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 25px;
	width: 853px;
	height: 551px;
	text-align: left;
	background-image: url(../mckinneyfamilydoctor/mckinneyfamilymedicinebg.png);
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}
strong {
	font-size: 14px;
	color: #E8D8BD;
}
h1 {
	color: #FFF;
	font-size: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.center {
	text-align: center;
	letter-spacing: 2px;
	word-spacing: 2px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #642D8D;
	text-decoration: none;
}
.navigation a {
	color: #FFF;
	text-decoration: none;
}
.navigation a:hover {
	color: #642D8D;
	text-decoration: none;
}

ul {
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(arrow.gif);
	list-style-type: square;
	padding: 2px;
	margin: 2px;
	text-indent: 2px;
}
.text2 {
	color: #241723;
	font-size: 10px;
	height: 20px;
	width: 20px;
	overflow: hidden;
}

