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


body {
	background: #666;
	margin: 0;
	font: 100%/150% "Lucida Grande", "Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

h1 {
	color: #000;
	font-size: 20px;
}

h2 {
	color: #000;
	font-size: 20px;
	border-bottom: dotted 1px #666;
}

h2 a {
	color: #0099CC;
}

h2 a:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

h3 {
	color: #222;
	font-size: 14px;
}

a, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/* wraps */

#wrap {
	width: 998px;
	margin: 0 auto;
	background: url(../images/wrap.png) repeat-y;
}

/* header */

#header {
	height: 100px;
	width: 990px;
	margin-left: 1px;
	background: #000 url(../images/chep-logo-header.jpg) no-repeat;
}

#title {
	color: #fff;
	font-size: 35px;
	padding-top: 25px;
	padding-left: 20px;
	width: 600px;
}

#tagline {
	color: #ccc;
	font-size: 14px;
	padding-left: 20px;
	width: 680px;
}

#logo {
	height: 100px;
	width: 144px;
	float: left;
	background: url(../images/chep-logo-header.jpg) no-repeat;
}

#bnllogo {
	height: 100px;
	background: url(../images/bnl-logo-small.png) no-repeat;
	margin-left: 800px;
	top: -70px;
	position: relative;
	border: none;
}

/* navigation */

#nav {
	height: 40px;
	width: 990px;
	margin-left: 1px;
	background: url(../images/nav.png) repeat-x;
}

#nbar a {
	font-weight: normal;
}

#nbar {
	position: relative;
	width: auto;
	height: 40px;
	margin: 0;
	padding : 8px 0 0 0;
	font: 12px/25px Verdana, Arial, Tahoma, Sans-serif;
}

#nbar ul {
	float: none;
	list-style : none;
	margin: 0;
	padding: 0;
}

#nbar ul li {
	display: inline;
}

#nbar ul li a {
	display: inline;
	height: 25px;
	float: left;
	padding: 0 10px;
	color: #333;
	text-decoration: none;
	background: none;
	border-right: dotted 1px #666;
}


#nbar ul li a:hover {
	color: #000;
	padding-top: 1px;
}

#nbar ul li#selected a {
	color: #000;
	background: url(../images/nbg-inv.png) top repeat-x;
	font-weight: bold;
}


/* Intro */

#intro {
	width: 970px;
	background: #EBEBEB url(../images/introbg-top.png) top repeat-x;
	height: 230px;
	margin-top: 10px;
	margin-left: 10px;
	border: solid 1px #D9D9D9;
}

#intro-pic {
	padding-top: 5px;
	padding-left: 10px;
	width: 225px;
}

#intro-msg {
	font-size: 14px;
	color: #222;
	float: right;
	width: 680px;
	padding-top: 5px;
	margin-right: 20px;
	text-align: justify;
}

#intro-msg img {
	width: 150px;
	margin-left: 10px;
	float: left;
}

#intro h1 {
	font-size: 28px;
	color: #000;
	border-bottom: dotted 1px #999;
}

/* content */

#content-bottom {
	height: 48px;
	background: #666 url(../images/content-bottom.png) no-repeat;
}

#content-wrap {
	width: 978px;
	margin: 0 auto;
	margin-top: 10px;
}

.post-footer {
	background: #F3F3F3;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	text-align: right;
	color: #000;
	margin-bottom: 30px;
	border-bottom: dotted 1px #DEDEDE;
	border-top: dotted 1px #DEDEDE;
}


.dated {
	padding-top: 2px;
	background: url(../images/calendar.png) left no-repeat;
	padding-left: 20px;
	float: left;
}

.category {
	background: url(../images/category.png) left no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	float: left;
	height: 22px;
}

.author {
	padding-left: 20px;
	padding-bottom: 5px;
	background: url(../images/user.png) no-repeat;
}

.more {
	padding-right: 20px;
	margin-left: 20px;
	padding-bottom: 2px;
	background: url(../images/more.png) right no-repeat;
}

.post-footer a {
	color: #000;
}

#homecontent.about {
	width: 900px;
}

#homecontent {
	width: 690px;
	margin: 10px 10px 0 10px;
	text-align: justify;
	font-size: 12px;
}

/* home sidebar */

#mainbar-wrap {
	width: 250px;
	margin-right: 7px;
	float: right;
}

#main-sbar {
	width: 250px;
	background: #F4F4F4;
	border: solid 1px #E2E2E2;
	font-size: 12px;
}

#main-sbar h1 {
	color: #333;
	font-size: 16px;
	border-bottom: dotted 1px #666;
	background: url(../images/post.png) left no-repeat;
	padding-left: 20px;
}

#main-sbar h2 {
	color: #333;
	font-size: 16px;
	border-bottom: dotted 1px #666;
	padding-left: 20px;
}

#main-sbar h2.gold {
	background: url(../images/trophy.png) left no-repeat;
}

#main-sbar h2.platinum {
	background: url(../images/blue_ribbon_icon.jpg) left no-repeat;
    background-size: 20px 20px;
}

#main-sbar h2.silver {
	background: url(../images/trophy-silver.png) left no-repeat;
}

#main-sbar h2.academic {
	background: url(../images/academic_icon.gif) left no-repeat;
}

#main-sbar .widgetspace {
	padding: 5px 5px 0 10px;
	margin: 0px;
	background: none;
	padding-bottom: 28px;
}

#main-sbar .widgetspace-sponsor {
	padding: 5px 5px 0 10px;
	margin: 0px;
	background: none;
	padding-bottom: 28px;
}

#main-sbar .widgetspace-sponsor img {
    margin: 10px;
    width: 40%;
    position: relative;
}


#main-sbar ul.menu {
	list-style: none;
	text-decoration: none;
	margin : 3px 0 2px 0;
	padding: 0;
}

#main-sbar ul.menu li {
	padding : 2px 0 0px 5px;
	margin : 0 0 0 2px;
	border-bottom: 1px dotted #ccc;
}

#main-sbar ul.menu li:hover {
	background: #EBEBEB;
}

#main-sbar ul.menu a {
	text-decoration : none;
	background-image : none;
	color: #333;
}

#getsocial {
	width: 250px;
	margin-top: 10px;
	margin-right: 2px;
	background: #F4F4F4;
	border: solid 1px #E2E2E2;
	font-size: 14px;
}

#getsocial a {color: #000;}

.social {
	background: url(../images/social.png) left no-repeat;
	padding-left: 24px;
	padding-top: 5px;
}

/* Search */

form.search {
	position: relative;
	background: none;
	width: 250px;
	border: none;
	margin-right: 25px;
	margin-left: 720px;
	height: 25px;
	top: -75px;
}

form.search input.textbox {
	padding-left: 10px;
	width: 170px;
	background: none;
	border: none;
	color: #ccc;
	font-size: 12px;
}

form.search input.button {
	background : url(../images/search-button.png) no-repeat;
	color: #333;
	border: none;
	width: 25px;
	height: 15px;
	cursor: pointer;
	margin-left: 15px;
}

form.register {
	border-style: none;
	margin-left: 0px;
	padding-left: 6px;
	padding-top: 12px;
	padding-bottom: 2px;
	background: none;
	border-style: dotted none none none;
	border-color: black;
	margin: 8px 3px 3px 3px;
	text-align: center;
}

form.register input	{
	color: #2155af;
	padding-left: 41px;
	width: 140px;
	height: 30px;
	background: url(../images/favicon.ico) no-repeat 5px center #CFEEFF;
}

/* Boxes */

.boxes {
	width: 310px;
	margin-right: 10px;
	background: #F0F0F0;
	margin-bottom: 15px;
	border: solid 1px #E5E5E5;
	float: left;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	line-height: 18px;
}

.begin {
	background: url(../images/go.png) left no-repeat;
	padding-left: 16px;
}

/* Images */

img {
	border: none;
	background: none;
}

img.float-right {
	margin : 5px 0 10px 10px;
	padding: 2px;
}

img.float-left {
	margin : 5px 10px 10px 0;
	padding: 2px;
}

/* Forms and Text Fields */

form {
	margin : 10px;
	padding : 0 5px;
	border-top: solid 1px #D7D7D7;
	border-bottom: solid 2px #D7D7D7;
	border-left: solid 1px #D7D7D7;
	border-right: solid 2px #D7D7D7;
	background: #F9F9F9;
}

label {
	display : block;
	font-weight : bold;
	margin : 5px 0;
	color: #333333;
}

textarea {
	width : 400px;
	padding : 2px;
	font-family : Verdana, sans-serif;
	border-top: solid 2px #D7D7D7;
	border-bottom: solid 1px #D7D7D7;
	border-left: solid 2px #D7D7D7;
	border-right: solid 1px #D7D7D7;
	height : 100px;
	display : block;
	background:#fff;
	color : #000;
}

input.button {
	margin : 0;
	font : bolder 12px Arial, Sans-serif;
	border-top: solid 1px #D7D7D7;
	border-bottom: solid 2px #D7D7D7;
	border-left: solid 1px #D7D7D7;
	border-right: solid 2px #D7D7D7;
	padding : 2px 3px;
	background : #fff;
	color : #131212;
}

/* Misc. */

blockquote {
	background: #F8F8F8;
	border: dotted 1px #D7D7D7;
	padding: 5px 5px 5px 25px;
}

code {
	margin : 4px 8px;
	padding : 10px;
	text-align : left;
	display : block;
	overflow : auto;
	font : 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	background: #F8F8F8;
	border : 1px dashed #D7C3C3;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #333333;
}

ul span, ol span {
	color: #333333;
}

dt  {
    font-weight: bold;
}

#line {
	height: 10px;
	width: 900px;
	border-bottom: dotted 1px #999;
	margin: 0 auto;
}

/* Sidebar */

#sbar-wrap {
	width: 300px;
	margin-right: 7px;
	float: right;
}

#sbar {
	width: 300px;
	background: #fff;
	font-size: 12px;
}

#sbar a:hover {
	color: #000;
}

#sbar h1 {
	color: #333;
	font-size: 16px;
	border-bottom: dotted 1px #666;
	background: url(../images/arrow.png) left no-repeat;
	padding-left: 20px;
}

#sbar .widgetspace {
	padding: 5px 5px 0 10px;
	margin-top: 10px;
	background: #F4F4F4;
	padding-bottom: 28px;
	border: solid 1px #E2E2E2;
}


#sbar ul.menu {
	list-style: none;
	text-decoration: none;
	margin : 3px 0 2px 0;
	padding: 0;
}

#sbar ul.menu li {
	padding : 2px 0 0px 5px;
	margin : 0 0 0 2px;
	border-bottom: 1px dotted #ccc;
}

#sbar ul.menu li:hover {
	background: #EBEBEB;
}

#sbar ul.menu a {
	text-decoration : none;
	background-image : none;
	color: #333;
}

#topsponsor {
    width: 20%;
}
/* Footer */

#footer {
	background: none;
	height: 25px;
	padding-top: 10px;
	color: #000;
	font-size: 11px;
	text-align: center;
}

#footer a {
	color: #000;
}

#footer p {
    margin-top: 8px;
}

.clearfix {
	clear:both;
	overflow: hidden;
}
#homecontent td {
    padding: 0px 3px;
    border-style: solid dotted;
    border-width: thin;
}

#homecontent th {
    background: url("../images/introbg-top.png") repeat-x scroll center top;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 4px;
    border-style: solid dotted;
    border-width: thin;
}

#hotels {
    border-collapse: collapse;
    empty-cells: show;
    border-spacing: 1px 1px;
    border-style: solid;
    border-width: thin;
}

table.pricelist {
    border-collapse: collapse;
    border-style: solid;
    border-width: thin;
    caption-side: bottom;
}


table.pricelist th {
    background: none;
}

table.pricelist td {
    border-style: solid dotted solid dotted;
}

.soldout {
	text-decoration: line-through;
	color: red;
}

.tourlist img {
    float: left;
    padding: 0px 10px 20px 10px;
    height: 130px;
}

.tourlist img.wide  {
    width: auto;
    clear: left;
}

.tourlist dl {
    clear: left;
}

.tourlist li {
    position: relative;
    left: 30px;
}


.tourlist dd    {
    padding-bottom: 25px;
    text-align: left
}

ul.tourlist {
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
}

#hotelinfo dt   {
    font-style: italic;
}

#taxwarn  {
    font-weight: bold;
    color: #CF100D;
}
