@charset "UTF-8";
/* ------ best reset --------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ul  {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:link, a:visited {
	text-decoration: underline;
	color: #0090FF;
}
a:hover, a:active {
	text-decoration: none;
}
body {
	font-size: 80%;
	text-align: center;
	background-image: url(/images/body.gif);
	background-repeat: repeat-x;
	color: #2c2c2c;
}
h1 {
	font-weight: bold;
	font-size: 1.6em;
	padding: 0;
	color: #2c2c2c;
	line-height: normal;
	margin: 0;
}
body.home {
	background-image: url(/images/body-home.gif);
}
h2 {
	font-weight: bold;
	font-size: 1.2em;
	padding: 15px 0 7px 0;
	color: #2c2c2c;
}
h3 {
	font-size: 1.1em;
	color: #9dd405;
	padding: 15px 0 5px 0;
	font-weight: bold;
}
h3 span {
	display: block;
	color: #2c2c2c;
	font-weight: normal;
	font-size: 10px;
	padding-top: 7px;
}
h3 span.close {
	position:absolute;
	right:5px;
	top:0;
}

h4 {
	font-weight: bold;
	padding: 0;
	font-size: 1.1em;
	color: #2c2c2c;
}
h5 {
	color: #9dd405;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 6px 0;
}
h6 {
	color: #0181e3;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 6px 0;
}
.right {
	float:right;
	display:inline;
}
/* ------ now the meat ------ */

#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 1;
}
#header {
	display: block;
	height: 136px;
	position: relative;
	z-index:59;
	width: 960px;
}
.languages {
	font-size:11px;
	padding:8px 0 0;
	position:absolute;
	right:56px;
	z-index:100;
}
#mainlogo {
	position: absolute;
	top: 40px;
	left: 35px;
	text-align: left;
	z-index: 59;
}
#mainlogo a {
	width: 180px;
	height: 70px;
	display:block;
	background-image: url(/images/Video_Teachers.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainlogo a:hover {
	background-image: url(/images/Video_Teachers_home.gif);
}
/* -------------------------------new nav */
.nav {
	margin: 0 0 0 260px;
	padding: 50px 0 0 0;
	color: #333;
	position:relative;
	z-index:60;
}
.nav ul {
	font-size:14px;
	position:relative;
	z-index:70;
}
.nav li {
	display: inline;
	margin-right: 5px;
	float: left;
}
.nav li a:link, .nav li a:visited {
	padding: 6px 10px;
	color: #333;
	text-decoration: none;
	display: block;
}
.nav li a:hover, .nav li a:active {
	color: #fff;
	background-color: #0090FF;
	display: block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-decoration:none;
}
.nav li.programs, .nav li.corporate, .nav li.individual {
	position:relative;
}
.nav li:hover.programs, .nav li:hover.corporate, .nav li:hover.individual {
	background-color: #0090FF;
	display: block;
	position:relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.nav li:hover.programs a, .nav li:hover.corporate a, .nav li:hover.individual a {
	color: #fff;
}
.nav li.current, .nav li.programsCurrent, .nav li.corporateCurrent, .nav li.individualCurrent {
	background-color: #AFDD28;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color:#000;
	display: block;
	position:relative;
}
.nav li:hover.programsCurrent a, .nav li:hover.corporateCurrent a, .nav li:hover.individualCurrent a {
	background-color: #0090FF;
	display: block;
	position:relative;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color:#fff
}
.nav ul ul.listPrograms, .nav ul ul.listCorporate, .nav ul ul.listIndividual  {
	display: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	background-color: #0090FF;
	left: 0;
	top: 25px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topright: 6px;
	width: auto;
	/*text-shadow: 1px 1px 0 #275d79;*/
}
.nav ul ul.listPrograms a, .nav ul ul.listCorporate a, .nav ul ul.listIndividual a  {
	padding: 5px 10px;
	color:#fff;
	font-size:13px;
}
.nav ul ul.listPrograms a:hover, .nav ul ul.listCorporate a:hover, .nav ul ul.listIndividual a:hover  {
	padding: 5px 10px;
	color:#fff;
	font-size:13px;
	text-decoration:underline;
}
.nav ul ul li {
	display: block;
	float: none;
	margin: 0;
	white-space: nowrap;
}
.nav li li a:link, .nav li li a:visited, .nav li li a:hover, .nav li li a:active {
	color: #fff;
}
.subnav {
	margin: 15px 0 0 260px;
	float: left;
	display: inline;
}
.subnav ul li {
  float:left;
	font-size: 11px;
	margin: 0;
}
.subnav ul li a:link, .subnav ul li a:visited {
	padding: 3px 8px;
	text-decoration: none;
	float:left;
}
.subnav ul li a.active {
	background-color: #0090FF;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration:none;
}
.subnav ul li a:hover {
	text-decoration: underline;
}
.subnav ul li a:hover.active {
	text-decoration: none;
}
/* ------------------------------- end new nav */

#content, #profile-wrap, #dashboard-wrap, #messages, #register, #purchase, #confilingua {
	display: block;
	margin: 0;
	padding: 50px 50px 0 35px;
	position: relative;
	z-index:50;
}
.clearboth {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
#footer-home p, #footer p {
	padding: 0;
	margin: 0 0 0 85px;
}



/* ----------- footer all the rest -------------- */
#footer {
	padding: 0;
	clear: both;
	height: 180px;
	background-image: url(/images/footer-bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	z-index: 10;
}
#footer-inner {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	font-size: 10px;
	padding: 80px 0 0 0;
	background-image: url(/images/skyline-world-small-blue.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#col1, #col2, #col3, #col4 {
	/*float: left;
	height: 100px;*/
}
#col1 {
	float: left;
	display:inline;
}
#col2, #col3, #col4 {
	padding: 0;
	float:right;
	display:inline;
}
#col2 li, #col3 li {
	padding: 0 0 20px 0;
}
.logofooter {
	float: left;
	display: inline;
	margin: 0;
}
.bannerMain {
	width: 260px;
	float: right;
	display: inline;
	padding-left: 20px;
	padding-bottom: 40px;
}
#ico a {
	display: block;
	background-image: url(/images/ICO-padlock.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #2c2c2c;
	text-decoration: none;
	background-position: left 0;
	height: 15px;
	line-height: 15px;
	margin-left:233px;
}
#footer p.linkedin{
	margin: 30px 0 0 85px;
}






#confilingua .column-de p {text-align:left;}

#confilingua {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#333;
	line-height:18px;
}
#confilingua p {
	padding: 0 0 12px 0;
	text-align: justify;
}
.highlight {
	font-weight:bold;
	color:#000;
}
#confilingua h1.mainPage {
	font-weight: normal;
	color:#0090FF;
	font-size:24px;
	padding:0;
}
#confilingua h1 {
	font-weight: 400;
	color:#0090FF;
	font-size:22px;
	padding:0 0 15px 0;
	line-height:28px;
}
#confilingua h2 {
	font-weight: normal;
	color:#333;
	font-size:12px;
	padding:0 0 20px 0;
	text-align: justify;
}
#confilingua h3 {
	font-weight: normal;
	color:#0090FF;
	font-size:20px;
	padding:0 0 25px 0;
	line-height:1.2;
}
#confilingua h3.section {
	font-size: 16px;
	padding: 5px 0 7px;
	border-top: 1px solid #dfdfdf;
	clear: both;
	margin-top: 5px;
	position: relative;
}
#confilingua h3.section a {
	position: absolute;
	top: 0px;
	right: 0px;
}
.confLeft {
	float:left;
	display:inline;
	width:225px;
}
.confLeft img {
	padding: 0 0 30px 0;
}
.confRight {
	float:left;
	display:inline;
	width:650px;
	padding-bottom: 40px;
}
.col1, .col2 {
	display:inline;
	float:left;
	padding:0 30px 0 0;
	width:290px;
}
.conf4steps {
	clear:left;
}
.conf4steps ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin:0;
	padding:0 0 0 25px;
}
.conf4steps ol li {
	font-size:18px;
	color:#0090FF;
	padding:0 0 10px 0;
}
.conf4steps ol li ul {
	margin:0;
	padding:0 0 7px 7px;
}
.conf4steps ol li ul li {
	font-size:12px;
	color:#333;
	padding:7px 0 0 0;
	text-align: justify;
}
.conf4steps ol li ul li.disc {
	font-size:12px;
	color:#333;
	padding:3px 0 0;
	margin-left:15px;
	text-align: justify;
	list-style:disc;
}
.confRight ul {
	padding-bottom: 20px;
}
.confRight ul li {
	font-size:12px;
	color:#333;
	text-align: justify;
}
.confRight ul li.disc {
	font-size:12px;
	color:#333;
	margin-left:15px;
	text-align: justify;
	list-style:disc;
}
.fullWidth {
	padding: 0 0 20px 0;
}
#confilingua .leftPushed {
	padding-left: 210px;
}
#confilingua .fullWidth h2 {
	padding-left: 210px;
	line-height:1.2;
}
.bullet {
	padding:20px 30px 0 80px;
	float:left;
	display:inline;
}
.bullet2 {
	padding:25px 0 0 20px;
	float:left;
	display:inline;
	width: 100px;
}
.programinfo3 {
	background-color:#F2F2F2;
	padding:7px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.programinfo2 {
	background-color:#F2F2F2;
	padding:7px 10px;
	float: left;
	display: inline;
	width: 510px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.programinfo {
	background-color:#F2F2F2;
	margin:0 0 0 210px;
	padding:7px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.packages {
	clear: both;
	overflow: hidden;
	padding: 20px 0 0 0;
}
.culturalPackages {
	clear: both;
	overflow: hidden;
	margin: 10px 0 20px;
}
.packages h4, .culturalPackages h4 {
	color:#0090FF;
	font-size:18px;
	font-weight:normal;
	padding:0 0 5px;
}
#confilingua .packages p, #confilingua .culturalPackages p {
	padding-bottom:7px;
}
#confilingua .packages p.timielimit, #confilingua .culturalPackages p.timielimit {
	border-top:1px solid #C2C2C2;
	padding-bottom:0;
	padding-top:4px;
}
.disclaimer {
	font-size:10px;
	font-style: italic;
}
.disclaimer span {
	font-size: 10px;
	color: #0090FF;
}
.confRight .confContact {
	display:inline;
	float:left;
	width:300px;
	padding-top: 0px;
	text-align: left;
}
.confRight .confContact ul {
	margin: 0;
	width:280px;
}
.confRight .confContact label {
	display:inline;
	width:110px;
	float:left;
}
.confRight .confContact li {
	padding:7px 0 0 0;
}
.confRight .confContact input , .confRight .confContact textarea{
	font-size: 1em;
	padding: 3px;
	font-family: Verdana, Geneva, sans-serif;
	width: 160px;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.confRight .confContact input:focus , .confRight .confContact textarea:focus {
	border: 1px solid #0090ff;
	-webkit-box-shadow: 0 0 5px rgba(0, 144, 255, 0.6);
	-moz-box-shadow: 0 0 5px rgba(0, 144, 255, 0.6);
}
.confRight .confContact textarea {
	height: 100px;
	overflow: auto;
}
.confRight .confContact li.submitForm input {
		width:auto;
		border:none;
}
.confRight .confContact li.submitForm {
	margin-left: 110px;
}
.confRight .confContact .error {
	padding: 20px;
	width: 200px;
	margin: 50px 0 0 0;
}
.confRight .confContact .success {
	padding: 20px;
	width: 200px;
	margin: 15px 0 0 0;
}

/* ------ quickContact widget -----*/
.quickContact {
	display:block;
	float:right;
	width:240px;
	background-color: #AFDD28;
	padding: 15px 10px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	margin: 0;
	position: absolute;
	top: 55px;
	right: 50px;
	text-align: center;
}
.quickContactInline {
	display:block;
	width:240px;
	background-color: #AFDD28;
	padding: 15px 10px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 12px 0 0 0;
	text-align: center;
}
#confilingua .quickContact h3, #confilingua .quickContactInline h3, #confilingua  .book h3 {
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
}
#confilingua .quickContactInline h3 {
	position: relative;
}
.quickContactInline h3 .close {
	right:-4px;
	top:-14px;
	position:absolute;
}
#confilingua .quickContact h3:hover, .quickContactInline h3:hover, .book h3:hover {
	cursor: pointer;
	text-decoration: underline;
}
.quickContact form, .quickContactInline form, .book form {
	display: none;
	text-align: left;
	padding: 10px 15px;
	background-color: #eee;
	margin: 15px 0 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.quickfContact dl, .quickContactInline dl, .book dl {
	margin: 10px 0 0 0;
}
.quickContact dt, .confContact dd, .quickContactInline dt, .book dt {
	padding: 0;
	font-size: 11px;
	color: #000;
}
.quickContact dt span, .quickContactInline dt span, .book dt span, .required, .confRight ul li.required {
	font-size: 10px;
	color: #0090ff;
}
.confRight ul li.required {
	text-align:right;
}
.quickContact input , .quickContact textarea, 
.quickContactInline input , .quickContactInline textarea, 
.book input, .book textarea {
	font-size: 1em;
	padding: 3px;
	font-family: Verdana, Geneva, sans-serif;
	width: 200px;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.quickContact input:focus , .quickContact textarea:focus, 
.quickContactInline input:focus , .quickContactInline textarea:focus, 
.book input:focus, .book textarea:focus {
	border: 1px solid #0090ff;
	-webkit-box-shadow: 0 0 5px rgba(0, 144, 255, 0.6);
	-moz-box-shadow: 0 0 5px rgba(0, 144, 255, 0.6);
}
.quickContact textarea, .quickContactInline textarea, .book textarea {
	height: 85px;
	overflow: auto;
}
.quickContact .submitForm, .quickContactInline .submitForm, .book .submitForm {
	width: auto;
	border: none !important;
	margin:5px 0 0 0;
}
.bookWrap {
	height:50px;
}
.book {
	display:block;
	width:240px;
	background-color: #AFDD28;
	padding: 15px 10px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0;
	position: absolute;
	text-align: center;
	z-index:20;
}
/* -----end ----------*/
.contactWidget {
	width: 175px;
	padding: 12px;
	background-image: url(/images/featuredGrad.gif);
	background-repeat: repeat-x;
	background-position: left top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #d8d8d8;
	margin-bottom: 20px;
}
.contactWidget ul li {
	border-top: 1px solid #b8b8b8;
	padding: 10px 0;
}
.contactWidget li.tel {
	background-image: url(/images/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 15px 0 15px 35px;
}
.contactWidget li.first {
	padding:0 0 8px 0;
	border:none;
}
.contactWidget li.last {
	padding-bottom:0;
}
.contactRight{
	display:inline;
	float:left;
	padding-top: 32px;
	width: 350px;
}
.vcard {
	background-image:url(/images/vcardBig.gif);
	background-repeat:no-repeat;
	height:230px;
	padding:62px 0 25px 40px;
	width:300px;
	margin: 0;
}
.skype {
	padding-left: 26px;
	padding-bottom: 20px;
	width: 300px;
	display: none;
}
.vcard li {
}

li#doLogin{position:relative;z-index:200}
li#doLogin a.working{
  background-color: #AFDD28;
  -moz-border-radius: 6px 6px 0 0;
  /*-webkit-border-radius: 6px 6px 0 0;*/
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}
.nav li#doLogin a.working:hover,.nav li#doLogin a.working:active{
	color:#000;
}
div#loginForm{
  position:absolute;z-index:300;top:29px;right:0;display:none;
  background-color: #AFDD28;
  -moz-border-radius: 6px 0 6px 6px;
  /*-webkit-border-radius: 6px 0 6px 6px;*/
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  font:normal 11px Verdana,Arial,sans-serif;
  color:#000;
}
div#loginForm form{
  margin:0;padding:0;
}
div#loginForm input.text{
	display:block;
	width:200px;
	padding:3px;
	margin:3px 0 0 0;
	border:1px solid #AFDD28;
	font:normal 14px Verdana,Arial,sans-serif;
	color:#000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div#loginForm input:focus {
	border: 1px solid #0090ff;
	-webkit-box-shadow: 0 0 5px rgba(0, 144, 255, 0.6);
	-moz-box-shadow: 0 0 5px rgba(0, 144, 255, 0.6);
}
div#loginForm input.chk{
  float:left;width:13px;height:13px;margin:3px 5px 0 0;
}
div#loginForm div.row{padding:9px 12px 0 12px;width:207px}
div#loginForm div.controls{overflow:hidden;width:207px;padding:15px 12px 0 12px}
div#loginForm div.controls a{float:left;padding-top:3px}
div#loginForm div.controls input.submit{
	float:right;
	border:0;
	font:normal 12px Verdana,Arial,sans-serif;
	padding:4px;
	width:55px;
	color:#fff;
	background:#0090FF;
	cursor:pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div#loginForm form a{
	display:inline;
	background:none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color:#000;
	padding:0;
	text-decoration:underline
}
div#loginForm div.bottom{padding:10px 5px 0 0;width:226px}
div#loginForm div.bottom p{padding:0 0 20px 12px}
div.column, div.column-de{
	float:left;
	width:300px;
	margin-right:25px;
	padding: 10px 0 0 0;
}
.lang-intro {
	overflow: hidden;
	padding-bottom: 10px;
}
.lang-intro p {
	line-height: normal;
}
div.lang-intro p img{
	float: right;
	display: inline;
	padding-left: 20px;
}
ul.lang-list .widgetHD, .widgetHD {
	font-size: 19px;
	color: #0090FF;
	padding: 0;
	font-weight: normal;
}
ul.lang-list {
	width: 175px;
	margin:8px 0 0 0;
}
ul.lang-list li {
	display: block;
	padding:9px;
	border:solid #d8d8d8;
	border-width:1px 0 0;
	font-weight: bold;
}
ul.lang-list .last {
	padding-bottom:0;
}
ul.lang-list li.last {
	border-bottom: none;
}
ul.lang-list li.active>a {
	background: url('/images/active.png') no-repeat center right;
	color: #0090ff;
}
ul.lang-list li.active li>a {
	color: #000;
	background:none;
}
ul.lang-list li.active li.active>a {
	color: #0090ff;
	background:none;
}
ul.lang-list a:link , ul.lang-list a:visited {
	text-decoration: none;
	display: block;
	background: url('/images/inactive.png') no-repeat center right;
	color: #0090ff;
	cursor:pointer;
}
ul.lang-list a:hover {
	color: #333;
	text-decoration: underline;
	background: url('/images/hover.png') no-repeat center right;
}

/* Level 2 */
ul.lang-list ul {
	margin-top: 5px;
}
ul.lang-list li ul li {
	border: solid #d8d8d8;
	border-width: 0 0 1px 0;
	padding:7px 7px 7px 0;
	margin-left:18px;
	font-weight: normal;
}
ul.lang-list li ul li a {
	background-image:none;
}
a:link#divlink, a:visited#divlink {
	display: block;
	text-decoration: none;
	color: #222;
}
a:hover#divlink, a:active#divlink {
	text-decoration: none;
}
a:hover#divlink div, a:active#divlink div {
	border-color:#0090FF;
}
#divlink h3 {
	padding-bottom: 10px;
}
.gradient1 {
	padding:15px 20px;
	text-align:justify;
	background-image: url(/images/featuredGrad.gif);
	background-repeat: repeat-x;
	background-position: left top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #d8d8d8;
	margin-top: 20px;
}
.gradient2 {
	padding:12px;
	text-align:left;
	background-image: url(/images/featuredGrad.gif);
	background-repeat: repeat-x;
	background-position: left top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #d8d8d8;
	width:175px;
	margin: 0 0 20px 0;
}
.gradient3 {
	padding:12px;
	text-align:left;
	background-image: url(/images/featuredGrad.gif);
	background-repeat: repeat-x;
	background-position: left top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #0090FF;
	width:175px;
	margin: 0 0 20px 0;
}
.widget a:link, .widget a:visited {
	text-decoration: none;
	background: url('/images/inactive.png') no-repeat center right;
	display:block;
}
.widget a:hover, .widget a:active {
	text-decoration: underline;
	color: #000;
	background: url('/images/hover.png') no-repeat center right;
}
.confRight .culturalPackages ul {
	margin: 10px 0 0 0;
	padding: 0 0 15px 20px;
	list-style-type: disc;
}
.heroCulture {
	width: 225px;
	height: 150px;
	float: right;
	background-image: url(/images/cultural.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.signup {
	overflow: hidden;
	display: none;
}
.signup label {
	padding-top: 5px;
}
.signup input {
	font-size: 1em;
	padding: 5px 3px;
	font-family: Verdana, Geneva, sans-serif;
	width: 200px;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.signup input:focus {
	border: 1px solid #0090ff;
	-webkit-box-shadow: 0 0 5px rgba(0, 144, 255, 0.6);
	-moz-box-shadow: 0 0 5px rgba(0, 144, 255, 0.6);
}
.signup .valign {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}
.signup input.submit {
	width: auto;
	background: none;
	padding: 0px;
	border: none;
}
.signup .privacy {
	padding: 5px 0 0 15px;
	font-size: 10px;
}
.signup h6 {
	font-weight: normal;
	padding-bottom: 12px;
	font-size: 15px;
}


/* ticker tape  */

#marquee {
	width: 877px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	height: 20px;
	top: 11px;
	}
.scrolling {
	margin: 0 70px 0 0;
}
