@charset "UTF-8";
/* CSS Document */

* {
	padding:0px;
	margin:0;
}
p {
	padding-bottom:16px;
	
}
h1 {
	padding:20px 0 20px;
}
h2 {
	padding:0 0 20px 0;
}
h3 {
	padding:0 0 10px 0;
	color:#000;

}
h4 {
	 padding:16px 0 16px 0;
}
ul {
	padding-bottom:20px;
}
td {
	padding:3px;
}
body {
	background-color:#F1F1F1;
	margin:0 auto; 	
}
div.clear {
    clear:both;
	
}
#logo-header {
	float:left;
	width:163px;
	height:100px;
	background:url(/images/logo.png) no-repeat;
	text-indent:-9999px;
	margin:12px 0 0 0;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
#login {
	float:left;
	width:250px;
	height:20px;
	margin:40px 0 0 60px;

}

ul {
	list-style-type:none;
}
#powlogo {
	float:left;
	width:230px;
	height:100px;
	background:url(/images/pow.png) no-repeat;
	text-indent:-9999px;
	margin:10px 0 0 10px;
	opacity:0.5;
	filter:alpha(opacity=50);
}

#phone {
	float:right;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:17px;
	font-weight:bold;
	margin:70px 10px 0 0;
	}
.phone {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:17px;
	font-weight:bold;
	text-align: right;
}
#logo-header {
	float:left;
	width:163px;
	height:100px;
	background:url(/images/logo.png) no-repeat;
	text-indent:-9999px;
	margin:12px 0 0 0;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */}
#logo-wd {
	float:left;
	width:133px;
	height:100px;
	background:url(/images/wd-logo.png) no-repeat;
	text-indent:-9999px;
	margin:3px 0 0 10px;
	opacity:0.5;
	filter:alpha(opacity=50);
	}
#logo-3in1 {
	float:left;
	width:100px;
	height:100px;
	background:url(/images/3in1-logo.png) no-repeat;
	text-indent:-9999px;
	margin:3px 0 0 20px;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.learn {
	color:#09F;
	font-size:16px;
	text-decoration:none;
	padding:10px 0 0 10px;
	
	
}
.learn:hover {
	color:#000;
	font-size:16px;
	text-decoration:none;
	padding:10px 0 0 10px;
}
.more-link {
	color:#666;
	font-size:12px;
	text-decoration:none;
	padding:10px 0 0 10px;
	
	
}
.more-link:hover {
	color:#09F;
	font-size:12px;
	text-decoration:none;
	padding:10px 0 0 10px;



	/*HEADER*/
}

#header {
	width:990px;
	height:120px;
	margin:0 auto;
}


/* navigation */
#nav {
	float:left;
	position:relative;
	width:990px;
	height:28px;
	z-index:10;
}
#nav li {
	float:left;
}
#nav li a {
	display:block;
	height:28px;
	text-indent:-9999px;
}
#nav a.assemblies {
	background:url(/images/nav/assemblies.png) no-repeat;
	width:165px;
	
	color:#D3D3D3;
}
#nav a.assemblies:hover {
	background-position: 0 -28px;
	
	color:#D3D3D3;
}
#nav a.pricing {
	background:url(/images/nav/pricing.png) no-repeat;
	width:165px;
	
	color:#D3D3D3;
}
#nav a.pricing:hover {
	background-position: 0 -28px;

	color:#D3D3D3;
}
#nav a.schedule {
	background:url(/images/nav/schedule.png) no-repeat;
	width:165px;

	color:#D3D3D3;
}
#nav a.schedule:hover {
	background-position: 0 -28px;

	color:#D3D3D3;
}
#nav a.setup {
	background:url(/images/nav/setup.png) no-repeat;
	width:165px;
	
	color:#D3D3D3;
}
#nav a.setup:hover {
	background-position: 0 -28px;
	
	color:#D3D3D3;
}
#nav a.booking {
	background:url(/images/nav/booking.png) no-repeat;
	width:165px;

	color:#D3D3D3;
}
#nav a.booking:hover {
	background-position: 0 -28px;
	border-bottom:solid 2px;
	color:#D3D3D3;
}

#nav a.login {
	background:url(/images/nav/contact.png) no-repeat;
	width:165px;
	border-bottom:solid 2px;
	color:#D3D3D3;
}
#nav a.login:hover {
	background-position: 0 -28px;
	border-bottom:solid 2px;
	color:#D3D3D3;
}

/* subnav */
#nav li ul{
	position:absolute;
	top:-999em;
	left:-9999em;
	z-index:9999;
}
#nav li:hover ul, #nav li.over ul { 
	left:0;
}
#nav li ul.sub_nav {
    position:absolute;
	top:28px;
	width:161px;
	overflow:hidden;
	z-index:9999;
	padding:0 0 12px 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-box-shadow: 0px 10px 10px #666;
	-moz-box-shadow: 0px 10px 10px #d6d6d6;
	box-shadow: 0px 10px 10px #666;
	background-color:#FFF;
	border-right:solid 2px #fff;
	border-left:solid 2px #fff;
	border-bottom:solid 2px #fff;
	background-color:#d6d6d6;
}
ul#nav li ul.sub_nav li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	width:162px;
	background:#d6d6d6;
	border-color:#FFF;
	float:left;
	height:auto;
	padding:5px 3px 5px 5px;
	text-decoration:none;
	text-indent:0;
}
#nav li ul.sub_nav li a:hover {
border-top:1px solid #000;;
    border-bottom:1px solid #000;;
	border-right:solid 10px #000;
	color:#b81b1b;
		font-size:11px;
	background-color:#FFF;
}
#nav li ul.assemblies {
	margin-left:1px;
}
#nav li ul.schedule {
	margin-left:168px;
}

#nav li ul.setup {
	margin-left:498px;
}
ul#nav li ul.sub_nav.schedule li a  {
	width:185px;
}

/* LINKS */


#rollover-listen a {
	display:block;
	width: 100px;
	height:90px;
	margin:5px 0 0 15px;
    padding:10px 10px 10px 7px;
	font: bold 13px sans-serif;
	color:#333;
	background-image:url(/images/listen.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
}
#rollover-listen a:hover { 
background-position: 0 -107px;
color: #049;

}

#rollover a {
	display:block;
	width: 250px;
	height:26px;

	padding:10px 10px 10px 7px;
	font: bold 13px sans-serif;
	color:#333;
	background-image:url(/images/rollover.png);
	background-repeat:no-repeat;
	text-decoration: none;
}
#rollover a:hover { 
background-position: 0 -52px;
color: #049;

}
#rollover a:active {

color:#fff;

}


/* INDEX PAGE */

#section-background {
	margin:0 auto;
	margin-top:auto;
	background-image:url(/images/background-fade.png);
	width:980px;
	height:550px;
	padding: 30px 0 30px 0;
	background-position:bottom left;
}
#wrapper-type-photos h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding:5px 0 10px 0;
	color:#666;
	text-align:center;
}
#wrapper-sitemap {
	margin-top:auto 0;
	width:980px;
	height:221px;
	border-top: solid 1px;
	border-top-color: #CCC;
	background-color: #F2F2F2;
	margin-left: -1px;
	border-bottom: solid 1px;
	border-bottom-color: #CCC;
}
#wrapper-schoollist {
	margin-top:auto 0;
	width:980px;
	height:250px;
	border-top: solid 1px;
	border-top-color: #CCC;
	background-color: #F2F2F2;
	margin-left: -1px;
	border-bottom: solid 1px;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
}
#wrapper-setup {
	margin:0 auto;
	margin-top:0px;
	background-image:url(/images/set-cap.jpg);
	width:986px;
	height:358px;
}

#wrapper-stripe-setup {
	margin:0 auto;
	margin-top:auto;
	text-align:left;
	width:986px;
	background-image:url(/images/index-stripe.gif);
}

#wrapper-stripe-sitemap {
	margin:0 auto;
	margin-top:auto;
	text-align:left;
	width:986px;
	height:600px;
	background-image:url(/images/index-stripe.gif);
}

#wrapper-type7 {
	margin:0 auto;
	margin-top:auto;
	width:800px;
	height:800px;
    padding: 10px;
	
}
#wrapper-video-sv {
	width:635px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#666;
	text-align:left;
	height:405px;
	background-image: url(/images/video-computer.gif);
	background-repeat:no-repeat;
	padding: 123px 0 0 60px;
	margin-left: 150px;
}

#promoVideo{
	width:630px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#666;
	text-align:left;
	height:405px;
	background-image: url(/images/video-computer.gif);
	padding: 122px 0 0 60px;
	margin-left: 150px;
}

#wrapper-type5 {
	width:470px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	padding:20px 0 20px 45px;
	color:#666;
	text-align:left;
	height: 440px;
}

#wrapper-type4 {
	width:320px;
	padding:0 10px 0 10px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#666;
	text-align:left;
}
#wrapper-type3 {
	width:420px;
	float:left;
	padding: 40px 0 0 20px;
}

#hero-pricing {
	margin:0 auto;
	margin-top:0px;
	background-image:url(/images/hero-pricing.jpg);
	width:986px;
	height:358px;
	
}
#hero-articles {
	margin:0 auto;
	margin-top:0px;
	background-image:url(/images/article-cap.jpg);
	width:986px;
	height:358px;
}
#wrapper-contact {
	margin:0 auto;
	margin-top:0px;
	background-image:url(/images/contact_cap.jpg);
	width:986px;
	height:358px;
}
#stripe-contact {
	margin:0 auto;
	margin-top:auto;
	text-align:left;
	width:986px;
	background-image:url(/images/index-stripe.gif);
	height: 700px;
}
#stripe-bicycle-safety {
	margin:0 auto;
	margin-top:auto;
	text-align:left;
	width:986px;
	background-image:url(/images/index-stripe.gif);
	height: 7300px;

}
#wrapper-redribbonweek {
	margin:0 auto;
	margin-top:0px;
	background-image:url(/images/redribbonweek_cap.jpg);
	width:986px;
	height:358px;
}
#wrapper-awards {
	margin:0 auto;
	margin-top:0px;
	background-image:url(/images/contact_cap.jpg);
	width:986px;
	height:358px;
}
#wrapper-middle-schools {
	margin:0 auto;
	margin-top:0px;
	background-image:url(/images/bully_cap.jpg);
	width:986px;
	height:358px;
}
#wrapper-type1 {
	margin:0 auto;
	margin-top:auto;
	text-align:left;
	width:986px;
	background-image:url(/images/index-stripe.gif);
	height: 4490px;
}
#stripe-bulying {
	margin:0 auto;
	margin-top:auto;
	text-align:left;
	width:986px;
	background-image:url(/images/index-stripe.gif);
	height: 5690px;
	
}
#stripe-redribbon {
	margin:0 auto;
	margin-top:auto;
	text-align:left;
	width:986px;
	background-image:url(/images/index-stripe.gif);
	height: 6715px;
}
#stripe-student-awards {
	margin:0 auto;
	margin-top:auto;
	text-align:left;
	width:986px;
	background-image:url(/images/index-stripe.gif);
	height: 4020px;	
}
#stripe-middle-school {
	margin:0 auto;
	margin-top:auto;
	text-align:left;
	width:986px;
	background-image:url(/images/index-stripe.gif);
	height: 4500px;	

}
#stripe-bicyclesafety {
	margin:0 auto;
	margin-top:auto;
	text-align:left;
	width:986px;
	background-image:url(/images/index-stripe.gif);
	height: 4800px;
}
#wrapper-type2 {
	margin:0 auto;
	margin-top:0px;
	background-image:url(/images/index_cap.jpg);
	width:986px;
	height:358px;

}
#wrapper-half-pipe-rental {
	margin:0 auto;
	margin-top:0px;
	background-image:url(/images/h1-skate-board-halfpipe-rental.jpg);
	width:986px;
	height:358px;
}
#wrapper-sitemap-hero {
	margin:0 auto;
	margin-top:0px;
	background-image:url(/images/site-map-cap.jpg);
	width:986px;
	height:358px;
}
#wrapper-index-bullying {
	margin:0 auto;
	margin-top:0px;
	background-image:url(/images/bullying_cap.jpg);
	width:986px;
	height:358px;
}
#stripe-index {
	margin:0 auto;
	margin-top:auto;
	text-align:left;
	width:986px;
	background-image:url(/images/index-stripe.gif);
	height: 4600px;
	height:4600px;
}
#stripe-skateboard {
	margin:0 auto;
	margin-top:auto;
	text-align:left;
	width:986px;
	background-image:url(/images/index-stripe.gif);
	height: 1320px;
}
#wrapper-type-photos {
	margin:0 auto;
	margin-top:auto;
	
	width:986px;
	background-image:url(/images/index-stripe.gif);
}

	
#wrapper-type-pricing {
	margin:0 auto;
	margin-top:auto;
	text-align:left;
	width:986px;
	background-image:url(/images/index-stripe.gif);
	height: 508px;
}
#img-left {
	width:459px;
	float:left;
	background-image:url(/images/staff.png);
}
#text-right {
	width:470px;
	height:470px;
	padding:20px 30px 0 0;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#666;
	text-align:left;

}
#wrapper-shadowbox3 {
	width:350px;
	height:440px;
	padding:100px 0 0 0;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#666;
	text-align:left;
}
.shadowbox1-cap {
	display:block;
	width:380px;
	height:6px;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(/images/box375top.png);
}	
.shadowbox1-boot {
	display:block;
	width:374px;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-image:url(/images/box375px.png);
	height: 470px;
}

.shadowbox2-cap {
	display:block;
	width:423px;
	height:6px;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(/images/shadowbox2-cap.gif);
}	
.shadowbox2-boot {
	display:block;
	width:423px;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-image:url(/images/shadowbox2-boot.gif);
	height: 400px;
}

#hero-index{
	margin:0 auto;
	margin-top:auto;
	width:980px;
	height:358px;
}

#h1-img {
	width:602px;
	margin:0 auto;
	margin-top:auto;
	text-align:center;
	padding:10px;
}
#index-boot {
	margin:0 auto;
	margin-top:auto;
	background-image:url(/images/index-boot.gif);
	width:986px;
	height:10px;
}
#index-summary {
	margin-top:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	padding:10px;
	color:#666;
	text-align:left;
	width:850px;
	margin-left: 30px;
}	
#sitemap-content {
	margin:0 auto;
	margin-top:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#666;
	
}
#index-content1{
	margin:0 auto;
	margin-top:auto;
	width:800px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 25px;
}	
#index-content2 {
	margin:0 auto;
	margin-top:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	padding:10px 40px 0 40px;
	color:#666;
}
#background-pasystem {
	margin:0 auto;
	margin-top:auto;
	background-image:url(/images/background-fade.png);
	width:980px;
	background-position:bottom left;
	border-top:2px solid #666;
	border-bottom: 2px solid #999;
}
#background-fade1 {
	margin:0 auto;
	margin-top:auto;
	background-image:url(/images/background-fade.png);
	width:980px;
	height:600px;
	background-position:bottom left;
	border-top:1px solid #F7F7F7;
	background-repeat: repeat-x;
}
#background-fade-rob {
	margin:0 auto;
	margin-top:auto;
	background-image:url(/images/background-fade.png);
	width:980px;
	background-position:bottom left;
	border-top:1px solid #F7F7F7;
	height: 570px;
	background-repeat: repeat-x;
}
#background-fade {
	margin:0 auto;
	margin-top:auto;
	background-image:url(/images/background-fade.png);
	height:550px;
	background-position:bottom left;
	border-top:1px solid #F7F7F7;
	width: 978px;
}
#background-fade-sec1-index {
	margin:0 auto;
	margin-top:auto;
	background-image:url(/images/background-fade800.png);
	height:460px;
	background-position:bottom left;
	border-top:1px solid #F7F7F7;
	width: 980px;
	background-position: bottom;
	background-repeat: repeat-x;
}
#background-fade-sitemap {
	margin:0 auto;
	margin-top:auto;
	height:300px;
	background-position:bottom left;
	border-top:1px solid #F7F7F7;
	width: 978px;
	background-position: bottom;
	background-repeat: repeat-y;
}
#background-whypow {
	margin:0 auto;
	margin-top:auto;
	width:940px;
	height:650px;
	background-position:bottom left;
	background-repeat:repeat-x;
	border-top:1px solid #F7F7F7;
	padding: 20px;
	background-image: url(/images/background-fade.png);
}
#background-fade2 {
	margin:0 auto;
	margin-top:auto;
	background-image:url(/images/background-fade.png);
	width:980px;
	height:550px;
	background-position:bottom left;
	border-top:1px solid #F7F7F7;
	
	
}
#background-fade5 {
	margin:0 auto;
	margin-top:auto;
	background-image:url(/images/background-fade.png);
	width:980px;
	height:480px;
	background-position:bottom left;
	border-top:1px solid #F7F7F7;
	border-bottom: solid 1px;
	border-bottom-color: #FFF;
}
#background-fade4 {
	margin:0 auto;
	margin-top:auto;
	width:980px;
	height:880px;
	background-position:bottom left;
	border-top:1px solid #F7F7F7;
	background-image:url(/images/background-fade1200.png);
	border-top:solid 1px;
	border-top-color:#CCC;
	
}
#index-background-4 {
	background-image:url(/images/pricing-hero.png);
	background-position:top;
	background-repeat:no-repeat;
	width:459px;
	height:450px;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#666;
	text-align:left;
}
#index-background-1 {
	background-position:right bottom;
	background-repeat:no-repeat;
	width:459px;
	height:550px;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#666;
	text-align:left;
	margin-top: 20px;
	background-image: url(/images/rob-tailwhip.png);
}
#index-background-2 {
	background-image:url(/images/den-gretchen.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	width:400px;
	height:520px;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#666;
	text-align:left;
	padding:10px;
}


#index-background-3 {
	background-image:url(/images/staff.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	width:459px;
	height:550px;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#666;
	text-align:left;
}
.footer {
	color:#69F;
	font-size:10px;
	text-decoration:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
#footer {
	margin:0 auto;
	margin-top:auto;
	width:949px;

}
#footer p {
	padding:10px 0 30px 0;
	color:#666;
	font-size:11px;
	
}
.footertext {
	color:#69F;
	font-size:10px;
	text-decoration:none;
}
.footertext:hover {
	color:#666;
	font-size:10px;
	
}
.terms-privacytext {

	font-size:24px;
	font-weight:200;
	line-height:28px;
}
/* Boxes */


.shadowbox3-cap {
	display:block;
	width:380px;
	height:6px;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(/images/shadowbox3-cap.png);
}	
.shadowbox3-boot {
	display:block;
	width:380px;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-image:url(/images/shaowbox3-boot.png);
	height: 320px;
}

#shadowbox3-txt {
	margin:0 auto;
	margin-top:auto;
	width:360px;
	padding:20px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#666;
	text-align:left;
}

#shadowbox4-cap{
	width:850px;
	height:5px;
	background-image:url(/images/customers-box-top.gif);
}	
#shadowbox4-boot{
	display:block;
	width:852px;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-image:url(/images/customers-box-bottom.gif);
	margin-bottom:20px;
	height: 650px;
}


#why {
	float:right;
	width:550px;
	text-align:left;
	margin:20px 20px 0 20px;
	color:#999;
	font-size:16px;
}
#features2 {
	margin:0 auto;
	margin-top:auto;
	background-color: transparent;
	background-image:url(/images/background-price-column.png);
	background-repeat: repeat-y;
	display: block;
	height: 275px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 980px;

}
#background-more{
	margin:0 auto;
	margin-top:auto;
	background-color: transparent;
	background-image:url(/images/background-price-column.png);
	background-repeat: repeat-y;
	display: block;
	height: 270px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 980px;
}

#features {
	margin:0 auto;
	margin-top:auto;
	background-color: transparent;
	background-image:url(/images/background-price-column.png);
	background-repeat: repeat-y;
	display: block;
	height: 270px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 980px;
	border-top: solid 1px;
	border-top-color: #CCC;
}
#grid4col {

background-color: transparent;
background-repeat: repeat-y;
display: block;
height: 340px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 25px;
width: 980px;
}
#column1 {
	display: block;
	float: left;
	height: 190px;
	padding: 10px;
	width: 223px;
	height:290px;
	border-right:solid 1px;
	border-right-color:#DDD;
	border-left:solid 1px;
	border-left-color:#DDD;
	background-image: url(/images/background-price-column-setup.png);
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: solid 1px;
	border-bottom-color: #DDD;
}
#columnmid {
	display: block;
	float: left;
	height: 190px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 10px;
	width: 224px;
	height:290px;
	border-right:solid 1px;
	border-right-color:#DDD;
	background-image: url(/images/background-price-column-setup.png);
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: solid 1px;
	border-bottom-color: #DDD;
 }
#columnlast{
	display: block;
	float: left;
	height:290px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding:10px;
	border-right:solid 1px;
	border-right-color:#DDD;
	background-image: url(/images/background-price-column-setup.png);
	width:224px;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: solid 1px;
	border-bottom-color: #DDD;
}

#grid4col-setup {

background-color: transparent;
background-repeat: repeat-y;
display: block;
height: 340px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 25px;
width: 980px;
}
#column1-setup {
	display: block;
	float: left;
	height: 190px;
	width: 244px;
	height:274px;
	border-right:solid 1px;
	border-right-color:#BBB;
	border-left:solid 1px;
	border-left-color:#BBB;
	background-image: url(/images/background-price-column-setup.png);
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: solid 1px;
	border-bottom-color: #BBB;
	opacity:1;
	filter:alpha(opacity=100);
	color: #666;
}
#columnmid-setup {
	display: block;
	float: left;
	height: 190px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 243px;
	height:274px;
	border-right:solid 1px;
	border-right-color:#BBB;
	background-image: url(/images/background-price-column-setup.png);
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: solid 1px;
	border-bottom-color: #BBB;
	color: #666;
 }
#columnlast-setup{
	display: block;
	float: left;
	height:274px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-right:solid 1px;
	border-right-color:#BBB;
	background-image: url(/images/background-price-column-setup.png);
	width:245px;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: solid 1px;
	border-bottom-color: #BBB;
	color: #666;
}
#grid4col-more {

background-color: transparent;
background-repeat: repeat-y;
display: block;
height: 340px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 25px;
width: 980px;
}
#column1-more {
	display: block;
	float: left;
	height: 190px;
	width: 325px;
	height:322px;
	border-right:solid 1px;
	border-right-color:#BBB;
	border-left:solid 1px;
	border-left-color:#BBB;
	background-image: url(/images/background-price-column-setup.png);
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: solid 1px;
	border-bottom-color: #BBB;
	opacity:1;
	filter:alpha(opacity=100);
	color: #666;
	border-top: solid 1px;
	border-top-color: #F8F8F8;
}
#columnmid-more {
	display: block;
	float: left;
	height: 190px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 326px;
	height:322px;
	border-right:solid 1px;
	border-right-color:#BBB;
	background-image: url(/images/background-price-column-setup.png);
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: solid 1px;
	border-bottom-color: #BBB;
	color: #666;
	border-top: solid 1px;
	border-top-color: #FBFBFB;
 }
#columnlast-more{
	display: block;
	float: left;
	height:322px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-right:solid 1px;
	border-right-color:#BBB;
	background-image: url(/images/background-price-column-setup.png);
	width:325px;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: solid 1px;
	border-bottom-color: #BBB;
	color: #666;
	border-top: solid 1px;
	border-top-color: #FBFBFB;
}
#shows {
	float:left;
	width:90px;
	color: #666;
	font-size: 13px;
	padding: 10px 0 0 20px;	
}#amount p {
	padding:0px !important;
}
#shows p {
	padding:0px !important;
}

#amount {
	float:left;
	width:75px;
	padding: 10px 0 0 5px;
	font-size: 13px;
	color: #666;
}
#priceboxx {
	width:210px;
	background-image:url(/images/box-price.png);
	height: 114px;
		opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
#pricebox {
	 display:block;
	 min-height:108px;
	 height:108px;
	 margin-bottom:10px;
    background:#f3f3f3;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e5e5e5));
    background:-moz-linear-gradient(top, #fff 50%, #e5e5e5);
	border: 1px solid;
    border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -khtml-border-radius: 10px;
  border: 1px solid #CCC; 
  border-color: #e5e5e5 #dbdbdb #d2d2d2;
  -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px; 
  -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px; 
  box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
 
}
#pricebox-ramps {
	width:210px;
	background-image:url(/images/box-price-ramps.png);
	height: 114px;
}
#contentpricing {
	width:918px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding:40px 20px 20px 40px;
	background-image: url(/images/background-fade.png);
	height: 200px;
	background-position: bottom;
	margin: auto;
	color: #666;
	border-right:solid 1px;
	border-right-color:#DDD;
	border-left:solid 1px;
	border-left-color:#DDD;
	line-height: 1.5;
}
#contentpricing2 {
	width:918px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding:40px 20px 20px 40px;
	height: 340px;
	background-position: bottom;
	margin: auto;
	color: #666;
	border-right:solid 1px;
	border-right-color:#DDD;
	border-left:solid 1px;
	border-left-color:#DDD;
	line-height: 1.5;
	background-image: url(/images/background-fade.png);
}
#comments-heading {
	background-image:url(/images/th.png);
	width:970px;
	height: 30px;
	color: #FFF;
	padding: 3px 0 3px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	border-bottom: solid 2px;
	border-bottom-color: #CCC;
}
#price-heading {
	background-image:url(/images/price-th.png);
	width:970px;
	height: 30px;
	color: #FFF;
	padding: 3px 0 3px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	border-bottom: solid 2px;
	border-bottom-color: #CCC;
	border-top: solid 1 px;
	border-top-color: #CCC;
}
#booking123 {
	background-image:url(/images/price-th.png);
	width:970px;
	height: 30px;
	color: #FFF;
	padding: 10px 0 3px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	border-bottom: solid 1px;
	border-bottom-color: #F6F6F6;
	border-top: solid 1px;
	border-top-color: #999;
}
#contentwhy {
	width:940px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	background-image: url(/images/background-fade.png);
	background-position: bottom;
	margin: auto;
	color: #666;
	line-height: 1.5;
	padding: 20px;
	background-repeat: repeat-x;
}
.robphoto {
	float:right;
	margin:15px;	
}
#references {
	background-image:url(/images/refencebox.png);
	padding:5px 20px 10px 20px;
	width: 772px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	height: 270px;
	margin: 10px 0 20px 90px;
	background-repeat: no-repeat;
}
	
.schoolname {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000;
	font-size:16px;
	padding-left:20px;
	font-style:italic;	
}
#sitemaplist {
	float:left;
	padding:0 0 5px 150px;
	border: #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-align: left;
	border-bottom: solid 1px;
	border-bottom-color: #F1F1F1;
	height: 190px;
/* schoollist */
}
#schoollist {
	float:left;
	padding:0 0 5px 150px;
	border: #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-align: left;
	border-bottom: solid 1px;
	border-bottom-color: #F1F1F1;
	height: 190px;
}
#articlelist {
	float:left;
	padding:0 0 5px 20px;
	border: #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-align: left;
	border-bottom: solid 1px;
	border-bottom-color: #F1F1F1;
	height: 190px;
}
#schoollist h4 {
	color:#333;
	padding:0 0 10px 0;
	font-size:17px;
}
#schoollist ul {
	float:left;
	width:180px;
	margin:0 20px 0 0;
	border-right:1px solid #b6b6b6;
}
#articlelist h4 {
	color:#333;
	padding:0 0 10px 0;
	font-size:17px;
}
#articlelist ul {
	float:left;
	width:222px;
	margin:0 15px 0 0;
	border-right:1px solid #b6b6b6;
}
#articlelist ul.last {
	border:none;
}
#articlelist ul li {
	line-height:18px;
}
#articlelist ul li a {
	display:block;
	color:#333;
	text-decoration:none;
	font-size:11px;
}
#articlelist ul li a:hover {
	display:block;
	color:#09F;
	text-decoration:none;
	font-size:11px;
}

#schoollist ul.last {
	border:none;
}
#schoollist ul li {
	line-height:18px;
}
#schoollist ul li a {
	display:block;
	color:#333;
	text-decoration:none;
	font-size:11px;
	
}
#schoollist ul li a:hover {
	display:block;
	color:#09F;
	text-decoration:none;
	font-size:11px;
}
.imageopacity {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */

}
.imageopacity:hover {
o	opacity:0.1;
	filter:alpha(opacity=100); /* For IE8 and earlier */

}
#power {
	background-image:url(/images/pa-system.png);
	background-repeat:no-repeat;
	width:785px;
	padding-right: 154px;
	padding-left: 40px;
	padding-top: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #666;
	height: 550px;
}
#options-text-more {
	padding:5px;
	width: 300px;
	height: 165px;
}
#options-text-more h3 {
	padding:5px;
	font-size:18px;
}
#options-text-more p {
	padding:5px;
	font-size:12px;

}
#options-text {
	padding:5px;
	width: 230px;
	height: 155px;
	line-height: 1.0 em;
}
#options-text h3 {
	padding:5px;
	font-size:18px;
}
#options-text p {
	padding:5px;
	font-size:12px;

}
#patext-1 {
	width:785px;
	margin-top:20px;
}
#patext-2 {
	width:440px;
}
.h1-comments {
	margin:20px 0 20px 200px;
	margin-top:0px;
	padding:40px;
}
#pencil {
	background-image:url(/images/pen_pencil_clip_art_12072.png);
	background-position:top right;
	background-repeat:no-repeat;
	margin-top: 10px;
	width: 980px;
}
#partner {
	background-image:url(/images/globe.png);
	background-position:top right;
	background-repeat:no-repeat;
	margin-top: 10px;
	width: 800px;
}
.dennis-woody {
	float:left;
	border:solid 1px;
	border-color:#FFF;
	margin: 0 20px 20px 0;
}
#featurecontent {
	margin:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-align:left;
	width:700px;
	margin-left: 20px;
}
#contact-bxtop{
	width:850px;
	height:5px;
	background-image:url(/images/customers-box-top.gif);
	margin-left:20px;
}	
#contact-bx{
	display:block;
	width:852px;
	height:225px;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-image:url(/images/customers-box-bottom.gif);
	margin:0 0 20px 20px;
	text-align:left;
	padding-left:20px;
}
#contct-box {
	float:left;
	width:233px;
	padding:10px 0 10px  0;
	text-align:left;
	line-height: 1.5em;
}
#contact-content {
	margin:0 auto;
	margin-top:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	padding:10px;
	color:#666;
	text-align:center;
	width:700px;
}
#search {
padding:20px 0 0 20px;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
} 
#search-text {
	padding: 10px;
	text-align: center;
	border-bottom: solid 1px;
	border-bottom-color: #CCC;
	width: 960px;
}

.sponsor {
	float:right;
	padding:0 0 20px 20px;
	margin:5px -60px 0 0
}
#article-content {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#666;
	text-align:left;
	width:700px;
	padding:120px 80px 40px 20px;
}
#article-content ul {
	list-style-image:url(/images/blue-check.gif);
	margin-left:30px;
}
#article-content ol {
	list-style-image:url(/images/blue-check.gif);
	margin-left:30px;
}
#page {
	width:760px;
	background-image: url(/images/right-corner-page-curl.jpg);
	background-position:top right;
	background-repeat: no-repeat;
	background-color: #FFF;

	box-shadow: 0px 3px 6px #666;
	border-color: #666;
}
#page-part2 {
	background-image: url(/images/background-fade200.png);
	background-position:bottom;
	background-repeat:repeat-x;
	border:solid 2px;
	border-color:#F1F1F1;
	border-bottom-color: #999;
	border-right-color: #CCC;
}
.article-pictures-right {
	float:right;
	padding:10px;
}
#article-content p {
	line-height:1.5em;
}
li.selected a {
	color:#06F !important;
}
#contentpricing li {
	list-style-image:url(/images/blue-check.gif);
	margin-left:10px;
	line-height:1.5 em;
}
#text-right li {
	list-style-image:url(/images/blue-check.gif);
	margin-left:10px;
	line-height:1.5 em;
}
	
 #ref {
	    color: #666;
    background-color: #FFF;
    border-color: #666;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-shadow: 0px 3px 6px #666;
    -moz-box-shadow: 0px 3px 6px #666;
    box-shadow: 0px 3px 6px #666;
    float:right;
    margin:0 15px 25px 30px;
    padding:15px 10px 10px 15px;
    border: solid 1px;
    Background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #DBDBDB));
    background-image: -moz-linear-gradient(top, #fff, #DBDBDB);
             /* For Internet Explorer 5.5 - 7 */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF0000FF, endColorStr=#FFFFFFFF, GradientType=1);
                /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0000FF, endColorstr=#FFFFFFFF, GradientType=1)";
    font-size:12px!important;
    line-height:1.5em;
    font-family: Verdana, Geneva, sans-serif;
	text-align:left;

!important
	line-height:1.5em;
	font-family: Verdana, Geneva, sans-serif;
 }
 #ref-bgd {
	 background-image:url(/images/background-fade800.png);
	 background-position:bottom;
	 background-repeat:repeat-x;
    width:974px;ß
	margin-left:3px;
	border-top:solid 1px;
	border-top-color:#CCC;
	height: 1100px;
	width: 980px;
 }
 #partners {
	color: #666;
	background-color: #FFF;
	border-color: #666;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	box-shadow: 0px 3px 6px #666;
	float:left;
	margin:15px 15px 15px 40px;
	padding:15px;
	border: solid 1px;
	
	width:600px;
	font-size:12px;
	line-height:1.5em;
	font-family: Verdana, Geneva, sans-serif;
 }
 #partners-bgd {
	Background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #CCC));
	background-image: url(-moz-linear-gradient(top, #fff, #CCC));
    /* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF0000FF, endColorStr=#FFFFFFFF, GradientType=1);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0000FF, endColorstr=#FFFFFFFF, GradientType=1)"
    width:974px;ß
	margin-left:3px;
	
	width: 980px;
 }
 
.webpage-images {
	margin:15px;
}
#rider-quote {
	color: #666;
	background-color: #FFF;
	border-color: #666;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	box-shadow: 0px 3px 6px #666;
	float:left;
	margin:15px 15px 0 0;
	padding:15px 15px 0 15px;
	border: solid 1px;
	
/* For Internet Explorer 5.5 - 7 */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF0000FF, endColorStr=#FFFFFFFF, GradientType=1);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0000FF, endColorstr=#FFFFFFFF, GradientType=1)";
	width:440px;
	font-size:16px;
	line-height:1.5em;
	font-family: Verdana, Geneva, sans-serif;
 }
 #rider-quote-bgd {
	Background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #000));
	background-image: -moz-linear-gradient(top, #fff, #000);
		/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF0000FF, endColorStr=#FFFFFFFF, GradientType=1);
		/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0000FF, endColorstr=#FFFFFFFF, GradientType=1)"
    width:974px;
	margin-left:3px;
	border-top:solid 1px;
	border-top-color:#CCC;
	height: 1100px;
	width: 380px;
 }
.rider-quote-img{
	float:left;
	margin: 15px;

	box-shadow: 0px 3px 6px #666;
	border-color: #666;
}

#facts {
	height:180px;
	background-position: bottom;
	border-top: solid 1px;
	border-top-color: #DDD;
	padding-top: 10px;
}
#iloveschools {
	background-image:url(/images/bg-header.1272305005.jpg);
	width:600px;
	height:65px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
	
 #partners-text-top {
	color: #666;
	float:left;
	margin:15px 15px 15px 40px;
	padding:15px;
	line-height:1.5em;
	width:600px;
	font-size:16px;
	list-style-image:url(/images/blue-check.gif);
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
!important
	line-height:1.5em;
	font-family: Verdana, Geneva, sans-serif;

}
#image img{
	background-image:url(/images/swap1.jpg);
	background-repeat:no-repeat;
 position: absolute;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
 -webkit-transition: opacity 0.9s ease;
 -moz-transition: opacity 09s ease;
 transition: opacity 0.9s ease;
 width:986;
 height:358;
 
}

#phone-script {
	color: #666;
	background-color: #FFF;
	border-color: #666;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	box-shadow: 0px 3px 6px #666;
	float:left;
	margin:15px 15px 0 0;
	padding:15px 15px 0 15px;
	border: solid 1px;
	width:640px;
}
.linksl {
  border:solid 1px;
  border-color:#999;
  padding:3px 5px 3px 5px;
  margin:5px 5px 3px 5px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transition: background-color 0.7s ease;
  background-color: #EEE;
  cursor: pointer;
  display: inline-block;
  color:#000;
  float:left;
  text-decoration:none;
}
.linksl:hover { 
background-color: #D01727;
color:#FFF;
text-decoration:none;
-webkit-box-shadow: 3px 3px 6px #666;
-moz-box-shadow: 3px 3px 6px #666;
box-shadow: 3px 3px 6px #666;
-webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#salestoolbar {
	margin:40px 0 0 225px;
	background-color:#EEE;
	height:50px;
	border:solid 1px;
	border-color:#888;
	padding:10px;
	width:840px;
	-webkit-box-shadow: 0px 7px 6px #666;
	-moz-box-shadow: 0px 7px 6px #666;
	box-shadow: 0px 7px 6px #666;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-left-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px
  }
  #saletoolbarinner {
	background-color:#FFF;
	border:solid 1px;
	color:#999;
	width:800px;
	height:35px;
	padding:5px 10px;
  }
  #audio {
	margin:5px 5px 15px 360px;
	padding:5px;
	background-color:#EEE;
	border-bottom:solid 1px #999;
	width:500px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	box-shadow: 0px 3px 6px #666;
	line-height:1.5em;
 
 
 
 }
 .staff {
margin: 5px 20px 50px 0;
padding: 5px 5px 10px 5px;
text-align: center;
background: #F3F3F3;
background: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E5E5E5));
background: -moz-linear-gradient(top, white 50%, #E5E5E5);
border: 1px solid;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-khtml-border-radius: 4px;
border: 1px solid #CCC;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
-moz-text-shadow: white 0 2px 2px;
text-shadow: white 0 2px 2px;
float: left;
border-color: #E5E5E5 #DBDBDB #D2D2D2;

 }.staffPic {
	 padding:15px;
 }
 .stafText{
	 font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	 line-height:1.5em;
 }
.address{
	color:#900; 
	line-height:1.5em;

}
#questions {
	color: #666;
	background-color: #FFF;
	border-color: #666;

	box-shadow: 0px 3px 6px #666;
	float:left;
	margin:15px 15px 15px 70px;
	padding:15px;
	border: solid 1px;
	width:900px;
	line-height:1.5em;

}
.shadow {
	color: #000;
	letter-spacing: 2px;
	text-shadow: white -1px -1px, #333 1px 1px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	display: block;
	font-size:x-large;
	font-size:18px;
}

#actions {
	background-image:url(/images/me_assets.png);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	margin:-22px 2px 0  0;
	float:left;
}

#box1 {
-webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0px 1px 3px;
background: white;
border-color: initial;
border-bottom-left-radius: 5px 5px;
border-bottom-left-radius: 5px 5px;
border-bottom-left-radius: 5px 5px;
border-bottom-right-radius: 5px 5px;
border-bottom-right-radius: 5px 5px;
border-bottom-right-radius: 5px 5px;
border: 1px solid;
border-top-left-radius: 5px 5px;
border-top-left-radius: 5px 5px;
border-top-left-radius: 5px 5px;
border-top-right-radius: 5px 5px;
border-top-right-radius: 5px 5px;
border-top-right-radius: 5px 5px;
display: inline-block;
margin: 10px 10px 20px 10px;
padding: 3px;
width: 500px;
float:left;
zoom: 1;
}

#box2 {
	-webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0px 1px 3px;
background: white;
border-color: initial;
border-bottom-left-radius: 5px 5px;
border-bottom-left-radius: 5px 5px;
border-bottom-left-radius: 5px 5px;
border-bottom-right-radius: 5px 5px;
border-bottom-right-radius: 5px 5px;
border-bottom-right-radius: 5px 5px;
border: 1px solid;
border-top-left-radius: 5px 5px;
border-top-left-radius: 5px 5px;
border-top-left-radius: 5px 5px;
border-top-right-radius: 5px 5px;
border-top-right-radius: 5px 5px;
border-top-right-radius: 5px 5px;
display: inline-block;
margin: 10px 10px 20px 10px;
padding: 3px;
width: 500px;
float:left;
zoom: 1;
}

#box3 {
	-webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0px 1px 3px;
background: white;
border-color: initial;
border-bottom-left-radius: 5px 5px;
border-bottom-left-radius: 5px 5px;
border-bottom-left-radius: 5px 5px;
border-bottom-right-radius: 5px 5px;
border-bottom-right-radius: 5px 5px;
border-bottom-right-radius: 5px 5px;
border: 1px solid;
border-top-left-radius: 5px 5px;
border-top-left-radius: 5px 5px;
border-top-left-radius: 5px 5px;
border-top-right-radius: 5px 5px;
border-top-right-radius: 5px 5px;
border-top-right-radius: 5px 5px;
display: inline-block;
margin:0 10px 20px 10px;
padding: 3px;
width: 500px;
float:left;
zoom: 1;
}
#states ul li a {
	font-size:10px;
	text-decoration:none;
	color:#666;

}
#featurecontent ul {
	float:left;
	margin:0 30px 0 30px;

}
#states {
	 color: #666;
    background-color: #FFF;
	width:150px;
	height:80px;
    border-color: #ccc;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-shadow: 0px 3px 6px #666;
    -moz-box-shadow: 0px 3px 6px #666;
    box-shadow: 0px 3px 6px #666;
    float:right;
    margin:0 15px 25px 30px;
    padding:15px 10px 10px 15px;
    border: solid 1px;
    Background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #DBDBDB);
}
#indexContainer {
padding: 20px 40px 40px 40px;
background-image: url(/images/background-fade300.png);
background-repeat: repeat-x;
background-position: bottom;
border-bottom: solid 1px #999;
width: 980px;

}
.surround {
width:700px;
border: solid 1px #609AC3;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
box-shadow: inset 0 20px 20px #EEE;
border-bottom-left-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background-color: white;
padding: 0 10px 10px 20px;
float: left;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
border-color: #CCC;
border-bottom-right-radius: 10px 10px;
}


.dennis {
width: 250px;
padding: 5px;
float: left;
-moz-text-shadow: white 0 2px 2px;
text-shadow: white 0 2px 2px;
margin-top: 15px;

}
.maps {
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
border: solid 1px #999;
float: right;
margin: 30px 30px 10px 10px;

