@charset utf-8;
@import url(reset.css); 


@font-face {
	font-family: 'Chunk';
	src: url('../fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('../fonts/Chunkfive-webfont.woff') format('woff'), 
	     url('../fonts/Chunkfive-webfont.ttf')  format('truetype'),
	     url('../fonts/Chunkfive-webfont.svg#svgFontName') format('svg');
	}
/* Colors */
/* Nav blues: #1f579b -> #43A7E8; */


body {
background: #fff url(../img/bg_texture.png) repeat;
font-family: Georgia, serif;
-webkit-text-size-adjust:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Chunk;
	font-weight:normal;
}
h1 {
font-size: 2.2em;
color: #1F579B;
margin-bottom:0.2em;
}
h2 {
font-size: 1.8em;
color: rgb(125,125,125);
}
h6 {
	color:rgb(125,125,125);
	margin-bottom:10px;
	font-size:1.3em;
}
#container {
width: 940px;
padding: 10px;
margin: 50px auto 0;
border: 1px #d7d7d7 solid;
border-bottom: none;
background: #f0f0f0;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
-webkit-box-shadow: 0 0 10px #ddd;
-moz-box-shadow: 0 0 10px #ddd;
box-shadow: 0 0 10px #ddd;
}

/* NAVIGATION */
#nav {
height: 53px;
-moz-border-radius-topright: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
background: url(../img/nav_bg.png) repeat-x 0 0 rgb(42,084,152);
border: 1px solid #1e5498;
border-bottom:1px solid rgb(50,50,50);
-webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.25) inset;
-moz-box-shadow:0px 1px 0px rgba(255,255,255,0.25) inset;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#subnav {
height: 27px;
margin-bottom: 10px;
background: #3e3e3e;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#nav li,#subnav li {
display: block;
font-family: Chunk, "Helvetica Neue", "Arial Black", sans-serif;
float: left;
}
#nav ul {
position: relative;
top: 0;
left: 0;
height: 55px;
}
#nav li a:link,#nav li a:visited {
position: relative;
display: block;
color: #fff;
font-size: 1.2em;
text-decoration: none;
padding: 20px 18px 14px;
background: #1F579B url(../img/nav_bg.png) repeat-x 0 0;
border-right: 1px solid #5ca0d6;
text-transform: uppercase;
vertical-align: top;
-webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.25) inset;
-moz-box-shadow:0px 1px 0px rgba(255,255,255,0.25) inset;
text-shadow:0 1px 0 rgb(20,20,20);
}
#nav li + li {
border-left: 1px solid #1e5498;
}
#nav li a:hover, #nav li a:focus {
background: #2f7fc2 url(../img/nav_bg.png) repeat-x 0 -55px;
}
#nav li a:active {
background: #003f90 url(../img/nav_bg.png) repeat-x 0 -110px;
}
#nav li:last-child {
border-right: 1px solid #1e5498;
}
#nav ul:first-child li:first-child a {
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
}
#subnav li a:link,#subnav li a:visited {
position: relative;
display: block;
vertical-align: top;
color: #eee;
font-size: 1em;
text-decoration: none;
padding: 7px 14px 4px;
vertical-align: top;
border-right: 1px solid #636363;
-webkit-transition-property:all;
-webkit-transition-duration:0.1s;
-webkit-transition-timing-function:ease;
}
#subnav li a + a {
border-left: 1px solid #272727;
}
#subnav li a:hover, #subnav li a:focus {
color: #fff;
background: #636363;
}
#subnav li a:active {
color: #fff;
background: #555;
}
#subnav li:first-child a {
border-radius: 0 0 0 5px;
}
.headerlogo {
position: absolute;
margin: -135px 0 0 620px;
z-index: 1337;
}

/* Home Page Content */
#content {
position: relative;
}
#content a {
color: #43A7E8;
text-decoration: none;
font-weight: bold;
}
#content a:hover {
border-bottom: 1px solid #43A7E8;
}
#leftcol {
float: left;
padding: 10px 20px 10px 10px;
width: 595px;
}
#rightcol {
margin: 10px 0;
padding: 45px 0 40px;
width: 280px;
float: left;
}
#home #rightcol {
padding: 0 0 0 15px;
}
#home #rightcol h2 {
margin: 0 0 10px;
font-size:1.8em;
}
#home #leftcol p {
margin: 0;
}

/* Interior styling */
#content p {
margin-bottom:0.8em;
font-size:0.95em;
line-height: 1.6em;
color: rgb(40,40,40);
text-shadow:0 1px 0 white;
}

/* Regular Scheduled Programming */
.setsapart {
font-size: 2.8em;
color: #fff;
background: #1F579B url(../img/navbg_blue.png) repeat-x top;
padding: 10px 5px 6px 20px;
margin: 0 0 0 -20px;
width: 450px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border: 1px solid rgb(31,87,155);
border-left: none;
-webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset,0px 2px 5px rgba(0,0,0,0.2);
-moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset,0px 2px 5px rgba(0,0,0,0.2);
text-shadow:0 1px 0 rgb(20,20,20);
}
#leftcol table {
margin-top: 5px;
}
#leftcol tr td {
width: 300px;
height: 65px;
padding: 12px 10px 12px 0;
}
#leftcol tr td img {
float: left;
padding-right: 10px;
}
#leftcol tr td h4 {
color: rgb(57,81,162);
font-size: 1.1em;
text-shadow:0 1px 0 rgb(255,255,255);
}
#leftcol tr td h4 a {font-weight:normal;}
#leftcol tr td h4 a:hover {
border-bottom: none;
color: rgb(63,138,202);
}
#leftcol tr td p {
font-size: .9em;
line-height: 1.3em;
color: rgb(40,40,40);
}
#content a.bigregister_btn {
background: #1F579B url(../img/nav_bg.png) repeat-x 0 0;
color: rgb(255,255,255);
text-shadow: 0 -1px 0 rgb(50,50,50);
text-align: center;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family:Chunk;
font-weight:normal;
font-size: 2.3em;
text-decoration: none;
display: block;
margin-top: 5px;
padding: 8px 0 7px;
border: 1px solid rgb(2,101,165);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset,0px 2px 5px rgba(0,0,0,0.2);
-moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset,0px 2px 5px rgba(0,0,0,0.2);
box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset,0px 2px 5px rgba(0,0,0,0.2);
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#content a.bigregister_btn:hover {
background: #2f7fc2 url(../img/nav_bg.png) repeat-x 0 -55px;
border-bottom: 1px solid rgb(90,90,90);
color: rgb(240,240,240);
text-shadow: 0 -1px 0 rgb(100,100,100);
}
#content a.bigregister_btn:active {
background: #003f90 url(../img/nav_bg.png) repeat-x 0 -110px;
}
#content .holiday_btn {
position: absolute;
top: -5px;
right: -22px;
width: 63px;
height: 64px;
background: url(../img/holly.png) no-repeat;
-webkit-transition: 0 .25s ease-out;
-webkit-transform-origin: 17px 13px;
}
#content .bigregister_btn:hover .holiday_btn {
-webkit-transform: rotate(-5deg);
}
#rightcol {
margin: 30px 0 15px;
padding-left: 20px;
border-left: 1px solid rgb(175,175,175);
}
#rightcol p {
/*margin-bottom: .6em;*/
font-size: .9em;
line-height: 1.6em;
color: rgb(40,40,40);
}
#content h5 {
margin-top: 25px;
margin-bottom: 5px;
color: rgb(150,150,150);
}
#content h5.sponsoredby {
	float:left; 
	margin-top:8px; 
	margin-left:46px;
	}
.sponsorlink {
margin:0 0 0 7px;
float:left;
}
#content #rightcol .read-more {
	margin-bottom:3px;
}
#rightcol .sponsorlink:hover {
border:none;
opacity:0.9;
}
#rightcol .sponsorlink:active {
opacity:0.85;
}
.sponsorlink img {
	width:75px;
}
/* Self Clear Floats */
.group:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Footer */
#footer {
width: 922px;
margin: 0 auto;
padding: 20px;
background: rgb(40,40,40);
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
-webkit-box-shadow: 0 0 10px #ddd;
-moz-box-shadow: 0 0 10px #ddd;
box-shadow: 0 0 10px #ddd;
}
.footercolumn {
width: 289px;
float: left;
padding-left: 12px;
margin-left: 12px;
border-left: 1px solid rgb(75,75,75);
}
.footercolumn:first-child {
margin-left: 0;
padding-left: 0;
border-left: none;
}
.footercolumn h4 {
margin-bottom: 5px;
border: none;
text-shadow:0 1px 0 black;
}
.footercolumn h4 a {
color: rgb(67,167,232);
border: none;
text-decoration: none;
}
.footercolumn h4 a:hover {
border-bottom: none;
color: rgb(63,138,202);
border: none;
}
.footercolumn h5 {
color: rgb(175,175,175);
font-size: .7em;
text-transform: uppercase;
margin-bottom: 5px;
text-shadow:0 1px 0 black;
}
.footercolumn p {
font: .9em/1.3em Gerogia;
color: rgb(200,200,200);
}
a.stevesblog {
width: 289px;
height: 74px;
display: block;
margin: 8px 0 0;
text-indent: -5555px;
overflow: hidden;
background: url(../img/stevesblog.png);
}
a.facebook {
width: 289px;
height: 74px;
display: block;
margin: 8px 0 0;
text-indent: -5555px;
overflow: hidden;
background: url(../img/fb.png);
}
a.youtube {
width: 289px;
height: 74px;
display: block;
margin: 8px 0 0;
text-indent: -5555px;
overflow: hidden;
background: url(../img/youtube.png);
}

/* Superfooter */
#superfooter p {
text-align: center;
padding: 20px;
font: .8em Georgia;
color: rgb(150,150,150);
}
#superfooter a {
color: rgb(150,150,150);
text-decoration: none;
border-bottom: 1px solid rgb(225,225,225);
}
#superfooter a:hover {
color: rgb(125,125,125);
}

/* Interior Stylings */
#leftcol h3 {
font-size: 1.5em;
color: rgb(100,100,100);
}
#leftcol h4 {
margin: 0;
font-size: 1.3em;
color: rgb(125,125,125);
}
.staffimg {
border: 1px solid rgb(200,200,200);
float: right;
margin: 0 0 10px 5px;
padding: 3px;
background: rgb(255,255,255);
}
#leftcol ul {
margin: 10px 30px;
list-style: square;
}
#leftcol li {
font-size: .92em;
color: rgb(40,40,40);
}
#about #leftcol li {
	line-height: 1.6em;
}
hr {
border-style: solid;
border-width: 1px 0 0;
color: rgb(204,204,204);
height: 0;
margin: 30px auto;
width: 400px;
}

.arena_address {
	position:absolute;
	bottom:21px;
	right:5px;
	width:auto;
	background:rgb(20,20,20);
	background:rgba(0,0,0,0.8);
	margin-left:12px;
	padding:6px 10px 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-bottom:1px solid rgb(10,10,10);
}
.location-photo-container {
	position:relative;
}
#content .arena_address p.location {
	margin-bottom:5px;
	color:rgb(230,230,230);
	text-shadow:none;
}

#leftcol .sessions_at_location {
	margin-top:0;
}
#leftcol .sessions_at_location td {
	height:10px;
	color:rgb(40,40,40);
	padding:0 5px 10px;
}
#leftcol .sessions_at_location td:first-child {
	width:20%;
	text-align:right;
}
#leftcol .sessions_at_location td + td {
	width:17%;
	color:rgb(125,125,125);
}
#leftcol .sessions_at_location td + td + td {
	width:75%;
}

/* New Sessions */

#content #controller {
	margin:0 0 15px;
	padding:0;
	height:44px;
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius:4px;
		 -moz-border-radius:4px;
					border-radius:4px;
}
#controller li {
	list-style-type:none;
	font-family:Chunk;
	display:block;
	float:left;
	font-size:1.3em;
	font-size:19px;
	-webkit-font-smoothing: antialiased;
	text-align:center;
}
#controller li a {
	border-right:1px solid rgb(160,160,160);
	border-top:1px solid rgb(160,160,160);
	border-bottom:1px solid rgb(160,160,160);
	background:rgb(200,200,200) url(../img/bg_controller.png) repeat 0 0;
	color:rgb(100,100,100);
	text-shadow:0 1px 0 white;
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.5) inset;
	font-weight:normal;
	
	
	padding-top:12px;
	height:30px;
	display:block;
	
}
#controller li a:hover {
	color:rgb(80,80,80);
	border-bottom:1px solid rgb(160,160,160);
}

#controller li:first-child a {
	border-left:1px solid rgb(160,160,160);
	-webkit-border-radius:4px 0 0 4px;
		 -moz-border-radius:4px 0 0 4px;
					border-radius:4px 0 0 4px;
}
#controller li:last-child a {
	-webkit-border-radius:0 4px 4px 0;
		 -moz-border-radius:0 4px 4px 0;
					border-radius:0 4px 4px 0;
}
#allcamps {width:175px;}
#blaine {width:130px;}
#eagan {width:130px;}
#richfield {width:155px;}

#controller li a.current {
	background: #1F579B url(../img/nav_bg.png) repeat-x 0 0;
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.5) inset;
	border:1px solid #1e5498;
	color:white;
	text-shadow:0 1px 0 black;
	margin-left:-1px;
}
#controller li:first-child a.current {
	margin:0;
}

#leftcol #camps {margin:0;}
#camps {}
#camps li {
	list-style-type:none;
	padding:15px 10px 20px 32px;
	margin-bottom:15px;
	border: 1px solid rgb(200,200,200);
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
	background: rgb(230,230,230);
	position:relative;
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius:4px;
		 -moz-border-radius:4px;
					border-radius:4px;
}
#content #camps h3 {
	margin:0 0 7px;
	font-size:1.3em;
	text-indent:-16px;
	color: #1F579B;
	}
#content #camps h3.sessiontitle:first-letter {
	color:rgb(150,150,150);
}
#camps h4 {
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-size:0.95em;
	margin-bottom:6px;
	padding-left:19px;
	margin-left:-19px;
}
#camps h4.location {background:url('../img/icon_pin.png') no-repeat 0px -1px; padding-bottom:1px;}
#camps h4.limited-openings {color:#4f7e46;}
#camps h4.sold-out {color:#d04c4c;}

#camps h4 a {color:rgb(125,125,125);}
#camps h4 a:hover {border-bottom:1px solid rgb(200,200,200);}


#camps .sessiondescription {
	line-height:1.7em;
	margin-bottom:1.1em;
}

.dateblock {
	position:absolute;
	top:15px;
	right:15px;
}
#content #camps .dateblock h3 {
	color:rgb(100,100,100);
	text-align:right;
	padding-left:22px;
	text-indent:0;
	background:url('../img/icon_calendar.png') no-repeat 0px -2px; 
	margin-bottom:0;
}

#content #camps .dateblock p.max-spots {
	color:rgb(150,150,150);
	font-size:0.8em;
	text-align:right;
	padding-right:1px;
}


#camps .bottom-bar {
	background:rgb(200,200,200) url(../img/bg_bottombar.png) repeat-x;
	border:1px solid rgb(150,150,150);
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-weight:bold;
	margin:0 -11px -21px -33px;
	padding:6px 0 9px 32px;
	position:relative;
	-webkit-border-radius:0 0 4px 4px;
		 -moz-border-radius:0 0 4px 4px;
					border-radius:0 0 4px 4px;
}
.schedule {
	color:rgb(70,70,70);
	padding-left:24px;
	padding-bottom:5px;
	margin-left:-24px;
	font-size:0.95em;
	background:url('../img/icon_clock.png') no-repeat 0px 0px;
	line-height: 1.2em;
}

.price-block {
	position:absolute;
	top:0;
	right:0;
}

.register_btn, .price {
	float:right;
	padding:6px 16px 9px;
	font-size:1.1em;
	text-shadow:0 1px 0 rgba(0,0,0,0.5);
}
#content .register_btn {
	background: #1F579B url(../img/nav_bg.png) repeat-x 0 0;
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.5) inset;
	border:1px solid #1e5498;
	color:white;
	margin:-1px;
	z-index:2;
	position:relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-border-radius:0 0 4px 0;
		 -moz-border-radius:0 0 4px 0;
					border-radius:0 0 4px 0;
}
#content .register_btn:hover , 
#content .register_btn:focus  {
	background: #2f7fc2 url(../img/nav_bg.png) repeat-x 0 -55px;
	border:1px solid #1e5498;
}
#content .register_btn:active  {
	background: #003f90 url(../img/nav_bg.png) repeat-x 0 -110px;
}


.price {
	background:#505050 url(../img/bg_price.png) repeat-x 0 0;
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.5) inset;
	color:white;
	border:1px solid rgb(90,90,90);
	margin:-1px 0 -1px;
	z-index:1;
	padding-right:10px;
	 padding-left:9px;
}

/* Testimonials */

#testimonials blockquote {
padding: 10px 15px 13px 60px;
margin-bottom: 15px;
background: url(../img/quote.png) no-repeat 10px 10px rgb(250,250,250);
border: 1px solid rgb(230,230,230);
color: rgb(30,30,30);
line-height: 1.2em;
-webkit-border-radius:4px;
	 -moz-border-radius:4px;
				border-radius:4px;
}
#testimonials #content blockquote p:first-child {
margin-top: 0;
}
#testimonials #content h4 {
margin-top: 10px;
}
.attribution {
text-align: right;
}
#content .attribution p {
font-size: .8em;
margin: 0;
color: rgb(100,100,100);
}
#content h3 {
margin-bottom: 10px;
}
#about #leftcol img,#contact #leftcol img,#services #leftcol img,#locations #leftcol img {
border: 1px solid rgb(180,180,180);
margin-bottom:15px;
}

/* Timeline */
.timeline {
display: block;
padding: 5px 7px 7px;
margin-top: 1px;
}
.even {
background: rgb(220,220,220);
}
.odd {
background: rgb(230,230,230);
}
.year {
float: left;
font-weight: bold;
color: rgb(100,100,100);
text-shadow: 0 1px 0 rgb(255,255,255);
}
span.event {
display: block;
color: rgb(40,40,40);
font-size: .8em;
line-height: 1.3em;
padding: 3px 0 0 55px;
}

/* Hockey History */
.sidebar-list {
	font-size:0.9em;
	padding-left:5px;
	color:rgb(40,40,40);
	margin-left:10px;
/*	margin-top:5px;*/
	line-height:1.6em;
}
.sidebar-list li {
	list-style-type:square;
	margin-bottom:5px;
}
.abitofhistory {
	text-shadow:0px 1px 0px rgb(255,255,255);
	margin:15px 0 10px;
}

/* Contact Us */
#contact #content .emailaddress a {
border: 1px solid rgb(200,200,200);
background: rgb(230,230,230);
color: rgb(90,90,90);
margin-top: 15px;
display: block;
text-align: center;
padding: 20px 0 25px;
font-size: 2em;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
text-shadow: 0 1px 0 rgb(255,255,255);
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
}
#contact #content .emailaddress a:hover {
background: rgb(220,220,220);
}
#contact #content .emailaddress a:active {
color: rgb(80,80,80);
}
#contact #content .phonenumber {
width: 292px;
height: 40px;
border: 1px solid rgb(200,200,200);
border-top: none;
float: left;
background: rgb(230,230,230);
color: rgb(90,90,90); 
/* 	margin-top:15px; */
display:block;
text-align: center;
padding: 25px 0 20px;
font-size: 2em;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
text-shadow: 0 1px 0 rgb(255,255,255);
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-left-radius: 8px;
}
#contact #content .mailingaddress {
border-right: 1px solid rgb(200,200,200);
border-bottom: 1px solid rgb(200,200,200);
height: 40px;
width: 300px;
float: right;
background: rgb(230,230,230);
color: rgb(90,90,90); 
/* 	margin-top:15px; */
display:block;
text-align: center;
padding: 10px 0 35px;
font-size: 1.3em;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
text-shadow: 0 1px 0 rgb(255,255,255);
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-bottomright: 8px;
border-bottom-right-radius: 8px;
}

/* Newsletter */

/* link */
#content .newsletter {
padding: 4px 13px 4px 43px;
position: absolute;
bottom: -10px;
right: 65px; 
/* border:1px solid rgb(215,215,215); */
background:url(../img/newsletter.png) no-repeat 7px 7px rgb(175,175,175);
border-bottom: none;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
color: rgb(255,255,255);
text-shadow: 0 1px 0 rgb(150,150,150);
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#content .newsletter:hover {
border-bottom: none;
color: rgb(240,240,240);
}
#content .newsletter:active {
color: rgb(220,220,220);
}

/* panel */
#newsletter {
display: none;
background: url(../img/grey_texture.png) repeat rgb(200,200,200);
width: 960px;
margin: 0 auto;
border-top: 1px solid rgb(175,175,175);
 border-left: 1px solid rgb(200,200,200);
border-right: 1px solid rgb(200,200,200);
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
position: relative;
}
#mc_embed_signup {
	padding:15px 20px;
}
div.mc-field-group {
display: inline;
float: left;
margin-right: 10px;
}
#newsletter legend {
color: rgb(60,60,60);
font-size: 1.5em;
padding-bottom: 7px;
font-family:Chunk;
text-shadow:0 1px 0 rgba(255,255,255,0.5);
}
.mc-info-form {
clear: both;
display: block;
padding-top: 10px;
}
#newsletter label {
color: rgb(100,100,100);
font-weight: bold;
text-shadow: 0 1px 0 rgba(255,255,255,0.6);
margin-right: 5px;
}
#newsletter input {
padding: 3px 5px;
border: 1px solid rgb(150,150,150);
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-border-radius: 4px;
color: rgb(80,80,80);
width: 150px;
}
#newsletter input:focus {
background: rgb(254,255,229);
color: rgb(20,20,20);
}
#newsletter input.btn {
padding: 3px 0;
font-family:"Helvetica Neue", Arial, sans-serif;
text-align: center;
width: 100px;
background: rgb(200,200,200);
border: 1px solid rgb(100,100,100);
background: url(../img/reg_btn_bg.png) repeat-x 50% rgb(2,101,165);
font-weight: bold;
color: rgb(255,255,255);
border: 1px solid #1196d0;
text-shadow: 0 1px 2px rgba(0,0,0,0.3);
-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3);
-moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);
box-shadow:0 1px 3px rgba(0,0,0,0.3);
}
#newsletter input.btn:hover {
opacity:0.8;
}
#newsletter input.btn:active {
opacity:0.7;
}

/* div.mce_inline_error {
color: rgb(255,0,0) !important
}
*/
#mce-responses {
text-align: center;
}
#mce-error-response,#mce-success-response {
margin: 15px 50px 0;
padding: 10px 20px;
background: rgb(225,225,225);
border: 1px solid rgb(190,190,190);
font-weight: bold;
text-shadow: 0 1px 0 rgb(255,255,255);
color: rgb(90,90,90);
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-border-radius: 4px;
line-height: 1.2em;
}
#programs h5.technicaldifficulties {
font-size: 1.3em;
text-align: center;
border: 1px solid red;
color: red;
padding: 20px 15px;
background: #f0dede;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.didyouknow {
	list-style-type:square;
	color:rgb(40,40,40);
	font-size:0.9em;
	margin:5px 0 10px 25px;
	position:relative;
	line-height:1.2em;
}
.mavslogo {
	position:absolute;
	top:4px;
	left:168px;
}
#alumni #leftcol th {
	text-align:left;
	text-transform:uppercase;
	font-size:0.8em;
	color:rgb(150,150,150);
	border-bottom:1px solid rgb(225,225,225);
	padding:2px 7px 5px;
	text-shadow:0 1px 0 white;
	font-weight:normal;
}
#alumni #leftcol table {
	line-height:1.3em;
	font-size:0.95em;
	color:rgb(40,40,40);
}
#alumni #leftcol th:first-child {width:15%;}
#alumni #leftcol th + th {width: 15%;}
#alumni #leftcol th + th + th {width: 30%;}
#alumni #leftcol tr:nth-child(even) {
	background:rgb(245,245,245);
}
#alumni #leftcol td {
	padding:6px 7px 7px;
	height:0;
	width:0;
}
