body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

@keyframes blink {
     0% {
      opacity: 1;
     }
     50% {
      opacity: 0;
     }
     100% {
      opacity: 1;
     }
}

div.scroll-container {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

div.scroll-container img {
  padding: 5px;
}
	
textarea {
  resize: none;
  width: 100%;
  padding: 5px 20px;
  margin: 2px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;    
}

select,
input[type=tel], 
input[type=text],  
input[type=email], 
input[type=datetime-local] 
{
  width: 100%;
  padding: 2px 5px;
  margin: 0 0 10px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 3px 10px;
  margin: 1px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: red /*#45a049*/;
}

input[type=reset] {
  width: 100%;
  background-color: #4CAF50;
  color: yellow;
  padding: 3px 10px;
  margin: 1px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=reset]:hover {
  background-color: red /*#45a049*/;
}

h1, h2 {
	margin: 0;
	font-weight: normal;
	/*color: #85C329;*/
}

h1 {
	font-size: 190%;
}

h2 {
	font-size: 165%;
}

h3 {
	font-size: 125%;
	font-weight: bold;
    color: darkblue;
}
h4 {
	font-size: 115%;
	font-weight: bold;
    color: #85C329;
    
}
h5 {
	font-size: 80%;
	font-weight: bold;
    font-style: italic;
}
h6 {
	font-size: 70%;
	font-weight: bold;	
    font-style: italic;
    color: darkblue;
}


p, ol, ul {
	line-height: 180%;
}

ul {
color:#E06529
}

blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #E6E6E6;
	font-style: italic;
	color: #999999;
}

blockquote  {
	line-height: normal;
}

a {
	color: #E06529;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

.left {
	float: left;
	margin: 0 15px 0 0;
}

.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Logo */

#logo {
	float: left;
	padding-top: 20px;
	background: url(../images/img02.gif) no-repeat left bottom;
}

#logo h1, #logo h2 {
	margin: 0;
	padding-left: 60px;
	font-weight: normal;
	color: #0000ff;
	/*color: #E06529;*/
}

#logo h1 {
	font-weight: bold;
}

#logo h2 {
	font-size: 92%;
}

#logo a {
	text-decoration: none;
}

/* Top Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	padding: 32px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	padding: 0 20px;
	border-left: 1px solid #E06529;
	text-decoration: none;
	font-size: 92%;
}

#topmenu a:hover {
	text-decoration: underline;
}

#topmenu .first a {
	border: none;
}

/* Header  */

#header {
	width:  760px;
	height: 90px;
	margin: 0 auto;
}

#header2 {
	width:  760px;
	height: 200px;
	margin: 0 auto;
}
#header3 {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
/*	padding: 8px 10px; */
}

#header4 {
	float: left;
	width: 700px;
	height: 600px;
}

#header5 {
	width: 1000px;
	height: 200px;
	margin: 0 0;
}

/* Menu */

#menu {
	float: left;
	width: 200px;
	height: 200px;
	background: url(../images/img03.jpg);
}

#menu ul {
	margin: 0;
	padding: 10px 20px 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 7px 15px;
	background: url(../images/img05.gif) repeat-x;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/* Splash */

#splash {
	float: right;
	width: 560px;
}

/* Page */

#page {
	width: 780px;
	margin: 0 auto;
	padding: 20px 0;
}

#page1 {
	width: 760px;
	margin: 0 auto;
	padding: 15px 0;
}


#pageMap {
	width: 1250px;
    height: 520px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 680px;
	padding-left: 10px;
}

#content1 {
	float: right;
    
}

#content4 {
    display: inline-block
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content ul li {
	padding-left: 15px;
	background: url(../images/img08.gif) no-repeat 0 8px;
}

#content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
    margin-left: 30px;
    background: #E6E6E6 url(../images/img07.gif) no-repeat right bottom;
}


#sidebar li {
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none;
}

#sidebar li li {
	margin-bottom: 10px;
	background: #E6E6E6 url(../images/img07.gif) no-repeat right bottom;
}

#sidebar li ul {
	padding: 10px 20px;
	font-size: 92%;
}

#sidebar h3 {
	height: 20px;
	margin: 0;
	padding: 8px 0 0 10px;
	background: url(../images/img06.gif) no-repeat;
	font-size: 120%;
	font-weight: bold;
	color: #145997;
}

#sidebar h4 {
	margin: 10px;
}

#sidebar p {
	margin: 8px 20px;
	line-height: normal;
    color:firebrick;
    font-size: 110%
    font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .first {
	border: none;
}

#sidebar #second{
	
	padding: 5px 0;
	background: none;
	border-top: 1px dotted #CDCDCD;
}

/* Footer */

#footer-wrapper {
	height: 100px;
	padding: 20px 0;
	background: #E6E6E6;
	border-top: 10px solid #CDCDCD;
}

#footer {
	width: 760px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {
	color: #666666;
}

#legal {
	float: left;
	padding: 10px 0 10px 60px;
	background: url(../images/img11.gif) no-repeat left center;
}

#links {
	float: right;
	padding: 10px 0 0 0;
}

#gallery {font-size: 11px;
color:#E06529;
cursor:pointer;
}

/* classes */

.astericks {
    color:blue;
    font-weight: 800;
}

.blink {
    color:black;
    animation: blink 0.5s step-start infinite;
}

.content {
	padding: 10px 10px 0 30px;
	background: url(../images/img10.gif) no-repeat;
}
.content span{
    text-decoration: none;
	font-size: 110%;
	font-weight: bold;
    font-style: italic;
	color: black;
}

.error {
    color:red;
    font-size: 75%;
}

.formatt {
    color:black;
    font-size: 75%;
}

.form_contact {
    color: darkmagenta;
    width: 50%;
}

.form_appt {
    color: darkblue;
    width: 100%;
}

.form_appt div {
    color: black;
    padding-left: 20%;
}

.form_contact div {
    color: black;
    padding-left: 30%;
}

.list{
    cursor:pointer
}

.LogoShadowRed {
    margin: 5px 0 20px;
    color: black;
    text-shadow: -1px 2px 3px red,
                 1px 1px 10px white;
}

.LogoShadowGreen {
    margin: 5px 0 20px;
    color: black;
    text-shadow: -1px 2px 3px green,
                 1px 1px 10px white; 
}

.LogoShadowBlue {
    margin: 5px 0 20px;
    color: black;
    text-shadow: -1px 2px 3px Blue,
                 1px 1px 10px white;
}

.LogoShadowYellow {
    margin: 5px 0 20px;
    color: black;
    text-shadow: -1px 2px 3px yellow,
                 1px 1px 10px white;
}

.LogoShadowPurple {
    margin: 5px 0 20px;
    color: black;
    text-shadow: -1px 2px 3px Purple,
                 1px 1px 10px white;
}


.ovalPic p img {
	border-radius: 50%;
	border: solid 3px #fff;
	box-shadow: 2px 4px 4px #999;
}


.paddedPic p img {
	border-radius: 15%;
	border: solid 3px #fff;
	box-shadow: 2px 4px 4px #999;
}

.paddedPicHdr a img {
	border-radius: 0%;
	border: solid 3px #fff;
	box-shadow: 4px 4px 4px #999;
}

.paddedPicHdr h2 {
	border-radius: 0%;
	border: solid 3px #fff;
	box-shadow: 3px 8px 4px #999;
}

.title {
	padding-top: 3px;
}

.twocols {
    float: none;
    width: 500px;
}

.twocols .col1 {
	float: left;
	width: 240px;
    padding-left: 30px;
}

.twocols .col2 {
	float: right;
	width: 240px;
}



