body {
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	background: #01669A url(/media/images/body_bg.jpg) no-repeat 50% 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #00709e;
	font-weight:bold;
	text-decoration:none;
}

a:link {
	color: #00709e;

}
a:visited {
	color: #00709e;

}
a:hover {
	color: #cb6300;
}

a:active {
	color: #00709e;
}

#wrapper {
	width: 960px;
	margin: 70px auto 0 auto;
	position: relative;
	text-align: left;
}

#masthead {
	width: 100%;
	height: 48px;
	position: relative;
	background: transparent url(/media/images/masthead_bg.png) no-repeat 0 0;
	z-index: 910;
}

#masthead h1 {
	width: 356px;
	height: 113px;
	position: absolute;
	top: -42px;
	left: 10px;
	z-index: 900;
}

#masthead h2 {
	width: 263px;
	height: 48px;
	position: absolute;
	top: -55px;
	right: 10px;
	z-index: 200;
}


/* navigation */

#navigation {
	height: 48px;
	width: 565px;
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 3000;
}

#navigation ul {
	width: 100%;
	height: 48px;
	line-height: 48px;
}

#navigation ul li {
	height: 48px;
	float: left;
	list-style: none;
	line-height: 48px;
}

#navigation ul li a {
	height: 48px;
	line-height: 48px;
	float: left;
	display: block;
	color: #222;
	line-height: 48px;
	text-indent: -5000em;
}

#navigation ul li.destinations,
#navigation ul li.destinations a {
	width: 143px;
	height: 48px;
}

#navigation ul li.about-us,
#navigation ul li.about-us a {
	width: 106px;
	height: 48px;
}

#navigation ul li.students,
#navigation ul li.students a {
	width: 107px;
	height: 48px;
}

#navigation ul li.parents,
#navigation ul li.parents a {
	width: 99px;
	height: 48px;
}

#navigation ul li.teachers,
#navigation ul li.teachers a {
	width: 110px;
	height: 48px;
}


/* default state */

#navigation ul li.destinations a {
	background: transparent url(/media/images/navigation_bg.png) no-repeat 0 0;
}

#navigation ul li.about-us a {
	background: transparent url(/media/images/navigation_bg.png) no-repeat -143px 0;
}

#navigation ul li.students a {
	background: transparent url(/media/images/navigation_bg.png) no-repeat -249px 0;
}

#navigation ul li.parents a {
	background: transparent url(/media/images/navigation_bg.png) no-repeat -356px 0;
}

#navigation ul li.teachers a {
	background: transparent url(/media/images/navigation_bg.png) no-repeat -455px 0;
}


/* hover state & current state */

#navigation ul li.destinations a:hover,
body#destinations #navigation li.destinations a {
	background: transparent url(/media/images/navigation_bg.png) no-repeat 0 -48px;
}

#navigation ul li.about-us a:hover,
body#about-us #navigation li.about-us a {
	background: transparent url(/media/images/navigation_bg.png) no-repeat -143px -48px;
}

#navigation ul li.students a:hover,
body#students #navigation li.students a {
	background: transparent url(/media/images/navigation_bg.png) no-repeat -249px -48px;
}

#navigation ul li.parents a:hover,
body#parents #navigation li.parents a {
	background: transparent url(/media/images/navigation_bg.png) no-repeat -356px -48px;
}

#navigation ul li.teachers a:hover,
body#teachers #navigation li.teachers a {
	background: transparent url(/media/images/navigation_bg.png) no-repeat -455px -48px;
}

#content {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 38px;
	background: #fff url(/media/images/content_bg.jpg) no-repeat 0 0;
}

body#home #content {
	padding-top: 0;
}

#left-column {
	width: 220px;
	margin-left: 10px;
	float: left;
	display: inline; /* ie6 hack */
}

#center-column {
	width: 460px;
	margin-left: 20px;
	float: left;
	display: inline; /* ie6 hack */
	position: relative;
	z-index: 200;
	word-wrap: break-word;
}

#right-column {
	width: 220px;
	margin-left: 20px;
	float: left;
	display: inline; /* ie6 hack */
	position: relative;
}


/* Get Started right column */

#get-started {
	width: 220px;
	height: 250px;
	margin-bottom: 50px;
	position: relative;
	top: 28px;
	left: 0;
	background: transparent url(/media/images/get-started_bg.png) no-repeat 0 0;
}

#get-started .green-fold {
	width: 4px;
	height: 4px;
	position: absolute;
	top: 0;
	left: -4px;
	background: transparent url(/media/images/get-started_fold.png) no-repeat 0 0;
}

body#home #get-started {
	width: 220px;
	height: 250px;
	margin-bottom: 0;
	position: relative;
	top: -24px;
	left: 0;
	background: transparent url(/media/images/get-started_bg.png) no-repeat 0 0;
}

body#home #get-started .privacy-policy {
	width: 220px;
	height: 250px;
	margin-bottom: 0;
	position: relative;
	top: 66px;
	left: 0;
	background: transparent url(/media/images/get-started_bg.png) no-repeat 0 0;
}

#get-started h3#get-started-header {
	width: 220px;
	height: 43px;
	line-height: 43px;
	text-indent: -5000em;
}

#get-started ul#get-started-buttons {
	width: 199px;
	margin: 0 auto;
	position: relative;
}

#get-started ul#get-started-buttons .apply-now {
	width: 199px;
	height: 56px;
	margin-bottom: 6px;
}

#get-started ul#get-started-buttons .apply-now a {
	width: 199px;
	height: 56px;
	display: block;
	text-indent: -5000em;
}

#get-started ul#get-started-buttons .more-information {
	width: 199px;
	height: 46px;
	margin-bottom: 6px;
}

#get-started ul#get-started-buttons .more-information a {
	width: 199px;
	height: 46px;
	display: block;
	text-indent: -5000em;
}

#get-started ul#get-started-buttons .refer-friend {
	width: 199px;
	height: 46px;
}

#get-started ul#get-started-buttons .refer-friend a {
	width: 199px;
	height: 46px;
	display: block;
	text-indent: -5000em;
}

#get-started ul#get-started-buttons .twitter {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 173px;
	left: 117px;
}

#get-started ul#get-started-buttons .twitter a {
	width: 18px;
	height: 18px;
	display: block;
	text-indent: -5000em;
}

#get-started ul#get-started-buttons .facebook {
	width: 18px;
	height: 18px;
	position: absolute;
	left: 147px;
	top: 173px;
}

#get-started ul#get-started-buttons .facebook a {
	width: 18px;
	height: 18px;
	display: block;
	text-indent: -5000em;
}

#twitter-feed ul li {
	color: #333;
	line-height: 1.2em;
}

#twitter-feed ul li a {
	color: #315902;
	text-decoration:none;
}

#twitter-feed ul li a:hover {
	color: #fff200;
	text-decoration:none;
}


/* general style */

#center-column p {
	margin-bottom: 1.8em;
	font-size: 1.2em;
	line-height: 1.5em;
}

#center-column p.fine-print {
	margin-bottom: 1.8em;
	font-size: 1em;
	line-height: 1.5em;
}

#center-column ul {
	margin-bottom: 1.8em;
	font-size: 1.2em;
	line-height: 1.5em;
	position: relative;
}

#center-column ul li {
	margin-bottom: 5px;
	padding-left: 14px;
	color:#333;
	list-style: none;
	background: url(/media/images/sub-navigation-l2_bullet.png) no-repeat 0 7px;
}

body.index #center-column ul {
	margin-bottom: 0;
	font-size: 1.2em;
	line-height: 1.5em;
}

body.itinerary-detail #center-column ul,
body.tk-active #center-column ul {
	margin-bottom: 0;
}

body.profile-index #center-column #teacher-profile p.intro {
	padding-top: 60px;
	width:450px;
}

body.profile-index #center-column h1 {
	width: 700px;
	position: absolute;
	z-index: 500;
}

#center-column h1 {
	height: 30px;
	/*width: 700px;*/
	margin-bottom: 30px;
	color: #fff;
	font-family: "rockwell", "georgia", serif;
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: 0.1px;
	line-height: 1em;
	text-shadow: #C64712 1px 2px;
}

.interactive-map #center-column h1 {
	height: 30px;
	width: 700px;
	margin-bottom: 30px;
	color: #fff;
	font-family: "rockwell", "georgia", serif;
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: 0.1px;
	line-height: 1em;
	text-shadow: #C64712 1px 2px;
}

#center-column h3 {
	color: #00709e;
	font-family: "rockwell", "georgia", serif;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.4em;
	margin-bottom: 10px;
	/*width:450px;*/
}

#center-column h4 {
    margin-bottom: 10px;
	font-family: "rockwell", "georgia", serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #cc6500;
	line-height: 1.3em;
}

#center-column h5 {
    /*width:450px;*/
	margin-bottom: 10px;
	font-family: "rockwell", "georgia", serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #ec8e00;
	line-height: 1.3em;
}

/* home page featured area */

#intro {
	width: 100%;
	height: 490px;
	margin-bottom: 20px;
	position: relative;
	background: #F78719 url(/media/images/intro_bg.jpg) no-repeat 0 0;
}

#intro #intro-content {
	width: 345px;
	position: absolute;
	left: 20px;
	top: 50px;
}

#intro #intro-content h1 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-family: "rockwell", "georgia", serif;
	font-size: 3.1em;
	font-weight: bold;
	letter-spacing: 0.3px;
	line-height: 0.9em;
	text-align: center;
	text-shadow: #C64712 1px 2px;
	text-transform: uppercase;
	background: transparent url(/media/images/intro-h1_bg.png) repeat-x 0 100%;
}

#intro #intro-content p {
	color: #222;
	font-size: 1.4em;
	line-height: 1.6em;
}

#intro #intro-content p.choose-destination {
	width: 100%;
	margin-top: 1em;
	text-align: center;
}

.choose-destination-btn {
	width: 275px;
	height: 62px;
	clear: both;
	margin: 0 auto;
	padding-top: 10px;
}

.choose-destination-btn a {
	width: 275px;
	height: 62px;
	display: block;
	text-indent: -5000em;
	background: transparent url(/media/images/choose-destination_btn.png) no-repeat 0 0;
}

#intro #video-player {
	width: 580px;
	height: 440px;
	position: absolute;
	top: 40px;
	right: 8px;
}

#intro div#video-player {
	padding: 150px 50px 0;
	width: 480px;
	height: 290px;
	line-height: 1.5em;
	color: #FFF;
	font-size: 150%;
	text-align: center;
	background: url(/media/images/noflash-big.jpg) no-repeat 0 0;
}

#intro div#video-player p{
	margin: 15px 0;
}

#footer-image {
	width: 960px;
	margin:0;
	padding:0;
	clear: both;
	background: #fff;
}

#footer {
	width: 100%;
	height: 50px;
	clear: both;
	position: relative;
	background: transparent url(/media/images/footer_bg.png) no-repeat 0 0;
}

#footer #footer-navigation {
	padding-left: 12px;
}

#footer #footer-navigation ul li {
	float: left;
	font-size: 1.1em;
	line-height: 50px;
	list-style: none;
}

#footer #footer-navigation ul li a {
	padding: 0 5px;
	float: left;
	display: block;
	color: #fff;
	line-height: 50px;
	text-decoration: none;
}

#footer #footer-navigation ul li a:hover {
	color: #c64712;
	text-decoration: none;
}

#discovery-adventures {
	position: absolute;
	top: 10px;
	left: -5000em;
}

body#home #discovery-adventures {
	display: block;
	position: absolute;
	top: 10px;
	left: 730px;
}


/* sub-navigation */

#sub-navigation {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	background: transparent url(/media/images/sub-navigation_top.png) no-repeat 0 0;
}

#sub-navigation .level-1 {
	padding-bottom: 6px;
	background: transparent url(/media/images/sub-navigation_bottom.png) no-repeat 0 100%;
}

#sub-navigation .level-1 li {
	line-height: 3em;
	background: transparent url(/media/images/sub-navigation-li_bg.png) repeat-x 0 100%;
}

#sub-navigation .level-1 li.end {
	line-height: 3em;
	background: none;
}

#sub-navigation .level-1 .no-background-image {
	background: none;
}

#sub-navigation .level-1 li a,
#sub-navigation .level-1 li span {
	display: block;
	padding: 0 10px;
	color: #333;
	font-family: "rockwell", "georgia", serif;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(/media/images/sub-navigation-li_bg.png) repeat-x 0 100%;
}

#sub-navigation .level-2 li ul li {
	line-height: 2em;
	font-size: 1.2em;
}

#sub-navigation .level-2 li span {
	display: block;
	padding-left: 20px;
	background: transparent url(/media/images/sub-navigation-l2_bullet.jpg) no-repeat 10px 50%;
	background-repeat: no-repeat;
} 

#sub-navigation .level-2 li span.ui-icon { /* Removes double bullet points in ie - on the destinations page*/
	background: none;	
} 

#sub-navigation .level-2 li span {
	color: #333;
	font-size: 1.2em;
}

#sub-navigation .level-2-alternate li ul li {
	line-height: 2em;
	font-size: 0.8em;
}

#sub-navigation .level-2-alternate li span {
	display: block;
	cursor: pointer;
	background: url(/media/images/sub-navigation-l2_bullet.jpg) no-repeat 0 50%;
}

#sub-navigation .level-2-alternate li span {
	color: #333;
	font-size: 0.8em;
}

#sub-navigation li span em {
	padding-left: 3px;
	color: #c64712;
	font-family: arial,sans-serif;
	font-size: .75em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.01em;
}

#sub-navigation ul.level-3 {
	padding: 0 0 10px 0;
}

#sub-navigation ul.level-3.ui-accordion-content-active {
	padding-top: 0;
}

#sub-navigation ul.level-3 li {
	line-height: 1.5em;
	background-image: none;
}

#sub-navigation ul.level-3 li a {
	padding-left: 30px;
	font-family: arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.7em;
}

#sub-navigation .level-3 li a:hover {
	color:#C64712;
}

#sub-navigation .level-3 li a:active {
	color:#C64712;
}

#sub-navigation .level-3 li a {
	padding-left: 30px;
	display: block;
	line-height: 1.5em;
	background: transparent url(/media/images/sub-navigation-l2_bullet.png) no-repeat 20px 50%;
}

#sub-navigation .fold {
	width: 10px;
	height: 30px;
	position: absolute;
	top: 2px;
	left: -10px;
	background: transparent url(/media/images/sub-navigation_fold.png) no-repeat 0 0;
}

#left-column .ui-accordion .destination {
	margin-bottom: 0;
}

#left-column .ui-state-default {
	font-weight: normal;
}

#left-column .ui-accordion-header {
	cursor: pointer;
}

#left-column .ui-accordion-header.ui-state-active {
	margin-bottom: 5px;
}


/* home page */

#right-column .green-box {
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.15em;
	line-height: 1.5em;
	background: transparent url(/media/images/green-box-220_top.png) no-repeat 0 0;
}

#right-column .green-box .gutter {
	padding: 20px;
	background: transparent url(/media/images/green-box-220_bottom.png) no-repeat 0 100%;
}

#right-column .green-box h3 {
	margin-bottom: 0.5em;
	font-size: 1.4em;
	font-family: "rockwell", "georgia", serif;
	font-weight: bold;
}

#right-column .green-box h3 a {
	color: #fff;
	letter-spacing: 0.5px;
	text-decoration: none;
	text-shadow: #659f19 1px 2px;
}

#right-column #twitter-feed p ul {
	color: #315902;
	font-size: 1.15em;
	font-weight: normal;
	line-height: 1.5em;
}

#right-column #twitter-feed ul a.time {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#right-column #twitter-feed ul a:hover.time {
	color: #315902;
	text-decoration: none;
}

.twitter_update_list li a {
	display: block;
}

.twitter_update_list li span a {
	display: inline;
}


/* feature boxes */

.column-3 {
	width: 100%;
	margin-bottom: 5px;
	overflow: hidden;
}

.column-3 .column {
	width: 130px;
	min-height: 200px;
	float: left;
	margin-right: 15px;
	background: transparent url(/media/images/green-vert-rule_divider.jpg) no-repeat 100% 0;
}

#center-column .column-3 .column h3 {
	margin-bottom: 3px;
	color: #ec8e00;
	font-family: "pill-gothic-300mg-1","pill-gothic-300mg-2",arial,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
}

#center-column .column-3 .column h4 {
	color: #00709e;
	margin-bottom: 5px;
	font-family: "rockwell", "georgia", serif;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0.1px;
	line-height: 1em;
	text-transform: uppercase;
	border: none;
	width: 130px;
}

#center-column .column-3 .column p {
	margin-bottom: 5px;
	font-size: 1.15em;
	line-height: 1.3em;
}

#center-column .column-3 .column p.learn-more a {
	font-size: 0.9em;
	color: #00709e;
	text-decoration: none;
	text-transform: uppercase;
}

#center-column .column-3 .column p.learn-more a:hover {
	color: #c64712;
	text-transform: uppercase;
}

#center-column .column-3 .column.end {
	margin-right: 0px;
	background: none;
	width: 140px;
}

#center-column .column-3 .gutter {
	padding-right: 10px;
}

#center-column #videoplayer {
	margin-bottom: 20px;
}
#center-column div#video-trips,
#center-column div#videoplayer {
	padding: 100px 50px 0;
	width: 360px;
	height: 195px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background: url(/media/images/noflash.jpg) no-repeat 0 0;
}

.orange-box {
	width: 100%;
	margin-bottom: 20px;
	background: transparent url(/media/images/orange-box-460_top.png) no-repeat 0 0;
}

.orange-box .gutter {
	padding: 6px 6px 6px 8px;
	background: transparent url(/media/images/orange-box-460_bottom.png) no-repeat 0 100%;
}
.promo 
{
    background: transparent url(/media/images/promo_discount_bg.jpg) no-repeat 0 0;
}

.orange-box h4 {
	margin: 0 0 10px 0;
	padding: 0 0 7px 0;
	clear: both;
	font-family: "rockwell", "georgia", serif;
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 1px dashed #f2b935;
}

.orange-box h4 a {
	color: #ec8e00;
	font-size: 1.3em;
	letter-spacing: 0.1px;
	text-decoration: none;
}

.orange-box-220 {
	width: 100%;
	margin-bottom: 20px;
	background: transparent url(/media/images/orange-box-220_top.png) no-repeat 0 0;
}

.orange-box-220 .gutter {
	padding: 20px;
	background: transparent url(/media/images/orange-box-220_bottom.png) no-repeat 0 100%;
	height:100%;
	background-repeat:no-repeat;
}

.orange-box-220 h4 {
	margin: 0 0 10px 0;
	padding:0;
	clear: both;
	color: #ec8e00;
	font-family: "rockwell", "georgia", serif;
	font-size: 1.5em;
	font-weight: bold;
}

.orange-box-220 h4 a {
	color: #ec8e00;
	font-size: 1.3em;
	letter-spacing: 0.1px;
	text-decoration: none;
}

.orange-box-220 ul {
	margin-bottom: 10px;
}





/* RELATED LINKS BOX */

#related-links div p {
	padding:8px 0 0 0;
	color: #333;
	font-size: 1.15em;
	line-height: 1.4em;
}

#related-links ul li {
	margin-bottom: 0;
	padding-left: 0;
	color:#333;
	line-height: 1.4em;
	list-style: none inside url(/media/images/sub-navigation-l2_bullet.png);
	margin-left:10px;
}

#related-links a {
	padding: 0;
	color: #333;
	font-size: 1.15em;
	line-height: 1.4em;
	text-decoration: none;
}

#related-links a:hover {
	color: #ec8e00;
}


/* RELATED VIDEOS BOX */

#related-videos p {
	padding:8px 0 10px 0;
	display:block;
	clear:both;
	color: #333;
	font-size: 1.15em;
	line-height: 1.4em;
}

#related-videos a {
	padding: 0;
	color: #333;
	font-size: 1em;
	line-height: 1.4em;
	text-decoration: none;
}

#related-videos a:hover {
	color: #ec8e00;
}

#related-videos a:hover {
	color: #ec8e00;
}


/* Home - Adventure Blog Box */

#blog h4 {
	padding: 10px 10px 2px 10px;
	clear: both;
	font-family: "rockwell", "georgia", serif;
	font-weight: bold;
}

#blog h4 a {
	color: #ec8e00;
	letter-spacing: 0.1px;
	text-decoration: none;
}

#blog div p {
	padding: 10px 10px 0 10px;
	display: block;
	color: #333;
	font-size: 1.15em;
	line-height: 1.3em;
}

#blog a.view-blog {
	padding: 10px 0 10px 10px;
	display: block;
	color: #00709e;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
}

#blog a:hover.view-blog {
	color: #c64712;
	text-transform: uppercase;
}

#blog img {
	width: 80px;
	height: 49px;
	margin: 10px 10px 0 10px;
	float: right;
	border: 4px solid #f90;
}


/* quote box styles */

.quote-box-460 {
	width: 100%;
	background: transparent url(/media/images/quote-box-460_top.png) no-repeat 0 0;
}

.quote-box-460 .gutter {
	padding: 20px 20px 20px 35px;
	background: transparent url(/media/images/quote-box-460_bottom.png) no-repeat 0 100%;
}

p.quote {
	clear: both;
	color: #b03403;
	font-family:"rockwell", "georgia", serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.4em;
}

p.quote-author {
	clear: both;
	color: #e36f00;
	font-family:"rockwell", "georgia", serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.4em;
}


/* white box - Success Story styles */

#white-box {
	width: 100%;
	background: transparent url(/media/images/white-box-460_top.png) no-repeat 0 0;
	height:101px;
}

#white-box .gutter {
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
	background: transparent url(/media/images/white-box-460_bottom.png) no-repeat 0 100%;
}

#white-box h4 {
	margin-bottom: 8px;
	padding: 0;
	clear: both;
	color: #1791c3;
	font-family: "rockwell", "georgia", serif;
	font-size: 1.5em;
	font-weight: bold;
}

#white-box p {
	margin: 0;
	clear: both;
	color: #333;
	font-family: arial,sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
}


/* useful utility styles (i don't recommend using these but sometimes it's unavoidable) */

div.no-margin-right {
	margin-right: 0;
}

.no-margin-left {
	margin-left: 0;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.no-margin-top {
	margin-top: 0;
}

.centered {
	margin: 0 auto;
}


/* Destination Comparison */

body.destination-comparison #left-column,
body.destination-comparison #right-column {
	position: absolute;
	left: -5000em;
	top: 0;
}

body.destination-comparison #center-column {
	width: 940px;
	margin-left: 10px;
}

body.destination-comparison #center-column .destination-comparison-container {
	width: 100%;
	margin: 3em 0;
	clear: both;
	border: 1px solid #ffcb00;
}

body.destination-comparison #center-column .destination-comparison-container .gutter {
	padding: 3px;
}

table {
	width: 100%;
	font-size: 1.15em;
	border-collapse: collapse;
}

body.destination-comparison #center-column table {
	background-color: #fffacf;
}

#destination-table .row-header {
	width: 15%;
}

table th {
	padding: 10px;
	color: #cb6300;
	font-family: "rockwell", "georgia", serif;
	font-size: 1.1em;
	font-weight: bold;
	border-right: 1px dashed #eea80e;
}

table td {
	padding: 6px;
	color:#333;
	font-family: arial, sans-serif;
	line-height: 1.3em;
}

table td strong {
	color:#cb6300;
	font-family: arial, sans-serif;
	font-size:1em;
	line-height:2em;
	text-transform:uppercase;
}

table td ul {
	margin-bottom: 0;
}

table td ul li {
	margin-bottom: 3px;
	font-size:0.85em;
	line-height: normal;
}

body.destination-comparison #center-column table td {
	padding: 10px;
	color:#333;
	font-family: arial, sans-serif;
	line-height: 1.3em;
	border-right: 1px dashed #eea80e;
}

body.destination-comparison #center-column  table tr.alt td,
body.destination-comparison #center-column table tr.alt th {
	background-color: #fff0b5;
}

table th div {
	width: 100%;
	height: 100%;
	position: relative;
}

table th.close-btn {
	background: url(/media/images/close_btn.png) no-repeat 96% 12px;
	cursor: pointer;
}

.dashed-table-rows {
	height: 100%;
	border-right: none;
	border-bottom: 1px dashed #eea80e;
}

#center-column #destinations-list {
	width: 916px;
	margin: 0 0 20px 0;
	padding: 12px;
	overflow: hidden;
	clear: both;
	color: #333;
	font-family: "rockwell", "georgia", serif;
	font-size: 1.2em;
	font-weight: bold;
	border: 1px dashed #f2b935;
}

#center-column #destinations-list ul {
	width: 32%;
	margin-left: 0;
	float: left;
}

#center-column #destinations-list li {
	padding-left: 0;
	list-style: none;
	background: none;
}

#center-column #destinations-list li.selected {
	color: #333;
}

.footnote {
	padding:20px 0 0 0;
}


/* accordions */

#center-column .lesson-plans-accordion h3,
#center-column .accordion h4 {
	margin-bottom: 0;
	padding: 10px 0;
	color: #cc6500;
	font-family: "rockwell", "georgia", serif;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing:0.03px;
	line-height: 1.3em;
	border-bottom: 1px dashed #f2ba41;
}

#center-column .lesson-plans-accordion h3.ui-accordion-header,
#center-column .accordion h4.ui-accordion-header {
	padding-right: 35px;
	position: relative;
}

#center-column .lesson-plans-accordion h3.ui-accordion-header.ui-state-active,
#center-column .accordion h4.ui-accordion-header.ui-state-active {
	color: #B03403;
}

#center-column .lesson-plans-accordion h3.ui-accordion-header .ui-icon,
#center-column .accordion h4.ui-accordion-header .ui-icon {
	width: 10px;
	height: 10px;
	top: 15px;
	right: 10px;
	position: absolute;
}

#center-column .lesson-plans-accordion h3.ui-accordion-header .ui-icon.ui-icon-plus,
#center-column .accordion h4.ui-accordion-header .ui-icon.ui-icon-plus {
	background: transparent url(/media/images/plus_icon.png) no-repeat 0 0;
}

#center-column .lesson-plans-accordion h3.ui-accordion-header .ui-icon.ui-icon-minus,
#center-column .accordion h4.ui-accordion-header .ui-icon.ui-icon-minus {
	background: transparent url(/media/images/minus_icon.png) no-repeat 0 0;
}

#center-column .accordion li {
	padding-left: 16px;
	display: block;
	list-style: none;
	background: transparent url(/media/images/sub-navigation-l2_bullet.png) no-repeat 0 7px;
}

#center-column .details-indent {
	margin-top:5px;
	font-size:1em;
}

#center-column .lesson-plans-accordion .details,
#center-column .accordion .details {
	padding: 10px 0;
	border-bottom: 1px dashed #f2ba41;
}

#center-column .lesson-plans-accordion h3.ui-accordion-header,
#center-column .accordion h4.ui-accordion-header {
	cursor: pointer;
}


/* utility/footer nav pages */

body.privacy-policy #right-column,
body.terms #right-column,
body.contact-us #right-column,
body.disabilities-act #right-column,
body.moreinfo #right-column, 
body.moreinfoconfirmation #right-column,
body.check-applicant-type #right-column {
	margin-top: 90px;
}

body.privacy-policy #left-column,
body.terms #left-column,
body.contact-us #left-column,
body.disabilities-act #left-column,
body.moreinfo #left-column, 
body.moreinfoconfirmation #left-column,
body.check-applicant-type #left-column{
	margin-top: 40px;
}

body.privacy-policy #center-column,
body.terms #center-column,
body.contact-us #center-column,
body.disabilities-act #center-column,
body.moreinfo #center-column, 
body.moreinfoconfirmation #center-column,
body.check-applicant-type #center-column {
	margin-top: 38px;
}

body.privacy-policy #center-column h4,
body.terms #center-column h4,
body.contact-us #center-column h4,
body.disabilities-act #center-column h4, 
body.moreinfoconfirmation #center-column h4,
body.check-applicant-type #center-column h4 {
	margin: 30px 0 10px 0;
	color: #cb6300;
	font-family: "rockwell", "georgia", serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
}

body.moreinfo #center-column h4 {
	margin: 10px 0 10px 0;
	color: #cb6300;
	font-family: "rockwell", "georgia", serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
}

#utility-page-image .fold {
	width: 10px;
	height: 30px;
	position: absolute;
	top: 40px;
	left: 0;
	background: transparent url(/media/images/sub-navigation_fold.png) no-repeat 0 0;
}


/* lesson plans styles */

#center-column .details h4 {
	padding-top: 16px;
	display: block;
	clear: both;
	font-family: arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 0.2em;
	text-transform: uppercase;
}

#video-list img {
	margin: 0 20px 20px 0;
	float: left;
	clear: both;
	border: 4px solid #f90;
}

#video-list .video-description {
	margin-left: 160px;
	padding-bottom: 30px;
}


/* profile styles */

#profile img {
	margin: 0 20px 0 0;
	float: left;
	border: 4px solid #f90;
}

#profile p {
	margin-left: 110px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #f2b935;
}


/* About Us - Our Teachers profile styles */

#profile-our-teachers img {
	margin: 0 20px 0 0;
	float: left;
	border: 4px solid #f90;
}

#profile-our-teachers p {
	margin-left: 110px;
}

#profile-our-teachers p.dashed-border {
	margin-left: 110px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #f2b935;
}


/* Programming styles */

#programming img {
	margin: 0 20px 0 0;
	clear: both;
	float: left;
	display: block;
	border: 4px solid #f90;
}

#programming h3 {
	margin-bottom: 20px;
}

#programming h4 {
	margin-bottom: 10px;
}

#programming p {
	margin-left: 160px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #f2b935;
}

#programming h5 {
	font-size: 1.2em;
}


/* Teachers - Overview styles */

#philippe-cousteau {
	margin-bottom: 20px;
}


/* Students + Parents - Getting Started styles */

#how-to-get-started h3 {
	margin-bottom: 20px;
}


/* Teachers - Getting Started styles */

#getting-started h4 {
	clear: both;
	margin-bottom: 12px;
}


/* Students - Free Downloads styles */

#downloads h4 {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
	background: none;
}

#downloads ul li {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	background: none;
	border-bottom: 1px dashed #f2b935;
}

#downloads img {
	float: left;
}

#downloads p {
	margin: 0 0 35px 90px;
}


/* used for a photos using shadowbox */

.photo {
	margin: 0 0 20px 20px;
	float: right;
	position: relative;
	border: 4px solid #f90;
}

.photo span {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: block;
	background: transparent url(/media/images/magnify_icon.png) no-repeat 50% 50%;
}


/* used for a videos using shadowbox */

.video {
	margin: 0;
	float: left;
	position: relative;
	border: 4px solid #f90;
}

.video span {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: block;
	background: transparent url(/media/images/play_icon.png) no-repeat 50% 50%;
}

.section {
	clear: both;
}


/* student projects styles */

#student-projects img {
	margin: 0 20px 30px 0;
	clear: both;
	float: left;
	display: block;
	border: 4px solid #f90;
}

#student-projects h3,
#student-projects h4 {
	margin-bottom: 10px;
	margin-left: 0;
	clear:both;
}

#student-projects p,
#student-projects span {
	margin-left: 160px;
}


/* buttons styles */

body#home #cont-adventure-on-tv {
	width: 199px;
	height: 76px;
	margin: 20px 0 30px 10px;
	clear: both;
	display: block;
}

body#home #cont-adventure-on-tv a {
	width: 199px;
	height: 76px;
	display: block;
	cursor: pointer;
	text-indent: -5000em;
	background: transparent url(/media/images/discovery_animalplanet_btn.jpg) no-repeat 0 0;
}

#cont-adventure-on-tv {
	width: 199px;
	height: 76px;
	margin: 0 0 30px 10px;
	clear: both;
	display: block;
}

#cont-adventure-on-tv a {
	width: 199px;
	height: 76px;
	display: block;
	cursor: pointer;
	text-indent: -5000em;
	background: transparent url(/media/images/discovery_animalplanet_btn.jpg) no-repeat 0 0;
}

body#home #see-the-blogs {
	width: 199px;
	height: 101px;
	margin: 5px 0 30px 10px;
	clear: both;
	display: block;
}

body#home #see-the-blogs a {
	width: 199px;
	height: 101px;
	display: block;
	cursor: pointer;
	text-indent: -5000em;
	background: transparent url(/media/images/blogs_btn.jpg) no-repeat 0 0;
}

#see-the-blogs {
	width: 199px;
	height: 101px;
	margin: 5px 0 30px 10px;
	clear: both;
	display: block;
}

#see-the-blogs a {
	width: 199px;
	height: 101px;
	display: block;
	cursor: pointer;
	text-indent: -5000em;
	background: transparent url(/media/images/blogs_btn.jpg) no-repeat 0 0;
}

#download-itinerary-pdf {
	width: 168px;
	height: 36px;
	margin: 20px 0 50px 0;
	clear: both;
	display: block;
}

#download-itinerary-pdf a {
	width: 168px;
	height: 36px;
	display: block;
	cursor: pointer;
	text-indent: -5000em;
	background: transparent url(/media/images/download-itinerary-pdf_btn.png) no-repeat 0 0;
}

.download-lesson-plan-pdf {
	width: 182px;
	height: 36px;
	margin: 20px 0 50px 0;
	clear: both;
	display: block;
}

.download-lesson-plan-pdf a {
	width: 182px;
	height: 36px;
	display: block;
	cursor: pointer;
	text-indent: -5000em;
	background: transparent url(/media/images/download-lesson-plan-pdf_btn.png) no-repeat 0 0;
}

#download-student-project {
	width: 176px;
	height: 36px;
	margin: 20px 0 50px 0;
	display: block;
}

#download-student-project a {
	width: 176px;
	height: 36px;
	display: block;
	cursor: pointer;
	text-indent: -5000em;
	background: transparent url(/media/images/download-student-project_btn.png) no-repeat 0 0;
}

#watch-video {
	width: 93px;
	height: 36px;
	margin: 20px 0 50px 0;
	clear: both;
	display: block;
}

#watch-video a {
	width: 93px;
	height: 36px;
	display: block;
	cursor: pointer;
	text-indent: -5000em;
	background: transparent url(/media/images/watch-video_btn.png) no-repeat 0 0;
}

.button {
	width: 199px;
	height: 36px;
	display: block;
	cursor: pointer;
	color: #911400;
	font-family: "pill-gothic-300mg-1","pill-gothic-300mg-2",arial,sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: -0.3px;
	line-height: 36px;
	text-align: center;
	text-shadow: 0px 1px #fff8a3;
	text-transform: uppercase;
	background: transparent url(/media/images/button_bg.png) no-repeat 0 0;
}

.button a {
	width: 199px;
	height: 36px;
	display: block;
	color: #911400;
	font-size: 1em;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
	background: transparent url(/media/images/button_bg.png) no-repeat 0 0;
}

.button a:hover {
	background: transparent url(/media/images/button_bg.png) no-repeat 0 -42px;
}

#log-in-btn {
	width: 56px;
	height: 30px;
	top: 52px;
	right: 12px;
	position: absolute;
	z-index: 9000;
}

#log-in-btn a {
	width: 56px;
	height: 30px;
	display: block;
	text-indent: -5000em;
	background: transparent url(/media/images/log-in_btn.png) no-repeat 0 0;
}

#back-btn {
	width: 62px;
	height: 25px;
	margin: 0 0 20px 0;
	float:right;
	display: block;
	cursor: pointer;
	position:relative;
	text-indent: -5000em;
	background: transparent url(/media/images/back_btn.png) no-repeat 0 0;
}

#print-btn {
	width: 62px;
	height: 25px;
	margin: 0 auto;
	padding-right: 10px;
	float: right;
	display: block;
	cursor: pointer;
	text-indent: -5000em;
	background: transparent url(/media/images/print_btn.png) no-repeat 0 0;
}


/* Destinations - Video Player */

#video-trips {
	margin-bottom: 20px;
}


/* Destinations - Interactive Map */

body.interactive-map #left-column,
body.interactive-map #right-column {
	position: absolute;
	top: 0;
	left: -5000em;
}

body.interactive-map #center-column {
	width: 940px;
	margin-left: 10px;
	float: none;
	overflow: hidden;
	display: block;
}

#map-canvas {
	height: 500px;
	margin: 0 0 40px 0;
	top: 20px;
}

.infoBubbleContent {
	height: 150px;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}

.infoBubbleContent b {
	color: #cb6300;
	font-family: "rockwell", "georgia", serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
}

.infoBubbleContent ul li {
	margin: 1em 0 1.8em 0;
	font-size: 1em;
	line-height: 1.5em;
}


/* Teachers Landing page */

/* Get Started Teacher (teachers/get-started.cfm) right column */

#get-started-teacher {
    width: 220px;
    height: 220px;
	margin-bottom: 50px;
	position: relative;
	top: 28px;
	left: 0;
	background: transparent url(/media/images/get-started_bg_teacher.png) no-repeat 0 0;
}

#get-started-teacher .green-fold {
	width: 4px;
	height: 4px;
	position: absolute;
	top: 0;
	left: -4px;
	background: transparent url(/media/images/get-started_fold.png) no-repeat 0 0;
}

body#home #get-started-teacher {
    width: 220px;
    height: 250px;
    margin-bottom: 0;
	position: relative;
	top: -24px;
    left: 0;
	background: transparent url(/media/images/get-started_bg_teacher.png) no-repeat 0 0;
}

body#home #get-started-teacher .privacy-policy {
    width: 220px;
    height: 250px;
    margin-bottom: 0; 
                position: relative;   
                top: 66px;
    left: 0;
                background: transparent url(/media/images/get-started_bg_teacher.png) no-repeat 0 0;
}

#get-started-teacher h3#get-started-teacher-header {
    width: 220px;
    height: 43px;
    line-height: 43px;
    text-indent: -5000em;
}

#get-started-teacher ul#get-started-teacher-buttons {
    width: 199px;
    margin: 0 auto;
	position: relative;
}

#get-started-teacher ul#get-started-teacher-buttons .apply-now {
    width: 199px;
    height: 56px;
    margin-bottom: 6px;
}

#get-started-teacher ul#get-started-teacher-buttons .apply-now a {
    width: 199px;
    height: 56px;
    display: block;
    text-indent: -5000em;
}

#get-started-teacher ul#get-started-teacher-buttons .more-information {
    width: 199px;
    height: 46px;
    margin-bottom: 6px;
}

#get-started-teacher ul#get-started-teacher-buttons .more-information a {
    width: 199px;
    height: 46px;
    display: block;
    text-indent: -5000em;
}

#get-started-teacher ul#get-started-teacher-buttons .refer-friend {
    width: 199px;
    height: 46px;
}

#get-started-teacher ul#get-started-teacher-buttons .refer-friend a {
    width: 199px;
    height: 46px;
    display: block;
    text-indent: -5000em;
}

#teacher-profile h1 {
	display: block;
	clear: both;
}

#teacher-profile p.intro {
	display: block;
	clear: both;
	color: #333;
    font-size: 1.15em;
    line-height: 1.4em;
	border: none;
}

#teacher-profile p {
	padding-bottom: 10px;
	display: block;
	clear: both;
	color: #333;
    font-size: 1.15em;
    line-height: 1.4em;
	border-bottom: 1px dashed #f2b935;
}

#teacher-profile ul.trip-information {
	display: block;
	font-size: 1.15em;
    line-height: 1.4em;
	border: none;
}

#teacher-profile ul.trip-highlights {
	display: block;
	font-size: 1.15em;
    line-height: 1.4em;
	border: none;
}

#teacher-profile img {
	padding-bottom: 20px;
	border: 0;
}

#teacher-profile .widget {
	padding-right: 20px;
}


/* Teachers Landing page - Profile image */

#teacher-profile-image {
    width: 100%;
	height: 348px;
	margin-bottom: 20px;
	position: relative;
	background: transparent url(/media/images/tlp_frame.jpg) no-repeat 0 0;
}

#teacher-image {
	position: absolute;
	top: 10px;
	left: 10px;
}

#teacher-profile-image .fold {
    width: 10px;
    height: 30px;
    position: absolute;
    top: 2px;
	left: -10px;
	background: transparent url(/media/images/sub-navigation_fold.png) no-repeat 0 0;
}

#teacher-profile-header {
    width: 100%;
    height: 45px;
	position: absolute;
	top: 305px;
    text-indent: -5000em;
	background: transparent url(/media/images/tlp_bottomframe.jpg) no-repeat 0 0;
	text-align: center;
}

ul#teacher-profile-buttons {
    display: inline;
	list-style-type: none;
}

#teacher-profile-image ul#teacher-profile-buttons li.joinmeon {
    width: 70px;
    height: 35px;
	float:left;
	left: 5px;
	margin-left:10px;
	background: transparent url(/media/images/tlp_joinmeon.jpg) no-repeat 0 0;
}

#teacher-profile-image ul#teacher-profile-buttons li.twitter {
    width: 35px;
    height: 35px;
	float:left;
	left: 35px;
	background: transparent url(/media/images/tlp_twitter.png) no-repeat 0 0;
}

#teacher-profile-image ul#teacher-profile-buttons li.twitter a {
    width: 35px;
    height: 35px;
	float:left;
    display: block;
    text-indent: -5000em;
}

#teacher-profile-image ul#teacher-profile-buttons li.facebook {
    width: 35px;
    height: 35px;
    float:left;
	left: 65px;
	background: transparent url(/media/images/tlp_facebook.png) no-repeat 0 0;
}

#teacher-profile-image ul#teacher-profile-buttons li.facebook a {
    width: 35px;
    height: 35px;
	float:left;
    display: block;
    text-indent: -5000em;
}

#teacher-profile-image ul#teacher-profile-buttons li.myspace {
    width: 35px;
    height: 35px;
	float:left;
	left: 95px;
	background: transparent url(/media/images/tlp_myspace.png) no-repeat 0 0;
}

#teacher-profile-image ul#teacher-profile-buttons li.myspace a {
    width: 35px;
    height: 35px;
    float:left;   
    display: block;
    text-indent: -5000em;
}


/* Teachers Landing page - Announcements box */


#announcements h4 {
	margin-bottom: 16px;
	font-family: "rockwell", "georgia", serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #cc6500;
}

#announcements h5 {
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #cc6500;
}

#announcements p {
	padding:8px 0 14px 0;
	display:block;
	clear:both;
	color: #333;
	font-size: 1.15em;
	line-height: 1.4em;
}

#announcements ul li {
	margin-bottom: 0;
	padding-left: 14px;
	color:#333;
	font-size: 1.15em;
	line-height: 1.5em;
	list-style: none;
	background: url(/media/images/sub-navigation-l2_bullet.png) no-repeat 0 7px;
}

#announcements a {
	padding: 0;
	color: #333;
	font-size: 1em;
	line-height: 1.4em;
	text-decoration: none;
}

#announcements a:hover {
	color: #ec8e00;
}

#announcements a:hover {
	color: #ec8e00;
}


/* Teachers Landing page - Contact Info - Events box */

#right-column .yellow-box {
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.15em;
	line-height: 1.5em;
	background: transparent url(/media/images/yellow-box-220_top.png) no-repeat 0 0;
}

#right-column .yellow-box .gutter {
	padding: 20px;
	background: transparent url(/media/images/yellow-box-220_bottom.png) no-repeat 0 100%;
}

#right-column .yellow-box h4 {
	margin-bottom: 0.3em;
	color: #b03403;
	font-family: "rockwell", "georgia", serif;
	font-size: 1.4em;
	font-weight: bold;
	text-shadow: #ffe88a 0 1px;
}

#right-column .yellow-box h5 {
	margin-bottom: 0.3em;
	color: #cc6500;
	font-family: arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

#right-column .yellow-box p {
	padding:0 0 10px 0;
	color: #333;
	font-size: 1em;
	line-height: 1.4em;
}

#right-column .yellow-box ul {
	margin-bottom: 10px;
}

#right-column .yellow-box ul li {
	margin-bottom: 0;
	padding-left: 14px;
	color:#333;
	font-size: 1em;
	line-height: 1.5em;
	list-style: none;
	background: url(/media/images/sub-navigation-l2_bullet.png) no-repeat 0 7px;
}

#left-column .yellow-box {
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.15em;
	line-height: 1.5em;
	background: transparent url(/media/images/yellow-box-220_top.png) no-repeat 0 0;
}

#left-column .yellow-box .gutter {
	padding: 20px;
	background: transparent url(/media/images/yellow-box-220_bottom.png) no-repeat 0 100%;
}

#left-column .yellow-box h4 {
	margin-bottom: 0.3em;
	color: #b03403;
	font-family: "rockwell", "georgia", serif;
	font-size: 1.4em;
	font-weight: bold;
	text-shadow: #ffe88a 0 1px;
}

#left-column .yellow-box h5 {
	margin-bottom: 0.3em;
	color: #cc6500;
	font-family: arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

#left-column .yellow-box p {
	padding:0 0 10px 0;
	color: #333;
	font-size: 1em;
	line-height: 1.4em;
}

#left-column .yellow-box ul {
	margin-bottom: 10px;
}

#left-column .yellow-box ul li {
	margin-bottom: 0;
	padding-left: 14px;
	color:#333;
	font-size: 1em;
	line-height: 1.5em;
	list-style: none;
	background: url(/media/images/sub-navigation-l2_bullet.png) no-repeat 0 7px;
}

/* Peace of Mind Promise */
#peace-of-mind {
    width: 220px;
    height: 128px;
	margin-bottom: 25px;
	position: relative;	
	cursor: pointer;
	background: transparent url(/media/images/pomp_bt.jpg) no-repeat 0 0;
}

#peace-of-mind-popup {
	position: relative;
	top: 55px;
	text-align: left;
	margin: 0 auto;
}

h3.peace-of-mind-popup-header {
	color: #00709e;
	font-family: "rockwell", "georgia", serif;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.4em;
	margin: 15px;
	position: relative;	
}

p.peace-of-mind-popup-paragraph {
	display: block;
	clear: both;
	color: #333;
    font-size: 1.15em;
    line-height: 1.4em;
	border: none;
	margin: 15px;
}

/* Request More Information Form */
.error,
.required {
	color: #FF0000;
	font-size: 11px;
	line-height: 1.4em;
	font-family: arial, sans-serif;
}


/* Getting Started for Facebook Promo */
#get-started-fb {
	width: 220px;
	height: 250px;
	margin-bottom: 50px;
	position: relative;
	top: 28px;
	left: 0;
	background: transparent url(/media/images/get-started_mini.jpg) no-repeat 0 0;
}

#get-started-fb .green-fold {
	width: 4px;
	height: 4px;
	position: absolute;
	top: 0;
	left: -4px;
	background: transparent url(/media/images/get-started_fold.png) no-repeat 0 0;
}

body#home #get-started-fb {
	width: 220px;
	height: 250px;
	margin-bottom: 0;
	position: relative;
	top: -24px;
	left: 0;
	background: transparent url(/media/images/get-started_mini.jpg) no-repeat 0 0;
}

body#home #get-started-fb .privacy-policy {
	width: 220px;
	height: 250px;
	margin-bottom: 0;
	position: relative;
	top: 66px;
	left: 0;
	background: transparent url(/media/images/get-started_mini.jpg) no-repeat 0 0;
}

#get-started-fb h3#get-started-header {
	width: 220px;
	height: 43px;
	line-height: 43px;
	text-indent: -5000em;
}

#get-started-fb ul#get-started-buttons {
	width: 199px;
	margin: 0 auto;
	position: relative;
}

#get-started-fb ul#get-started-buttons .apply-now {
	width: 199px;
	height: 56px;
	margin-bottom: 6px;
}

#get-started-fb ul#get-started-buttons .apply-now a {
	width: 199px;
	height: 56px;
	display: block;
	text-indent: -5000em;
}

#get-started-fb ul#get-started-buttons .more-information {
	width: 199px;
	height: 46px;
	margin-bottom: 6px;
}

#get-started-fb ul#get-started-buttons .more-information a {
	width: 199px;
	height: 46px;
	display: block;
	text-indent: -5000em;
}
