#contentSection {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	
}

#contentContainer {		
	padding: 0px 10px 0px 10px;
}

#mainPageContainer {		
	width: 100%;
	background-color: #f4f7fb;
	
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
}

#pageTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #3867a0;
	text-decoration: none;
	
	border-bottom: 1px solid #749bcc;	
}

.subTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #3867a0;
	text-decoration: none;
	
	padding: 20px 0px 0px 0px;
}

#listTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #3867a0;
	text-decoration: none;
	
	padding: 20px 0px 5px 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	
	padding: 0px 0px 0px 22px;
	margin: 0px 0px 20px 0px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 20px 0px;
}

a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #3867a0;
	text-decoration: underline;
}

a:hover {
	color: #960000;
}


.redCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #AF0000;
}

.redCopyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #AF0000;
}

.redCopyBold a:link, .redCopyBold a:visited, .redCopyBold a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none
}

.backtotop {
	text-align: right;
}

.newsBlock{
	/* Bug mantis 0008096 - suppression de : width: 80%;*/
	margin-bottom: 10px;
}

.imgLeftNoBorder
{
	border: 0px;
	vertical-align: top;
	float: left;
	margin: 0px 15px 10px 0px;
}

.imgRightNoBorder
{
	border: 0px;
	vertical-align: top;
	float: right;
	margin: 0px 0px 10px 15px;
}

/*Sandals/Beaches Styles*/
#beachesImage {
	width: 554px;
	height: 428px;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#sandalsImage {
	width: 554px;
	height: 377px;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#sandalsPanel {
	width: 554px;
	
	background-color: #2f73ca;
	
	background-image: url(../images/SandalsBeaches/BKGRD-Sandals_Panel.gif);
	background-repeat: repeat-y;
	background-position: left top;
	
	padding: 0px 0px 40px 0px;
	margin: 0px auto 25px auto;
}

#beachesPanel {
	width: 554px;
	
	background-color: #f1eae0;
	
	padding: 0px 0px 40px 0px;
	margin: 0px auto 50px auto;
}

#sandals_beaches-textPanel {
	width: 380px;
	
	text-align: left;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/* end Sandals Beaches styles */

/* Click Here */
#clickHere {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3073ca;
	border: 1px solid #3e75b8;
	background-image: url(../images/siteSpecificBanners/BKGRD_ClickHerePanel.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
	padding: 11px 0px 11px 15px;
	margin: 0px 0px 0px 0px;
}

