/***************  templates/main/css/global.defaults.css  ***************/
/* ---------------- OVERRIDE BROWSER DEFAULT TYPOGRAPHY ---------------- */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}
div#holder {
	font-family: Verdana, Arial, sans-serif;
	font-size: 76%;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 1.6em 0em 0em;
}
h2 {
	font-size: 1.2em;
	margin: 1.4em 0em 0em;
	font-weight: normal;
}
h3 {
	font-size: 1em;
	margin: 1.2em 0em 0em;
	font-weight: normal;
}
h4 {
	font-size: 0.9em;
	margin: 1.2em 0em 0em;
	font-weight: bold;
}
h5 {
	font-size: 0.9em;
	margin: 1.2em 0em 1.2em;
	font-weight: normal;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em;
	font-weight: bold;
}
p,
li {
	line-height: 1.2;
}
p {
	font-size: 1em;
	margin: 0.9em 0em 1.2em;
}
li > p {
	margin-top: 0.2em;
}
ol, ul {
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	margin-left: 0;
	padding-left: 1.8em; /* 1.8em is flush left in IE6; 1.55em in Firefox2 */
	list-style-type: square;
}
img {
	border: 0 none;
}
th {
	font-weight: normal;
	text-align: right;
	padding-right: 0.5em;
}
td {
	text-align: center;
}
form,
button,
input,
select,
textarea {
	margin: 0;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
sup {
	font-size: 0.74em;
	/* avoid increased line-box height */
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
sup.ordinal {
	text-transform: lowercase;
}
.temperature {
	white-space: nowrap; /* prevent IE from word-breaking after degreee symbol */
}

/***************  templates/main/css/global.text.css  ***************/
/* Global Element Styles */
body {
	font-family: 'PTSansRegular', sans-serif;
	font-size:1.1em;
	color:#333333;
}

p {
    font-size: 1.1em;
    margin: 0.9em 0 1.2em;
}

p, li {
    line-height: 1.2;
}

h1, h2 {font-family: 'PTSansBold'; font-size: 16px; color: #ffffff; text-transform: uppercase;}
h2 {font-family: 'PTSansRegular';}

h3 {
	font-family: 'PTSansRegular', sans-serif;
	font-size:1.4em;
	text-transform:capitalize;
	color:#69120c;
	margin:.5em auto;
	padding:0;
}

h4{
	font-family: 'PTSansRegular', sans-serif;
	font-size:1.1em;
	text-transform:capitalize;
	color:#69120c;
}

/* Global Section Styles */
div#holder {font-family: 'PTSansRegular', Arial, sans-serif;}
div#footer {text-align: center; color: #8b111e; font-size: 12px;}
div#footer a {color:#8b111e; text-transform: uppercase; }
div#footer a:hover {color:#ffefd7;}

/* Orlando CSS */

.area_orlando #main-content h2 {
	font:normal 24px 'PTSansRegular', sans-serif;
	position:relative;
	margin: 1.4em 0 0.4em;
}
/***************  templates/main/css/global.layout.css  ***************/
/* ----- START LAYOUT COMMON TO ALL PAGES ----- */
/* START ANTI-MARGIN-COLLAPSING */
div#something {margin-top: -1px; padding-top: 1px;}
/* END ANTI-MARGIN-COLLAPSING */
/* START FLOAT ENCLOSING ("EASY CLEARING") */
div#something:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden;}
/* END FLOAT ENCLOSING ("EASY CLEARING") */
/* START OFFSCREEN */
div#languages h2, div#credits h2 { display: inline; position: absolute; overflow: hidden; margin: 0; border: 0; padding: 0; width: 0; height: 0;}
/* END OFFSCREEN */

/*GOOGLE MAPS*/
div#main-content #map #logocontrol + div {
	white-space:normal !important; /*this will force the copyright text on the bottom of the goolge map to wrap when the map container is too small*/
}
/*END GOOGLE MAPS*/

.toolbox-link {
    left: 200px;
    top: 300px;
	z-index:200px;
}

#languages {
	position:absolute;
	right: 172px;
    top: 14px;
    z-index: 1;}
	
div#languages ul li {
    float: right;
    margin: 0 8px;
    position: relative;
}