/* ---------------------------------------------

/////////////// /////////////// /////////////
    /////           /////       ////
    /////           /////       ////
    /////           /////       //// ////////
    /////           /////       ////    /////
    /////           /////       /////////////

The Thomas Group
Ian Arensbak
ian@thomasgrouponline.com 
http://www.thomasgrouponline.com

------------------------------------------------ */

/* RESETS & BASIC PAGE SETUP
-------------------------------- */

* {
    margin: 0;
    padding: 0;
}

html { overflow-y: scroll; }

body {
    font: 62.5% "Times New Roman", Times, serif;
    background-image: url(images/bg.jpg);
    margin-top: 0px;
    background-repeat: repeat-x;
    background-color: #fef2d3;
}

p {
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 1.2em;
}

a { outline: none; }

a img { border: none; }

h1 {
	font-size: 2.5em;
    padding: 5px;

}

img {
	padding: 10px;
    border: none;
}

td {
	background: #ffffff;
}

/* TOOLBOX
-------------------------------- */
.floatleft { float: left; }

.floatright { float: right; }

.clear { clear: both; }

/* PAGE STRUCTURE
-------------------------------- */

#page-wrap {
    width: 814px;
    margin: auto;
}

#header {
    width:814px;
    height:109px;
    background: url(images/header.jpg);
    text-indent: -9999px;
}

/* FORM STYLING
-------------------------------- */

label { display: block; }

fieldset {
    margin: 1.5em 0 0 1.5em;
    padding: 0;
}

legend {
    margin-left: 1em;
    color: #000000;
    font-size: 1em;
    font-weight: bold;
}

fieldset ol {
    padding: 1em 1em 0 1em;
    list-style: none;
}

fieldset li { padding-bottom: 1em; }

fieldset.submit { border-style: none; }


/* NAVIGATION 
-------------------------------- */

ul#navigation {
	background: url(images/navigation.jpg) no-repeat;
    font: 1.4em "Times New Roman", Times, serif;
    min-height: 40px;
    padding: 0 0 0 15px;
    list-style: none inside;
    
}

ul#navigation ul {
    list-style: none;
}

ul#navigation li { display: inline;
	margin-right: 17px; }

ul#navigation a {
    text-decoration: none;
    color: #ffffff;
}

ul#navigation a:hover {
	text-decoration: underline;
}



/* PAGE STYLING 
----------------------------------- */

.titles {
	font: bold 1.4em "Times New Roman", Times, serif;
	color: #000000;
}

.maintext {
	font: 1.3em "Times New Roman", Times, serif;
	color: #000000;
}

p.adcontactinfo {
	font: 1.1em "Times New Roman", Times, serif;
	color: #000000;
}

ul#bullets {
	margin-left: 25px;
    font: 1.2em "Times New Roman", Times, serif;
}

.blue_line_bg {
	background-image: url(images/bg-dash-blue.gif);
	background-repeat: repeat-x;
}

.roomratetitle {
	font:bold 1.8em "Times New Roman", Times, serif;
	color: #000000;
}

.titles_orange {
	background-color: #ca8205;
	font: bold 1.4em "Times New Roman", Times, serif;
	color: #000000;
}

#accommodations {
	font: 1.4em "Times New Roman", Times, serif;
}



.accommodation-main {
	font: 1.4em "Times New Roman", Times, serif;
}

ul.amenities {
	padding-left: 25px;
}


.itineraries {
	padding: 15px;
}


.home {
   margin-top: 10px;
	padding: 0 30px 15px 30px;
   background: #ffffff;
   min-height: 400px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}
/* FOOTER
-------------------------------- */

#footer {
	font: 1em Arial, Helvetica, sans-serif;
	color: #000000;
    text-align: center;
    margin-top: 10px;
}

#footer a {
	text-decoration: underline;
    color: #000000;
}

#footer a:hover {
	text-decoration: none;
}
