/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-image: url(../image-files/skyfade.gif);
background-repeat: repeat-x;
background-color: #E1E1AF; /* yellow color for browser window background color and footer top border */
margin: 0;
padding: 0;
font-family: Georgia, 'Palatino Linotype', Palatino, 'Times New Roman', serif;
color: #000;
font-size: 90%;
}

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, 'Palatino Linotype', Palatino, 'Times New Roman', serif;
background-color: transparent;
color: #1A1BA9;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
border-bottom: 0 solid #8f8fb3;
text-align: center;
}

h2 {
font-family: font-family: Georgia, 'Palatino Linotype', Palatino, 'Times New Roman', serif;
border-bottom: 1px solid #8f8fb3;
}

h3 {
font-family:font-family: Georgia, 'Palatino Linotype', Palatino, 'Times New Roman', serif;
border-bottom: 0 solid #8f8fb3;
}

h4 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #8f8fb3;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}

p.firstpara {
font-family: font-family: Georgia, 'Palatino Linotype', Palatino, 'Times New Roman', serif;
font-size: 110%;
font-weight: bold;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
background-color: #fff;
border-top: 0px solid #3150AB; 
border-right: 2px solid #3150AB;
border-bottom: 2px solid #3150AB;
border-left: 2px solid #3150AB;  /* dark sea blue, headlines and borders */
}

#Header {
position: relative;
height: 159px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
float: left;
width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
margin-left: 1px;
border-top: 0px solid #8f8fb3;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 5px auto;
background-image: url(../image-files/wrapperimage.jpg);
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/960logo.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}



#ContentWrapper {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;     /* white (NOT used in left and right columns of background.gif and for footer and horizontal text-navbar) */
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: red;
}

#ExtraColumn {
font-size: 95%;
}

#NavColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 100%;
color: #000;
margin-top: 0;
}


#NavColumn {
background-image: url(../image-files/navimage.jpg);
background-repeat: repeat-y;
background-color: transparent;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}
/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: Georgia, 'Palatino Linotype', Palatino, 'Times New Roman', serif;
font-weight: bold;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
font-weight: bold;
color: #fff;
border-bottom: 1px solid #fff;
margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #fff;        /* tan, for button and RSS box backgrounds -- */
border: 1px solid #8f8fb3;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: red;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: #ff3366;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: red;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #ffcc00;   /* yellow used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: #d3e4fb;
text-align: center;
}

.ExtraNav a:link {
color: blue;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: purple;
text-decoration: none;
}

.ExtraNav a:hover {
color: red;
background-color: #fff;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 0;
right: 0;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: #fff;
width: 550px; 
}
/* ------ Section Darwin Community Links Navigation ------ */

.commnav {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
font-weight: bold;
background-color: transparent;
}

/* -- Nav Headers -- */

.commnav h4 {
background-color: transparent;
padding: 0;
font-size: 200%;
font-weight: bold;
color: #000;
border-bottom: 2px solid #000;
margin-left: 6px;
margin-top: 12px;
margin-bottom: 12px;
}

.commnav h3 {
background-color: transparent;
padding: 0;
font-size: 120%;
font-weight: bold;
color: #1A1BA9;
border-bottom: 2px solid #1A1BA9;
margin-left: 6px;
margin-top: 12px;
margin-bottom: 12px;
text-align: center;
}

/* -- Nav List -- */

.commnav ul {
list-style-type: none;
padding: 0 0 8px 10px;
margin: -6px 0 0 0;
}

.commnav li {
background-color: #E1E1AF;        /* tan, for button and RSS box backgrounds -- */
border: 1px solid #8f8fb3;
margin-bottom: 1px;
}

/* -- Navigation Link styles -- */

.commnav a:link {
color: BLUE;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.commnav a:visited {
color: #ff3366;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.commnav a:hover {
color: green;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #fff;   /* yellow used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}

/* ------ Section 5 - Additional Navigation ------ */


/* -- Thumbnail-with-Caption Navigation -- */

.imageCaptionLinkGroup {
text-align: center;
}

.imageCaptionLinkGroup a {
text-decoration: none;
}

.imageCaptionLinkGroup .caption {
color: blue;
text-decoration: underline;
}



/* ------ Section 6 - Boxes ------ */
#colhead {
	font-weight: bold;
	background: #fcba04;
	border: 1px solid #660000;
	text-align: center;
	font-size: 8.5pt;
	text-transform: uppercase;
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
	width: 165px;
	color: #FFFFFF;
	padding-right: 1px;
	padding-left: 1px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.Community-navbox {
background-image: url(../image-files/navimage.jpg);
background-repeat: repeat-y;
width: 95%;
border: 3px solid #8f8fb3;
margin: 0 0 12px 12px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.Community-navbox h3 {
margin: 0px;
padding: 5px;
text-align: center;
background-color: #E1E1AF;
color: blue;
}

.Community-navbox p {
font-size: 90%;
font-weight: bold;
padding: 0 4px;
line-height: 110%;
}

.Community-navbox ul {
margin-left: 5px;
padding: 3px;
list-style: none;
line-height: 130%
}


.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #ddd;
width: 24%;
border: 1px solid #8f8fb3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #fff;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 0 auto 12px auto;
padding: 4px;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #fff;
border: 1px solid #8f8fb3;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */




.video  {
background-image:url(../image-files/videoscreenbg.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top center;
text-align: center;
}

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
text-align: center;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

/* ------ Section 8 - tablelayout ------ */

.stripeMe {
	border-collapse: collapse;
	width: 95%;
	margin: 4px;
	font-size: 1.0em;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.stripeMe th {
	background: #3e83c9;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: center;
	border-right: 1px solid #000;
	line-height: 1.2;
}

.stripeMe td {
	padding: 4px 5px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
	text-align: center;
}

.stripeMe td * {
	padding: 6px 7px;
}

.stripeMe tr.alt td {
	background: #ecf6fc;
}

.stripeMe tr.over td {
	background: #bcd4ec;
}



/* -----hotelscombined ----------------- */






.button_big_wider, 

.book_now_button a:link, .book_now_button a:visited {

       font: arial,sans-serif !important;	

       border-top: 2px solid #ff9966;
       border-left: 2px solid #ff9966;
       border-bottom: 2px solid #000000;
       border-right: 2px solid #000000; 

       border-width: 2px;

       padding: 3px;

       background-color: #FF6600; 

       color: #ffffff;

      font-size: 1.4em;
      font-weight: bold; 
     
       text-decoration: none;
       text-align: center; 

 }

.book_now_button a:hover{
 color: #ffff00;
}

.book_now_button a:link
 {
color: #ffffff; 
text-decoration: none;
}


.button_big_wider { width:120px;}

.book_now_button { width:220px;}



border-color: #ffffff #333333 #333333 #ffffff !important; 




