/* @override 
	http://snet2.personaltravelgroup.com/css/master.css
	http://www.personaltravelgroup.com/css/reset.css
*/

/* Resort Marketing Solutions */

@import url("reset.css");

body {
	/*font: normal 100% "trebuchet ms", verdana, arial, helvetica, sans-serif;*/
	font: normal 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	min-width: 640px;
	/*background: #9ea7b3 url(/images/mainBgr.gif) repeat-x left top;*/
	background: #e8eefd;
}

* html body {
	font-size: small;		/* for IE5/Win */
	f\ont-size: medium;		/* for other IE versions */
}

/*
Page structure
---------------------------
*/

#wrap {
	position: relative;
	width: 800px;
	background: #fff;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 90%;
}

#header {
	position: relative;
	height: 130px;
	background: #d3defe url(/images/headerTop2.gif) no-repeat left top;
	border-bottom: 1px solid #fff;
}

#footer {
	clear: both;
	position: relative;
	background: #3051a9 url(/images/footerBase.gif) no-repeat center bottom;
	padding-bottom: 10px;
}

#footer	.content {
	padding-top: 10px;
	background-color: #4e75be;
}

#header #logo {
  padding-top:10px;
  padding-left:20px;
}

#leader {
	position: relative;
	height: 270px;
	background: #fff url(/images/leader2.jpg) no-repeat left top;
}

#fpslogan {
	display: block;
	position: absolute;
	border: none;
	left: 20px;
	top: 10px;
}

#main {
	line-height: 1.2em;
}

#navbar {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 32px;
	width: 800px;
	color: #00248f;
	font-family: Helvetica, Arial, sans-serif;
}

#sidebar {
	width: 250px;
	display: inline;
	float: right;
	background-color: #bb4241;
	color: #FFF;
}

.col {
	float: left;
	padding-bottom: 20px;
}

#lcol {
	width: 150px;
	margin-right: 10px;
}

#mcol {
	width: 420px;
	background-color: #fff;
}

#rcol {
	width: 180px;
}

.twocol #mcol {
	width: 555px;
}

.twocol #rcol {
	width: 243px;
	margin-left: 1px;
	margin-right: 1px;
}

/* easy clearing */

.container:after {
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.container {
	display: inline-block;
	margin-top: 0px;
}

/*\*/

.container {
	display: block;
}

/* end easy clearing */



p {
	margin-bottom: 1em;
}

/* Links */

a {
	text-decoration: none;
}

a:link {
	color: #004bab;
	text-decoration: none;
}

a:visited {
	color: #5e91d2;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #004bab;
}

/* Forms */

fieldset {
	margin: 1em 0;
	border: none;
	border: 1px solid #ccc;
	padding: 20px;
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #ccc;
	background: transparent;
	font-size: 1em;
	font-weight: bold;
}

label {
	text-align: right;
}

fieldset label {
	float: left;
	width: 140px;
	padding: 0 1em;
	text-align: right;
	clear: both;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	width: 200px;
	color: #333;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
}

fieldset div select {
	padding: 1px;
}

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input {
	width: 1em;
}

div.fm-multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}

#fm-submit {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

#fm-submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	color: #fff;
	font-size: 100%;
}

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}

/* required fields - does not work in IE */

fieldset div.required {
	font-weight: bold;
}

fieldset div.required label:before {
	content: "* ";


/* does not work in IE */
}

.formerror {
	color: #f00;
}

ul.formerror {
	margin-bottom: 1em;
}

ul.formerror li {
	padding: 0 0 0 100px;
	margin: 0;
}

h1 {
	font-size: 230%;
	margin-bottom: 30px;
	margin-top: .75em;
	font-weight: normal;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}

h2 {
	font-size: 140%;
	font-weight: normal;
	margin-bottom: .5em;
	color: #400099;	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 4px solid #bccdfc;
}

#rcol h2, #mcol h2 {
	background-color: #f7f7f7;
	color: #002ea9;
	border-top: none;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #002ea9;
}

h3 {
	margin-bottom: 1em;
	font-size: 120%;
	font-weight: bold;
	color: #FF4E00;
	padding-top: 4px;
	padding-bottom: 4px;}


#rcol h3 {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 100%;
}

dt {
	display: block;
	font-weight: bold;
	margin-bottom: .5em;
}

dd {
	margin-left: 0px;
	margin-bottom: 1em;
}

ul li {
	margin-top: .5em;
	padding-bottom: .5em;
}

ol {
	list-style-type: upper-roman;
	margin-left: 20px;
	padding-left: 20px;
	margin-top: 1em;
	margin-bottom: 1em;
}

ol li {
	margin-bottom: .5em;
}

.subnav a.current, .subnav a:visited.current {
	color: #a59393;
}


#navbar ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	line-height: 32px;
	float: right;
	background: url(/images/navBgrEdge.gif) no-repeat left top;
}

#navbar ul li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	background: #3051a9;
}

#navbar ul li.last {
	
}

#navbar a {
	font-size: 100%;
	display: block;
	padding: 0 20px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid #638ecc;
	/*border-bottom: 6px solid #bccdfc;*/
	background: url(/images/navBgr2.gif) repeat-x left top;
}

#navbar .last a {
}

#navbar a:link {
	color: #fff;
}

#navbar a:visited {
	color: #fff;
}

#navbar a:hover {
	color: #fff;
	/*border-bottom: 6px solid #ff6b00;*/
}

#navbar a:active {
	color: #fff;
}

#navbar .active a {
	color: #fff;
	/*border-bottom: 6px solid #698ffd;*/
}

#mcol ul.subnav {
	list-style: none;
	margin-top: 0;
	margin-bottom: 1em;
	display: block;
}

#mcol ul.subnav li {
	display: inline;
	float: left;
	width: 180px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-top: 0;
	padding: 10px;
	background-color: #ffebeb;
}

#mcol .subnav a {
	font-size: 130%;
	display: block;
	padding-top: 100px;
}


#rcol ul {

}

#rcol li {
	background: url(/images/icon/spiralBullet.gif) no-repeat left 4px;
	padding-left: 26px;
	color: #2a4894;
}


#footer p {
	color: #f1f5ff;
}

#footer a {
	color: #f1f5ff;
	text-decoration: none;
}

#footer a:visited {
	color: #f1f5ff;
}

#footer a:hover {
	text-decoration: underline;
}

.thumbnail {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

p.readon {
	padding-left: 5px;
	font-size: 85%;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	background: url(/images/bgr/readMore.gif) no-repeat left center;
}

#leader p.readon {
	font-size: 80%;
}

p.readon a {
	color: #fff;
	text-decoration: none;
}

p.readon a:visited {
	color: #fff;
}

p.pullq {
	font-weight: bold;
	font-size: 120%;
	padding-left: 10px;
	border-left: 8px solid #e5903c;
}

p.em {
	font-weight: bold;
	padding: 10px;
	background: #f4f4f4;
	color: #000042;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

p.intro {
	margin-top: 1em;
	font-size: 110%;
}

#prom1 {
	background: url(/images/thumb/traveller.jpg) no-repeat left top;
}

#prom2 {
	background: url(/images/thumb/resortTalk.gif) no-repeat left top;
}

#prom3 {
	background: url(/images/thumb/blank.gif) no-repeat left top;
}

#prom4 {
	background: url(/images/thumb/blank.gif) no-repeat left top;
}

#prom5 {
	background: url(/images/thumb/blank.gif) no-repeat left top;
}

.content {
	font-size: 90%;
	color: #1a1a17;
	padding-left: 20px;
	padding-right: 20px;
}

#rcol .content {
	/*background-color: #f1f5ff;*/
	padding: 0;
	background: url(/images/vertGreyFade.gif) repeat-x left top;
}

#mcol .content {
	padding: 0;
}

#rcol .content p, #rcol .content h3, #rcol .content h2, #rcol .content ul {
	padding-left: 20px;
	padding-right: 20px;
}

#mcol .content h1, #mcol .content p, #mcol .content h2, #mcol .content ul, #mcol .content h2, #mcol .content h3, #mcol .content dl, #mcol .content form, #mcol .content table, #mcol .content #breadcrumbs {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 5px;
}

.login {
	display: block;
	position:absolute;
	right: 10px;
	top: 0;
	padding: 35px 10px 10px 10px;
}

.login p {
	font-weight: bold;
	color: #f1f5ff;
	float: left;
	margin-bottom: 2px;
	margin-top: 1.3em;
}

.login input.imgsubmit {
	margin-top: 1.3em;
}

.login label {
	font-size: 75%;
	color: #f1f5ff;
	text-align: left;
	display: block;
	float: left;
}

.login input.txtin {
	width: 120px;
	display: block;
	margin-top: 1.5em;
	margin-right: 0;
	padding-right: 0;
}

.login .formfield {
	display: block;
	float: left;
	width: 130px;
	padding-left: 4px;
}

#leader ul {
	position: absolute;
	right: 0;
	width: 239px;
	margin-right: 5px;
	border-left: 1px solid #fff;
}

#leader ul li {
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #d4c99f;
}

#leader ul p {
	margin-top: 0;
	margin-bottom: .5em;
}

#leader h2 {
	font-size: 140%;
	margin-bottom: 0.3em;
	padding-bottom: 0;
	margin-top: 0;
	color: #FF4E00;
	border: none;}

#leader p {
	color: #555553;
	font-size: 90%;
}

div.breadcrumb {
	display: block;
	margin-bottom: 1.6em;
	background-color: #ffebeb;
	border-top: 1px solid #eddadb;
	border-bottom: 1px solid #eddadb;
	padding: 3px 3px;
	color: #ab9e9e;
	font-size: 90%;
}

div.breadcrumb .crumb {
	padding-left: 2px;
	padding-right: 2px;
}

/* easy clearing */

.ezclear:after {
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ezclear {
	display: inline-block;
	margin-top: 0px;
}

/*\*/

.ezclear {
	display: block;
}

/* end easy clearing */

.rightnav {
	background-image: url (/images/rightNav.gif) repeat-x top;
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
}

#righta {
	color: #FFFFFF;
	text-decoration: none;
}

.title {
	font-size:16px; 
	font-weight:bold;
}

.title2 {
	font-size: 23px;
	padding-top: 10px;
	margin-bottom: 10px;
}

#login {
	padding-left: 30px;
}

.formError {
	color: #FF0000;
}

#offices {
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 4px;
}

#offices td{
	text-align: center;
}

#newsList {
	margin-bottom: 2em;
}
#newsList .date {
	padding-right: 2em;
}
	