@charset "UTF-8";
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #332810;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-family: Myriad Pro;
	color: #000000;
}
body  {
	padding: 0;
	text-align: center;
	background-image: url(assets/images/background.gif);
	background-repeat: repeat-x;
	background-color: #FBE3A9;
}

#container	{
	margin-left: auto;
	margin-right: auto;
}

#header      {
	border: 2px ridge #604819;
	height: 100px;
	width: 825px;
	margin-top: 10px;
	margin-left: 150px;
	float: left;
}

#dropdownnav    {
	height: 50px;
	margin-top: 0px;
	margin-left: 150px;
	/*margin: 0px 150px 25px 200px; */
	float: left;
	width: 800px;
}
#mainContent  {
	/*margin: 25px 150px 0 50px; */ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #F6C54E;
	border: 2px ridge #3b1a07;
	padding: 0px 20px 0px 350px;
	float: left;
	width: 800px;
	margin-left: 150px;
	margin-top: 40px;
} 
#mainContentNoImage  {
	background-color: #F6C54E;
	border: 2px ridge #3b1a07;
	padding: 0px 30px 0px 30px;
	float: left;
	width: 800px;
	margin-left: 150px;
	margin-top: 25px;
} 

#indexRightContent  {
	margin: 30px 0px 0 400px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #F6C54E;
	padding: 0px 0px 0px 0px;
	float: left;
} 
#map  {
	background-color: #F6C54E;
	padding: 0px 20px 0px 30px;
	float: left;
} 
p.main {
	font-size: 14px;
	text-align: justify;
}
p.mainIndex {
	font-size: 16px;
	text-align: left;
	margin-right: 100px;
	margin-top: 25px;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.5em;
	padding: 10px 10px 10px 10px;
}
#indexContent  {
	margin: 50px 250px 0 175px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #F6C54E;
	border: 2px ridge #3b1a07;
}
#mainContent p a {
	color: #000000;
}
#mainContent img {
	position: absolute;
	left: 200px;
	top: 210px;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	font-size: 14px;
	text-align: justify;
	font-weight: bold;
}
h1  {
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	list-style-type: circle;
}
img.clinic{
	margin-top: 75px;
	margin-left: -30px;
}
maincontent.clinic	{
	background-color: #F6C54E;
	border: 2px ridge #3b1a07;
	padding: 0px 20px 0px 20px;
	float: left;
	width: 800px;
	margin-left: 150px;
	margin-top: 25px;
}

