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


#preload { display: none; }



* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	margin: 0px;
	font-size: 101%;
	background-color: #ECE8E7;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/structure/bkrepeat.jpg);
}

img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	color: #731032;
	text-decoration: none;
}

a:visited {
	color: #731032;
	text-decoration: none;
}

a:hover {
	color: #731032;
	text-decoration: underline;
}

a:active {
	color: #731032;
	text-decoration: none;
}


p {
	line-height: 16px;
	padding-bottom: 20px;
}

/*forms*/

#formdivider {
	margin-top: 15px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


#formtext {
	padding: 40px 69px;
	width: 540px;
	float: left;
	text-align: left;
	margin-top: -1px;
	background-color: #F7F7F1;
	margin-right: 105px;
	margin-left: 105px;
	margin-bottom: 20px;
	border: 1px solid #E7E7E1;
}

#formtext p {
	padding-top: 0px;
	padding-bottom: 5px;
}

#formtext h2 {
	font-size: 12px;
	padding-bottom: 7px;
	padding-top: 0px;
}


#formtext h3 {
	padding-bottom: 20px;
	font-size: 16px;
	padding-top: 22px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C1C1C1;
}

label {
	color: #731032;
}

input {
	background-color: #FEFEF7;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-right: 10px;
	margin-left: 0px;
}

input.borderless {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	background-color: #F7F7F1;
}


select {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
}

textarea {
	background-color: #FEFEF7;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-right: 10px;
	margin-left: 0px;
	font-family: "Lucida Grande", "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
}

/*end forms*/


ul {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 10px;
}

li {
	padding-bottom: 9px;
	line-height: 12px;
	background-image: url(../images/listarrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
}



h1 {
	font-size: 20px;
	color: #731032;
	padding-bottom: 10px;
	margin-left: -2px;
	font-weight: normal;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #5E5E5E;
	padding-bottom: 2px;
	padding-top: 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #731032;
	padding-bottom: 2px;
}


h4 {
	font-family: "Lucida Grande", "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #731032;
	margin: 0px;
	padding: 0px 0px 3px;
}





#wrapper {
	font-family: "Lucida Grande", "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	text-align: left;
	background-image: url(../images/structure/horzrepeat.jpg);
}






#header {
	background-image: url(../images/structure/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 142px;
}

#logo {
	position: relative;
	top: 63px;
	left: 51px;
	width: 300px;
}



/* nav*/

#navbar {
	height: 25px;
	background-repeat: repeat-x;
	width: 900px;
	margin-right: 25px;
	margin-left: 25px;
	position: relative;
	top: 85px;
}


#navcontainer {
	text-align: center;
}



#nav ul {
	list-style-type: none;
	text-align: center;
	padding: 0;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
	list-style-image: none;
	left: 0px;
}

#nav li {
	float: left;
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	outline:none;
	background-image: none;
}


#nav li a {
	text-decoration: none;
	color: #333333;
	font-family: "Lucida Grande", "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	display: block;
	padding-top: 5px;
	background-image: url(../images/navbar/navbar.jpg);
	background-repeat: repeat-x;
	text-transform: capitalize;
	outline:none;
}

#nav li a:link {
	color: #333333;
	text-decoration: none;
	outline:none;

}


#nav li a:visited {
	color: #333333;
	text-decoration: none;
	outline:none;

}


#nav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/navbar/navbarhover.jpg);
	outline:none;
}


#nav li a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/navbar/navbarselected.jpg);
	background-repeat: repeat-x;
	outline:none;
}

#nav li a.current,#nav li a.current:hover,#nav li a.current:active  {
	color: #FFFFFF;
	background-image: url(../images/navbar/navbarselected.jpg);
	outline:none;
}

#nav li a.divider,#nav li a.divider:hover,#nav li a.divider:active  {
	background-image: url(../images/navbar/navdivider1.jpg);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 0px;
	width: 1px;
	margin-right: 0px;
	margin-left: 0px;
	outline:none;
}


#nav li a.about {
	width: 94px;
}

#nav li a.physicians {
	width: 115px;
}

#nav li a.services {
	width: 115px;
}

#nav li a.location {
	width: 106px;
}

#nav li a.info {
	width: 158px;
}

#nav li a.app {
	width: 130px;
}

#nav li a.links {
	width: 80px;
}

#nav li a.contact {
	width: 95px;
}

/* end nav */



/* text */

#maintext {
	width: 600px;
}


#homeleft {
	padding: 0px 19px 0px 20px;
	width: 190px;
	float: left;
	text-align: left;
	margin-top: 20px;
	}

#homemiddle {
	padding: 0px 18px;
	float: left;
	text-align: left;
	margin-top: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	width: 412px;
	}


#homeright {
	width: 205px;
	float: left;
	text-align: left;
	margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	}

#homeright li {
	padding-bottom: 20px;
	font-weight: normal;
}


#homeleft p {
	padding-bottom: 10px;
}

#homemiddle p {
	padding-bottom: 10px;
}



#onetext {
	padding: 40px 89px;
	width: 500px;
	float: left;
	text-align: left;
	margin-top: -1px;
	background-color: #F7F7F1;
	margin-right: 105px;
	margin-left: 105px;
	margin-bottom: 20px;
	border: 1px solid #E7E7E1;
}







#twotextleft {
	padding: 0px 30px;
	width: 554px;
	float: left;
	text-align: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	margin-top: 25px;
}


#twotextleft.right {
	padding: 0px 30px;
	width: 554px;
	float: left;
	text-align: left;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	margin-top: 25px;
	border-right-style: none;
}

#twotextleft.right ol{
	list-style-image: none;
	list-style-type: none;
	padding-top: 6px;
	padding-bottom: 10px;
}

#twotextleft.right li{
	list-style-image: none;
	padding-bottom: 12px;
	line-height: 13px;
}



#twotextright {
	width: 225px;
	float: left;
	text-align: left;
	margin-top: 25px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	color: #827B64;
}

#twotextright ul{
	list-style-type: none;
}

#twotextright li{
	padding-bottom: 15px;
	background-image: url(../images/listarrow.gif);
	}

#twotextright a {
	color: #731032;
}


#twotextright h1 {
	line-height: 22px;
	color: #731032;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
}


#twocolumnleft {
	padding: 0px 15px 0px 30px;
	width: 405px;
	float: left;
	text-align: left;
	margin-top: 25px;
}
#twocolumnleft li {
	background-image: none;
	padding-left: 0px;
}

#twocolumnright {
	padding: 0px 30px 0px 15px;
	width: 405px;
	float: left;
	text-align: left;
	margin-top: 25px;
}

#twocolumnright li {
	background-image: none;
	padding-left: 0px;
}


/* end text */




/* image header and navigation */

#headerimage {
	height: 350px;
	width: 100%;
}

#headerimage.home {
	height: 317px;
	width: 100%;
}

#headerimage.map {
	height: 325px;
	width: 100%;
}

#headerimage.patientinfo {
	height: 250px;
	width: 100%;
}


#headerimage.appointments {
	height: 305px;
	width: 100%;
}

#headerimage.services {
	height: 175px;
	width: 100%;
}




#headerimage.group {
	background-image: url(../images/portraits/cmg_group.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#headerimage.one {
	background-image: url(../images/portraits/1.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


#headerimage.two {
	background-image: url(../images/portraits/2.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


#headerimage.three {
	background-image: url(../images/portraits/3.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


#headerimage.four {
	background-image: url(../images/portraits/4.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


#headerimage.five {
	background-image: url(../images/portraits/5.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


#headerimage.six {
	background-image: url(../images/portraits/6.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


#headerimage.seven {
	background-image: url(../images/portraits/7.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


#headerimage.eight {
	background-image: url(../images/portraits/8.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


#headerimage.nine {
	background-image: url(../images/portraits/9.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}




#headerimagenav {
	width: 500px;
	padding-left: 29px;
	padding-top: 50px;
	float: left;
}

#headerimagenav.intro {
	width: 200px;
	padding-left: 29px;
	padding-top: 0px;
	float: left;
	padding-right: 0px;
	margin-top: 25px;
	margin-bottom: 10px;
}

#headerimagenav ul {
}

#headerimagenav li {
	background-image: none;
	list-style-image: none;
	padding-left: 0px;
	padding-bottom: 25px;
}

#headerimagenav li a {
	padding-left: 1px;
}

#headerimagenav li a:link {
	color: #444444;
	font-size: 12px;
}

#headerimagenav li a:visited {
	color: #444444;
	font-size: 12px;
}

#headerimagenav li a:hover {
	color: #731032;
	text-decoration: none;
	font-size: 12px;
}

#headerimagenav li a:active {
	color: #444444;
	font-size: 12px;
}


#headerimagenav li a.current,#headerimagenav li a.current:hover,#headerimagenav li a.current:active  {
	font-weight: normal;
	padding-left: 0px;
	color: #731032;
	font-size: 20px;
}

#headerimagenav li a.currenttwo,#headerimagenav li a.currenttwo:hover,#headerimagenav li a.currenttwo:active  {
	font-weight: bold;
	padding-left: 0px;
	color: #333;
	font-size: 12px;
}




/* end image header and navigation */





#leftborder {
	background-repeat: no-repeat;
	background-position: top;
	width: 25px;
	float: left;
	height: 415px;
	background-image: url(../images/structure/lc.jpg);
	font-weight: bold;
}


#content {
	float: left;
	width: 900px;
	min-height:415px;
	height:auto !important;
	height:415px;
	background-color: #FFFFFF;
}

#content.links {
	background-image: url(../images/links.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
}



#rightborder {
background-image: url(../images/structure/rc.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 25px;
	float: left;
	height: 415px;
}


#footer {
	background-repeat: no-repeat;
	background-position: top;
	height: 25px;
	width: 950px;
	clear: both;
	text-align: left;
	text-indent: 51px;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(../images/structure/footer.jpg);
}





#contactfooter {
	font-family: "Lucida Grande", "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	line-height: 16px;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	text-align: center;
	height: 40px;
	padding-left: 30px;
}





#contact {
	position: relative;
	left: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#copyright {
	color: #999999;
	font-family: "Lucida Grande", "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	clear: both;
	left: 0px;
	top: 2px;
	position: relative;
}








/* PIPED LINKS */
.piped {
	display: block;
	zoom: 1;
	background-image: none;
}



.piped:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.piped li {
	float: left;
	display: inline;
	border-left: 1px solid #CCCCCC;
	padding: 0 0 0 10px;
	margin-left: 10px;
	height: 15px;
	background-image: none;
			}

.piped li.first { border-left: 0 !important; padding-left: 0; margin-left: 0 !important; }

.piped li a {
	display: block;
}

.piped li a:link {
	color: #999999;

}


.piped li a:visited {
	color: #999999;
	text-decoration: none;

}


.piped li a:hover {
	color: #999999;
	text-decoration: underlined;
}


.piped li a:active {
	color: #999999;
	text-decoration: none;
}
