/*
===================================
STYLE SHEET CASA PAROTA WEB SITE
-----------------------------------
This site was originally designed with a "liquid"
layout.  The #wrapper was added on January 4, 2008 as
liquid layouts now seem a little dated.
------------------------------------ */
BODY {
	margin: 0px 0px 10px 6px;
	color: #003399;
	font-family: Verdana, Arial, sans-serif;
}
#wrapper {
	margin: 2px 2px 2px 0px;
	padding: 2px 2px 2px 2px;
	border: 2px solid #003399;
	width: 840px;
}
/* This is used for all standard text in white space */
.myNormal
{
	display: block;
	margin: 6px 0px 0px 0px;
	color: #003399;
	font-size: 11px;
	line-height: 1.4;
	padding: 0px 30px 0px 20px;
	font-family: Verdana, Arial, sans-serif;
}
/* This is used for lists and non-paragraph standard text in white space */
.myList {
	color: #003399;
	font-size: 11px;
	line-height: 1.4;
	font-family: Verdana, Arial, sans-serif;
}
/* This is used for topics and headings where an in-line style is needed */
.myTopic
{
	color: #003399;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	font-family: Arial, sans-serif;
}
.myTopicCenter
{
	color: #003399;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, sans-serif;
}
.myCaption
{
	color: #003399;
	font-style: italic;
	font-size: 11px;
	line-height: 1.3;
	margin: 0px 0px 4px 0px;
	padding: 0px 30px 0px 30px;
	font-family: Verdana, Arial, sans-serif;
}
.myCaption2
{
	display: block;
	color: #003399;
	font-style: italic;
	font-size: 11px;
	line-height: 1.4;
	padding: 0px 30px 0px 70px;
	font-family: Verdana, Arial, sans-serif;
}
/* These are links that occur in the white background .... */
.navOnWhite {
	display: inline;
	color: #000099;
	font-size: 11px;
	line-height: 1.4;
	font-family: Verdana, Arial, sans-serif;
}
.navOnWhite a:link {
	color: #000099;
	text-decoration: underline;
}
.navOnWhite a:visited {
	color: #000099;
	text-decoration: underline;
}
.navOnWhite a:hover {
	color: #cc0033;
	text-decoration: none;
}
/* This is used for the bold headers and topic headings on white space */
h1.myTitleWhite {
	display: block;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.2;
	padding: 10px 30px 0px 20px;
	font-family: Arial, sans-serif;
}
h2.myTitleWhite
{
	display: block;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.2;
	padding: 0px 30px 0px 20px;
	font-family: Arial, sans-serif;
}
h1.myTitle {
	display: block;
	color: #000099;
	font-size: 20px;
	line-height: 1.2;
	padding: 10px 30px 0px 20px;
	font-family: Arial, sans-serif;
}
h2.myTitle {
	display: block;
	margin: 0px 0px 3px 0px;
	color: #003399;
	font-size: 13px;
	line-height: 1.2;
	padding: 10px 30px 0px 20px;
	font-family: Arial, sans-serif;
}
h1.myTitleColor {
	display: block;
	color: #000099;
	font-size: 20px;
	line-height: 1.2;
	padding: 10px 15px 0px 15px;
	font-family: Arial, sans-serif;
}
h2.myTitleColor {
	display: block;
	color: #cc0033;
	font-size: 14px;
	line-height: 1.3;
	padding: 10px 15px 0px 15px;
	font-family: Arial, sans-serif;
}
/*
=======================================================
This is used for the bold links and minor centered headers,
in particular the one which links to the "Other Vacation
Homes" page.
------------------------------------------------------- */
p.boldTouch {
	display: block;
	margin: 4px 180px 4px 180px;
	padding: 0px 0px 4px 0px;
	border: 1px solid #ffbbbb;
	color: #ffbbbb;
	font-weight: bold;
	text-align: center;
}
p.boldTouch a:link, p.boldtouch a:visited {
	color: #cc3333;
	text-decoration: underline;
}
p.boldTouch a:hover, a:active {
	color: #ff0000;
	text-decoration: none;
}