/* COLORS
* peach  orangeorange  tans   blues
*        F3B080 E66000 333126 333333
* FCE2BF FAC680 F58C00 6C6750 336683
*               F27900 94907B 85B0BB
* yellow F9F4B7        BDB9A8 CEE6ED
* yellow FDFAD7        E5E2D3 EDF6F8
*                      lt tan lt blue
*/
/*======== style 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, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color: #CCC;
	font-family: "lucida grande", arial, helvetica, sans-serif;
}

address {
  font-style: normal;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

h2#phone {
	font-size: 2em;
}

a:link {
  color: #336683;
}
a:visited {
  color: #225573;
}
a:hover {
  color: #336683;
}

/*=========== general structure =======*/

div#container {
	margin: auto;
	width: 920px;
	background-color: #FCFCFC;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 20px;
	padding-top: 10px;
}
div#masthead {
	margin-bottom: 5px;
}
div#masthead h1 img#logocircle {
	margin-left: 0px;
	vertical-align:bottom;
}
div#masthead h1 img#logomain {
	border: none;
}
/*======= menubar styles =========*/
div#menubar {
	background-color: #E5E2D3;
	margin-bottom: 10px;
	padding: 10px;
}
div#menubar ul#menu {
	list-style-type: none;
	text-align: center;
}
div#menubar ul#menu li.menuitem {
  font-size: .8em;
	display: inline;
	padding: 4px;
}
div#menubar ul#menu li.menuitem a {
	padding: 2px;
}

div#menubar ul#menu li.menuitem a:link {
	color: #000000;
	text-decoration: none;
}
div#menubar ul#menu li.menuitem a:visited {
	color: #000000;
	text-decoration: none;
}
div#menubar ul#menu li.menuitem a:hover {
	color: #EDF6F8;
	background-color: #6C6750;
}

div#content {

}
/*======= footer styles =========*/
div#footer {
	clear: both;
	background-color: #E5E2D3;
	padding: 20px;
	margin-top: 32px;
}
div#footer p#copyright {
	font-family: "lucida grande",verdana,sans-serif;
	font-size: 10px;
	float: left;
}
div#footer p#copyright a:link {
	color: #6C6750;
	text-decoration: none;
}
div#footer p#copyright a:visited {
	color: #6C6750;
	text-decoration: none;
}
div#footer ul#footermenu {
	list-style-type: none;
	text-align: right;
}
div#footer ul#footermenu li.footermenuitem {
	font-size: 10px;
	display: inline;
	padding: 5px;
}
div#footer ul#footermenu li.footermenuitem a:link {
	color: #000000;
	text-decoration: none;
}
div#footer ul#footermenu li.footermenuitem a:visited {
	color: #6C6750;
	text-decoration: none;
}


/*========= index styles =========*/
body#index div#left {
	float: left;
	width: 520px;
}
body#index div#right {
	width: 380px;
	margin-left: 540px;
}
body#index p#intro {
	padding: 0px 10px 10px 10px;
	font-size: 12px;
	background-color: #FCFCFC;
	color: #333;
	line-height: 1.8em;
}
body#index h2.header {
	padding:10px;
	background: #BDB9A8;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FCFCFC;
}
body#index ul#services {
	font-size:14px;
	margin: 20px 32px 20px 72px;
	list-style: url('/img/pawprint-small.png') outside;
	line-height: 1.5em;
}


/*========= about styles =========*/
body#about div#left {
	float: left;
	width: 520px;
}
body#about div#right {
	width: 380px;
	margin-left: 540px;
}
body#about p#intro {
	padding: 0px 10px 10px 10px;
	font-size: 12px;
	background-color: #FCFCFC;
	color: #333;
	line-height: 1.8em;
}
body#about h2#phone {
	font-size: 2em;
}
body#about h2.header {
	padding:10px;
	background: #BDB9A8;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FCFCFC;
}
body#about ul#differences {
	margin: 10px 32px 32px 32px;
	list-style: url('/img/pawprint-small.png') outside;
}
body#about ul#differences li {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
body#about ul#menuabout {
/*	margin: 32px; */
	list-style: url('/img/pawprint-small.png') outside;
}
body#about ul#menuabout li {
	font-size: 12px;
	margin-bottom: 10px;
}
body#about div#submenuabout {
	margin-top: 20px;
	background: #F5F2E3;
	padding: 10px;
	padding-left: 32px;
	margin-bottom: 20px;
}

/*========= contact styles ==========*/
body#contact div#left {
	float: left;
	width: 520px;
}
body#contact div#right {
	width: 380px;
	margin-left: 540px;
}


/*========= locations styles ==========*/
body#locations div#left {
	float: left;
	width: 520px;
}
body#locations div#right {
	width: 380px;
	margin-left: 540px;
}

/*========= videos styles ==========*/
body#videos div#left {
	float: left;
	width: 520px;
}
body#videos div#right {
	width: 380px;
	margin-left: 540px;
}
body#videos ul.submenu {
	margin: 10px 10px 20px 32px;
	list-style: url('/img/pawprint-small.png') outside;
	line-height: 1.2em;
}
body#videos ul.submenu li {
	font-size: 12px;
	margin-bottom: 10px;
}
body#videos div.videothumb {
	border: 1px solid #CCC;
	float: left;
	margin-right: 25px;
	height: 144px;
	width: 144px;
}

/*========= training styles ==========*/
body#training div#left {
	float: left;
	width: 520px;
}
body#training div#right {
	width: 380px;
	margin-left: 540px;
}
body#training ul.submenu {
	margin: 10px 10px 20px 32px;
	list-style: url('/img/pawprint-small.png') outside;
}
body#training ul.submenu li {
	font-size: 12px;
	margin-bottom: 10px;
}
body#training table#groupschedule {
	background: #F0F0F0;
	padding: 10px;
	border: 1px solid #999;
	width: 518px;
}
body#training table#groupschedule tr th {
	font-weight: bold;
	font-size: 16px;
}
body#training table#groupschedule tr td {
	font-size: 12px;
	padding: 10px 10px 10px 0px;
}

/*========== membership styles =========*/
body#membership div#left {
	float: left;
	width: 520px;
}
body#membership div#right {
	width: 380px;
	margin-left: 540px;
}
body#membership ul.submenu {
	margin: 10px 10px 20px 32px;
	list-style: url('/img/pawprint-small.png') outside;
}
body#membership ul.submenu li {
	font-size: 12px;
	margin-bottom: 10px;
}
body#membership div.onlinethumb {
	padding: 10px;
	margin-bottom:20px;
	background-color: #F0F0F0;
}
body#membership ul#menumember {
	list-style: url('/img/pawprint-small.png') outside;
}
body#membership ul#menumember li {
	font-size: 12px;
	margin-bottom: 10px;
}
body#membership div#submenumember {
	margin-top: 20px;
	background: #CCC;
	padding: 10px;
	padding-left: 32px;
	margin-bottom: 20px;
}


/*========== TIPS (BLOG) styles =========*/
body#tips div#left {
	float: left;
	width: 600px;
}
body#tips div#right {
	width: 300px;
	margin-left: 600px;
}
body#tips div.post {
	margin-bottom: 72px;
}
body#tips div.post h2 {
	font-size: 1.5em;
	margin-bottom: 20px;
}
body#tips div.post small {
	font-size: 10px;
}
body#tips div.post div.entry {
	margin-top: 20px;
}
body#tips div.post div.entry p {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom:10px;
	font-family: arial,sans-serif;
}
body#tips div.post div.entry ul {
	font-family: arial,sans-serif;
	list-style: url('/img/pawprint-small.png') outside;
	margin: 32px 0px 32px 32px;
	line-height: 1.5em;
}
body#tips div.post p.postmetadata {
	font-size: 12px;
	padding: 5px;
	background-color: #F0F0F0;
	font-family: arial,sans-serif;
}
body#tips div#right div#sidebar {
	padding-left: 72px;
	padding-top: 72px;
}
body#tips div#right div#sidebar ul li h2 {
	font-weight: bold;
	margin-top: 32px;
}

#panelBookList {
  padding: 20px;
  background: #9CC0FF url('/img/gradient.png') repeat-x;
}
#panelBookList label {
  font-size: 10px;
}

/*============== Testimonials styles ========*/
body#testimonials div#left {
	float: left;
	width: 480px;
	margin-bottom:30px;
}
body#testimonials div#right {
	width: 400px;
	margin-left: 520px;
	padding-top:50px;
}
.pic_border {
	border: 1px solid black;
}
.image_margin20 {
	margin-top:20px;
	margin-bottom:20px;
}

/*============== Gallery styles ========*/
body#gallery div#left {
	float: left;
	width: 480px;
	margin-bottom:30px;
}
body#gallery div#right {
	width: 400px;
	margin-left: 520px;
	padding-top:30px;
}
