* {
	margin: 0;
	padding: 0;
    text-align: left;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(img/bg01.gif);
	background-repeat: repeat-x;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #FFFFFF;
}

h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 100%;
	color: #000000;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

p {
}

ol {
}

ul {
	list-style: none;
}

ul li {
	padding-left: 10px;
	background: url(img/img16.gif) no-repeat 0px 10px;
}

a:link {
	color: #3490F8;
}

a:hover, a:active {
	text-decoration: none;
	color: #F89934;
}

a:visited {
	color: #3490F8;
}


img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}

.byline
{
    color: #999999;
}

.col-one {
	float: left;
}

.col-two {
	float: right;
}

.two-cols {
}

.two-cols .col-one, .two-cols .col-two {
	width: 250px;
}

/* Boxes */

.box-orange {
	background: url(img/img09.gif) repeat-x;
}

.box-orange .section {
	background: url(img/img11.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-orange .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(img/img10.gif) no-repeat;
    width: 525px;
}

.box-orange .content {
	padding: 20px;
}

.box-blue {
	background: url(img/img13.gif) repeat-x;
}

.box-blue .section {
	background: url(img/img15.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-blue .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(img/img14.gif) no-repeat;
}

.box-blue .content {
	padding: 20px;
}

.box-pink {
	background: url(img/img17.gif) repeat-x;
}

.box-pink .section {
	background: url(img/img19.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-pink .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(img/img18.gif) no-repeat;
}

.box-pink .content {
	padding: 20px;
}

/* Header */

#header {
	width: 980px;
	height: 92px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
}

#logo h1 {
	padding-top: 40px;
	text-transform: lowercase;
	font-size: 34px;
	font-weight: normal;
}

#logo h2 {
	padding: 63px 0 0 3px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#logo a {
	text-decoration: none;
	color: #000000;
}


/* Menu */

#menu {
	width: 960px;
	height: 30px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 0;
	background: #FFFFFF;
}

#menu a
{
    background-position: url(img/img07.gif) no-repeat;
    display: block;
    float: left;
    background: url(img/img07.gif) no-repeat;
    text-decoration: none;
    color: #666666;
}

#menu a:hover {
	color: #1777B1;
}

#menu b {
	display: block;
	float: left;
	height: 23px;
	padding: 7px 20px 0 20px;
	background: url(img/img08.gif) no-repeat right top;
	cursor: hand;	
}

#menu li.active {
	background: #CFCECE url(img/img04.gif) repeat-x;
}

#menu li.active a {
	background: url(img/img06.gif) no-repeat right top;
	color: #C90404;
}

#menu li.active b {
	background: url(img/img05.gif) no-repeat;
}
/* Page */

#innerContainer {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

/* Content */

#content {
	float: left;
	width: 540px;
	text-align: justify;
    
}

#content h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;
    color: #000000;
}

#contentTwo
{
    float: left;
    width: 900px;
    text-align: justify;
}

#contentTwo h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 140%;
    color: #000000;
}

.contentTwo
{
    float: left;
    width: 900px;
    text-align: justify;
}

/* Feature */

#feature {
	margin-bottom: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 420px;
}

#sidebar .col-one {
	width: 200px;
}

#sidebar .col-two {
	width: 200px;
}

.thumbox {
	padding: 5px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	font-size: 10px;
}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background-color: #CCC;
	background-image: url(img/footerbg.gif);
	background-repeat: repeat-x;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #F4F4FA;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
}

.login input[type="text"], input[type="password"] {
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #999;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(img/img02-fld.gif);

}
.dataBox
{
    border: 1px solid #C0C0C0;
    padding: 4px;
    background-image: none;
}
.ratesBox
{
    border: 1px solid #FFFFFF;
    border-collapse: collapse;
    width: 500px;
    margin-bottom: 10px;
}
.ratesBox td
{
    padding: 4px;
    border: 1px solid #FFFFFF;
    text-align: center;
    background-image: none;
    background-color: #DDEEFF;
}


.imgLeft {
	padding: 5px;
	float: left;
	border: 1px solid #CCC;
	margin-right: 5px;
}

.imgRight {
	padding: 5px;
	float: right;
	border: 1px solid #CCC;
	margin-left: 10px;
}

.imgBorder {
	text-align: center;
	padding: 5px;
	border: 1px solid #CCC;
	margin-left: 10px;
}

.termsList li
{
    margin-bottom: 10px;
}

.tableTerms td
{
    background-image: none;
}
.profile
{
    padding: 10px;
    border: 1px solid #C0C0C0;
    width: 560px;
    float: left;
}

.profileRight
{
    padding: 10px;
    border: 1px solid #C0C0C0;
    width: 27%;
    float: right;
    margin-right: 15px;
}

.enquiryBox, .enquiryBoxWide td
{
    padding: 4px;
    margin: 4px;
    border: 1px solid #CCCCFF;
    border-collapse: collapse;
    background-image: url('img/img02-fld.gif');
    background-repeat: repeat-x;
}

.enquiryBox td
{
    padding: 4px;
    margin: 4px;
    border: 1px solid #CCCCFF;
    border-collapse: collapse;
    background-image: url('img/img02-fld.gif');
    background-repeat: repeat-x;
}

.TextBox
{
    border: 1px solid #000099;
    height: 25px;
    width: 200px;
}

#enquiryBox .enquiryBox
{
    margin-right: auto;
    margin-left: auto;
}



#enquiryBox td
{
    padding: 4px;
    margin: 4px;
    border: 1px solid #CCCCFF;
    border-collapse: collapse;
    background-image: url('img/img02-fld.gif');
    background-repeat: repeat-x;
}


.enquiryBoxWide
{
    margin-right: auto;
    margin-left: auto;
    width: 500px;
}

.enquiryBoxSml
{
    margin-right: auto;
    margin-left: auto;
    width: 130px;
    padding: 4px;
    margin: 4px;
    border: 1px solid #CCCCFF;
    border-collapse: collapse;
    background-image: url('img/img02-fld.gif');
    background-repeat: repeat-x;
}

.enquiryBoxSml td
{
    padding: 4px;
    margin: 4px;
    border: 1px solid #CCCCFF;
    border-collapse: collapse;
    background-image: url('img/img02-fld.gif');
    background-repeat: repeat-x;
}

.enquiryBoxL
{
    width: 650px;
    margin-left: 10px;
    float: left;
}

.enquiryBoxL td
{
    padding: 4px;
    margin: 4px;
    border: 1px solid #CCCCFF;
    border-collapse: collapse;
    text-align: left;
    font-size: 12px;
}


.buttonImg
{
    background-image: url('../img/45.png');
    background-repeat: no-repeat;
    background-position: left center;
    width: 90px;
}

#propDesc
{
    width: 505px;
    float: left;
}

#photoBox
{
    float: left;
}

.bgNone
{
    background-image: none;
}
.villaCalendar, .villaCalendar td
{
	padding:1px;
	border:solid 1px #ccc;
	border-spacing: 0px;
}

.villaCalendar td
{
    font-size:11px;
	width:24px;
	height:24px;
	text-align:center;
}
.tdCalLegendRed 
{
    background-color:#FEA09E;
}
.tdCalLegendGrn 
{
    background-color:#B8E8A2;
}
.messageBox
{
    padding: 10px;
    border: 1px solid #0033CC;
    background-color: #CEDEFF;
}

.newUserDiv
{
    background-image: none;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.newUserDiv td
{
    margin: 4px;
    padding: 4px;
    border: 1px solid #CCCCFF;
    border-collapse: collapse;
    background-image: url('img/img02-fld.gif');
    background-repeat: repeat-x;
    background-position: left top;
}

.newUserDiv td p
{
    margin-bottom: 0px;
}

.textField
{
    padding: 8px 4px 1px 4px;
    background-image: url('img/img02-fld.gif');
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    font-family: Verdana;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 2px;
}

#tableMar
{
    border: 1px solid #0033CC;
    background-color: #E8F2FF;
}

#tableMar td
{
    
    margin-top: 8px;
    margin-bottom: 8px;
    background-repeat: repeat-x;
}