body
{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#FFFFFF;
	background-image:url(images/sfondo.jpg); background-repeat:repeat-x;
}
a:active
{
	color: #FFFFFF;
}
a:link
{
	color: #FFFFFF;
}
a:visited
{
	color: #FFFFFF;
}
a:hover
{
	color: #ff0d12;
}
.bgImage
{
	background-image:url(images/sfondocontent.gif);
	background-position:top;
}
.title
{
	font-style:italic;
	font-weight:bold;
	color:#5078B3;
}
.subtitle
{
  border-bottom : solid 1px #FFFFFF;
  font-family :Brush Script MT, Arial, Helvetica, sans-serif;
  color: #2E4d7B;
  font-size: 30px;
}

.content
{
	color:#5078B3;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
}
.alternatecontent
{
	color:#5078B3;
	font-size:small;
	background-color:#5078B3;
	color:#FFFFFF;
  white-space:nowrap;
}


.footer
{
	 background-color:#5078B3;
	 background-image:url(images/footerbg.jpg);
	 background-repeat:repeat-x;
	 text-align:left; 
	 font-size:smaller; 
	 vertical-align:middle;
	 color:#ffffff;
}

.contacts
{
	font-size:14px;
	color:#5078B3;
}

.header
{
	 background-color:#5078B3;
	 
}
.headerContent
{
	font-size:12px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.mainContent
{
	background-position:left 100% bottom; 
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	background-color:#D3DEEF;
}
.slideContent
{
	background-color:#D3DEEF;
	height:115px;
}

a .link
{
	color: #00FF00;
}

.photos
{
	border:solid 2px #5078B3;
	width:100px;
	height:75px;
}

.NoCss
{
}

.PlacesMain
{
	 text-align:left;
	 font-weight:bold;
	 text-decoration:underline;
}
.PlacesDetails
{
	text-align:justify;
}

.PlacesBrk
{
	text-align:center;
}

.PlacesPhoto
{
	height:50px; 
	border:solid 1px black;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}



