@charset "UTF-8";
body {
	background-image: url(../images/green.gif);
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/*---------LAYOUT----------*/

#wrapper {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-left: 12px;
}

#header {
	background-color: #712123;
	padding: 8px 10px 22px 20px;
    margin: auto;
}

#address {
	margin-left: 540px;
	margin-top: -35px;
}

#main {
	/*border-left: 6px solid #c6d59c;*/
}


#maintext {
	float: left;
	width: 690px;
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 20px;
	/*border-top: 2px solid #712123;*/
	border-right: 1px solid #712123;
	
}

#gallerymain {
	float: left;
	width: 730px;
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	/*border-top: 2px solid #712123;*/
	/*border-right: 1px solid #712123;*/
	
}

#col1 {
    float: left;
    width: 360px;
}

#col2 {
    float: left;
    width: 360px;
    margin-left: 5px;
}

#office {
	margin-left: 190px;	
}

#quote, #quote3 {
	float: right;
	width: 270px;
	background-image: url(../images/quote.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-top: 30px;
	padding-left: 30px;
	margin-top: 30px;
}

#quote2 {
	float: right;
	width: 270px;
	background-image: url(../images/quote.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-top: 30px;
	padding-left: 30px;
	margin-top: 20px;
}

#galleryquote, div.galleryquote {
	float: right;
	width: 240px;
	background-image: url(../images/quote.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-top: 30px;
	padding-left: 35px;
	margin-top: 20px;
    
	color: #712123;
	font-size: 13px;
	font-style: italic;
	line-height: 1.3em;
}

#quoteabout {
	float: right;
	width: 300px;
	background-image: url(../images/quote.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-right: -10px;
	padding-top: 25px;
	padding-left: 50px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#quoteright {
	float: right;
	width: 320px;
	background-image: url(../images/quote.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-right: -10px;
	padding-top: 25px;
	padding-left: 50px;
	padding-right: 10px;
	margin-top: 20px;
	margin-bottom: 15px;
}

#quoteright2 {
	float: right;
	width: 320px;
	background-image: url(../images/quote.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-right: -10px;
	padding-top: 25px;
	padding-left: 50px;
	padding-right: 10px;
	margin-top: 20px;
	margin-bottom: 15px;
}

#quoteright3 {
	float: right;
	width: 300px;
	background-image: url(../images/quote.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-right: -10px;
	padding-top: 25px;
	padding-left: 50px;
	padding-right: 10px;
	margin-top: 0px;
}

#quotelinks {
	float: right;
	width: 300px;
	background-image: url(../images/quote.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-right: -10px;
	padding-top: 25px;
	padding-left: 50px;
	padding-right: 10px;
	margin-top: 60px;
}

#quoteleft {
	float: left;
	width: 420px;
	background-image: url(../images/quote.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-left: 100px;
	margin-top: 0px;
	padding-top: 25px;
	padding-left: 50px;
}

#note {
    float: right;
	border: 2px solid;
	border-radius: 5px;
	width: 360px;
	margin-left: 0px;
	padding: 0px 25px 0px 10px;
}

#map {
	float: left;
	width: 360px;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 20px;
}

#location {
    clear: both;
    margin-bottom: 30px;
}

#footer {
	clear: both;
	padding-top: 20px;
	margin-top: 60px;
}

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

h2 {
	color: #712123;
	margin-bottom: -10px;
}

#wrapper #main #maintext h3 {
	color: #712123;
	margin-bottom: -10px;
}

#wrapper #main #maintext h4 {
	font-size: 14px;
	margin-bottom: -15px;
	margin-top: 20px;
}

#maintext .italic {
	font-style: italic;	
}

p.extended {
	margin-left: 170px;
}

#main p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#maintext p {
	font-size: 14px;
	line-height: 1.4em;
}

#map p {
	text-align: center;

}

p.more {
	font-style: italic;
	color: #712123;
	margin-top: -10px;
}

#quote p, #quote2 p, #quote3 p, #galleryquote p, div.galleryquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #712123;
	font-size: 13px;
	font-style: italic;
	line-height: 1.3em;
}

#quote2 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #712123;
	font-size: 13px;
	font-style: italic;
	line-height: 1.3em;
}

#quote3 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #712123;
	font-size: 13px;
	font-style: italic;
	line-height: 1.3em;
}

#address p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #a7a9ac;
	font-size: 13px;
	font-style: italic;
	letter-spacing: .1em;
}

#quoteabout p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #712123;
	font-size: 13px;
	font-style: italic;
	line-height: 1.3em;
}

#quoteright p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9f484a;
	font-size: 13px;
	font-style: italic;
	line-height: 1.3em;
}

#quoteright2 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9f484a;
	font-size: 13px;
	font-style: italic;
	line-height: 1.3em;
}

#quoteright3 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9f484a;
	font-size: 13px;
	font-style: italic;
	line-height: 1.3em;
}

#quotelinks p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9f484a;
	font-size: 13px;
	font-style: italic;
	line-height: 1.3em;
}

#quoteleft p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9f484a;
	font-size: 13px;
	font-style: italic;
	line-height: 1.3em;
}

#footer p {
	font-size: 10px;
	text-align: center;
}


/*---------NAVIGATION----------*/

ul.nav {
	list-style-type: none;
	padding-left: 0;
	padding-bottom: 20px;
	margin-left: 190px;
	margin-right: 60px;
	font-size: 15px;
	color: #712123;
	

}

ul.nav li {
	display: inline;	
}

ul.nav a {
	text-decoration: none;
	color: #712123;
}

ul.nav a:hover {
	color: #9f484a;
	text-decoration: underline;
}

.local {
	text-decoration: underline;	
}

ul.health {
	font-size: 14px;
	line-height: 1.4em;
}

/*---------IMAGE STYLES----------*/


#maintext .leftimg {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
}

#gallerymain img {
    vertical-align: top;
}

#col1 img, #col2 img {
    margin-bottom: 5px;
}

img.imgvert {
    margin-top: -294px;
}

img.vert {
    margin-top: -40px;
}

img.vert2 {
    margin-top: 6px;
}

img.banner {
    margin-left: 20px;
}

img.tmar {
    margin-top: 5px;
}

#leftimage {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
}

#aboutimage {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}

#leftimage2 {
	float: left;
	width: 325px;
	margin-right: 20px;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
}

#rightimage {
	float: right;
	width: 360px;
	margin-right: 0px;
	margin-top: 20px;
	margin-left: 20px;
	
}

#rightimage2 {
	float: right;
	width: 320px;
	margin-right: -75px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#rightimage3 {
	float: right;
	width: 320px;
	margin-left: 20px;
	margin-right: -100px;
	margin-top: 10px;
	margin-bottom: 20px;
}

img.rightpic {
	float: right;
	width: 400px;
	margin-left: 10px;
	margin-right: -50px;
	margin-bottom: 10px;
}

img.dirleft {
    float: left;
    margin-right: 20px;
}


/*---------LINK STYLES----------*/

a:link {
	text-decoration: none;
	color: #712123;
}
a:visited {
	text-decoration: none;
	color: #712123;
}
a:hover {
	text-decoration: underline;
	color: #9f484a;
}
a:active {
	text-decoration: none;
}


