/* global styles */
body {
	margin: 0;
	padding: 0;
	background-color: #fff5ea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #2c6283;
	line-height: 1.5em;
}
p {
	padding-top: 1em;
	padding-bottom: 0;
	margin: 0;
}
a:link, a:active, a:visited {
	color: #c82870;
	text-decoration: underline;
}
a:hover {
	color: #8628c8;
}


/* structure */
#container {
	width: 720px;
}
#base {
	width: 720px;
	background-image:url(/images/mainBG.gif);
	background-repeat: repeat-y;
}
#footer {
	width: 720px;
	height: 76px;
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
}
#main {
	width: 650px;
	background-image: url(/images/topCurve.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ffffff;
	margin-left: 30px;
}
#mainPad {
	padding: 10px;
}
#adBox {
	float: left;
	width: 310px;
	margin-right: 20px;
}
#introBox {
	float: left;
	width: 300px;
}
#copyright {
	text-align: center;
	font-size: .9em;
	color: #5d9dce;
	margin-top: 12px;
}
#subBoxContainer {
	margin-top: 20px;
}
#subBoxL, #subBoxM, #subBoxR {
	width: 202px;
	float: left;
}
#subBoxL, #subBoxM {
	margin-right: 12px;
}
.subBoxBG {
	background-image:url(/images/boxBG.gif);
	background-repeat: repeat-y;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 1.2em;
}
.subBoxTop {
	background-image:url(/images/boxTop.gif);
	background-repeat: no-repeat;
	height: 15px;
}
.subBoxBottom {
	background-image:url(/images/boxBottom.gif);
	background-repeat: no-repeat;
	height: 15px;
}
.subTitle {
	font-size: 1.2em;
	font-weight: bold;
}
#content23 {
	float: left;
	width: 350px;
	margin-right: 20px;
}
#content13 {
	float: left;
	width: 260px;
}
.dividers {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #95b5e0;
	width: 100%;
}
.boxMargins {
	margin-bottom: 20px;
}
.makeRed {
	color: #cd233f;
}
.subTitleHighlight {
	color: #b54a15;
}
#main h1 {
   font-size: 1.4em;
   color: #bb137a;
   padding: 0;
   margin: 1.5em 0 .5em 0;
}
#main h2 {
   font-size: 1.4em;
   color: #bb137a;
   padding: 0;
   margin: 2em 0 .5em 0;
   border-bottom: 1px solid #e4e4e4;
}

/* clearing for the browsers */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* Navigation */
#nav {
	float:right;
    width:100%;
    line-height:normal;
	margin: 0;
	padding: 0;
}
#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-right: 55px;
	margin-left: 50px;
}
#nav ul li {
	float:right;
	background:url("/images/nav/normRight.gif")
      no-repeat right top;
	  background-color: #6887f0;
    margin:0;
    padding:0;
	max-width: 200px;
}
#nav ul li a {
	display: block;
	background:url("/images/nav/normLeft.gif")
      no-repeat left top;
	padding: 6px 14px 3px ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fefefe;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #f9ff52;
}
body#contact a#contactNav,
body#prices a#pricesNav,
body#services a#servicesNav,
body#aboutus a#aboutusNav,
body#home a#homeNav,
body#photos a#photosNav,
body#webcam a#webcamNav {
 color: #94ffec;
}

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */



/* Lists */
ul.links  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-top: 6px;
}
 ul.links li {
	line-height: 1.3em;
	margin-bottom: 12px;
	padding: 0;
}
ul.sitemap  {
   margin: 0 0 0 3em;
	padding: 6px 0 10px 0;
}
 ul.sitemap li {
	line-height: 1.3em;
	margin-bottom: .5em;
	padding: 0;
}
 ul.sitemap li ul {
	line-height: 1.3em;
	margin: .5em 0 .5em 2em;
	padding: 0;
}


/* services */
#hours, #requirements {
	width: 100%;
	line-height: normal;
	margin: 0;
	padding: 0;
}
#hours ul, #requirements ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#hours li, #requirements li {
	line-height: 1.4em;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#hours li {
	background-color:#c2ffa6;
}
#requirements li {
	background-color:#e0ffa6;
}
#requirements li h3 {
	margin: 0;
	padding: 0;
	color: #204f96;
	font-size: 1.2em;
	display: inline;
}
.box13 {
	background-image:url(/images/1_3BoxBG.gif);
	background-repeat: repeat-y;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 1.2em;
}
.boxTop13 {
	background-image:url(/images/1_3BoxTop.gif);
	background-repeat: no-repeat;
	height: 16px;
	margin: 0;
	padding: 0;
}
.boxBottom13 {
	background-image:url(/images/1_3BoxBottom.gif);
	background-repeat: no-repeat;
	height: 16px;
}
.box13Base {
	background-image:url(/images/1_3BoxBG.gif);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	padding: 0;
}
.box23 {
	background-image:url(/images/2_3BoxBG.gif);
	background-repeat: repeat-y;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 1.2em;
}
.boxTop23 {
	background-image:url(/images/2_3BoxTop.gif);
	background-repeat: no-repeat;
	height: 16px;
	margin: 0;
	padding: 0;
}
.boxBottom23 {
	background-image:url(/images/2_3BoxBottom.gif);
	background-repeat: no-repeat;
	height: 16px;
}
.box23Base {
	background-image:url(/images/2_3BoxBG.gif);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	padding: 0;
}


.boxFull {
	background-image:url(/images/fullBoxBG.gif);
	background-repeat: repeat-y;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 1.2em;
}
.boxFullTop {
	background-image:url(/images/fullBoxTop.gif);
	background-repeat: no-repeat;
	height: 16px;
	margin: 0;
	padding: 0;
}
.boxFullBottom {
	background-image:url(/images/fullBoxBottom.gif);
	background-repeat: no-repeat;
	height: 16px;
}
.boxFullBase {
	background-image:url(/images/fullBoxBG.gif);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	padding: 0;
}
#directionsL {
	width: 50%;
	float: left;
}
#directionsR {
	width: 50%;
	float: left;
}
#directionsL ol, #directionsR ol {
	margin: 0;
	padding: 0;
	padding-left: 24px;
}
#directionsL ol li, #directionsR ol li {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

/* photos area */
.photoRow {
	margin-top: 12px;
}
.photoBoxA, .photoBoxB {
	float: left;
	width: 200px;
	margin-right: 15px;
}
.photoBoxB {
	margin: 0;
	padding: 0;
}
.photoBorder {
	border: 4px solid #cf3778;
}
.photoBorderB {
	border: 3px solid #ffffff;
}
.photoCaption, .photoSubCaption {
	font-size: 1.6em;
	font-weight: normal;
	text-align: right;
	color: #cf3778;
	margin-top: 2px;
	text-decoration: underline;
}
.photoSubCaption, .photoSubCaption a {
	font-size: 1.2em;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
#photoNav, #photoNav a {
	font-weight: bold;
	font-size: 1.1em;
	color: #472ea5;
	margin-top: 4px;
}
#photoNav a:hover {
	color: #c82870;
}
body#daycare a#daycareNav,
body#facility a#facilityNav,
body#baths a#bathsNav,
body#dogs a#dogsNav,
body#events a#eventsNav {
	color: #c82870;
}
.photoMain, .photoMainB {
	float: left;
	width: 202px;
	margin-right: 12px;
}
.photoMainB {
	margin: 0;
}
