@charset "UTF-8";

/*style sheet for Explore California

©2010 lynda.com
This style sheet may be reused for personal education only
any reuse, educational or otherwise, without the expressed 
consent of lynda.com is prohibited.*/

/* -------- color guide ----------
#3c6b92 : main blue
#6acce2 : light blue
#2c566a : teal accent
#193742 : dark blue
#e1d8b9 : sand accent
#cb7d20 : orange accent
#51341a : brown
#995522 : dark orange (used for links or high contrast accents)
#cb202a : red accent (this color does not encode well, use only for small accents)
#896287 : purple
*/

/* to jump to a specific section search for the unique character pair at the front of each TOC section*/

/* ----- Style sheet TOC ----------------
      ^1 Global constants
	  ^2 CSS reset
	  ^3 Global classes
	  ^4 Home page layout
	  ^5 Top-level layout
	  ^6 Region detail styles
		  ^6a Header
		  ^6b Navigation
	  
*/

/* ^1 --------------------------- global constants -------------------------*/
html, body {
	margin: 0px;
	padding: 0px;
}

body {
	text-align:center;
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #e1d8b9 url(../images/background2.jpg) repeat-x;
	margin-top: 25px;
}
/* ^2 --------------- limited-scale reset ---------------- */
h1, h2, h3, h4, h5, h6, p, address, blockquote, div, ul, li {
	margin: 0;
	padding: 0;
}
p {
	color:#333;
}
a {
	color: #995522;
	text-decoration: none;
}
a:hover {
	color: #cb7d20;
	border-bottom: 1px dashed #cb7d20;
}
a.accent {
	display: block;
	text-align: right;
}
a.accent:hover {
 	border: none;
	color: #cb202a;
}
/* ^3 ------ global classes -------- */
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.clearRight {
	clear: right;
}
.clearLeft {
	clear: left;
}
.clearBoth {
	clear: both;
}
.callOut {
	background: #e1d8b9;
	padding: 15px;
	margin-bottom: 25px;
}
.callOut h1 {
	font-size: 1.4em;
	color: #193742;
	border-bottom: 2px solid #193742;
	margin-bottom: .5em;
	padding-bottom: .25em;
}
#wrapper {
 	position: relative;
	padding: 0;
	width: 960px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}

/* ^4 ------------- home page specfic layout styles ----------- */
body#home #wrapper {
	background: url(../images/main_back.png) no-repeat;
	margin-top: 112px;
}

body#home #mainContent {
	padding-top: 234px;
}
/* ^5 --------------------- top-level region layout styles ------------------- */
/* top-level regions are header, mainNav, mainContent, sidebar, & footer */

/* header */
#header {
	width: 187px;
	height: 72px;
	position: absolute;
	top: -66px;
	left: 30px;
}
#top {
	width: 257px;
	height: 25px;
	position: absolute;
	top: -112px;
	left: 703px;
	padding-left: 28px;
}
#top2 {
	width: 257px;
	height: 25px;
	position: absolute;
	top: -112px;
	left: 703px;
	padding-left: 28px;
}
/* topNav */
#topNav {
	float: left;
	width: 25px;
	margin-top: 0px;
}
/* mainNav */
#mainNav {
	float: left;
	width: 224px;
	margin-top: 0px;
	background-image: url(../images/left_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* mainContent */
#mainContent {
	float: right;
	width: 700px;
}
/* sidebar */
#sidebar {
	float: left;
	clear:left;
	width: 272px;
}
/* footer */
#footer {
	width: 960px;
	height: 200px;
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../images/footer_back.gif);
	background-repeat: no-repeat;
}

/* ^6----------------------- region-detail styles ------------------------ */
/*  header  ^6a*/
#header {
	background: url(../images/logo.png) no-repeat;
}
#header a:hover {
	border: none;
}
#header a{
	width: 187px;
	height: 72px;
	display: block;
}
#header h1{
	text-indent: -1000em;
}

/*  top  ^6a*/
#top {
	background: url(../images/top_back.gif) no-repeat;
}
#top a:hover {
	border: none;
}

#top h1{
	text-indent: -1000em;
}
#top2 {
	background: url(../images/top_back.gif) no-repeat;
}
#top2 a:hover {
	border: none;
}

/* navigation ^6b*/

/* top menu navigation */
ul#topNav {
	float: left;
	list-style: none;
	margin:0;
	padding:0;
	margin-bottom: 0px;
	clear: left;
}
ul#topNav li {
	margin: 0;
	padding: 0;
	display:inline; /*ie에서 넓은 공간이 생기는 걸 막기 위함 */
}
ul#topNav li a{
	display: block;
	width: 65px;
	height: 25px;
	text-indent: -1000em;
}
ul#topNav li a.home {
	background: url(../images/home_nav.gif) no-repeat left top;
}
ul#topNav li a.contactus{
	background: url(../images/contactus_nav.gif) no-repeat left top;
}
ul#topNav li a.sitemap {
	background: url(../images/sitemap_nav.gif) no-repeat left top;
}
ul#topNav li a:hover {
	background-position: -65px 0;
	border: none;
}
/* home page navigation */
ul#homeNav {
	float: left;
	list-style: none;
	margin:0;
	padding:0;
	margin-bottom: 50px;
	clear: left;
}
ul#homeNav li {
	margin: 0;
	padding: 0;
}
ul#homeNav li a{
	display: block;
	width: 224px;
	height: 59px;
	text-indent: -1000em;
}
ul#homeNav li a.wifi {
	background: url(../images/wifi_nav.png) no-repeat left top;
}
ul#homeNav li a.dvr{
	background: url(../images/dvr_nav.png) no-repeat left top;
}
ul#homeNav li a.pms {
	background: url(../images/pms_nav.png) no-repeat left top;
}
ul#homeNav li a.phone {
	background: url(../images/phone_nav.png) no-repeat left top;
}
ul#homeNav li a.web {
	background: url(../images/web_nav.png) no-repeat left top;
}
ul#homeNav li a.pos {
	background: url(../images/pos_nav.png) no-repeat left top;
}
ul#homeNav li a.qrcode {
	background: url(../images/qrcode_nav.png) no-repeat left top;
}
ul#homeNav li a:hover {
	background-position: -224px 0;
	border: none;
}
/* base navigation */
ul#baseNav {
	float: left;
	list-style: none;
	margin:0;
	padding:0;
	margin-bottom: 50px;
	clear: left;
}
ul#baseNav li {
	margin: 0;
	padding: 0;
}
ul#baseNav li a{
	display: block;
	width: 224px;
	height: 70px;
	text-indent: -1000em;
}
ul#baseNav li a.wifi {
	background: url(../images/wifi_main.png) no-repeat left top;
}
ul#baseNav li a.mission{
	background: url(../images/mission_main.gif) no-repeat left top;
}
ul#baseNav li a.contact {
	background: url(../images/contact_main.gif) no-repeat left top;
}
ul#baseNav li a.resources {
	background: url(../images/resource_main.gif) no-repeat left top;
}
ul#baseNav li a.explorers {
	background: url(../images/explorers_main.gif) no-repeat left top;
}
ul#baseNav li a.current, ul#baseNav li a.current:hover {
	background-position: right top;
	border: none;
	cursor: default;
}
ul#baseNav li a.parent, ul#baseNav li a.parent:hover {
	background-position: -816px;
	border: none;
	cursor: default;
}
ul#baseNav li a:hover {
	background-position: -224px 0;
	border: none;
}
/* sub navigation */
ul#baseNav ul.subNav {
	list-style: none;
	margin:0;
	padding:0;
	margin-bottom: 10px;
}
ul#baseNav ul.subNav li {
	margin: 0 0 5px 25px;
}
ul#baseNav ul.subNav li a:link, ul#baseNav ul.subNav li a:visited{
	display: block;
	width: auto;
	height: auto;
	text-indent: 0;
	padding: 5px 0;
	color: #cb7d20;
	border-bottom: 1px solid #cb7d20;
}
ul#baseNav ul.subNav li a:hover{
	color: #2c566a;
	border-bottom: 1px solid #2c566a;
}
ul#baseNav ul.subNav li a.current{
	color: #666;
	border-bottom: 1px solid #666;
}
/* main content region */
#mainContent h1{
	font: normal 2.5em Georgia, "Times New Roman", Times, serif;
	margin: .5em 0 .25em;
	letter-spacing: -1px;
}
#mainContent p{
	font-size: 1em;
	line-height: 1.8;
}
#mainContent a.breadcrumb {
	color: #cb202a;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
}
#mainContent a.breadcrumb:hover {
	color: #3c6b92;
	border: none;
}
#mainContent img.articleImage {
	display: block;
	float: right;
	padding: 1em 0 1em 1em;
}
#mainContent img.headlineImage {
	display: block;
	float: right;
	padding: 0 0 .25em .5em;
}
#mainContent h1#pageID {
	color: #193742;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 20px;
	padding-bottom: .25em;
	border-bottom: 2px solid #193742;
}
#mainContent #mainArticle {
	margin: 75px 0 35px;
	position: relative;
}
body.hasCrumbs #mainContent #mainArticle {
	margin-top: 45px;
}
#mainContent .tourBadge {
	position: absolute;
	top: 15px;
	right: -50px;
}
#mainContent .tourBadge img {
	border: none;
}
#mainContent .tourBadge a,#mainContent .tourBadge a:hover {
	border: none;
	color: transparent;
}
#mainContent #mainArticle h1 {
	font-size: 2em;
	color: #193742;
	font-weight: bold;
	margin-bottom: .4em;
}
#mainContent #mainArticle h2 {
	font-size: 1.6em;
	color: #51341a;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: 1em;
	clear: both;
}
#mainContent #mainArticle h2 span.tourCost {
	font-size: .8em;
	color: #666;
	font-style: italic;
	margin-top: .25em;
	display: block;
	border-bottom: 1px solid #666;
	padding-bottom: .25em;
	margin-bottom: 1em;
}
#mainContent #mainArticle h3 {
	font-size: 1.3em;
	color: #51341a;
	font-weight: normal;
	margin: 1.25em 0 .75em;
}
#mainContent #mainArticle p{
	margin-bottom: 1em;
}
#mainContent #mainArticle p.option{
	font-style: italic;
	color: #999;
	font-weight: bold;
	text-align: right;
	font-size: 1.2em;
	margin-top: -.6em;
}
#mainContent #mainArticle ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainContent #mainArticle ul ul{
	margin-top: 1.4em;
}
#mainContent #mainArticle li {
	margin: 0 0 1.5em 2.4em;
	padding: 0 0 0 24px;
	background: url(../_images/star_bullet.gif) no-repeat 0 1px;
	font-size: 1.1em;
	font-style: italic;
	color: #51341a;
}
#mainContent #mainArticle li li{
	font-size: 100%;
}
#mainContent div.tourDescription {
	border-top: 2px solid #2c566a;
	float: left;
	clear: left;
	padding: 10px 0;
	margin-bottom: 15px;
}
#mainContent .tourDescription h2 {
	font-size: 1.6em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #193742;
	font-weight: bold;
	margin-bottom: 0;
	clear: right;
}
#mainContent .tourDescription h3.price {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	clear: right;
	margin: -1.6em 0 1em;
}
#mainContent .tourDescription p {
	font-size: .9em;
	line-height: 1.5;
}
#mainContent .tourDescription span.option {
	font-weight: bold;
	text-align: right;
	display:block;
}
#mainContent .tourDescription img {
	float: left;
	padding: 10px 10px 10px 0;
}
#mainContent .tourDescription a.more {
	display:block;
	float: right;
	width: 95px;
	height: 30px;
	background: url(../_images/more_bug.gif) no-repeat left top;
	text-indent: -1000em;
	margin: 15px 0 0 15px;
}
#mainContent a.book {
	display:block;
	float: right;
	width: 95px;
	height: 30px;
	background: url(../_images/book_bug.gif) no-repeat left top;
	text-indent: -1000em;
	margin: 15px 0 0 15px;
}
#mainContent .tourDescription a.more:hover,#mainContent a.book:hover{
	background-position: right top;
	border: none;
}
#mainContent ul {
	margin: 0 .5em 1.5em;
	padding: 0 25px 0;
}
#mainContent li {
	font-size: 1em;
	margin-bottom:.75em;
	color: #333;
}
#mainContent .callOut {
	width: 262px;
	float: left;
	margin-right: 24px;
}
#mainContent .callOutRight {
	margin-right: 0;
}
#mainContent .callOut h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #193742;
	border-bottom: 2px solid #193742;
	margin-bottom: .5em;
	padding-bottom: .25em;
}
#mainContent #findTour {
	position:absolute;
	top: 40px;
	right: -15px;
	width: 300px;
	height: 80px;
	text-indent: -1000em;
	background: url(../_images/tag.png) no-repeat;
}
#mainContent #findTour a{
	display: block;
	width: 300px;
	height: 80px;
}
#mainContent #findTour a:hover{
	border: none;
}
/* mainContent specific regions */
/*spotlight region */
#spotlight{
	background: #fff;
	padding: 15px 25px;
	margin-top: 165px;
}
#spotlight h2{
	color: #193742;
	font-size: 1.8em;
	margin-bottom: 0.25em;
}
#spotlight p{
	font-size: .85em;
	line-height:1.5;
	margin-bottom: 1.5em;
}
/* form styling */
#mainContent form {
	font: normal .9em Arial, Helvetica, sans-serif;
	color: #193742;
}
#mainContent fieldset {
	padding: 40px 20px  0 0;
	margin: 0 0 2em;
	background-color: #e1d8b9;
	border: none;
	position: relative;
	float: left;
}
#mainContent fieldset legend {
	padding: 0;
	margin: 0;
	color: #51341a;
}
#mainContent legend strong {
	position: absolute;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 1.2em;
}
#mainContent #mainArticle form p {
	color: #193742;
	margin: 0 0 20px 20px;
}
#mainContent form label{
	width: 100px;
	float: left;
	clear: left;
	margin-right: .75em;
}
#mainContent form label.inline {
	width: auto;
	float: none;
}
#mainContent #mainArticle form ol{
	list-style:none;
	margin: 0;
	padding: 0;
}
#mainContent #mainArticle form li {
	background: none;
	margin: 0;
	padding: 0;
}
/* contact forms */
/* support form */
#mainContent fieldset#quickSupport {
	width: 320px;
}
#mainContent fieldset#quickSupport textarea {
	width: 275px;
	height: 150px;
}
#mainContent #mainArticle #supportOptions {
	width: 215px;
	padding: 15px 15px 0;
	border: 1px solid #193742;
	float: right;
	background-color: #cb7d20;
}
#mainContent #mainArticle #supportOptions h3{
	font: normal 1.2em Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing:1px;
	margin: 0 0 .75em;
}
#mainContent #mainArticle #supportOptions p{
	font-size: 1em;
	color: #000;
	line-height: 1.4;
}
#mainContent #mainArticle #supportOptions strong {
	color: #fff;
	font-size: 1.2em;
	letter-spacing: 2px;
	font-weight:normal;
}
#mainContent #mainArticle #supportOptions a:link, #mainContent #mainArticle #supportOptions a:visited {
	color: #fff;
	border-bottom: 1px dashed #fff;
}
#mainContent #mainArticle #supportOptions a:hover {
	color: #000;
	border-bottom: 1px dashed #000;
}
/* contact form */
#mainContent form#frmContact input.text {
	width: 250px;
}

#mainContent form#frmContact fieldset {
	width: 580px;
}

#mainContent form#frmContact .col1 {
	float: left;
	padding-left: 20px;
	margin-right: 20px;
	width: 160px;
}
#mainContent form#frmContact .col2, #mainContent form#frmContact .col3 {
	float: left;
	margin-right: 20px;
	width: 170px;
}
#mainContent form#frmContact div p {
	margin: 0 0 .5em 0;
}
#mainContent form#frmContact div label {
	font-size: .9em;
	display: inline;
	float: none;
}
#mainContent form#frmContact textarea {
	width: 500px;
	height: 150px;
}
/* sidebar */
#sidebar div {
	margin: 20px 0 20px 20px;
}

#sidebar #specials h2 {
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #193742;
	margin-bottom: .1em;
	text-align: right;
	border-top: 1px solid #193742;
	padding-top: 1em;
	clear: both;
}
#sidebar #specials h2.top {
	border:none;
}
#sidebar #specials p {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	margin: .5em 0;
	line-height: 1.6;
}
#sidebar #specials img {
	float: left;
	padding-right: 10px;
	padding-bottom: 1em;
}
/* footer region */
#footer h3 {
	font: normal .9em Arial, Helvetica, sans-serif;
	color: #fff;
	margin-bottom: .5em;
	letter-spacing: .1em;
}
#footer h4 {
	font: normal .2em Arial, Helvetica, sans-serif;
	color: #fff;
	margin-bottom: .5em;
	letter-spacing: .1em;
}
#footer p{
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#footer ul#quickNav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul#quickNav li {
	margin: 0 0 .5em 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
}
#footer ul#quickNav li a{
	text-decoration: none;
	color: #fff;
}
#footer ul#quickNav li a:hover {
	color: #193742;
	border-bottom-color: #193742;
}

#footer #footerMenu {
	float: left;
	width: 100px;
}
#footer #footerBody {
	float: right;
	width: 750px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}
#footer #footerBody a {
	text-decoration: none;
	color: #fff;
}
#footer #footerBody a:hover {
	color: #193742;
	border-bottom-color: #193742;
}
#footer #footerBody #footerMidCol {
	float: left;
	width: 260px;
}
#footer #footerBody #footerMidCol p {
	margin-bottom: 2em;
}
#footer #footerBody #footerRightCol {
	float: left;
	width: 450px;
}
#footer #footerBody #footerRightCol h1{
	color: #fff;
	letter-spacing:0.1em;
	text-align:right;
	margin-bottom: 0.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bold;
}
#home #wrapper #footer #footerBody #footerRightCol p {
	font-size: 0.9em;
}

#footer #footerBody #footerRightCol p{
	color: #fff;
	letter-spacing:.1em;
	line-height: 1.2;
	text-align:right;
	margin-bottom: 1em;
}
#footer #footerBody #footerRightCol p.phone{
	color: #fff;
	letter-spacing:0.1em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
}
