body {
	color:#222;
	margin:0;
	padding:0;
	font-family: arial, helvetica, lucida, sans-serif;
	background:#789EBD url(images/wrapbg.gif) top center repeat-y;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, blockquote {
	font-size: 13px;
	line-height: 18px;
	color: #666;
	margin:0;
}

.hide {
	display: none;
} 

img {
	border: 0;
}


/* text details */
h1	{
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-weight:normal;
	font-size: 22px;
	color: #297EAA;
	line-height: 25px;
}

h2 {
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-weight:normal;
	color: #2983BD;
	margin:15px 0 5px 0;
	font-size: 18px;
	line-height: 17px;
	border-bottom:1px solid #ddd;
}

#splash h2 {
  width:70%;
  font-size:20px;
  line-height:24px;
  border:0px;
}

h3	{
	font-family: arial,verdana,sans-serif;
	font-weight:normal;
	font-size: 16px;
	margin:10px 0 3px 0;
	color: #2983BD;
	line-height: 16px;
}

h4	{
	font-family: arial,verdana,sans-serif;
	font-weight:normal;
	font-size: 14px;
	margin:5px 0 0 0;
	color: #2983BD;
	line-height: 14px;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 12px;
}

.small {
	font-size: 70%;
}

p.tiny {
	font-size: 60%;
}

p.small {
	font-size: 70%;
}

p {
	text-align:justify;
	margin-top:6px;
}

.photo {
	border-top:1px #ccc solid;
	border-left:1px #ccc solid;
	border-right:1px #999 solid;
	border-bottom:1px #999 solid;
	margin:2px;
	padding:3px;
}

.credit {
	font-style:italic;
	font-size:90%;
}

.message {
	color: #c00;
	text-align:left;
	margin-bottom:10px;
}

.byline {
	font-size: 9px;
	line-height:1.5em;
}


/* location bar */
#bar {
	display: none;
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	clear:both;
	padding:0 5px 0 0;
	color:#fff;
	margin:0 0 4px 0;
	background:#4BDA41 url('images/greenbar.gif') repeat-x left top;
	border-bottom:4px solid #258218;
	border-top:0px solid #31A82A;

}


#bar h1 {
	margin:0;
	font-size:50px;
	line-height:1.3em;
	font-style:normal;
	font-weight:normal;
	color:#fff;
	text-align:right;	
}


/* end location bar */

/* start sub menu */
#submenu {
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font:11px/15px;
	margin:-5px 0 5px 0;
	text-align:left;
	padding-left:0px;
	clear:both;
}

#submenu h2 {
	border-bottom:0px;
}

#submenu ul {
	display:inline;
	padding:2px 0 3px 0;
	background-color:#fff;
}	

#submenu li{
	display: block; 
	margin: 0;
	font-size:12px;
}

#submenu li a, #submenu li a:hover, #submenu li a:active { 
	color: #31A82A;
	padding: 2px 1em 3px 1em;
	background-color:#fff;
}

#submenu li a:hover, #submenu li a:active { 
	color: #2983BD; 
}
/* end sub menu */

/* start links */
a {
	color: #004471;
	text-decoration: dashed;
}

a:hover { 
	color: #31A82A; 
	text-decoration: dashed;
}
/* end links */


/* header setup */

.navbox {
	margin:0;
}

#logobox {
	margin:-3px 0px 4px 10px;
}
	
/* main menu nav */
#nav{
	float:right;
	color: #666;
	margin: 20px 10px;
	width:70%;
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
} 

#nav ul {
	padding: 0;
	margin: 0;
}

#nav ul li{
	margin: 0 -2px 0 -2px;
	display : inline;
	font-size:12px;
}

#homepage #nav ul li {
  font-weight:bold;
}

#nav ul li a{
	border-top: 1px solid #ccc; 
	padding: 5px 1em 5px 1em;
	background-color : #fff;
	color : #999;
	text-decoration : none;
}

#nav ul li a:hover, #nav li a:active{
	background-color : #31A82A;
	color : #fff;
}

/* footer stuff */
.footer {
	clear:both;
	background:#fff url(images/dot.gif) repeat-x left top;
	margin:30px 5px;	
}

.footer span.logo {
	float:left;
	padding-left:0px;
}

.footer .footertext {
	font:10px tahoma, helvetica, sans-serif;
	text-align:center;
	padding-top:10px;
}


/* wrapping container */
#container {
	color : #666;
	width:798px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	background:#fff;
}



/* Mainbar */
.ms div#mainbar {
	width:520px;
	margin:0 10px 0 10px;
	float:left;
	clear:both;
}

.m div#mainbar {
	width:600px;
	margin:0 80px;
	clear:both;
}

.hm div#mainbar {
	width:98%;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}

/* End mainbar */

/* sidebar */
#sidebar {
	display:block;
	float:left;
	margin:0 5px 0 25px;
}

#playground #sidebar {
	margin:0;
}
/* end sidebar */

/* start homepage stuff */

.box {
	margin: 0 0 0.75em 0; 
  width: 60%;
  left: 0%;
	position:relative;
  float:left;
}

span.corner { 
	position: absolute; 
	height: 10px; 
	width: 10px; 
	margin: 0; 
	padding: 0; 
	line-height: 1px; 
	font-size: 1px;
} 
span.topleft {top: -1px; left: -1px; background-position: top left;}
span.topright {top: -1px; right: -1px; background-position: top right;}
span.bottomleft {bottom: -1px; left: -1px; background-position: bottom left;}
span.bottomright {bottom: -1px; right: -1px; background-position: bottom right;}

/* IE Filters */
* html span.bottomleft {bottom:-2px}
* html span.bottomright {bottom:-2px}


/* hide the logo in the header on the homepage*/
#homepage #logobox {
	display:none;
}

#homepage #splash {
  margin-bottom:10px;
}

#homepage #splash a:hover{
	border-bottom:1px #fefefe solid;
}

#homepage li, #homepage .p{
	color:#fff;
}

.pullquote {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size:120%;
	font-weight:normal;
	line-height:120%;
	margin:10px;
	color:#fff;
}

#homepage #pickit {
	position:relative;
	float:left;
	border:1px solid #ccc; 
	background: #99B3FF;
  padding: 0 20px 5px 0px;
	height: auto;
	color:#004471;
}

#homepage #pickit span.corner {
	background-image: url(images/bord-silver.png)
}

#homepage #pickit .pullquote {
  font-size:110%;
  line-height:1em;
  color:#004471;
  
}

#homepage #pickit li {
   color:#004471;
   margin-left:2px;
}

#homepage #about span.corner {
	background-image: url(images/bord-silver.png)
}

#homepage #about {
	position:relative;
	float:left;
	border:1px solid #ccc; 
	background: #99B3FF;
	padding: 10px;
	height: auto;
}

#about .pullquote {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size:120%;
	font-weight:normal;
	line-height:150%;
	margin:10px;
	color:#fff;
}

#homepage #sidebubble span.corner {
	background-image: url(images/bord-silver.png)
}

#homepage #sidebubble {
	position:relative;
	float:right;
	border:1px solid #ccc; 
	background: #99B3FF;
	padding: 10px;
	height: auto;
  width: 33%;
}

#search {
	position:relative;
	border:0px solid #EC2C2A; 
	background: #fff;
	padding:10px 10px 0px	q11`	px 10px;
	height: auto;
}

#search span.corner  {
}

#search h2 {
	border:0;
}

#searchswitch {
	text-align:right;
	padding-right:5px;
}

#searchoptions  span.corner  {
	background-image: url('images/bord-green.gif')
}

#searchoptions {
	position:relative;
	border:1px solid #95CF72; 
	background: #B9F890;
	padding:0 10px 0px 10px;
	height: auto;
}

#homepage #listings {
	clear:left;
}

/* end homepage stuff */

/* listings */

#listings .untabbed ul{
	position:relative;
	float:left;
	padding: 0 10px 5px 10px;
	height: auto;
}

#listings #ourpicks ul span.corner  {
	background-image: url('images/bord-green.gif')
}

#listings #ourpicks ul {
	border:1px solid #95CF72; 
	background: #B9F890;
}

#listings #recentlyadded ul span.corner  {
	background-image: url('images/bord-green.gif')
}

#listings #recentlyadded ul {
	border:1px solid #95CF72; 
	background: #B9F890;
}

#listings #playgroundlists ul span.corner  {
	background-image: url('images/bord-green.gif')
}

#listings #playgroundlists ul {
	border:1px solid #95CF72; 
	background: #B9F890;
}

#listings #bystate ul span.corner  {
	background-image: url('images/bord-green.gif')
}

#listings #bystate ul {
	border:1px solid #95CF72; 
	background: #B9F890;
}


#listings h3 {
	border-bottom:1px #004471 solid;
	padding-bottom:3px;
}


#listings h3 a {
	margin-right:10px;
	padding:3px;
}

#listings .tabbed h3 a {
  border:1px #004471 solid;
  color:#004471;
  background:#82C34E;
  padding-bottom:2px;
}


#listings .tabbed h3 a:hover, a:active {
  background:#31A82A;
}


#listings a#activeheader, a#activeheader:hover, a#activeheader:active {
	padding:3px 6px;
	text-decoration:none;
	color:#004471;
  padding-bottom:2px;
}

#listings ul {
	list-style:none;
	clear:both;
	padding:4px;
}

.tabbed p {
	list-style:none;
	padding:4px;
	margin-top:1px;
}

.tabbed {
	margin:5px 0 10px 0;
}

.tabbed h2 {
	margin-left:0px;
	border:1px solid #95CF72; 
	background: #B9F890;
	border-bottom:0;
	font-size:15px;
	color:#324471;
	padding:2px 1em;
	display:inline;
}

.tabbed h2 a {
	text-decoration: none;
}

.tabbed ul {
	border:1px solid #95CF72; 
	background: #B9F890;
	list-style:none;
	clear:both;
	padding:4px;
	margin-top:-1px;
}

#listings .tabbed ul{
	position:relative;
	float:left;
	padding: 0 10px 5px 10px;
	height: auto;
}


.tabbed ul span.corner  {
	background-image: url('images/bord-green.gif')
}

.more {
	text-align:right;
	list-style:none;
	padding-right:5px;
}

ul#news li {
	list-style-image: url(images/newsicon.gif);
	margin-bottom: 15px;
}

/* end listings */



/* playground pages */

#snapshot {
	font-size: 12px;
	width:200px; 
	margin:5px 10px 20px 0px;
	border-left:1px #ccc solid;
	border-right:1px #95cf72 solid;
	border-bottom:1px #95cf72 solid;
	background:#f1f1f9;
	padding-bottom:5px;
}

#snapshot h2 {
	border:0;
	text-align:center;
	margin:0;
	padding:4px;
	font-size: 16px;
	color:#fff;
	background:#82AA5A url('images/greenbg.gif') left top repeat-x;
}

#snapshot ul {
	list-style:none;
	clear:both;
	padding:4px;
	list-style-image: url('images/bullet.gif');
	margin-top:1px;
}

#snapshot li {
	margin-left:30px;
	color:#333;

}

#snapshot p {
  padding:3px;
}

/* end playground details */


/* layout for forms */
.formgroup {
	font-size: 13px;
	line-height: 20px;
	border-top:1px #ccc solid;
	border-left:1px #ccc solid;
	border-right:1px #999 solid;
	border-bottom:1px #999 solid;
	background-color:#f0f0f0;
	width:530px;
	margin-bottom:10px;
	float:left;
}

.rowheader {
	clear:both;
	background-color:#ddd;
	padding-left:15px;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}

.row {
	clear:both;
	padding-bottom:5px;
	padding-left:2px;
}

.row span.label {
	float:left;
	width:130px;
	text-align:right;
	padding-right:10px;
}

.row span.formw {
	float:left;
	width:335px;
	text-align:left;
	line-height:.5em;
	margin-bottom:5px;
}



/* Zebra tables from ala */
.zebra {
	border: 1px solid #666666;
}

.zebra tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
}

.zebra tbody tr th {
	font-family: "lucida grande", verdana, sans-serif;
	font-weight:bold;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
}


.zebra tbody tr.selected td {
	background-color: #3d80df;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}



