/* CSS Document */

/********************************************
				Color Legend
			-------------------
			Light Brown: E1D5CE
			Light Blue:  E8F0F7
			Bright Blue: 53ABD5
			Rust:        CF6E3B
			Olive:		 9BA350
			Chocolate:   332E2D

/********************************************
                   Common
********************************************/

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Georgia;
	font-size: 16px;
	background-color: #E8F0F7;
}

ol, ul, li {
	margin: 0px;
	padding: 0px;
}

li {
	padding: 3px 0px;
}

a {
	text-decoration: none;
	color: #53ABD5;
}

a:hover {
	border-bottom: 1px dotted #666;
	color: #4289AB;
}

.label {
	color: #D99A0D;
}

.highlight {
	color: #53ABD5;
}

.required {
	color: #ff0000;
}

.colorless {
	background-color: transparent;
}

.clear:after {
	content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  min-height: 1px;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {display: block;}


/******************************************
								Photo Gallery
******************************************/

img.thumb {
  border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff url(../images/photos/loading_thumb.png) no-repeat center;
	padding: 4px;
	width: 145px;
	height: 111px;
}

#mask {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  background-color: #222;
  z-index: 1000;
  opacity: .75;
  filter: alpha(opacity=75);
}

#photo-wrapper {
  position: absolute;
	top: 0;
	left: 0;
  z-index: 1001;
	position: absolute;
  text-align: center;
	width: 100%;
	height: 100%;
}

#photo {
  float: center;
  margin-top: 20px;
  margin-bottom: auto;
  border: 8px solid #222;
  background: #C2C2C2 url(../images/photos/loading.png) no-repeat center;
  width: 656px;
	height: 496px;
}

#close_photo {
	position: relative;
	top: -500px;
	right: -290px;
/*	margin-top: 30px;
	float: right;
	padding-right: 25%;*/
	cursor: hand;
}


/********************************************
                   Container
********************************************/

#container {
	/* set the width of the column */
	width: 750px;
	margin: 0 auto;
	border-left: 1px solid #53ABD5;
	border-right: 1px solid #53ABD5;
	background-color: #fff;
}


/********************************************
                   Header
********************************************/

#header {
	height: 300px;
	width: 750px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#header img {
	border-bottom: 1px solid #ffffff;
}


/********************************************
                   Menu
********************************************/

#menu {
	height: 90px;
	width: 750px;
	background: #333 url("../images/menu_back.jpg") repeat-x 0 0;
	margin-bottom: 15px;
}

#menu ul.nav {
	float: left;
	color: #fff;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 44px;
}

#menu ul.nav a {
	color: #ccc;
	border-color: #fff;
}

#menu .title {
	float: right;
	color: #fff;
	font-size: 30px;
	margin-right: 20px;
	margin-top: 28px;
}

#menu ul.nav {
	padding-left: 40px;
}

#menu ul.nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

/*#menu ul.nav li:after {
 	content: " | "; 
}

#menu ul.nav li.last:after {
 	content: "";
}*/


/********************************************
                   Content Area
********************************************/

#indicator {
	display: none;
}

.content_body_outer {
	padding-left: 50%;
	margin: 0px;
}

.content_body_inner {
	margin: 0px 0px 0px -375px;
	padding: 0px;
}

#content_area {
	color: #AB790B;
}

#content_area .title {
	margin-bottom: 15px;
}

#content_area h1 {
	font-size: 20px;
	margin-bottom: 0px;
}

#content_area img.button {
	margin-right: 4px;
}

#content_area #preview_div {
	text-align: center;
}

table#photo_browser, 
table#movie_browser {
	width: 100%;
	margin: 0px 0px 15px 0px;
}

table#photo_browser td, 
table#movie_browser td {
	text-align: center;
}

table#photo_browser a, 
table#movie_browser a {
	border: none;
}

table#photo_browser img:hover {
	border: 1px solid #53ABD5;
}

ul#locations {
	list-style: square;
}

ul#locations li {
	
}


/*--------------common frame----------------*/

div.focus {
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 15px 15px;
	color: #FFFFFF;
}

div.focus ul {
	padding-left: 0px;
	margin: 0px 10px;
	list-style: none;
}

div.focus li {
	padding: 10px;
	margin: 0px;
}

div.innerhead {
	background-position: top left;
	background-repeat: no-repeat;
}

div.innerhead img {
	padding-left: 10px;
	padding-top: 5px;
}

div.innerhead h3 {
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0;
	padding: 10px;
	font-size: 1.3em;
	font-weight: normal;
	color: #ffffcc;
}

div.content {
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.content div.innercontent {
	background-position: bottom right; 
	background-repeat: no-repeat;
}

#content_area table#prices {
	width: 489px;
	padding: 10px;
	margin: 0px;
}

#content_area table#prices caption {
	text-align: left;
	padding: 10px;
	color: #53ABD5;
}

/*-------------blue frame ------------*/

#content_area .blue {
	color: #4289AB;
}

#content_area .blue .row_divider {
	border-bottom: 1px solid #53ABD5;
}

#content_area .blue .highlight {
	color: #53ABD5;
}

#content_area .blue .label {
	color: #FFFFCC;
}

#content_area .blue li {
	border-bottom: 1px solid #53ABD5;
	/*background: url("../images/list_marker_blue.gif") no-repeat 0px 15px;*/
}

#content_area .blue .innerhead {
	background-image: url("../images/bg_frame_blue_topleft.gif");
}

#content_area .blue h3 {
	color: #4289AB;
	background-image: url("../images/bg_frame_blue_topright.gif");
	border-bottom: 1px solid #53ABD5;
}

#content_area .blue .content {
	background-image: url("../images/bg_frame_blue_bottomleft.gif");
}

#content_area .blue .innercontent {
	background-image: url("../images/bg_frame_blue_bottomright.gif");
}

/*---------Green Frame------------*/

#content_area .green {
	color: #619A78;
}

#content_area .green a {
	color: #FFFFff;
}

#content_area .green a:hover {
	color: #FFFFff;
}

#content_area .green .highlight {
	color: #619A78;
}

#content_area .green .label {
	color: #FFFFCC;
}

#content_area .green .exclamation {
	color: #619A78;
	list-style: none;
}

#content_area .green li {
	border-bottom: 1px solid #7BC295;
	/*background: url("../images/list_marker_green.gif") no-repeat 0px 15px;*/
}

#content_area .green li.photo {
	border-bottom: 1px solid #7BC295;
	/*background: url("") no-repeat 0px 15px;*/
}

/*#content_area .green li.photo span.para {
	margin-left: 40px;
	display: block;
	float: left;
}*/

#content_area .green li.exclamation {
	background: none;
}

#content_area .green .innerhead {
	background-image: url("../images/bg_frame_green_topleft.gif");
}

#content_area .green h3 {
	color: #619A78;
	background-image: url("../images/bg_frame_green_topright.gif");
	border-bottom: 1px solid #7BC295;
}

#content_area .green .content {
	background-image: url("../images/bg_frame_green_bottomleft.gif");
}

#content_area .green .innercontent {
	background-image: url("../images/bg_frame_green_bottomright.gif");
}

/*-------------Named Items -----------------*/

#benefits_dog, #benefits_you {
	width: 352px;
}

#requirements {
	width: 720px;
}

#what_to_bring {
	width: 720px;
}

#boarding_times {
	width: 265px;
}

#additional_services {
	width: 216px;
}

#points {
	width: 720px;
}

#reservations_info {
	width: 720px;
}

/*------------- Reservation Form -----------------*/

#reservation_form_wrapper {
	margin: 15px;
	padding: 10px;
	border: 3px solid #619A78;
	text-align: left;
	color: #000000;
	font-size: 12px;
}

#reservation_form_wrapper label {
	font-size: 12px;
	color: #AB790B;
}

#reservation_form_wrapper label.required {
	color: #ff0000;
}

/*#reservation_form_wrapper fieldset {
	border: 1px solid #AB790B;
	height: 10%;
}*/

#reservation_form_wrapper legend {
	font-size: 14px;
	color: #AB790B;
}

#reservation_form_wrapper table.wrapper {
	width: 666px;
}

#reservation_form_wrapper table.wrapper td {
	vertical-align: top;
}

div.calendar {
	width: 198px;
}


/********************************************
                   Info
********************************************/

#info {
	color: #AB790B;
	height: 200px;
	margin-top: 20px;
	clear: both;
}

#info h3 {
	padding: 0px 20px;
}

#info ul {
	list-style: none;
	margin: 10px 20px;
}

#info div.hour_span {
	float: left;
	width: 90px;
}

#info p {
	padding: 0px 20px;
}

#info table {
	padding: 0px 20px;
	margin-top: 10px;
}

#info .contact {
	width: 336px;
	height: 300px;
	margin: 10px;
	padding: 0px;
	text-align: left;
	background: url("../images/bg_frame_2.gif") 0 100% no-repeat;
}

#info .left {
	float: left;
	margin-left: 25px;
}

#info .top {
	margin: 0px;
	padding-top: 20px;
	background: url("../images/bg_frame_1.gif") 0 0 no-repeat;
}

#info .right {
	float: right;
	margin-right: 25px;
}


/********************************************
              Errors and Flash
********************************************/

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 27px;
  font-size: 12px;
  margin: -7px;
  background: url(/images/alertbad_icon.gif) #c00 left no-repeat;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul {
	margin-left: 30px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.flash {
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 30px;
	font-size: 14px;
	margin: 12px 7px;
}

.success {
	border-color: #9c9;
	color: #060;
	background: url(/images/alertgood_icon.gif) #E2F9E3 left no-repeat;
}

.error {
	border-color: #c99;
	color: #fff;
	background: url(/images/alertbad_icon.gif) #c00 left no-repeat;
}


/********************************************
                   Footer
********************************************/

div.footer {
	background-color: #333;
	color: #999;
	padding: 10px 0px;
	border-top: 1px solid #53ABD5;
	border-bottom: 1px solid #53ABD5;
	font-size: 10px;
	line-height: 1.4em;
	margin-top: 25px;
	text-align: center;
	width: 750px;
	clear: both;
	height: 32px;
}

div.footer a {
	color: #fff;
}

div.footer p {
	float: left;
	margin-left: 20px;
}

div.footer img {
	border: 0px;
}

div.designer {
	float: right;
	margin-right: 20px;
}