/* Coded by Solana Design */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.home-wrapper {
	background: url(../img/bg-home.jpg) no-repeat center bottom;
	min-height: 1000px;
}

.global-wrapper {
	background: url(../img/bg-home.jpg) no-repeat center bottom;
}
.global-wrapper .container {
	background: url(../img/bg-container.png) repeat-x bottom;
}

/* 1.1 Slider ---------------------------------------------------------------------------*/
.slider-wrapper {
	margin-top: 20px;
}

/* 1.2 Container
------------------------------------------------------------------------------*/

.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}


/* 3.2 Header
------------------------------------------------------------------------------*/

.logo	{
	position: absolute;
	top: -60px;
	left: -40px;
	z-index: 99999;
}
#header {
	height: 5px;
	background: url(../img/bg-top-default.jpg) repeat-x center top;
}

/* 1.3 Navigation ---------------------------------------------------------------------------*/

ul {
	list-style-type: none;
}

#navigation {
	position: relative;
	z-index: 99;
	width: 860px;
	margin: 49px auto 0;
}
#navigation h1 {
	position: relative;
	height: 49px;
	text-align: center;
	font: 19px/49px futura-pt, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	-moz-border-radius: 6px 6px 0 0; 
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
#navigation h1 a {
	display: block;
	color: #fff;
}
#navigation h1 a:hover {
	text-decoration: none;
}

/* Global Navigation */

.global-nav {
	border-top: 1px solid #ccc;
	height: 47px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	background: #99a2a2;
	background:         linear-gradient(#99a2a2, #8a9292);
	background:      -o-linear-gradient(#99a2a2, #8a9292);
	background:     -ms-linear-gradient(#99a2a2, #8a9292);
	background:    -moz-linear-gradient(#99a2a2, #8a9292);
	background: -webkit-linear-gradient(#99a2a2, #8a9292);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#99a2a2), to(#8a9292));
	-pie-background: linear-gradient(#99a2a2, #8a9292); 
}

.topnav-item {
	position: relative;
	float: left;
	height: 47px;
}
.topnav-item .divider{
	position: absolute;
	z-index: 100;
	right: -1px;
	top: 0;
	width: 3px;
	height: 47px;
	background: url(../img/bg-nav-divider.png) no-repeat;
}
.topnav-item .divider-disabled {
  background-image: url(../img/bg-nav-divider-disabled.png); 
}
.topnav-first a, .topnav-first a:hover {
	-moz-border-radius: 0 0 0 6px; 
	-webkit-border-radius: 0 0 0 6px; 
	border-radius: 0 0 0 6px; 
}
.topnav-last a, .topnav-last a:hover {
	-moz-border-radius: 0 0 6px 0; 
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}
.hover a {
	-moz-border-radius: 0; 
	-webkit-border-radius: 0;
	border-radius: 0;
}
.hover a.first-no-subnav {
	-moz-border-radius: 0 0 0 6px; 
	-webkit-border-radius: 0 0 0 6px; 
	border-radius: 0 0 0 6px; 
}
.topnav-item a {
	position: relative;
	float: left;
	width: 100%;
	height: 33px;
	padding-top: 14px;
	font: 18px/1 futura-pt, Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 0 #666;
	text-decoration: none;
}
.global-nav .current a,
.topnav-item a:hover,
.subnav .hover a {
	color: #fff;
}

/* Navigation Dropdown */

.subnav {
	position: absolute;
	top: 47px;
	left: -999em;
	padding-bottom: 20px;
	background-color: #2d3535;
	background: -webkit-gradient(linear, left top, left bottom, from(#394141), to(#191d1d)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #394141, #191d1d); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(top, #394141, #191d1d); /* FF3.6 */
	background:     -ms-linear-gradient(top, #394141, #191d1d); /* IE10 */
	background:      -o-linear-gradient(top, #394141, #191d1d); /* Opera 11.10+ */
	background:         linear-gradient(top, #394141, #191d1d);
	-moz-border-radius: 0 0 4px 4px; 
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.5); /* FF3.5+ */
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.5); /* Saf3.0+, Chrome */
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5); /* Opera 10.5, IE9, Chrome 10+ */
}
.hover .subnav {
	left: 0;
}
.hover .subnav-right,
.hover .subnav-right {
	left: auto;
	right: 0;
}
.subnav-1-column {
	width: 300px;
}
.topnav-about .subnav-1-column {
	width: 300px;
}

.subnav-2-column {
	width: 600px;
}
.subnav-1-column ul,
.subnav-2-column ul {
	float: left;
	width: 300px;
	background: url(../img/bg-subnav-col.png) no-repeat 0 0;
}
.subnav-2-column ul:first-child {
	background-position: -2px 0;
}
.subnav-1-column li,
.subnav-2-column li {
	position: relative;
	width: 222px;
	text-align: left;
	padding: 20px 20px 0 58px; 
  cursor: pointer; 
}
.topnav-item .subnav a { 
	font-size: 16px;
	float: none;
	text-align: left; 
	text-transform: uppercase;
	text-shadow: none;
  color: #DEE0E0; 
}
.topnav-item .subnav a:hover,
.topnav-item .subnav li:hover a {
	text-decoration: none; 
  color: #fff; 
}
.subnav em {
	display: block;
	font-size: 13px;
	font-style: normal;
	color: #9da1a1;
}


/* Navigation Dropdown */

.subnav {
	position: absolute;
	top: 47px;
	left: -999em;
	padding-bottom: 20px;
	background-color: #2d3535;
	background: -webkit-gradient(linear, left top, left bottom, from(#394141), to(#191d1d)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #394141, #191d1d); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(top, #394141, #191d1d); /* FF3.6 */
	background:     -ms-linear-gradient(top, #394141, #191d1d); /* IE10 */
	background:      -o-linear-gradient(top, #394141, #191d1d); /* Opera 11.10+ */
	background:         linear-gradient(top, #394141, #191d1d);
	-moz-border-radius: 0 0 4px 4px; 
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.5); /* FF3.5+ */
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.5); /* Saf3.0+, Chrome */
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5); /* Opera 10.5, IE9, Chrome 10+ */
}
.hover .subnav {
	left: 0;
}
.hover .subnav-right,
.hover .subnav-right {
	left: auto;
	right: 0;
}
.subnav-1-column {
	width: 300px;
}
.topnav-facilities .subnav-1-column {
	width: 329px;
}
#mhrsac-nav .topnav-facilities .subnav-1-column {
	width: 301px;
}
.subnav-2-column {
	width: 600px;
}
.subnav-1-column ul,
.subnav-2-column ul {
	float: left;
	width: 300px;
	background: url(../img/bg-subnav-col.png) no-repeat 0 0;
}
#f72-nav .topnav-facilities .subnav-1-column ul {
	width: 329px;
	background: url(../img/bg-subnav-col.png) no-repeat 28px 0;
}
.subnav-2-column ul:first-child {
	background-position: -2px 0;
}
.subnav-1-column li,
.subnav-2-column li {
	position: relative;
	width: 222px;
	text-align: left;
	padding: 20px 20px 0 58px; 
  cursor: pointer; 
}
.topnav-item .subnav a { 
	font-size: 16px;
	float: none;
	text-align: left; 
	text-transform: uppercase;
	text-shadow: none;
  color: #DEE0E0; 
}
.topnav-item .subnav a:hover,
.topnav-item .subnav li:hover a {
	text-decoration: none; 
  color: #fff; 
}
.subnav em {
	display: block;
	font-size: 13px;
	font-style: normal;
	color: #9da1a1;
}

/* Dropdown icons */

.icon-placeholder {
	position: absolute;
	left: 0;
	top: 20px;
	width: 58px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: center top;
}

/* SRT Navigation */
#srt-nav .topnav-blank 				{ width: 120px; }
#srt-nav .topnav-home 				{ width: 90px; }
#srt-nav .topnav-about 				{ width: 90px; }
#srt-nav .topnav-courses 			{ width: 100px; }
#srt-nav .topnav-services		 	{ width: 100px; }
#srt-nav .topnav-public-ed 			{ width: 180px; }
#srt-nav .topnav-links 				{ width: 90px; }
#srt-nav .topnav-shop 				{ width: 90px; }

/* back */
a.back {
  display: inline-block; 
  height: 28px; 
  margin: 0 0 18px; 
	padding: 0 9px 0 12px;  
  font-family: futura-pt, Arial, Helvetica, sans-serif;
  font-size: 15px; 
  line-height: 28px; 
  text-align: center; 
  color: #fff; 
  text-decoration: none; 
  background-repeat: no-repeat; 
  background-image: url(../img/bg-back.png); 
  background-position: 0 0; 
  text-decoration: none; 
          border-radius: 0px 5px 5px 0px; 
     -moz-border-radius: 0px 5px 5px 0px; 
  -webkit-border-radius: 0px 5px 5px 0px; 
}
a.back:hover 			{ background-position: 0 -210px; color: #fff; }
.elmyellow a.back:hover { background-position: 0 -60px; color: #fff; text-decoration: none;}
.elmblue a.back:hover 	{ background-position: 0 -30px; color: #fff; text-decoration: none;}
.elmgreen a.back:hover 	{ background-position: 0 -90px; color: #fff; text-decoration: none;}
.elmorange a.back:hover { background-position: 0 -120px; color: #fff; text-decoration: none; }
.elmred a.back:hover 	{ background-position: 0 -150px; color: #fff; text-decoration: none; }
.elmpurple a.back:hover { background-position: 0 -180px; color: #fff; text-decoration: none; }

.column-left	{
	margin-top: -30px;
	padding-right: 10px;
	width: 250px;
	padding: 10px 10px;
	text-align: center;
	float: left;
	background-color:#ffffff;
/*	background-color:rgba(255,250,250,0.4);*/
    border-radius: 10px; 
     -moz-border-radius: 10px; 
  	-webkit-border-radius: 10px;
  	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;
}

.column-left img {
	text-align: center;
	position: relative;
}

.column-right {
	background-color:#ffffff;
/*	background-color:rgba(255,250,250,0.4);*/
	top: -30px;
	width: 600px;
	padding: 20px;
	position: relative;
	float: right;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
          border-radius: 10px; 
     -moz-border-radius: 10px; 
  	-webkit-border-radius: 10px;
  	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;}

.column-right p {
	color: #000000;
}

.mission	{
	font-size: 120%;
	width: 95%;
	font-weight: bold;
	padding: 5px 15px 10px 15px;
	line-height: 14px;
}

/* Navigation Color */
.global-nav .nav-orange:hover,
.global-nav .hover .nav-orange,
.global-nav .current .nav-orange,
.elmorange #search-result .search-result-search button:hover {
	background: #f2762e;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2762e), to(#f2762e)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(#f2762e, #da6a29, #f2762e); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(#f2762e, #da6a29, #f2762e); /* FF3.6 */
	background:     -ms-linear-gradient(#f2762e, #da6a29, #f2762e); /* IE10 */
	background:      -o-linear-gradient(#f2762e, #da6a29, #f2762e); /* Opera 11.10+ */
	background:         linear-gradient(#f2762e, #da6a29, #f2762e);
}
.global-nav .nav-blue:hover,
.global-nav .hover .nav-blue,
.global-nav .current .nav-blue,
.elmblue #search-result .search-result-search button:hover {
	color: #fff;
	background: #51a0d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#51a0d7), to(#51a0d7)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(#51a0d7, #498fc1, #51a0d7); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(#51a0d7, #498fc1, #51a0d7); /* FF3.6 */
	background:     -ms-linear-gradient(#51a0d7, #498fc1, #51a0d7); /* IE10 */
	background:      -o-linear-gradient(#51a0d7, #498fc1, #51a0d7); /* Opera 11.10+ */
	background:         linear-gradient(#51a0d7, #498fc1, #51a0d7);
}
.global-nav .nav-purple:hover,
.global-nav .hover .nav-purple,
.global-nav .current .nav-purple,
.elmpurple #search-result .search-result-search button:hover {
	background: #876ea8;
	background: -webkit-gradient(linear, left top, left bottom, from(#876ea8), to(#876ea8)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(#876ea8, #796296, #876ea8); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(#876ea8, #796296, #876ea8); /* FF3.6 */
	background:     -ms-linear-gradient(#876ea8, #796296, #876ea8); /* IE10 */
	background:      -o-linear-gradient(#876ea8, #796296, #876ea8); /* Opera 11.10+ */
	background:         linear-gradient(#876ea8, #796296, #876ea8);
}
.global-nav .nav-green:hover,
.global-nav .hover .nav-green,
.global-nav .current .nav-green,
.elmgreen #search-result .search-result-search button:hover {
	background: #93b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#93b12f), to(#93b12f)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(#93b12f, #849f2a, #93b12f); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(#93b12f, #849f2a, #93b12f); /* FF3.6 */
	background:     -ms-linear-gradient(#93b12f, #849f2a, #93b12f); /* IE10 */
	background:      -o-linear-gradient(#93b12f, #849f2a, #93b12f); /* Opera 11.10+ */
	background:         linear-gradient(#93b12f, #849f2a, #93b12f);
}
.global-nav .nav-yellow:hover,
.global-nav .hover .nav-yellow,
.global-nav .current .nav-yellow,
.elmyellow #search-result .search-result-search button:hover {
	background: #f6be09;
	background: -webkit-gradient(linear, left top, left bottom, from(#f6be09), to(#f6be09)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(#f6be09, #dcaa08, #f6be09); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(#f6be09, #dcaa08, #f6be09); /* FF3.6 */
	background:     -ms-linear-gradient(#f6be09, #dcaa08, #f6be09); /* IE10 */
	background:      -o-linear-gradient(#f6be09, #dcaa08, #f6be09); /* Opera 11.10+ */
	background:         linear-gradient(#f6be09, #dcaa08, #f6be09);
}
.global-nav .nav-red:hover,
.global-nav .hover .nav-red,
.global-nav .current .nav-red,
.elmred #search-result .search-result-search button:hover {
	background: #e45751;
	background: -webkit-gradient(linear, left top, left bottom, from(#e45751), to(#e45751)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(#e45751, #cd4e49, #e45751); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(#e45751, #cd4e49, #e45751); /* FF3.6 */
	background:     -ms-linear-gradient(#e45751, #cd4e49, #e45751); /* IE10 */
	background:      -o-linear-gradient(#e45751, #cd4e49, #e45751); /* Opera 11.10+ */
	background:         linear-gradient(#e45751, #cd4e49, #e45751);
}
/* Disabled nav */
.global-nav .nav-disabled,
.global-nav .nav-disabled:hover
{
  text-shadow: 1px 1px 0 #313131;
  background: #535959;
	background: -webkit-gradient(linear, left top, left bottom, from(#5c6161), to(#535757)); /* Saf4+, Chrome */
  background: -webkit-linear-gradient(#5c6161, #535757); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(#5c6161, #535757); /* FF3.6 */
  background:     -ms-linear-gradient(#5c6161, #535757); /* IE10 */
  background:      -o-linear-gradient(#5c6161, #535757); /* Opera 11.10+ */
  background:         linear-gradient(#5c6161, #535757);
  color: #838585; 
  cursor: default; 
}

/* 2.0 Content
------------------------------------------------------------------------------*/

#main {
	position: relative;
  	z-index: 1; 
	top: -48px;
	padding-top: 80px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {  
  font-family: futura-pt, Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.2; 
  text-transform: uppercase;
}

#main h1 {
  font-size: 23px;
  font-weight: bold;
}

#main h2 {
  font-size: 20px; 
}

#main h3 {
  margin: 10px 0 1px; 
  font-size: 15px;
  font-weight: bold; 
}

#main h4 {
  margin: 12px 0 7px; 
  font-size: 17px; 
}

#main h5 {
  margin: 14px 0 5px; 
  font-size: 16px; 
}

#main h6 {
  margin: 14px 0 5px; 
  font-size: 15px;
  font-weight: normal; 
}

#main p {
  margin: 3px 0; 
  line-height: 1.5; 
}

#main p.date strong {
  color: #333A3A; 
}

#main p.note {
  font-size: 12px;
  line-height: 1.4;  
}

#main p a {
  color: #000; 
  text-decoration: underline;
}

#main p a:hover {
  text-decoration: none;
}

#main blockquote {
  margin: 9px -20px 17px; 
  padding: 13px 20px 13px; 
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: #F0F1F1; 
  color: #666666; 
}

#main .content-inside .wide blockquote {
  margin-right: 0; 
}

#main blockquote p {
  font-family: futura-pt, Arial, Helvetica, sans-serif;
  font-size: 20px; 
  line-height: 1.2; 
  font-style: italic; 
  font-weight: 500; 
  margin: 0; 
}

#main.twocol {
	background: url(../img/bg-main_twocol.png) 1px top no-repeat;
}
#main.onecol {
	background: #ffffff url(../img/bg-main_onecol.png) 1px top no-repeat;
	padding-bottom: 35px;
}

#main .primary {
	width: 659px;
	float: right;
	display: inline; 
	margin-right: 40px;
	padding: 30px 0;
}

.home-main	{
	width: 95%;
	margin-left: 15px;
}
/* 4.6 2 Column w Subnav
------------------------------------------------------------------------------*/

.iconsummary {
  margin: 10px 0 10px; 
  padding: 0 40px 1px 52px; 
  background-position: 0 0; 
  background-repeat: no-repeat; 
}

.iconsummary h1 {
	color: #333939;
}

#main .iconsummary p {
  margin-bottom: 0; 
  line-height: 1.4; 
}

/* 4.7 2 Column_w_No_Subnav Translate Alert
------------------------------------------------------------------------------*/

#main .narrowcolumn {
  padding: 20px 50px 0 72px; 
  width: 838px; 
}

.slide-wrapper,
.slide-wrapper2 {
	position: relative;
}

.no-slide-item	{
	position: absolute;
	right: 0;	
}
.no-slide-item img{
	margin: 20px 0;	
}
.slide-item,
.slide-item2 {
	position: absolute;
	right: 0;
}
.slide-wrapper .content-wrapper {
	width: 423px;
}

.slide-wrapper .content-wrapper-left {
	width: 370px;
	display: inline-block;
}
.slide-wrapper .content-wrapper-left-course {
	width: 80%;
	display: inline-block;
	padding-left: 60px;
	text-align: justify;
}

.slide-wrapper .content-wrapper-right-course {
	width: 10%;
	display: inline-block;
	float: right;
	top: 0;
	position: absolute;
}

.slide-wrapper .content-wrapper-right {
	width: 370px;
	display: inline-block;
	float: right;
	top: 0;
	position: absolute;
	margin-left: 60px;
}
.slide-wrapper .content-wrapper-right2 {
	width: 370px;
	display: inline-block;
	top: 0;
	position: absolute;
	margin-left: 60px;
}
.map-wrapper { 
  float: right; 
  width: 380px; 
  margin: 5px 0 0 25px; 
}

.map-narrow {
  width: 200px; 
  margin-top: 26px; 
}

.map-wrapper h3 {
  margin: 0; 
  padding: 12px 10px 12px 21px; 
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  font-size: 15px;
  font-weight: normal; 
  font-family: futura-pt, Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.2; 
  text-transform: uppercase;
  letter-spacing: 1px; 
  background: #323838;
	background: -webkit-gradient(linear, left top, left bottom, from(#4A5151), to(#191919)); /* Saf4+, Chrome */
  background: -webkit-linear-gradient(top, #4A5151, #191919); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(top, #4A5151, #191919); /* FF3.6 */
  background:     -ms-linear-gradient(top, #4A5151, #191919); /* IE10 */
  background:      -o-linear-gradient(top, #4A5151, #191919); /* Opera 11.10+ */
  background:         linear-gradient(top, #4A5151, #191919);
  color: #fff; 
}

#main .map-wrapper h3 {
  margin: 0; 
  font-size: 15px;
}

.map-wrapper .map {
  overflow: hidden; 
  border: 1px solid #ccc; 
}

.map-narrow .map {
  height: 198px; 
}

.map-wrapper .directions {
  position: relative; 
  border-width: 0 1px 1px 1px; 
  border-style: solid; 
  border-color: #ccc; 
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background-color: #f0f1f1; 
}

.map-wrapper .vcard {
  float: left; 
  width: 154px; 
  padding: 21px 22px; 
  margin: 0 28px 0 0; 
  font-size: 13px; 
  line-height: 18px; 
  background: url(../img/bg_vcard.png) 100% 50% no-repeat; 
}

.map-narrow .vcard {
  float: none; 
  width: auto; 
  background: transparent; 
  margin: 0; 
}

.sidebar .vcard {
  margin-top: 5px; 
}

.map-wrapper .vcard .fn {
  position: absolute; 
  left: -999em; 
}

.map-wrapper .btn-dark {
  position: absolute; 
  top: 50%; 
  left: 226px; 
  height: 25px;
  padding-top: 7px;
  margin-top: -17px; 
  width: 127px;
  text-align: center;
}

.btn-dark, .dialogue-content span.jsbacklink a {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , #474B4B, #272A2A) repeat scroll 0 0 transparent;
    border-color: #4D5252 -moz-use-text-color -moz-use-text-color;
    border-radius: 5px 5px 5px 5px;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    box-shadow: 1px 1px 0 #111111;
    color: #CDCECE;
    cursor: pointer;
    display: block;
    font: 300 17px/1 futura-pt,Arial,Helvetica,sans-serif;
    height: 32px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 97px;
    text-decoration: none;
}

.vcard a {
  color: #666; 
  text-decoration: none;
}

.vcard a:hover {
  text-decoration: underline;
}

.vcard .adr {
  margin-bottom: 8px; 
}

.vcard .email {
  margin-top: 8px; 
  display: block; 
}

#main .article {
  margin-bottom: 32px; 
}

#main .article h1 {
  /*text-transform: none;*/
  color: #333939; 
}

#main .article h2 {
  /*margin-bottom: 22px;*/
  text-transform: none;
}

#main .article p {
  margin-bottom: 10px; 
}

#main .article p.date {
  margin-bottom: 12px; 
}

img.img-content,
img.left,
img.right {
  display: block; 
  margin-bottom: 10px;
  padding: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px #999;
  -moz-box-shadow: 0 0 3px #999;
  -khtml-box-shadow: 0 0 3px #999;
  -o-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
}

img.img-content {

	margin-top: 20px; }

img.left,
img.right {
  margin-top: 7px; 
}

img.left {
  float: left; 
  margin-right: 32px; 
}

img.right {
  float: right; 
  margin-left: 32px; 
}


/* tooltip */
.tipsy { padding: 10px; font-size: 11px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 8px 10px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 6px; -moz-border-radius:6px; -webkit-border-radius:6px; }
.tipsy-arrow { position: absolute; background: url('../img/tipsy.gif') no-repeat top left; width: 19px; height: 10px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -10px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -10px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 30px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -9px; right: 0; width: 10px; height: 19px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -9px; left: 0; width: 10px; height: 19px; }

/* Colorbox */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxTopLeft{width:5px; height:5px; background:#fff;}
    #cboxTopCenter{height:5px; background: #fff;}
    #cboxTopRight{width:5px; height:5px; background:#fff;}
    #cboxBottomLeft{width:5px; height:5px; }
    #cboxBottomCenter{height:70px;}
    #cboxBottomRight{width:5px; height:5px; }
    #cboxMiddleLeft{width:5px; background:#fff;}
    #cboxMiddleRight{width:5px; background:#fff;}
    #cboxContent{background:#fff; color: #ccc;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:47px;}
        #cboxTitle{position:absolute; bottom:-70px; height: 55px; left:0; text-align:left; width:100%; color:#ccc;}
        #cboxLoadingOverlay{background: url(../img/loading.gif) no-repeat 0 0; left: 50%; top: 50%; margin: -32px 0 0 -32px;}
        #cboxClose{
			position:absolute; 
			bottom:0; right:0; 
			display: block;
			text-align: center;
			background: url(../img/bg-colorbox-separator.png) no-repeat left top;
		}
		#cboxPrevious,
        #cboxNext,
		#cboxCurrent,
		#cboxClose,
		#cboxSlideshow{
			height: 29px;
			padding-top: 18px;
			font: 12px/1 futura-pt, Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			font-weight: 500;
			width: 80px;
		}
        #cboxSlideshow{position:absolute; bottom:0px; right:80px; width: 145px; text-align: center; }
		#cboxPrevious,
        #cboxNext { background: url(../img/bg-colorbox-separator.png) no-repeat right top; }
        #cboxPrevious{position:absolute; bottom:0px; left:0;  }
        #cboxNext{position:absolute; bottom:0px; left:80px;}
		#cboxPrevious span,
		#cboxNext span { float: left; }
		#cboxPrevious .ico-arrow { margin: 0 8px -1px 17px;}
		#cboxNext .text { margin-left: 20px; }
		#cboxNext .ico-arrow { margin: 0 0 -1px 8px; }
		#cboxContent .hover { color: #333;}
		#cboxTitle.hover {color: #cccccc !important;}
		#cboxCurrent{position:absolute; bottom:0px; left:160px; padding-left: 18px;  }
		#cboxContent #cboxCurrent { color: #ccc;}

/* Forms */

/* Form wrappers */

.extended { 
  width: 432px; 
  margin: 0 -8px 35px 0; 
}
.extended fieldset {}
.extended fieldset.submit {}
.extended ol {
  width: 440px; 
  margin:0;
}

.extended fieldset fieldset {position:relative;}

.extended ol li {
  position: relative; 
  float:left;
  list-style-type:none;
  padding:7px 0 0 0;
  margin:0;
  line-height:1em;
}

.extended ol li .inline-hints {
  position: absolute; 
  left: -999em; 
  top: 44px; 
  width: 184px; 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 0 5px #aaa; /* FF3.5+ */
  -webkit-box-shadow: 0 0 5px #aaa; /* Saf3.0+, Chrome */
  box-shadow: 0 0 5px #aaa; /* Opera 10.5, IE9, Chrome 10+ */
  border-radius: 5px;
  padding: 11px 12px; 
  font-size: 13px; 
  line-height: 1.05em; 
  background: #262626; 
  color: #fff; 
}

.extended ol li.focus .inline-hints {
  left: auto; 
  right: -221px; 
}

.extended ol li .inline-hints span {
  position: absolute; 
  top: 21px; 
  left: -12px; 
  width: 12px;
  height: 19px; 
  background: url(../img/arr-w.png) 0 0 no-repeat; 
}

.extended ol li.full {
  width: 100%; 
}

.extended ul li {
  list-style-type: none;
  background: none;
  padding: 0;
}

.extended ol ol {
  padding-top: 7px; 
}

.extended ol ol li { 
  width: 100%; 
  padding: 0; 
}

/* Form - Level 1 elements */
.extended label {
  float: left;
  width: 100%;
  padding: 15px 0 5px 2px; 
  text-align: left;
  font-family: futura-pt, Arial, Helvetica, sans-serif;
  font-size: 19px; 
  line-height: 23px; 
  text-transform: uppercase;
  color: #333B3B; 
  cursor: default;
}
#main .extended label.static-color {
  color: #333B3B; 
}

.extended ol label {
  padding-bottom: 12px; 
  cursor: pointer; 
}

.extended em.req {
  color: #BF153E; 
  font-style: normal; 
}

.extended input {
  clear: left; 
  float:left;
}

.extended select {
  float: left; 
  clear: left; 
  padding-top: 7px; 
  padding-bottom: 6px; 
  font-size: 13px; 
  border: 1px solid #CBCBCB; 
  background-color: #E5E8E8; 
  font-weight: bold; 
  color: #333; 
}

.extended input.text,
.extended textarea { 
  margin: 0 7px 0 0; 
  width: 410px; 
  padding: 8px 5px 7px 15px; 
  border: 1px solid #CBCBCB; 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  background-color: #E5E7E7; 
  color: #333; 
}

.extended input.datepicker {
  margin-right: 0; 
  width: 79px; 
  padding-left: 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

.extended .datetime {
  width: 440px; 
}

.extended .datetime label.datepicker {
  clear: none; 
  padding: 0; 
  margin: 0 7px 0 0; 
  height: 33px; 
  width: 33px; 
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  text-align: left; 
  text-indent: -999em; 
  background: url(../img/bg-datepicker.png) right 0 no-repeat; 
}
.elmblue .extended .datetime label.datepicker:hover,
.elmblue .extended .datetime .datepicker-active label.datepicker { background-position: 0 0; }
.elmyellow .extended .datetime label.datepicker:hover,
.elmyellow .extended .datetime .datepicker-active label.datepicker { background-position: -33px 0; }
.elmred .extended .datetime label.datepicker:hover,
.elmred .extended .datetime .datepicker-active label.datepicker { background-position: -66px 0; }
.elmpurple .extended .datetime label.datepicker:hover,
.elmpurple .extended .datetime .datepicker-active label.datepicker { background-position: -99px 0; }
.elmorange .extended .datetime label.datepicker:hover,
.elmorange .extended .datetime .datepicker-active label.datepicker { background-position: -132px 0; }
.elmgreen .extended .datetime label.datepicker:hover,
.elmgreen .extended .datetime .datepicker-active label.datepicker { background-position: -165px 0; }

.extended input.time {
  width: 49px; 
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background-image: url(../img/bg-time.png);
  background-repeat: no-repeat; 
  background-position: 31px 13px; 
  margin-right: 1px; 
}

.extended input.time:focus {
  background-image: none; 
}

.extended .datetime {
  clear: left; 
}

.extended .datetime label {
  width: 440px; 
}

.extended .datetime select,
.extended .datetime .custom-select {
  width: 70px; 
  clear: none; 
}

.extended .datetime input {
  clear: none; 
}

.extended .datetime .ampm-wrapper .custom-select li a {
  width: 21px; 
}

.extended .datetime .custom-select .bottom {
  width: 37px; 
}

.extended input.text { 
  height: 16px;
}

.extended textarea {
  height: 283px;
}

.extended .half input.text,
.extended .half textarea {
  width: 191px; 
}

.extended .half select,
.extended .half .custom-select {
  width: 213px; 
}

.extended .half .custom-select .bottom {
  width: 180px; 
}

.extended .half .custom-select ul a {
  width: 164px; 
}

.extended .third input.text,
.extended .third textarea {
  width: 113px; 
}

.extended .twothirds input.text,
.extended .twothirds textarea {
  width: 253px; 
}

.extended .small input.text {
  width: 48px; 
}

.extended .full input.text,
.extended .full textarea {
  margin-right: 0; 
}

/* Form - Level 2 elements */
#main .extended fieldset fieldset ol label {
  width: auto;
  padding: 0 0 0 5px; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 21px;
  text-transform: none;
  color: #666; 
}

/* Form - Submit elements */
.extended fieldset.submit {
  padding-top: 20px; 
}

.extended fieldset.submit ol {
  margin: 0 0 19px 0;
}

.extended fieldset.submit ol li {
  width: 100%; 
}

.extended fieldset.submit ol label {
  display: block; 
  width: auto;
  padding: 0 0 0 5px; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 21px;
  text-transform: none;
  color: #666; 
}

.extended fieldset.submit ol input {
  float: left; 
}

.extended fieldset.submit p.note {
  font-size: 12px; 
  line-height: 16px; 
  margin: 0 0 15px; 
}

.extended fieldset.submit button,
.btn-gray {
  position: relative;
  display: inline-block;
  height: 26px;
  padding: 6px 17px 0;
  border: none;
  font: 18px/1 futura-pt, Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 0 #5c5c5c;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #97A0A0;
  background-image: url(../img/btn-gray.png); 
  background-repeat: repeat-x; 
  color: #ddd; 
  cursor: pointer;
}

.extended fieldset.submit button:hover,
.btn-gray:hover {
  color: #fff; 
}

.extended fieldset.submit button,
input.btn-dark {
  padding-top: 0;
  height: 30px;
}

/* Form - Custom elements */
.custom-select { 
  float: left; 
  position: relative; 
  width: 432px; 
  z-index: 100; 
  font-size: 13px; 
  font-weight: bold; 
  border: 1px solid #ccc; 
  border-right: none; 
  background-color: #E5E8E8; 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.extended .custom-select {
  clear: left; 
}

.datetime .custom-select {
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

.custom-select.open { 
  z-index: 101; 
  -moz-border-radius: 5px 5px 5px 2px;
  -webkit-border-radius: 5px 5px 5px 2px;
  border-radius: 5px 5px 5px 2px;
}

.custom-select a.current-selected { 
  display: block; 
  cursor: pointer; 
  padding: 0 33px 0 8px; 
  height: 33px; 
  line-height: 33px; 
  margin: -1px -1px -1px 0; 
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  color: #333; 
  text-decoration: none; 
  background: url(../img/bg-select.png) 100% 0 no-repeat;
 }

 .custom-select.open a.current-selected,
 .custom-select:hover a.current-selected {
   background-position: 100% -33px; 
 }

.custom-select .custom-select-wrapper { 
  position: absolute; 
  left: -999em; 
  z-index: 100; 
}

.custom-select ul a {
  width: auto; 
}

.custom-select .bottom { 
  width: 399px; 
  height: 1; 
  line-height: 1px; 
  font-size: 0; 
}

.custom-select ul a {
}

.custom-select ul a.selected {
}

.custom-select.open .custom-select-wrapper { 
  left: auto; 
  background: #E5E8E8; 
  border: 1px solid #ccc; 
  margin-left: -1px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.custom-select ul { 
  padding: 0; 
  list-style: none; 
  margin: 0; 
}

.custom-select ul li { 
  margin: 0; 
  float: none; 
  line-height: 1.4; 
  padding: 0; 
  border-top: 1px solid #ccc; 
  overflow: hidden; 
}

.custom-select ul li:last-child {  
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.custom-select ul li:first-child {
  border-top: none; 
}

.custom-select ul li a { 
  display: block; 
  padding: 3px 8px; 
  color: #000; 
  text-decoration: none; 
}

.custom-select ul li a:hover, 
.custom-select ul li a.current { 
  background: #def0f8; 
  text-decoration: none; 
}


/* 1.3 Clearfix
------------------------------------------------------------------------------*/

.clearfix:after,
.footer-nav .container:after,
.subnav-2-column:after,
.smf-section-page #main:after,
.section-page-wrapper .column-wrapper:after,
#footer .legalese:after,
.quicklinks:after,
.home-sections-wrapper:after,
.section-news .news-list li:after,
.scas-sections-wrapper:after,
.scas-sections-wrapper li:after,
.secure-zone #main:after,
.secure-zone #main .content-inside:after,
.secure-zone #main .news-list li:after,
.map-wrapper .directions:after,
.extended ol:after,
#main.twocol:after,
.elmgreen .iconsummary:after,
#translate .container:after,
tabs-left .bottom:after,
.tabs-left:after,
.cols3:after,
.search-pagination:after,
#tabs-content-news:after,
.tabs-left .photo-album .row:after,
.search-result-header-inner:after,
#search-result li:after,
#main.twocol .content-inside:after,
.right-pager-wrapper:after,
#airport-switcher:after,
#intmap-main:after,
#intmap .tooltip .content:after,
#intmap .tooltip .twocol:after,
#intmap .tooltip .head:after {
	content: "\200B";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

/* 1.5 Footer ---------------------------------------------------------------------------*/

#footer {
	background: #ff6600 url(../img/bg-footer-default.jpg) repeat-x top;
	padding-bottom: 20px;
	}
.footer-nav {
	padding-top: 130px;
	font-size: 14px;
	color: #b8bebe;
	background: url(../img/bg-footer-nav.jpg) no-repeat center top;
}
.footer-nav .container {
	width: 880px;
	padding: 0 40px 30px;
	background: #ff6600;
}
.footer-nav .no-banner {
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
.footernav-item  {
	float: left;
}
.footernav-item  li {
	padding-bottom: 10px;
}
.footernav-item  p {
	line-height: 22px;
	padding-bottom: 10px;
}
.footernav-first  {
	padding-left: 160px;
}
.footernav-header {
	display: block;
	padding-bottom: 16px;
	margin-bottom: 15px;
	font: 18px/1 futura-pt, Arial, Helvetica, sans-serif;
	color: #fff;
	border-bottom: 1px outset #fb8018;
}
.footernav-1a 	{ width: 100px; }
.footernav-1b	{ width: 140px; }
.footernav-1c 	{ width: 130px; }
.footernav-1d 	{ width: 140px; }
.footernav-1e 	{ width: 150px; }

.footernav-2a 	{ width: 196px; }
.footernav-2b	{ width: 199px; }
.footernav-2c	{ width: 277px; }
.footernav-2d 	{ width: 208px; }

.footer-nav a {
	color: #e6e5e6;
	text-decoration: none;
}
.footer-nav a:hover,
.footernav-header a {
	text-decoration: none;
	color: #fff;
}
.footer-banner {
	height: 91px;
}
.footer-banner li {
	float: left;
	padding: 21px 0 0 27px;
}
.footer-banner a {
	float: left;
	text-indent: -999em;
	overflow: hidden;
	width: 212px;
	height: 52px;
}

.footer-banner .banner-1 {
	padding-left: 21px;
}
.footer-banner .banner-1 a {
	float: left;
	margin-left: 115px;
}
.footer-banner .banner-2 a {
	float: left;
}
.footer-banner .banner-3 a {
	float: left;
}
.footer-banner .banner-4 a {
	float: left;
	width: 211px;
	height: 49px;
}

.legalese {
	height: 45px;
	margin-top: 10px;
	font-size: 12px;
	background: url(../img/bg-footer-legalese.png) no-repeat;
}
.legalese .sitename {
  float: right; 
  width: 145px; 
  height: 45px; 
}

.legalese .copyright {
  float: left; 
  width: 210px; 
  height: 13px; 
}

.legalese .sitecredit {
  float: left; 
  width: 38px; 
  height: 13px; 
}

.legalese a,
.legalese p,
.legalese ul,
.legalese li {
	float: left;
	color: #646a6a;
}
.legalese a:hover {
	color: #fff;
	text-decoration: none;
}
.legalese p { 
	height: 30px;
	padding: 15px 12px 0;
	border-left: 1px solid #252929; 
}
.legalese .return-top {
	margin: 15px 12px 0;
	padding-left: 15px;
	background: url(../img/ico-return-top.png) no-repeat 0 4px;
}
.legalese .return-top:hover {
	background-position: 0 -13px;
}
.legalese ul {
	padding-top: 17px;
}
.legalese li {
	line-height: 1;
	padding: 0 8px;
	border-left: 1px solid #626868;
}

/* LINKS */

.link1	{
	width: 200px;
	float: left;
	text-align: center;
	margin: 20px;
}
.link2	{
	width: 200px;
	float: left;
	text-align: center;
	margin: 20px;
}
.link3	{
	width: 200px;
	float: left;
	text-align: center;
	margin: 20px;

}
.link4	{
	width: 200px;
	float: left;
	text-align: center;
	margin: 20px;

}
.link5	{
	width: 200px;
	float: left;
	text-align: center;
	margin: 20px;

}
.link6	{
	width: 200px;
	float: left;
	text-align: center;
	margin: 20px;

}

/* 6. Buttons */

.button_link{background:url("../img/buttons.png") repeat-x left 0px; color:#FFF; font-size:12px; text-transform:uppercase; margin-right:18px; float:left; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;padding:3px 15px 3px 15px;}
.button_link:hover{background-position:left -30px; color:#fff; -moz-box-shadow:0px 0px 1px #222222; -webkit-box-shadow:0px 0px 1px #222222; box-shadow:0px 0px 1px #222222;}

/* Shopping */

.price	{
	color: green;
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 10px;
}

.price-strike	{
	color: red;
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 10px;
	text-decoration: line-through;
}
.price-strike-ss	{
	color: red;
	font-weight: bold;
	font-size: 0.7em;
	vertical-align: top;
	margin-left: 3px;
}