@charset "utf-8";
/* CSS Document */

/* Begin Eric Meyer Reset */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---------- End Eric Meyer Reset ----------- */

.clearfloat {
	clear: both;
}
.align_right {
	text-align: right;
}
.center {
	text-align: center;
}
.redtext {
	/*color: red;*/
	color: #C91F0C;
	font-weight: bold;
}
.float_left {
	float: left;
	margin-right: 10px;
}
.float_right {
	float: right;
	margin-left: 10px;
}
img.img-align-middle {
	vertical-align: middle;
}
p.maintenance {
	text-size: 16px;
	color: red;
	background-color: #FC3;
	padding: 10px;
}

body {
	background: #4963FD url(../images/radial_bg.jpg) 50% 0% no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
div.wrapper {
	margin: 0 auto;
	text-align: left;
	width: 988px;
	background: #4963FD;
	border: 1px solid #000;
}
div.page {
	width: 800px;
	background: #fff url(../images/blue_gradient.jpg) repeat-x;
	min-height: 648px;
	text-align: left;
	float: left;
	border-right: 1px solid #fff;
	margin-right: 10px;
}

/* --------- navigation ------------- */
div.nav {
	position: absolute;
	z-index: 2;
	width: 300px;
}
div.nav img {
	float: left;
}
div.nav img.transparent1 {
	position: absolute;
	left: 99px;
	top: 1px;
}
div.nav img.transparent2 {
	position: absolute;
	left: 27px;
	top: 133px;
}
div.nav img.transparent3 {
	position: absolute;
	left: 12px;
	top: 261px;
}
div.nav img.transparent4 {
	position: absolute;
	left: 37px;
	top: 391px;
}
div.nav img.transparent5 {
	position: absolute;
	left: 96px;
	top: 492px;
}
div.nav img.transparent6 {
	position: absolute;
	left: 173px;
	top: 565px;
}
#Layer1 ul li, #Layer2 ul li, #Layer3 ul li, #Layer4 ul li, #Layer5 ul li, #Layer6 ul li {
	text-align: left;
	background: url(../images/sub_bkg.gif) 50% 50% no-repeat;
	padding: 0 10px 1px 5px;
	border-right: 1px solid #515E73;
	border-left: 1px solid #515E73;
}
.layerBox {
	position: relative;
	z-index:3;
	z-index: 2002;
}

/* --------- end navigation ------------*/
div.animated_os {
	position: absolute;
}
div.title {
	/*position: absolute;*/
	position: relative;
	z-index: 1;
	/*margin-left: 250px;*/
	padding-left: 250px;
}

/* ------- content --------------*/
div.content {
	width: 495px;
	background-color: #FFF;
	border: 1px solid #4963FD;
	margin: -4px 0 10px 265px;
	padding: 10px;
	-moz-border-radius:7px; 
	border-radius:7px; 
	-webkit-border-radius:7px;
}
div.content_blue {
	width: 509px;
	height: 607px;
	/*background: transparent url(../images/main_content_blue_bg2.png) no-repeat;*/
	background: transparent url(../images/main_content_white_bg.png) no-repeat;
	margin: 10px 0 10px 265px;
	border: 0;
	overflow: hidden;
}
.content h1 {
	background: url(../images/titlebg.gif) repeat-y;
	padding: 5px;
}
.content ol {
	list-style: decimal;
	margin-left: 1.5em;
}
.content ul {
	list-style: disc;
	margin-left: 1.5em;
}
div.content_blue div.permanent_hometext {
	width: 480px;
	margin: 0;
	padding: 15px 0 0 15px;
}
div.permanent_hometext a, div.permanent_hometext a:link, div.permanent_hometext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	/*color: red;*/
	color: #C91F0C;
	text-decoration: underline;
	font-weight: bold;
}
div.permanent_hometext a:hover {
	color: #4963FD;
	text-decoration: underline;
	font-size: 100%;
}
div.content_blue div.permanent_hometext a:hover {
	/*color: #fff;*/
	color: #FF513F;
}
div.permanent_hometext a:active {
	color: red;
	text-decoration: underline;
	font-size: 100%;
}
div.result_boxes {
	background: #A5B2FF;
	padding: 10px;
	margin: 5px;
	-moz-border-radius: 7px; 
	border-radius: 7px; 
	-webkit-border-radius: 7px;
	line-height: 1.2;
}
div.result_boxes img {
	margin: 0 auto;
}
.result_boxes p {
	margin-bottom: 1em;
}
div.imgcenter {
	margin: 0 auto;
	text-align: center;
}
div.description_col {
	width: 300px;
	float: right;
}
div.result_boxes b {
	font-size: smaller;
}
div.result_boxes div.imgbox {
	width: 130px;
	min-height: 120px;
	background-color: #00008b;
	padding: 10px;
	float: left;
	margin-right: 10px;
	-moz-border-radius: 7px; 
	border-radius: 7px; 
	-webkit-border-radius: 7px;
}
a#schedule {
	font-size: 14px;
	color: #C91F0C;
	font-weight: bold;
}
a#schedule:hover {
	color: #41A942;
}

form.sendfriend {
	color: #121B91;
}
form.sendfriend table {
	border-collapse: separate;
	border-spacing: 0 5px;
	margin: 0 auto;
}
div.link_to textarea {
	float: left;
}
div.invite_container {
	margin: 0 auto;
	text-align: center;
}

/* -------------- scroller ------------------- */
div.scroller_iframe_wrapper {
	position: relative;
	/*background: transparent url(../images/scroller_bg3.png) no-repeat;*/
	background: transparent url(../images/scroller_bg4.png) no-repeat;
	width: 607px;
	height: 190px;
	margin: -6px 10px 0 165px;
}
div.scroller_iframe_wrapper .container {
	width: 550px;
	height: 160px;
}
.scroller_iframe {
	/*background: transparent url(../images/scroller_bg3.png) -20px -15px no-repeat;*/
	background: transparent url(../images/scroller_bg4.png) -20px -15px no-repeat;
	position: absolute;
	z-index: 1001;
}
iframe a, iframe a:visited {
	color: darkblue;
}
#datamain {
	width: 580px;
	height: 160px;
	/*overflow: auto;*/
	overflow: hidden;
	margin-top: 15px;
	margin-left: 20px;
}

/* ----------- monthly content (replaces scroller) ----------- */
div#monthly_content div.itembox {
	width: 430px;
	padding-top: 10px;
	background: #BBC5FF;
	text-align: center;
	margin: 0 auto 20px auto;
	-moz-border-radius:10px; 
	border-radius:10px; 
	-webkit-border-radius:10px;
}
#monthly_content img {
	border: 5px solid #fff;
	display: block;
	margin: 0 auto 10px auto;
}
#monthly_content p {
	background: #8FA0FF;
	width: 420px;
	padding: 5px;
}
#tour_content div {
    text-align: left;
}
#monthly_content div.itembox a {
	color: darkblue;	
}
#monthly_content div.itembox a:hover {
	color: #09C;
}
#monthly_content p img,
#monthly_content p a img,
#monthly_content p a:hover img {
	border: none;
	margin-top: 10px;
}
#monthly_content a {
	color: red;
}
#monthly_content a img {
	border: 5px solid #fff;
}
#monthly_content a:hover img {
	border: 5px solid #4A63FD;
}
#monthly_content img.inline_logos {
	display: inline;
	margin: 10px 10px 10px 0;
}

/* ---------- tour content ----------------- */
#tour_content .itembox {
	width: 430px;
	background: #BBC5FF;
	text-align: center;
	margin: 0 auto 20px auto;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
}
#tour_content .itembox div {
	background: #8FA0FF;
	width: 410px;
	padding: 10px;
    text-align: left;
}
#tour_content div.itembox a {
	color: darkblue;
}
#tour_content div.itembox a:hover {
	color: #09C;
}
#tour_content img, #tour_content a img {
	border: 5px solid #fff;
    margin: 10px;
}
#tour_content a:hover img {
	border: 5px solid #4A63FD;
}
#tour_content img.inline_logos {
	display: inline;
	margin: 10px 10px 10px 0;
}
#tour_content .itembox p.logo {
    text-align: center;
}
#tour_content .itembox p,
#tour_content .itembox ul,
#tour_content .itembox ol,
#tour_content .itembox h3,
#tour_content .itembox h4 {
    margin-bottom: .5em;
}

.schedule {
	margin: 0 auto;	
}
.schedule th, .schedule td {	
	border: 1px dotted #CFD6FF;;
	padding: 3px;
}

/* ----------- blue_main content ----------- */
.overclear {
	width: 100%;
	overflow: hidden;
}
div.content_blue_main {
	width: 507px;
	margin: -15px 0 10px 265px;
	padding: 10px;
}
.content_blue_main h1 {
	padding: 5px;
}
.content_blue_main ol {
	list-style: decimal;
	margin-left: 1.5em;
}
.content_blue_main ul {
	list-style: disc;
	margin-left: 1.5em;
}
.content_blue_main div.inner {
	padding: 0 20px;
	background: url(../images/blue_main_mid.png) repeat-y;
}
.content_blue_main div.inside_content {
	margin: 0 10px 0 5px;
	padding: 0;
}
div.result_boxes_blue_main {
	border-bottom: 1px solid #FFF;
	padding: 10px;
	margin: 5px;
}
div.result_boxes_blue_main div.imgbox {
	width: 130px;
	min-height: 120px;
	background-color: #00008b;
	padding: 10px;
	float: left;
	margin-right: 10px;
}
div.result_boxes_blue_main img {
	margin: 0 auto;
}


/* ---------- registration form -------*/
form.register label {
	width: 5.5em;
	float: left;
	text-align: left;
	display: block;
	font-size: 13px;
}
form.register p {
	font-size: 14px;
}
form.register input {
	font-size: 12px;
}
form.register input.submit {
	margin: 5px 0 0 7em;
}
div.register_form_messages {
	font-size: 14px;
	color: #C33;
}
div.links table {
	width: 495px;
}
div.links a:hover {
	color: #09F;
}
a.info_icon {
	float: right;
	padding-right: 10px;
}

/* -------- mail chimp registration form --------- */
form#mc-embedded-subscribe-form {
	
}
.indicate-required, #mc-embedded-subscribe-form input, #mc-embedded-subscribe-form label {
	font-size: 12px;
}
#mce-success-response {
	font-size: 13px;
	border: 1px solid #fff;
	padding: 5px;
	margin: 5px 0 5px 0;
	background: #35B1F6;
}
#mce-error-response {
	font-size: 13px;
	color: #C00;
	border: 1px solid #C00;
	background-color: #fff;
	padding: 5px;
	margin: 5px 0 5px 0;
}
.mc-field-group {
	
}
.mc-field-group div {
	font-size: 12px;
	color: #fff!important;
	border: 1px solid #fff!important;
	background-color: #C00!important;
	padding: 5px!important;
	margin: 3px 0 8px 0!important;
}
#mc-embedded-subscribe {
	margin-top: 5px;
}

/* ---------------- shop page ---------------- */
.book {
	float: left;
	margin: 0 5px 0 0;
}
.shop-banner iframe {
	margin: auto;
	text-align: center;
	width:120px;
	height:240px;
}
.shop-banner-wrapper {
	width: 460px;
	margin: 0 auto;
}
.shop-banner {
	width: 160px;
	float: left;
	margin: 10px 25px;
	padding: 10px;
	background-color: #00008b;
	-moz-border-radius: 7px; 
	border-radius: 7px; 
	-webkit-border-radius: 7px;
}
.shop-banner p {
	text-align: center;
	margin: 0 auto;
}
.shop-banner-last {
	margin-right: 0;
}
.shop-banner .caption {
	font-size: 12px;
	color: #fff;
	padding: 5px;
	text-align: center;
}

/* ----------- end content ---------*/

/* ------------ IE Warning Box --------- */
div.ie_warning_box {
	color: #000;
	background-color: #FF9;
	border: 2px solid #fff;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}
div.ie_warning_box a {
	color: #000;
	text-decoration: underline;
	line-height: 1.2em;
}
div.ie_warning_box a:visited {
	color: #930;
}
div.ie_warning_box a:hover {
	color: #333;
}
div.ie_warning_box p {
	text-align: left;
}
div.ie_warning_box img {
	float: left;
	margin: 0 10px 10px 0;
}
/* ----- end IE Warning Box --------- */

/* sidebar */
#social_icons {
	margin: 10px auto;
	text-align: center;
}
#social_icons li {
	margin: 0 5px;
	float: left;
}
div.banners {
	background: #4963FD;
	height: 648px;
}
img.register {
	margin-left: 7px;
}
.sidebar-dvd-link {
	margin: 5px;
	color: #fff;
	font-weight: bold;
	padding: 0 5px 0;
}
.sidebar-dvd-link a:hover {
	color: #fff;
}
div.page_separater_left {
	position: absolute;
	top: 645px;
	width: 230px;
	height: 7px;
	background: url(../images/page_separater.jpg) no-repeat;
}
.new-ad {
	margin: 10px auto;
	padding: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #95C426;
}
.new-ad-img {
	text-align: center;
	margin-top: 5px;
}
.new-ad a:hover {
	color: #fff;	
}


div.footer {
	padding: 5px;
	text-align: center;
	margin: -16px 0 0 0;
}
div.subfooter {
	background: #000;
	font-size: 11px;
	color: #FFF;
	text-align: left;
	font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}
div.subfooter a {
	color: darkblue;
	text-decoration: none;
}
div.subfooter a:hover, div.subfooter a:active {
	color: lightcyan;
}
div.subfooter img {
	padding: 5px 5px 0 0;
}
