body
{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', LucidaGrande, Geneva, Arial, Verdana, sans-serif;
	font-size: .8em;
    line-height: 1.5em;
	margin: 0;
	background: url(/images/bg.jpg) #FFF repeat-y center top;
    color: #333;
}

a
{
    color: #2f925a;
}

h1
{
    margin: 25px 0 25px 20px;
    color: #2f925a;
    font-weight: lighter;
    font-size: 2.7em;
}

h2
{
    color: #2f925a;
    font-weight: lighter;
    font-size: 1.3em;
    border-bottom: 1px dotted #2f925a;
}

input,
select,
option,
textarea
{
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', LucidaGrande, Geneva, Arial, Verdana, sans-serif;
    font-size: .9em;
}

img
{
	border: 0;
}

li
{
    margin: 20px 0;
}

.image_header
{
	text-indent: -4000em;
    margin: 5px 0;
}

.bigfont
{
    font-size: 1.7em;
    margin-bottom: 0;
}

.phone_int_prefix
{
    font-size: .7em;
}

.listName
{
    color: #bf982f;
    font-weight: bold;
}

#navigation
{
    margin: 0 0 30px;
    float: right;
    clear: right;
    font-size: .9em;
    font-style: italic;
    color: #666;
}

#navigation a
{
    color: #79ab8c;
}

#sections
{
    margin: 0 0 10px;
    float: right;
}

#navSeparator
{
    clear: both;
}

#container
{
	width: 954px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
}

#header
{
	background: no-repeat;
	width: 804px;
	height: 207px;
	margin: 0 auto;
}

#header a
{
	display: block;
	width: 804px;
	height: 207px;
}

#header._1  { background: url(/images/header1.jpg); }
#header._2  { background: url(/images/header2.jpg); }
#header._3  { background: url(/images/header3.jpg); }
#header._4  { background: url(/images/header4.jpg); }

#footer
{
	width: 100%;
	clear: both;
	border-top: 1px solid #000;
	font-size: .7em;
	padding: 20px 0px 5px;
}

#footer p
{
	margin: 0;
}

#footer .email
{
    float: right;
    padding: 5px 0 0;
}

#navbar
{
	width: 804px;
	margin: 0 auto;
	padding-left: 150px;
}

#navbar ul							{ margin: 0px; padding-top: 0px; padding-left: 0px; list-style: none; margin: 0 auto;							}
#navbar li 							{ 	display: block; float: left; text-align: center; margin: 0px; line-height: 38px;
										background-repeat: no-repeat; 																				}
#navbar li a 						{ display: block; width: 100%;																					}
#navbar li a span 					{ display: block; text-indent: 1px; width: 1px; overflow: hidden; height: 38px; 								}

/* Preserve order or msie6 doesn't work. Active declarations before default ones. */
#navbar .button1 					{ width: 53px; 	background: url(/images/navbar/1.png);  					}
#navbar .button2 					{ width: 84px; 	background: url(/images/navbar/2.png); 						}
#navbar .button3 					{ width: 72px; 	background: url(/images/navbar/3.png); 						}
#navbar .button4 					{ width: 88px; 	background: url(/images/navbar/4.png); 						}
#navbar .button5 					{ width: 108px; background: url(/images/navbar/5.png); 						}



#content
{
	width: 804px;
	margin: 0 auto;
	padding-left: 150px;
}

#leftContent
{
	width: 50%;
	float: left;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	min-height: 600px;
	padding: 5px 5px 100px 5px;
}

.leftContent_Large
{
	width: 90% !important;
}

#rightContent
{
	width: 310px;
	float: right;
	min-height: 200px;
	padding-right: 50px;
}

.content_Table_Details
{
	width: 100%;
	border-collapse: collapse;
}

.content_Table_Details .invalidField
{
	color: #F33;
}

.content_Table_Details input,
.content_Table_Details select,
.content_Table_Details textarea
{
	width: 90%;
}

.content_Table_Details .button
{
	width: auto;
}

.content_Table_Details ._1
{
	background: #EEE;
}

.content_Table_Details th
{
	width: 30%;
}

.content_Table_Details th,
.content_Table_Details td
{
	vertical-align: top;
	padding: 5px;
}

.content_Table_Details tbody th
{
	font-weight: normal;
	text-align: left;
}

.content_Table_Details label
{
	display: block;
}

.content_Table_Details label .title
{
	display: block;
	font-weight: bold;
}

.content_Table_Details label .desc
{
	font-size: .7em;
}

.content_Table_List
{
	width: 100%;
	border-collapse: collapse;
}

.content_Table_List th
{
	text-align: left;
	border-bottom: 1px solid #999;
}

.content_Table_List tbody td
{
	border-bottom: 1px dotted #999;
}

.content_Table_List th,
.content_Table_List td
{
	padding: 3px;
    vertical-align: top;
}

.content_Table_List tbody p
{
    margin: 0;
}

.content_Table_List ._1
{
    background: #F3F3F3;
}

.content_Table_List td .dataTitle .dataId
{
    color: #AAA;
    font-size: .8em;
}

.content_Table_List td .dataTitle p
{
    font-size: 1.3em;
    margin-bottom: 8px;
}

.content_Table_List td .dataContent
{
    font-size: .85em;
    margin-left: 20px;
}



.table_Details
{
    width: 100%;
}

.table_Details th
{
    text-align: left;
    vertical-align: top;
}

.table_Details th,
.table_Details td
{
    padding: 10px;
}


.table_FormDetails
{
    width: 100%;
    border-collapse: collapse;
}

.table_FormDetails th
{
    width: 30%;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

.table_FormDetails th,
.table_FormDetails td
{
    padding: 10px;
    border-bottom: 1px dotted #999;
}

.table_FormDetails input,
.table_FormDetails select,
.table_FormDetails textarea
{
    width: 90%;
}

.table_FormDetails .invalidField
{
    display: block;
    color: #900;
    padding: 5px 0;
}


.openingHours
{
    width: 100%;
    border-collapse: collapse;
}

.openingHours th,
.openingHours td
{
    width: 50%;
    text-align: left;
    vertical-align: top;
    font-size: 1.2em;
}

.openingHours .time p
{
    font-size: 1.4em;
    margin-bottom: 0;
    font-style: italic;
}
.openingHours .days p
{
    font-size: .6em;
}



#arrival_date_month
{
    width: 10em !important;
}