/* -----LAYOUT----- */
#divWrapper { /* wraps everything */
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
body {
	background-color: #010101;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 14px;
}
#divMain { /* middle column */
	display: inline;
	float: left;
	width: 480px;
	margin-left: 170px;
}
#divRightSidebar { /* right column */
	float: right;
	width: 320px;
}
#divLeftSidebar { /* left column */
	float: left;
	width: 170px;
	margin-left: -650px;
	/* mainLeftMargin + mainWidth = 650 */
	/* if main had RightMargin or borders or padding, this would be added aswell */
}
#divNavigation {
	margin: 5px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 0px 0px 0px 2px;
	height: 19px;
	background-color: #996600;
}
#divContainer { /* wrapper for  the 3 columns */
	width: 970px;
	background-image: url(../images/bg_full.jpg);
	background-repeat: repeat-y;
}
#divFooter {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC00;
	margin-bottom: 10px;
}
#clearerLine { /* creates a margin between container and footer */
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #010101;
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
#divTopBanner {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 130px;
	width: 970px;
}
/* -----END OF LAYOUT----- */
/* -----TAG RE-DEFINES----- */
a{
	color: #FFCC00;
	text-decoration: none;
}
a.underline{
	text-decoration: underline;
}
a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
h1 {
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	font-size: 20px;
	font-variant: small-caps;
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
	margin: 13px 0px;
	text-align: center;
}
h2 {
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-variant: small-caps;
	margin-top: 35px;
	margin-bottom: 0px;
}
h3 {
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 35px;
	font-variant: small-caps;
	margin-bottom: 0px;
	line-height: 10px;
}
h4,
#divRightSidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #000000;
	text-align: center;
	margin: 0px 0px 3px;
	padding: 0px;
	color: #000000;
}
#divRightSidebar h2, #divRightSidebar h4 {
	margin: 5px 0px 3px 3px;
}
fieldset {
	margin-right: 7px;
	margin-left: 7px;
	margin-top: 15px;
	padding-top: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
legend {
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
select,
textarea,
table.guest input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px;
	width: 200px;
	color: #FFFFFF;
	background-color: #000000;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(../images/black_dot.gif);
	height: 20px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
table.guest select {
	background-color: #000000 !important;
}
/* -----END OF RE-DEFINES----- */
#divMainContent { /* sets margin and padding for middle column */
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}
.divSidebarContent {
	color: #000000;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.divSidebarContent a {
	color: #000000;
	line-height: 16px;
	text-decoration: underline;
}
.divSidebarContent a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.line {
	margin-top: 5px;
	margin-bottom: 15px;
}
#divIssueFeatures a {
	font-size: 9px;
	line-height: 12px;
}
.divBottomBarLeft {
	float: left;
	width: 170px;
}
.divBottomBarRight {
	float: right;
	width: 320px;
}
.imgRight { /* CHECK WHERE THIS IS USED: Always add width to floated elements*/
	float: right;
	margin-left: 3px;
}
.imgLeft { /* CHECK WHERE THIS IS USED: Always add width to floated elements*/
	float: left;
	margin-right: 3px;
}
.divTopTable {
	font-size: 9px;
	text-align: center;
	margin-bottom: 10px;
	color: #000000;
}
.divTopTable td {
	vertical-align: top;
	width: 145px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFFFFF;
}
.divTopTable table {
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
}
.divTopTable h2 {
	font-size: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px;
	color: #000000;
}
#divRightSidebar h3 {
	font-size: 11px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #000000;
	padding: 2px;
}
#divRightSidebar h3 a {
	margin: 0px;
	padding: 0px;
	line-height: 10px;
}
#divRightSidebar h3 a:hover {
	color: #000000;
	text-decoration: none;
	
}
#divRightSidebar .divTopTable  td{
	width: 150px;
	border: 1px solid #FFFF99;
	line-height: 12px;
}
#divRightSidebar .divTopTable  table{
	background-color: #FFFF99;
}
.divReadMore { /* CHECK WHERE THIS IS USED: Always add width to floated elements*/
	font-weight: bold;
	float: right;
	font-size: 8px;
}
.divReadMore a:hover {
	color: #FFFFFF;
}
.divResorts p {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	line-height: 12px;
}
.divResorts {
	background-color: #FFFFFF;
	padding-right: 2px;
	margin-bottom: 3px;
	height: 60px;
	position: relative;
	margin-left: 3px;
	z-index: 1;
	/*width: 305px;*/
	

}
.divResorts .imgRight {
	margin-top: 2px;
	margin-left: 2px;
}
.divResorts .imgLeft {
	margin-right: 2px;
}
.selQuickLinks {
	width: 100%;
	font-size: 10px;
	background-color: #FFFF66;
	color: #000000;
	background-image: none;
	padding: 0px;
	height: auto;
}
#divQuickLinks {
	float: right;
	width: 300px;
}
.divClearBoth {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
/*.photoRight {
	float: right;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding: 4px;
	margin-bottom: 5px;
	border: 2px solid #666666;
}*/
.figureRight img, .figureLeft img {
	padding: 5px;
	border: 1px solid #666666;
	background-color: #010101;
}
div.figureRight, div.figureLeft {
	float: right;
	width: 162px;
	margin-left: 10px;
	margin-bottom: 2px;
	margin-top: 5px;
}
div.figureLeft {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}
div.figImgW50{ /* Add class if image width is 50 */
	width: 62px;
}
div.figImgW100{ /* Add class if image width is 100 */
	width: 112px;
}
div.figImgW200{ /* Add class if image width is 200 */
	width: 212px;
}
div.figImgW250{ /* Add class if image width is 250 */
	width: 262px;
}
div.figImgW300{ /* Add class if image width is 300 */
	width: 312px;
}
.figureRight p, .figureLeft p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	background-color: #e6f3ff;
	border: 1px dashed #666;
	padding: 2px;
	margin: 5px 0 0;
	line-height: normal;
}
.centerText {
	text-align: center;
}
.whiteText {
	color: #FFFFFF;
}
.blackText {
	color: #000000;
}
.yellowText {
	color: #FFCC00;
}
.italicText {
	font-style: italic;
}
ul#sideNav, ul#sideNav ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
ul#sideNav a {
	background-color: #FFCC00;
	display: block;
	width: 157px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 13px;
	height: 13px;
	text-decoration: none;
	margin-bottom: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	text-align: center;
}
ul#sideNav ul a {
	text-transform: capitalize;
}
ul#sideNav a:hover {
	background-color: #FF9900;
	color: #FFFFFF;
}
ul#sideNav li {
	display: inline;
}
.bannerRight {
	width: 307px;
	margin-left: 3px;
	margin-bottom: 0px;
}
.divResorts p.rate {
	font-weight: bold;
	position: absolute;
	right: 2px;
	bottom: 1px;
}
#divFooter a{
	color: #FFCC00;
	text-decoration: underline;
}
#divFooter a:hover{
	color: #FFFFFF;
}
.divTopTable  a{
	color: #000000;
	text-decoration: none;
}
.divTopTable  a:hover{
	color: #FFCC00;
	text-decoration: underline;
}
.divTopTable  h2  a{
	color: #000000;
	text-decoration: underline;
}
.divTopTable  h2  a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#tblArticles td {
	vertical-align: top;
	padding-right: 20px;
}
#tblArticles h2 {
	margin-bottom: 5px;
}
#tblArticles a {
	color: #FFCC00;
	text-decoration: underline;
}
#tblArticles a:hover {
	color: #FFFFFF;
	text-decoration: none;
}