html, body, form {
	height: 100%;
}

body, td, div, select, textarea, input, h1, h2, h3, h4, h5, h6 {
	font: normal normal normal 12px Verdana, Arial, Helvetica, sans-serif;
}

body {
	color: #030;
	margin: 0px;
	background:#184E6B url(../Images/Design/bg.jpg) center top repeat-y;
}

form {
	margin:0;
	padding:0;
}

html > body #outer #main, html > body #content {
	height: auto;
	margin-bottom:4px;
}

fieldset {
    padding-bottom:10px;
    margin-bottom:10px;
}

legend {
    font-weight:bold;
    font-size:11px;
    padding:2px 5px;
    color:#C11313;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #229;
	margin:0;
	text-transform:uppercase;
}

h1 {
    font-size: 18px;
	line-height:25px;
	color: #944;
}

h2 {
    font-size:12px;
	line-height:25px;
}

h3 {font-size:11px;}
h4 {font-size:11px;}
h5 {font-size:10px;}
h6 {font-size:10px;}

input.fld, input.lge {
	border: 1px solid #7B9EBD;
	line-height: 16px;
	height: 16px;
}

input.fld {width: 160px;}
input.mdm {width: 240px;}
input.lge {width: 300px;}

input.btn {
	color:#fff;
	border:1px solid #252;
	background-color:#1c1;
	font-weight: bold;
}

select {width:164px;}
select.lge {width:454px;}

select.mdm {
	width:244px;
	margin-right:20px;
}

select.sml {
	width: 240px;
	margin-right:20px;
}

hr {
	height: 1px;
	background-color: #ccc;
	border: none;
}

textarea.sml {
	width: 160px;
	height: 50px;
}

textarea.mdm {
	width: 241px;
	height: 100px;
}

textarea.lge {
	width: 380px;
	height: 120px;
}

a {text-decoration: underline;}
a img {border:0;}
a:link, a:visited, a:active {color: #292;}
a:hover {color: #666;}

p {
	margin: 5px 0 15px 0;
}

p.indent {
	margin: 5px 0 15px 10px;
}

acronym{
    cursor:help;
}

/* Page Structure Classes */
#outer, #main {
	height: 100.1%;
	min-height: 100%;
}

#main {
	text-align:left;
	background-color:#EBE4DA;
	border:solid 5px #fff;
}

#main, #footer, #headerContainer, .headerImage {
	width:860px;
}

#header, #banner{
	height: 127px;
}

#clearHeader{
    height:150px;
}

.headerImage{
    display: none;
    height:123px;
    background-position:left top;
    background-repeat: no-repeat;
}

#headerOuter{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#headerOuter #headerContainer{
	width:100%;
	height:123px;
}

#headerOuter #header {
	width:860px;
	background: #fff url(../Images/Design/header.jpg) no-repeat left top;
}

#headerMenuBar {
	width:860px;
	height:26px;
	background:#fea900 url(../Images/Design/band.gif) repeat-x;
}

#headerOuter > #header {
	width:auto;
}

#logo {
	width:270px;
	height:66px;
	float: left;
	margin: 26px 0 0 26px;
	background: url(../Images/Design/logo.gif) no-repeat left top;
}

#banner{
	float: right;
	background: url(../Images/Design/banner.jpg) no-repeat right top;
	width:229px;
}

#headerMenuBar ul {
	padding:0;
	margin:0;
	float:left;
	width:600px;
}

#headerMenuBar ul li {
    float:left;
	list-style-type: none;
	font-weight: bold;
	height: 20px;
	padding-top:6px;
}

#headerMenuBar li.current a {
	color: #900;
}

#headerMenuBar a {
	color:#000;
	text-decoration:none;
	height:25px;
	padding:0 10px;
}

#headerMenuBar a:hover, #headerMenuBar a:focus {
	color: #fff;
	text-decoration: underline;
}

/* Main Menu Classes */
#mainMenu{
    display:none;
    float:left;
}

#mainMenu h2, #editPanel h2{
    border-bottom:1px solid #0E890E;
}

#mainMenu ul{
    padding:0;
    margin:0;
    width:140px;
}

#mainMenu li{
    list-style-type:none;
    width:140px;
}

#mainMenu li a{
    display:block;
    line-height:24px;
    width:130px;
    padding-left:10px;
    color:#000;
}

#mainMenu li a:hover{
    background:url(../Images/Design/main_menu_bg.gif) left top no-repeat;
}

/* Sub Menu Classes */
#subMenu{
    height:25px;
    margin:15px 0;
}

#subMenu ul{
    padding:0;
    margin:0;
    font-weight:bold;
    border-bottom:1px solid #090;
    list-style-type:none;
}

#subMenu li{
    display:inline;
    margin:0 3px 0 0;
    line-height:25px;
}

#subMenu li a{
    padding:5px;
    color:#090;
    text-decoration:none;
    border:1px solid #ccc;
    border-bottom:0;
    background-color:#efefef;
}

#subMenu li a:hover{
    text-decoration:underline;
    border:1px solid #ccc;
    border-bottom:0;
}

#subMenu li.current a{
    color:#900;
    border:1px solid #090;
    border-bottom:1px solid #fff;
    background-color:#fff;
}

/* Form Layout Classes */
.frm{
    width:520px
}

.frmCell{
    float:left;
    margin:3px 0 0 10px;
}

.frmCell label{
    width:120px;
    display:block;
    float:left;
    margin:3px 0;
}

/* Copy Classes */
.highlight{
	color:#f00;
}

.spacedText{
    line-height:1.5em;
}

.cImageLeft{
    float:left;
    margin:0 14px 14px 0;
}

.cImageRight{
    float:right;
    margin:0 0 14px 14px;
}

.clearBoth{clear:both;}

/* Footer Layout Classes */
#clearFooter {
	height: 50px;
	clear:both;
}

#footer {
	margin-top:-62px;
	height:40px;
	color:#000;
	background-color:#780707;
}

html > body #footer{
	margin-top:-45px;
}

#footerBottom{
    height:20px;
}

#footerLeft, #footerRight {
	font-size:10px;
	line-height:38px;
	margin:0 4px;
}

#footerLeft {float: left;}
#footerRight {float: right;}

#footer a{
    color:#fff;
    text-decoration:none;
}

#footer a:hover{
    text-decoration:underline;
}

/* Content Area Classes */
#content {
	margin:0 5px 10px 5px;
	height:auto;
	clear:both;
}

#content div{
	line-height:20px;
}

#content li{
    margin:5px 0;
}

#content .contentImage{
    float:left;
    margin:0;
}

.compInfoContainer{
    margin:10px 0;
}

.compInfo{
    margin:10px 0;
}

.compInfo label{
    display:block;
    font-weight:bold;
    width:150px;
    float:left;
}

.compInfo div{
    width:200px;
    float:left;
}

/* ---------- Column layout classes ---------- */

.sideBar{
    width:175px;
    float:left;
}

html > body .sideBar{
    margin-left:4px;
}

.colsTwo .columnCentre{
    width:190px;
    margin: 1em 0 0 1em;
    line-height:1.5em;	
    padding:6px;
}

.colsTwo .columnLeft{
    width:580px;
    padding:6px 18px 6px 20px;
    margin:1em 0 0 1em;
 }

.columnCentre, .columnLeft{
    float:left;
    display:inline;
    background-color:#fff;
    border:solid 1px #CBC4BA;
}

.colsThree{
    width:650px;
    float:left;
}

.colsThree .columnCentre{
    width:500px;
    margin-left:140px;
    line-height:1.4em;
}

.colsThree .columnLeft{
    width:130px;
    margin-left:-640px;
}

.slideshow
{
}

#areaInfo{
	width:550px;
}


/* Login Form Classes */
.login{padding-top:20px;}

#loginContainer{
    width:480px;
    background-color:#F1F3F5;
    height:230px;
    border:1px solid #ccc;
    text-align:left;
}

#loginForm{
    float:right;
    width:270px;
}

#loginForm form{
    background-color:#E9ECEF;
    margin-top:30px;
    padding:0 10px 10px 10px;
    border:1px solid #ccc;
    width:220px;
}

#loginForm label{
    height:18px;
    display:block;
    margin:15px 0 0 0;
}

#loginContainer h1{margin:10px 0;}
#loginContainer{color:#666;}

#loginForm h2{
    color:#666;
    line-height:40px;    
}

#loginBox .fld {width: 180px;}

#loginInfo{
    float:left;
    background:url(../Images/Design/security.jpg) no-repeat center top;
    width:170px;
    padding:80px 10px 10px 10px;
    margin:10px 0;
}

/* Error Summary Classes */
.errorSummary {
	border:1px solid #c00;
	background-color:#c00;
	width:100%;
	color:#fff;
	margin:10px 0;
}

.errorSummary h4{
    margin:3px 0 3px 3px;
    color:#fff;
}

.errorSummary ul{
	margin:0;
	padding:5px;
	background-color:#fff;
	color:#c00;
	list-style-type:none;
}

.errorIcon{
    background:url(../images/design/error.gif) center center no-repeat;
    height:16px;
    width:16px;
    float:right;
    display:block;
}

.contactUs{
    margin:0 10px;
}

.contactUs .inline{
    line-height:24px;
    clear:left;
}

.contactUs .inline h3{
    width:50px;
    float:left;
    line-height:24px;
}

.promo{
    margin-top:40px;
    width:175px;
    height:95px;
    background:url(../Images/Design/logo_block.gif) no-repeat center center;
}

.promo a{
    width:175px;
    height:95px;
    display:block;
}

/* Edit Panel Options */
#editPanel{
    width:100%;
    float:left;
    height:200px;
    margin-top:20px;
}

#editPanel ul{
    list-style-type:none;
    padding:0px;
    margin:0px;
    height:25px;
}

#editPanel li{
    display:block;
    background-position:left top;
    background-repeat:no-repeat;
    padding:2px 2px 2px 10px;
    margin:5px 0px 0px 2px;
}

#editPanel a{padding:10px;}
#editPanel li.edit{background-image:url(../Images/Design/icon_edit.gif);}
#editPanel li.logout{background-image:url(../Images/Design/icon_logout.gif);}
#editPanel li.add{background-image:url(../Images/Design/icon_add.gif);}
#editPanel li.home{background-image:url(../Images/Design/icon_home.gif);}
#editPanel li.list{background-image:url(../Images/Design/icon_list.gif);}


.terms{
	font-size:90%;

}

.terms ol{
	margin-left:30px;
}

.terms li
{
	line-height:120%;
}

.columnLeft img
{
	padding: 4px;
	background-color:#fff;
	border: solid 1px #bbb;
}

.chalet
{
    border:solid 1px #e5e5e5;
    width:560px;
    margin:14px 0;
    padding:12px 6px 12px 12px;
    clear:both;
    background-color:#f5f5f9;
}

.chalet .chaletRight
{
    float:right;
    width:230px;
    border:solid 1px #e5e5e5;
    margin-bottom:8px;
}

.chalet .chaletRight .chaletContact
{
  color: #f00;
  padding:4px;
  text-align:center;
  font-size:11px;
  font-weight:bold;
  background-color:#fff;
}


.chalet .chaletLeft
{
    float:left;
    width:310px;
}

.chalet .chaletLeft .spec
{
    color:#669;
	font: normal normal normal 10px Verdana, Arial, Helvetica, sans-serif;
    padding:4px;
    border-top:solid 1px #e5e5e5;
}

.chaletPod
{
    clear:both;
    margin-top:24px;
    padding: 6px;
    border: dashed 1px #e5e5e9;
    background-color: #f5f5f9;
}