/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #FEEEDE;
  color: #000;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 90%;
  line-height: 1.2em;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
a, a:visited {
	text-decoration: none;
	color: #0000FF;
}


p {
	font-size: 90%;
	padding-left: 10px;
	padding-right: 10px;
}
li {
	font-weight: normal;
}


/* Commonly used to style page titles. */
h1 {
	color: #000000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	padding: 5px 5px 10px;
	font-style: italic;
}
/* Commonly used to style section titles. */
h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	color: #660099;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
}
/* Sets the style for the h3 header. */
h3 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding: 0px 5px 5px;
	color: #CC0000;
}
/* Sets the style for the h4 header. */
h4 {
  color: #660099;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 100%;
}
h5 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #000000;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 100%;
}
#outerWrapper {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 780px;
	background-image: url(../Images/Graphics/background.jpg);
	border: 1px solid #666666;
}
#header {
	background-color: #FFFFFF;
	padding-bottom: 10px;
	background-image: url(../Images/Graphics/background.jpg);
}
#header img {
	margin-left: 15px;
	padding: 0px;
	margin-top: 0px;
}
#header h6 {
	font-style: italic;
	font-weight: normal;
	padding-top: 5px;
	font-size: 90%;
	text-align: center;
}
#infoBar {
	padding: 5px;
	background-color: #FEEEDE;
	border-top: solid 1px #666;
	margin-right: 10px;
	margin-left: 10px;
}

#navBar {
	border-bottom: solid 1px #666;
	border-top: solid 1px #666;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	height: 25px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navBar a {
	font-weight: normal;
	color: #660099;
	text-decoration: none;
}
#navBar a:hover {
	color: #FFF;
	background-color: #606;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navBar h6 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 95%;
	text-align: center;
	color: #000000;
	display: inline;
}

#contentWrapper {
	margin: 0px;
	padding: 10px 0px 0px;
	
}
#contentWrapper img {
	padding-bottom: 20px;
	padding-left: 20px;
}
#contentWrapper a:hover {
	background-color: #FFFFFF;
}
#contentWrapper h6 {
	text-align: center;
}



#singleColumn {
  margin-left: 10px;
  margin-right: 10px;
}
#singleColumn object {
	margin-top: 10px;
	margin-bottom: 10px;
}
#videoBox {
	width: 524px;
	margin-right: auto;
	margin-left: auto;
}

#column1 {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
	margin-left: 10px;
}
#column2 {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
	margin-left: 10px;
}
#column3 {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
	margin-right: 10px;
}
#column4 {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
	margin-right: 10px;
}
#twoColumnWrapper {
	background-image: url(../Images/Graphics/2ColumnBackground.jpg);
}
#leftColumn {
	float: left;
	padding: 5px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 190px;
	margin-left: 10px;
}
#leftColumn img {
	border: 1px solid #666666;
	margin-left: 0px;
}

#leftColumn h4 {
	color: #000000;
	padding: 10px;
}
#leftColumn blockquote {
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	font-size: 90%;
}
#leftColumn ul {
	padding-left: 0px;
	margin-left: 5px;
	list-style-type: none;
}

#leftColumn li {
	line-height: 1.8em;
	font-size: 90%;
	margin-left: 0px;
	padding-left: 0px;
}

#leftColumn a {
	margin-left: 5px;
	color: #000000;
}
#leftColumn a:hover {
	background-color: #FBC97E;
}

#leftColumn h3 {
	padding-top: 10px;
	padding-bottom: 0px;
}
#rightColumn_specials {
	margin-left: 200px;
	margin-right: 10px;
	padding: 10px 10px;
	background-color: #000;
}

#rightColumn {
	margin-left: 200px;
	margin-right: 10px;
	padding: 10px 10px;
}

#rightColumn h4 {
	color: #000000;
	padding: 10px;
}
#rightColumn blockquote {
	margin-left: 20px;
	margin-top: 0px;
}
#rightColumn li {
	font-size: 90%;
	padding-bottom: 10px;
}

#mapColumn {
	margin-left: 200px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 35px;
}

#lowerInfoBox {
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding: 5px;
}

#lowerInfoBox img {
	margin-right: 5px;
	margin-left: 5px;
}
#lowerInfoBox_peach {
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding: 5px;
	background-color: #FEEEDE;
}

#lowerInfoBox_peach img {
	margin-right: 5px;
	margin-left: 5px;
}
#special_box {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


#AppointmentRequestUp {
	position: relative;
	left: 300px;
}
#appointmentButton {
	padding-top: 5px;
}
#appointmentButton img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#appointmentButton a {
	margin: 0px;
	padding: 0px;
}



#footer {
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	background-color: #FEEEDE;
	clear: both;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFF;
	background-color: #309;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
#logoFlower {
}
#logoFlower img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 20px 20px 40px;
}
#wagt_map_3 {
	border: 1px solid #000000;
}
#img_center {
	margin-right: auto;
	margin-left: auto;
	width: 506px;
}
#img_center img {
	border: 3px outset #999;
}
#emailContact {
	text-align: center;
	padding: 10px;
}
#emailContact p {
	font-size: 1em;
	line-height: 2em;
}
#special {
	position:absolute;
	z-index:1;
	top: 180px;
	margin-left: 205px;
	visibility: hidden;
}
#special img {
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F00;
	border-right-color: #090;
	border-bottom-color: #090;
	border-left-color: #F00;
	margin: 0px;
	padding: 0px;
}




/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
.logo {
	margin-left: 25px;
}
.imgLeft {
	padding: 0px;
	border: 1px solid #666666;
	margin: 10px;
	float: left;
}
.imgCenter {
	border: 1px solid #666666;
	margin: 10px;
}
.imgRight {
	padding: 0px;
	border: 1px solid #666666;
	margin: 10px;
	float: right;
	clear: right;
}
.imgRight-No-Border {
	float: right;
	padding: 10px;
}
.imgLeft-No-Border {
	float: left;
	padding: 0px 10px 10px 0px;
	border: 2px solid #FFFFFF;
}

.clearFloat {
  clear: both;
  display: block;
}
.maroonText {
	color: #CC0000;
}
.text-underline {
	text-decoration: underline;
}
