/* @override 
	http://backyard.imptest.com/bypg_ee/stylesheets/backyard.css
	http://backyardplayground.net/bypg_ee/stylesheets/backyard.css
*/

/* @group STRUCTURE */

/*-----------------------------------------------------------------
Backyard Playground

STRUCTURE

version: 	1.0
author: 	IMP Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2008

-------------------------------------------------------------------*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	vertical-align: baseline;
	list-style: none;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.clear{
	clear: both;
}

body{
	height: auto;
	background: #ffcd6a url(../images/backgrounds/grass.jpg) repeat-x fixed 0 bottom;
}

#wrapper {
	background: transparent url(../images/backgrounds/site.gif) repeat-x 0 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#content {
	margin: 0;
	padding: 0;
	height: 100%;
}

.container{
	margin: 0 auto;
	height: 100%;
	width: 840px;
	clear: both;
}

/* HEADER
----------------------------------*/
#header{
	height: 128px;
}

	#header .container{
		background: url(../images/backgrounds/header.jpg) no-repeat 0 0;
	}
	
	h1#site_logo{
		text-indent: -9999px;
		height: 128px;
		width: 250px;
		margin: 0;
	}
	
		h1#site_logo a{
			display: block;
			height: 100%;
			width: 100%;
		}
		
/* COLUMN STRUCTURE
----------------------------------*/
#side_column{
	width: 250px;
	float: left;
	background: #ffe4ae url(../images/backgrounds/side_column.gif) repeat-x 0 0;
	margin: 0;
	padding: 0;
}

	#side_column .column_bottom{
		height: 15px;
		background: #ffcd6a url(../images/backgrounds/left_column-bottom.gif) no-repeat 0 0;
	}

#main_column{
	padding-top: 30px;
	width: 460px;
	background-color: transparent;
	margin: 0 0 0 30px;
	float: left;
}

	#site_map{
		font-size: 130%;
		color: #fff;
		line-height: 1.3em;
	padding: 0;
	width: 450px;
	margin: 0 0 0 280px;
}
	
		#site_map a{
			color: #fff;
		}
		
		#site_map p.copyright{
			font-size: 80%;
	margin: 0;
}

#id_logos {
	padding: 7px;
	background: transparent url(../images/miscellaneous/id_back.gif) no-repeat 0 0;
	width: 201px;
	height: 26px;
	margin: 0 0 0 280px;
}

/* FOOTER
----------------------------------*/
#footer{
	height: 100px;
	margin: 15px 0;
	padding: 0;
	background-color: transparent;
}

/* PHONE NUMBER */

#phone_number {
	background: url(../images/miscellaneous/phone_number.gif) no-repeat 0 0;
	width: 250px;
	height: 25px;
	padding: 0;
	margin: 0 0 5px;
}

#phone_number p {
	text-indent: -9999px;
}

/* @end */

/* @group NAVIGATION */

/*-----------------------------------------------------------------
Backyard Playground

NAVIGATION

version: 	1.0
author: 	IMP Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2008

-------------------------------------------------------------------*/

/* MAIN NAVIGATION
----------------------------------*/
#navigation .container{
	height: 45px;
	background: url(../images/backgrounds/navigation.gif) no-repeat 0 0;
}

ul#main_nav{
	margin: 0;
	height: 45px;
	text-indent: -9999px;
}

	ul#main_nav li{
		float: left;
		height: 45px;
	}
	
	ul#main_nav li a{
		display: block;
		height: 45px;
	}
	
	ul#main_nav li a:hover, ul#main_nav li.current a{
		background-position: 0 -45px;
	}
	
	.no_indent {
	text-indent: 0;
	font-size: 1.5em;
	line-height: 2em;
	margin-left: 5px;
	padding: 0;
}
	
	/* MAIN NAVIGATION - IMAGES
	----------------------------------*/
	ul#main_nav li#nav_home a{
		width: 77px;
		background-image: url(../images/navigation/nav_home.gif);
	}
	
	ul#main_nav li#nav_about a{
		width: 114px;
		background-image: url(../images/navigation/nav_about.gif);
	}
	
	ul#main_nav li#nav_playsets a{
		width: 104px;
		background-image: url(../images/navigation/nav_playsets.gif);
	}
	
	ul#main_nav li#nav_gallery a{
		width: 97px;
		background-image: url(../images/navigation/nav_gallery.gif);
	}
	
	ul#main_nav li#nav_contact a{
		width: 108px;
		background-image: url(../images/navigation/nav_contact.gif);
	}
	
/* SUB NAVIGATION
----------------------------------*/
ul#sub_nav{
	line-height: 1.4em;
	font-size: 150%;
}

	ul#sub_nav li{
		border-bottom: 1px solid #ffce6b;
}

span.facebook_link {
	background: url(../images/miscellaneous/facebook_icon.gif) no-repeat 168px center;
	behavior: url(../stylesheets/iepngfix.htc);
	width: 100%;
	display: block;
	cursor: pointer;
}
	
	ul#sub_nav li a{
		display: block;
	padding-left: 0;
	font-size: .8em;
}
	
		ul#sub_nav li a:hover, ul#sub_nav li.current a{
			background-color: #DBE9E9;
			color: #0a5689;
			text-decoration: none;
		}

/* @end */

/* @group TEXT */

/*-----------------------------------------------------------------
Backyard Playground

TEXT

version: 	1.0
author: 	IMP Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2008

-------------------------------------------------------------------*/
body{
	font: 14px/1.3em Myriad, Helvetica, Verdana, Arial, sans-serif;
	color: #0a5689;
}

a{
	color: #7b902f;
	text-decoration: none;
	outline: none;
}

a:hover{
	color: #697c23;
	text-decoration: underline;
}

h1 { 
  font-size: 24px; 
  line-height: 36px;
  margin-bottom: 8px;
  color: #0a5689;
}

h2 { 
  font-size: 18px; 
  line-height: 18px; 
  margin-bottom: 8px;
  color: #7b902f;
}
	
h3 { 
  font-size: 12px; 
  line-height: 18px; 
  text-transform: uppercase;
}

h4{
	color: #777;
}

p{
	margin-bottom: 18px;
}

	.intro{
		font-size: 135%;
		line-height: 1.4em;
}
	.intro p{
	margin: 0 0 8px;
	padding: 0;
}
blockquote{
	margin: 18px 0;
	padding: 18px;
	font-style: italic;
}

ul.bulleted{
	margin: 0 15px 18px 32px;
	line-height: 1.3em;
	color: #0a5689;
}

	ul.bulleted li{
		margin-bottom: 6px;
		list-style-image: url(../images/miscellaneous/bullet.gif);	
	}
	
.textRight {
	text-align: right;
}

/* @end */

/* @group ELEMENTS */

/*-----------------------------------------------------------------
Backyard Playground

ELEMENTS

version: 	1.0
author: 	IMP Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2008

-------------------------------------------------------------------*/

/* MODULES
----------------------------------*/
.module{
	margin: 0 0 18px 0;
}

	.module h4{
		padding: 0 5px 0 45px;
		line-height: 30px;
		font-size: 18px;
		color: #0a5689;
		font-weight: bold;
		background: #91c2dc url(../images/miscellaneous/module_bullet.gif) no-repeat 3px 50%;
	}

	.module_content{
		padding: 5px 10px 0 45px;
	}
	
	.module_content img {
	margin-bottom: 7px;
	padding: 0;
	border: 1px solid #967940;
}

.module_content img.small_icon {
	width: 24px;
	height: 30px;
	margin: 0;
	border-style: none;
	padding: 0;
}
	
/* FORMS
----------------------------------*/	
#free_form{
	margin: 0;
	padding: 10px;
	background-color: #ffcd6a;
}

.form_segment {
	display: block;
	padding: 0;
	margin: 0;
	clear: left;
}

.area_segment {
	padding: 0;
	margin: 0;
	clear: both;
}

#free_form textarea{
	margin-bottom: 12px;
	padding: 3px;
	color: #555;
	border: 1px solid #7b902f;
	font-size: 125%;
	font-family: Myriad, Helvetica, Verdana, Arial, sans-serif;
	background-color: #ffe4ae;
	float: right;
	width: 300px;
}

#free_form .text_field{
	padding: 3px;
	color: #555;
	border: 1px solid #7b902f;
	font-size: 125%;
	font-family: Myriad, Helvetica, Verdana, Arial, sans-serif;
	background-color: #ffe4ae;
	float: right;
	display: block;
	width: 300px;
}

#free_form label{
	font-weight: bold;
	color: #967940;
	font-size: 125%;
	margin: 0 0 10px;
	padding: 7px 0 0;
	float: left;
	width: 100px;
	display: block;
}

.drop_down {
	width: 300px;
	background-color: #ffe4ae;
	border: 1px solid #7b902f;
	float: right;
}

.submit {
	border: 1px solid #7b902f;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #ffe4ae;
	font-size: 1.2em;
	font-weight: bold;
	color: #967940;
	clear: both;
	display: block;
}

.submit:hover {
	color: #fff;
	background-color: #967940;
}

/* TABLES
----------------------------------*/
table{
	margin-bottom: 18px;
	width: 100%;
	margin: 0;
}

	table th{
		padding: 4px 0;
		text-align: left;
		border-top: 1px solid #967940;
		border-bottom: 2px solid #967940;
		color: #7b902f;
		text-transform: uppercase;
	}
	
	table td{
		padding: 3px;
	}
	
	table tr.even td{
		background-color: #ffe4ae;
	}
	
	table.bordered td{
		border-bottom: 1px solid #967940;
	}
	
#map_canvas {
	border: 2px solid #967940;
	margin-bottom: 18px;
}

.item {
	padding-bottom: 5px;
	border-bottom: 1px solid #ffe4ae;
	width: 400px;
}
.item p{
	margin: 0;
	padding: 0;
}
.thumb_box img{
	margin: 0;
	padding: 0;
	height: 60px;
	width: 96px;
}

.thumb_box a {
	margin: 0;
	padding: 0;
	display: block;
}

.thumb_box a:hover {
}

.thumb_box {
	padding: 0;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
		border: 2px solid #967940;
	width: 96px;
	height: auto;
}

.thumb_box:hover {
	border: 2px solid #7b9;
}

.module_content .side_thumb_box {
	width: 55px;
	float: left;
	margin-right: 0;
	background-color: transparent;
	height: 45px;
	margin-top: 10px;
	display: block;
	margin-left: 10px;
}

.side_thumb_box img {
	height: 45px;
	width: 55px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.side_thumb_box {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

/* HOME PAGE GALLERY */

.right_module {
	float: right;
	background-color: #ffe4ae;
	margin-left: 10px;
	width: 130px;
	display: block;
	padding-bottom: 10px;
	padding-right: 10px;
}

/* @end */

/* @group MULTIBOX */

/**************************************************************

	MultiBox
	v1.1

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #0a5689;
	background-color: #FFF;
	display: none;
	z-index: 2;
}

.MultiBoxLoading {
	background: url(../images/multibox/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(../images/multibox/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #0a5689;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../images/multibox/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(../images/multibox/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../images/multibox/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../images/multibox/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}



/*************************************************************/

/* @end */