html, body {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, ul, ol {
	margin:0;
	padding:0;
}
h1 {
	color: #DB0017;
	font-size: 1.8em;
}
h2 {
	font-size: 1.4em;
	color: #DB0017;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #1C3F95;
	text-align: center;
}

#header {
	height: 95px;
}
#mainPageImg {
	width: 670px;
	float: left;
	margin-bottom: 15px;
}
.logoPlacement {
	margin-left: 30px;
	margin-top: 20px;
	float: left;
}
.advertiseYourHolidayHome {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Portfolio list styling START */

.portfolio {
	list-style-type: none;
	padding: 0px;
}

.portfolio li {
	float:left;
	width:101px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.portfolio img {
	display:block;
}

ul.portfolio {
	margin-top:5px;
}

		/* Portfolio list styling END */
		
.clearLeft {
	clear: left;
}
.clearLeftTopPadding {
	clear: left;
	padding-top: 15px;
}

#ColLgInner p {
	line-height: 1.3;
}
		
/* IntroPhoto list styling START */

.introPhoto {
	list-style-type: none;
	padding: 0px;
}

.introPhoto li {
	float:left;
	width:302px;
	margin-right: 8px;
	margin-bottom: 18px;
}

.introPhoto img {
	display:block;
	border:1px solid #1C3F95;
	margin-bottom: 4px;
}

ul.introPhoto {
	margin-top:5px;
}

		/* IntroPhoto list styling END */
		
/* GalleryStyle list styling START */

.galleryStyle {
	list-style-type: none;
	padding: 0px;
}

.galleryStyle li {
	float:left;
	width:128px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.galleryStyle img {
	display:block;
	border:4px solid #1C3F95;
	margin-bottom: 4px;
}

ul.galleryStyle {
	margin-top:5px;
	margin-bottom:8px;
}

		/* GalleryStyle list styling END */
		
/* GalleryStyle rollover effect START */

.galleryStyle li a:link img, .galleryStyle li a:visited img {
	border:4px solid #1C3F95;
}

.galleryStyle li a:hover img {
	border:4px solid #00B2F0;
}

		/* GalleryStyle rollover effect END */

#mainNavGraphic {
	height: 26px;
	clear: both;
	padding-left: 30px;
}
#ColLgOuter {
	width: 670px;
	margin-bottom: 15px;
	float: none;
}

#ColLgInner {
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 20px;
}
#ColLgOuter a:link, #ColLgOuter a:visited {
	color: #DB0017;
	text-decoration: underline;
}

#ColLgOuter a:hover {
	color: #FFFFFF;
	background-color: #DB0017;
}

#colSmOuter {
	float: right;
	width: 314px;
	margin-bottom: 15px;
}
#colSmInner {
	margin-top: 20px;
	margin-right: 30px;
	background-color: #CEFFFF;
}
		
/* Table style a START */

#box-table-a
{
	width: 620px;
	text-align: left;
	border-collapse: collapse;
	font-size: 0.95em;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#box-table-a th
{
	font-weight: bold;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #000066;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#box-table-a td
{
	background: #e8edff;
	border-bottom: 1px solid #fff;
	color: #1C3F95;
	border-top: 1px solid transparent;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#box-table-a tr:hover td
{
	color: #1C3F95;
	background-color: #b9c9fe;
}
.highlightTableYear {
	font-weight: bold;
	color: #1C3F95;
}

		/* Table Style a END */
		
/* Table style b START */

#box-table-b
{
	width: 400px;
	text-align: left;
	border-collapse: collapse;
	font-size: 0.95em;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#box-table-b th
{
	font-weight: bold;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #000066;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#box-table-b td
{
	background: #e8edff;
	border-bottom: 1px solid #fff;
	color: #1C3F95;
	border-top: 1px solid transparent;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#box-table-b tr:hover td
{
	color: #1C3F95;
	background-color: #b9c9fe;
}
.highlightTableYear {
	font-weight: bold;
	color: #1C3F95;
}

		/* Table Style b END */
		
/* Table style c START */

#box-table-c
{
	text-align: left;
	border-collapse: collapse;
	font-size: 0.95em;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#box-table-c th
{
	font-weight: bold;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #000066;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#box-table-c td
{
	background: #e8edff;
	border-bottom: 1px solid #fff;
	color: #1C3F95;
	border-top: 1px solid transparent;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#box-table-c tr:hover td
{
	color: #1C3F95;
	background-color: #b9c9fe;
}
.highlightTableYear {
	font-weight: bold;
	color: #1C3F95;
}

		/* Table Style c END */

/* Footer Elements START */

#footer {
	margin-right: 30px;
	margin-left: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #1C3F95;
	padding-top: 5px;
	margin-top: 20px;
	clear: both;
	font-size: .9em;
}

#footer ul {
	list-style-type:none;
}

#footer li {
	display:inline;
}
.footer a     {
	text-decoration:none;
	border-right: 1px solid #1C3F95;
	padding-right: 7px;
	padding-left: 4px;
}
#removePaddingLeft {
	padding-left: 0px;
}

#footer p {
	margin-top: 3px;
	margin-bottom: 5px;
}

#footer a:link, #footer a:visited {
	color: #1C3F95;
}

#footer a:hover {
	color: #00B2F0;
	text-decoration: underline;
}

		/* Footer Elements END */

/* Entice Design Link START */

#enticedesign {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 984px;
	text-align: right;
	margin-top: 3px;
}
#enticedesign a:link, a:visited {
	text-decoration: none;
	color: #1C3F95;
}
#enticedesign a:hover {
	text-decoration: underline;
	color: #3333FF;
}

		/* Entice Design Link END */
.highlightBoldBlue {
	font-size: 1.2em;
	font-weight: bold;
	color: #000066;
}
.listPadding {
	padding-left: 14px;
	padding-top: 10px;
}
.boldText {
	font-weight: bold;
	color: #000066;
}
.boldRed {
	font-weight: bold;
	color: #DB0017;
}
.olMargin {
	margin-left: 18px;
	margin-bottom: 20px;
}
.olMarginLarge {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.floatLeft {
	float: left;
	margin-right: 10px;
}
#paymentPayPal {
	margin-bottom: 20px;
}

/* Testimonials styling START */

.testimonialQuote {
	font-style: italic;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DB0017;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.5;
	padding-top: 5px;
}

.floatRightBold {
	font-weight: bold;
	float: right;
}
/* Testimonials styling END */
.MarginBottom {
	margin-bottom: 20px;
}
.MarginTop {
	margin-top: 15px;
}
.floatRight {
	float: right;
	margin-left: 10px;
}
.removeTopMargin {
	margin-top: 0px;
}
#sitemapList {
	line-height: 1.3;
}
#sitemapList ul {
	margin-left: 12px;
}

#additionalServicesBoxSize {
	float: right;
	width: 210px;
	margin-right: 15px;
	display: inline;
}
#ColLgOuterAvail {
	margin-bottom: 15px;
	float: left;
	clear: both;
	width: 984px;
}
.propertyRef {
	font-size: 1.2em;
	color: #000000;
	margin-top: 5px;
}
.agencystylea {
	font-size: .8em;
	font-weight: normal;
}
.testimonial {
	font-style: italic;
}
#externallinks {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 984px;
	text-align: left;
	margin-top: 100px;
	clear: both;
}

/* Special Offers START */

#specialOffers {
	height: 1150px;
	width: 314px;
	background-color: #FFC722;
	background-image: url(../images/specials/special-offers-gradient.jpg);
	background-repeat: repeat-x;
	background-position: 0px 1047px;
}
.specialAd {
	background-color: #B7182B;
	color: #FFFFFF;
	margin-right: 20px;
	margin-left: 20px;
	border: 1px solid #780E11;
	height: 70px;
	padding-right: 5px;
	margin-top: 5px;
}
.specialAdText {
	margin: 0px;
	padding: 0px;
}
#specialAdHeaderText {
	padding-top: 7px;
	font-weight: bold;
}
#specialAdDescr {
	padding-top: 3px;
	font-size: 0.8em;
	font-weight: normal;
}
.soAdfloatLeftMarginRight {
	float: left;
	margin-right: 8px;
}

#specialAdDescr a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#specialAdDescr a:hover {
	text-decoration: underline;
}

/* Special Offers END */
.weValue {
	text-align: center;
	margin-bottom: 20px;
}
