/* Global reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */
.clear{ clear: both;}
.right {float: right}
.left {float: left}
.padleft {float: left; margin: 0 14px 0 0;}
.padright {float: right; padding: 0 0 0 14px}



/*-------Structure------------*/

body {				
	background-color: #ccc;
	/*background: url(../images/bkg.jpg) top left;*/
	text-align: center;
	font-family: Arial, Verdana, sans-serif; color: #333;
}
#siteCenter {
	width: 800px;
	margin: 15px auto;
	padding: 0;
	text-align: left;
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
}

#header h1{
	float: left;
	font-size: 2.2em;
	padding: 40px 0px 10px 20px;
	text-transform: uppercase;
	 
}
#header h1 span{
	color: #336699;
}

#header address{
	float: right;
	font-style: normal;
	font-size: 1.5em;
	text-align: right;
	padding: 10px; 
} 

#content {
	margin: 30px 40px 15px 40px;
}

#footer {
	margin-top: 20px;
	padding: 15px 40px; 
	color: #666; 
	background: url(../images/hdots.gif) repeat-x top left; 
	text-align: right;
}


/*--------Col and containers------------------ */



#content .col1 {width:445px; float:left}
#content .col2 { width:232px; float:right }
#content .box { 
	background-color: #efefef;
	margin: 15px auto;
	padding: 20px;
	border: 1px dotted #999; 
}
#content .box2 { 
	background-color: #efefef;
	margin: 15px 0 0 0;
	padding: 20px;
	border: 1px solid #003366;	 
}
#content .box2 h2 { 
	color: #003366;	 
}


.line {
	border-bottom: 1px dotted #999;
	margin-bottom: 20px;
}

#content .banner {margin-top: 50px;}

#content .image_wrapper {border:1px solid #ffffcc; float: left; margin: 20px 0 0 15px; line-height: 75; height: 75px; background-color: #000; padding: 2px}

ul.list li {padding: 3px 0}
/*--------Style------------------------ */

#content h1, h2, h3 {color: #4C340A; line-height:18px; font-size: 1.25em; font-weight: bold; margin-bottom: 7px}	
#content p {color:#333; line-height:16px; font-size:14px; font-weight: normal; margin-bottom: 15px}
a {
	color: #4C340A;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.forms li {
 padding-bottom: 15px;
}	
.numbers {
	padding-bottom: 7px;
}
/*--------Menu------------------------ */
ul#menu {
	list-style: none; 
	
}
ul#menu li {
	display: inline;
}
ul#menu li a  {
	text-indent: -9999px;
	display: block;
	height: 62px;
	float: left;
}
ul#menu li a.home {
	background: url(../images/nav_01.jpg) no-repeat top center;
	width: 100px;
}
ul#menu li a.team {
	background: url(../images/nav_02.jpg) no-repeat top center;
	width: 100px;
}
ul#menu li a.gallery {
	background: url(../images/nav_03.jpg) no-repeat top center;
	width: 100px;
}
ul#menu li a.insurance {
	background: url(../images/nav_04.jpg) no-repeat top center;
	width: 100px;
}
ul#menu li a.forms {
	background: url(../images/nav_05.jpg) no-repeat top center;
	width: 100px;
}
ul#menu li a.appointments {
	background: url(../images/nav_06.jpg) no-repeat top center;
	width: 100px;
}
ul#menu li a.directions {
	background: url(../images/nav_07.jpg) no-repeat top center;
	width: 100px;
}
ul#menu li a.contactus {
	background: url(../images/nav_08.jpg) no-repeat top center;
	width: 100px;
}

			ul#menu li a.home:hover, ul#menu li a.home:active,
			ul#menu li a.team:hover, ul#menu li a.team:active,
			ul#menu li a.forms:hover, ul#menu li a.forms:active,
			ul#menu li a.gallery:hover, ul#menu li a.gallery:active,
			ul#menu li a.appointments:hover, ul#menu li a.appointments:active,
			ul#menu li a.directions:hover, ul#menu li a.directions:active,
			ul#menu li a.insurance:hover, ul#menu li a.insurance:active, 
			ul#menu li a.contactus:hover, ul#menu li a.contactus:active {
				background-position: bottom center;
			}
			
			body#home ul#menu li a.home,
			body#team ul#menu li a.team,
			body#forms ul#menu li a.forms,
			body#gallery ul#menu li a.gallery,
			body#insurance ul#menu li a.insurance,
			body#appointments ul#menu li a.appointments,
			body#directions ul#menu li a.directions,
			body#contactus ul#menu li a.contactus {
			background-position: bottom center;
			}
			
/*--------Contact Forms--------------------- */			
#side_bar fieldset {width:210px; margin: 1em 0; padding: 1em; border: 1px solid #ccc;}
#side_bar p.cform {margin:0px 0px 15px 0px; padding: 0;}
#side_bar legend {font-weight: bold;}
#side_bar label {display: block;}
#side_bar label.nb {float: left; width: 7em;}
#side_bar input {width:200px;}
#side_bar input#day {width:25px; margin-left: 0.5em;}
#side_bar textarea {width:200px; height:100px;}



#appointment_form fieldset {margin: 1em 0; padding: 1em; border: 1px solid #ffffcc;}
#appointment_form p.cform {margin:0px 0px 15px 0px; padding: 0;}
#appointment_form legend {font-weight: bold;}
#appointment_form label {display: block;}
#appointment_form label.nb {float: left; width: 7em;}
#appointment_form input {width:200px;}
#appointment_form input.date {width:100px; margin-left: 0.5em;}
#appointment_form textarea {width:200px; height:100px;}

/****************CALENDAR*****************/

/* the div that holds the date picker calendar */
.dpDiv {}


/* the table (within the div) that holds the date picker calendar */
.dpTable {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; text-align: center; color: #505050; background-color: #ece9d8; border: 1px solid #AAAAAA;}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
	
body {
	font-size: 12px;
	}
table#hours{
	border-left: 1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin: 15px 0px; 
}

#hours td {
	font-weight: bold;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	
}
.tour img {
	padding:1px; 
	border:1px solid #ccc; 
	background-color:#fff;
	margin: 10px 0px
}
.tour p {
	text-align: center;
}