@charset "UTF-8";
/* CSS Document */

/* ----- Buttons ----- */

a.btn-1 {
	background-color:#062047;
	border:1px solid #111;
	color:#fff;
	font-weight:normal;
	padding:5px 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:5px;
}

a.btn-2 {
	background-color:#2F3273;
	border:1px solid #222;
	color:#fff;
	padding:5px 10px;
	text-decoration:none;
	-moz-border-radius:3px;
	-webkit-border-radius:5px;
}

a.btn-2:hover, a.btn-1:hover {
	text-decoration:none;
}

#coming-soon {
	background-color:#eee;
	background-image:url(../IMAGES/GRAPHICS/coming-soon-bg.jpg);
	background-repeat:no-repeat;
	border:1px solid #ececec;
	margin-left:20px;
	margin:10px 20px 20px;
	padding:20px 10px;
	width:880px;
}

#coming-soon #tour-1, #coming-soon #tour-2 {
	float:left;
	padding:0 10px;
	width:414px;
}

#coming-soon h2 {
	border-bottom:1px solid #ececec;
	color:#666;
	margin-left:10px;
	margin-bottom:15px;
	padding-bottom:5px;
}

#coming-soon p {
	color:#222;
	float:left;
	width:200px;
}

#coming-soon img {
	float:right;
}

#coming-soon #tour-1 {
	margin-right:10px;
}

/* ----- Duplicated code to show tours on registration complete page ----- */

#coming-soon-confirm {
	background-color:#eee;
	border:1px solid #ddd;
	margin-top:30px;
	margin-bottom:20px;
	padding:10px;
}

#coming-soon-confirm #tour-1, #coming-soon-confirm #tour-2 {
	float:left;
	padding:0 10px;
	width:272px;
}

#coming-soon-confirm h2 {
	border-bottom:1px solid #ddd;
	color:#666;
	margin-left:10px;
	padding-bottom:10px;
}

#coming-soon-confirm h5 {
	margin-top:-4px;
}

#coming-soon-confirm p {
	color:#222;
	float:left;
	width:250px;
}

#coming-soon-confirm a {
	color:#062047;
	font-weight:bold;
	padding:5px 0px;
	text-decoration:none;
}

#coming-soon-confirm a.btn-2 {
	background-color:#2F3273;
	border:2px solid #ddd;
	color:#fff;
	padding:3px 8px;
	-moz-border-radius:3px;
}

#coming-soon-confirm img {
	border:1px solid #000;
	margin-bottom:10px;
}

#new-menu li {
	background-color:#222;
	border-left:1px solid #000;
	display:inline;
	float:left;
	font-size:12px;
	margin:0 0 20px;
}

#new-menu li a {
	color:#edddcd;
	display:block;
	padding:5px 10px;
	text-decoration:none;
}

#new-menu li a:hover {
	color:#fff;
}

#register-2012 {
	background-color:#eee;
	border:1px solid #ddd;
	margin-bottom:10px;
	padding:10px;
	text-align:center;
}

#register-2012 a {
	text-decoration:underline;
}

#register-2012 a:hover {
	text-decoration:none;
}

#register-2012 a.btn-2 {
	text-decoration:none;
}

#sidebar {
	margin-left:600px;
	width:300px;
}

#subContent .tourbox-l, #subContent .tourbox-r {
	float:left;
	margin:10px;
	padding:0 10px 10px;
	width:429px;
}

#subContent .tourbox-l {
	border-right:1px solid #fff;
	padding-right:21px;
}

#subContent .tourbox-r {
	float:right;
	margin-left:0;
}

#subContent .tourbox-l img, #subContent .tourbox-r img {
	border:1px solid #000;
	margin-bottom:10px;
	width:430px;
}

#subContent h1 {
	margin-bottom:0px;
}

#subContent h3 {
	margin-top:5px;
}

#subContent h4 {
	color:#222;
}

#subContent p.button {
	margin-top:10px;
	text-align:center;
}

#subContent #coming-soon h4 {
	color:#365584;
}

#subContent .tourbox-l a, #subContent .tourbox-r a {
	font-size:12px;
}

#subContent .tourbox-1, #subContent .tourbox-2, #subContent .tourbox-3 {
	float:left;
	margin-right:5px;
	margin-left:10px;
	padding:10px;
	width:280px;
}

#subContent .tourbox-2 {
	margin-left:4px;
}

#subContent .tourbox-3 {
	float:right;
	margin-right:10px;
	padding-left:0;
}

#subContent .tourbox-1 img, #subContent .tourbox-2 img, #subContent .tourbox-3 img {
	margin-left:-10px;
	margin-bottom:10px;
	width:290px;
}

#subContent a {
	text-decoration:none;
}

#subContent a:hover {
	text-decoration:none;
}

#info-snippet {
	background-color:#f8f8f8;
}

#info-snippet li {
	float:left;
	width:210px;
}

#info-snippet img {
	border:1px solid #888;
	margin:5px 0 10px;
}

#info-snippet li a {
	font-weight:bold;
}

#info-snippet h4 {
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
	color:#666;
	padding:8px 0;
}	

#infobar {
	background-color:#f4f4ed;
	border:1px solid #edddcd;
	margin:0 20px;
	padding:0;
}

#infobar h4 {
	color:#666;
}

#infobar li {
	border-right:1px solid #edddcd;
	display:inline;
	float:left;
	font-size:12px;
	margin:0;
	width:299px;
}

#infobar li a {
	display:block;
	margin-bottom:0;
	padding:10px;
	text-decoration:none;
}

#infobar li a:hover {
	background-color:#edddcd;
	text-decoration:none;
}

#infobar li.last {
	border-right:none;
	width:298px;
}

#infobar li img {
	margin-right:15px;
}

#infobar li .text {
	float:right;
	width:150px;
}

#infobar p {
	font-size:12px;
	margin-bottom:0;
}

/* ----- Register Form ----- */

#error {
	background-color:#2F3273;
	border:1px solid #222;
	color:#eee;
	float:left;
	margin-bottom:5px;
	padding:10px 20px 0;
	width:380px;
}

#error h4 {
	color:#fff;
}

#error p {
	color:#00CCFF;
}

#register {
	background-color:#eee;
	border:1px solid #ddd;
	float:left;
	padding:0 10px 10px;
	width:400px;
}

#register h4 {
	border-bottom:1px solid #ddd;
	color:#2F3273;
	margin-bottom:20px;
	padding-bottom:5px;
}

#register label {
	float:left;
	width:150px;
}

#register label.long {
	margin-bottom:5px;
	width:380px;
}

#register input {
	padding:2px;
	width:200px;
}

#register input.title {
	width:50px;
}

#register input.cb {
	margin-right:10px;
	width:20px;
}

#register fieldset {
	padding:10px;
}

#register p.note {
	color:#666;
	font-style:italic;
	line-height:130%;
	margin-top:-15px;
	margin-bottom:10px;
}

#register-column-right{
	float:right;
	width:460px;
}

#register-column-right img  {
	margin-bottom:5px;
	width:460px;
}

/* ----- Register button ----- */

.register {
	color:#365584;
	margin:10px 0;
	text-decoration:none;
}


.register:hover {
	text-decoratin:none;
}

/* ----- Class for images with captions ----- */

.image-caption {
	float:right;
	margin:0 0 10px 10px;
}

.image-caption .caption {
	margin:5px 0 10px 0;
	width:225px;
}