/* CSS Document */

html, body
{
	margin: 0px;
	padding: 0px;
	background-color: #556666;
	
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #333351;
	line-height: 13pt;
}

.smaller, .finePrint
{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #333351;
	line-height: 11pt;
}

.mainBody
{
	background-color: #FFFFFF;
	border: solid 1px #FFFFFF;
	border-width: 1px 0px;
	
	border-top: solid 1px #3c4d4d;
	
	margin: 0px auto;
	text-align: left;

	width: 775px;
}

.headSpace
{
	height: 100px;
	margin: 0;
	border: solid 1px #3c4d4d;
	border-width: 9px 0px 10px 0px;
	background: #ffffff url( ../images/logoHead.png ) no-repeat 0px center;
	
	text-align: right;
	color: #FFFFFF;
}

.headerHolder
{
	height: 75px;
	margin: 10px 0px;
	background: #3c4d4d;
	
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 12pt;
	
	color: #FFFFFF;
}


.headPhone
{
	margin: 28px 16px 0 390px;
	color: #000000;
	font: bold 15pt "Times New Roman", Times, serif;
	line-height: 15pt;
	text-align: right;
}

.headMenu
{
	margin: 0px 0px 0px auto;
	font-size: 9pt;
	line-height: 9pt;
	padding: 5px 8px 5px 8px;
	border: solid 1px #aac2c5;
	border-width: 0px 0px 1px 1px;
	
	background: #c3d5d7;
}

.headMenu .menuElement, .headMenu .menuElement:hover, .headMenu .menuElementOver
{
	color: #3C4D4D;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
	font-weight: normal;
}

.menuSpace
{
	background-color: #FFFFFF;
	border-top: solid 1px #aac2c5;
	margin-bottom: 5px;
	padding: 0px;
}

.menuSpace .menuElement
{
	display: block;
	width: 100%;
	padding: 8px 0px;
	text-align: center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border-bottom: solid 5px #FFFFFF;
	background-color: #c3d5d7;
}

.menuSpace .menuElement:hover
{
	color: #4c68a1;
	border-bottom: solid 5px #4c68a1;
	background: #c3d5d7 url(../images/menuPointerHover.gif) no-repeat center bottom;
}

.menuSpace .menuElementOver
{
	display: block;
	width: 100%;
	padding: 8px 0px;
	text-align: center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #29406e;
	border-bottom: solid 5px #29406e;
	background:  #c3d5d7 url(../images/menuPointer.gif) no-repeat center bottom;
}

.contentHead
{
	background-color: #e1eaeb;
	border: solid 1px #c3d5d7;
	border-width: 1px 0px;
	margin: 0px 0px 10px 0px;
}

.contentHead .content
{
	vertical-align: top;
	padding: 15px;
}

.contentMain
{
	border: solid 1px #aac2c5;
	border-width: 1px 0px 0px 0px;
	background-color: #c3d5d7;
	padding: 15px 15px 15px 15px;
}

h1
{
	font-size: 12pt;
	line-height: 12pt;
	margin: 0px 0px 7px 0px;
	font-family: Arial, Helvetica, sans-serif;
	
	color: #29406e;
}

h2
{
	font-size: 11pt;
	line-height: 12pt;
	margin: 0px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	
	color: #4c68a1;
}

h3
{
	line-height: 12pt;
	margin: 0px 0px 4px 0px;
	font: bold 10pt Arial, Helvetica, sans-serif;
	
	color: #333351;
}


.frame
{
	border: solid 1px #c3d5d7;
}

.contentMain .frame
{
	border: solid 1px #aac2c5;
}

.footerHolder
{
	background-color: #FFFFFF;
	padding: 10px 0px 9px 0px;
	text-align: center;
	border-top: solid 1px #aac2c5;
}

.footerSpace
{
	text-align: center;
	background-color: #3c4d4d;
	padding: 8px 0px;
	
	font-size: 9pt;
	line-height: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	
	color: #C3D5D7;
}

.footerSpace a.link
{
	color: #FFFFFF;
	text-decoration: underline;
	padding: 0px 8px 0px 8px;
	font-size: 8pt;
	font-weight: normal;
}

.footerSpace a.link:hover
{
	color: #C3D5D7;
}

.special
{
	font-weight: bold;
	color: #CC0000;
}

.thumbnailText
{
	margin: 3px 0px 10px 0px;
	font-size: 8pt;
	line-height: 8pt;
}


a.linkButton
{
	font-size: 8pt;
	padding: 2px 8px;
	border: solid 1px #4c68a1;
	font-weight: bold;
	text-decoration: none;
	color: #4c68a1;
	background: #e1eaeb;
}

a.linkButton:hover
{
	color: #29406e;
	border: solid 1px #29406e;
	background: #FFFFFF;
}

a.link
{
	color: #29406e;
	text-decoration: underline;
}

a.link:hover
{
	color: #4c68a1;
	text-decoration: underline;
}

.strong
{
	color: #3C79A8;
	font-weight: bold;
}

.quote
{
	margin: 10px 0px 0px 0px;
	width: 100%;
}

.quoteAuthor
{
	margin: 5px 0px 35px 50px;
	font-style: italic;
}

.quoteIcon
{
	float: left;
	font: 38pt bold "Times New Roman", Times, serif;
	line-height: 38pt;
	padding: 0px 0px 0px 0px;
	width: 33px;
}

.reserveBox
{
	background-color: #e1eaeb;
	border: solid 1px #aac2c5;
	padding: 10px;
	margin: 0 0 0 14px;
	float: left;
 }
 
.reserveBox .step
{
}

.reserveBox .current-step
{
	padding-left: 20px;
	font-weight: bold;
}



.reserveBox p
{
	padding: 0 0 10px 0;
}



input, select, textarea
{
	font-size: 8pt;
}

.contactInput
{
	width: 180px;
}


a.closeButton
{
	float: right;
	display: block;
	width: 60px;
	padding: 2px 0px;
	text-align: center;
	text-decoration: none;
	
	/*border: solid 1px #3C79A8;
	color: #3C79A8;*/
	
	border: solid 1px #000000;
	color: #000000;
	
	font-size: 7pt;
	line-height: 9pt;
	font-weight: bold;
}

a.closeButton:hover
{
	background-color: #EEEEEE;
}

.hidden
{
	overflow: hidden;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

form
{
	margin: 0px;
}

.hiddenForm
{
	border: solid 1px #3C79A8;
	margin: 12px 0px; 
	padding: 5px 5px 10px 5px;
}

p
{
	margin: 0px;
	padding: 5px 0px;
}

img
{
	border: 0px;
	display: block;
}

.placeholder
{
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	background-color: #FFF;
}

/* question & answer section */
.qa
{
	margin-bottom: 12px;
}

.qa a.question
{
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
	text-decoration: none;
}

.qa .answer
{
	margin-bottom: 3px;
}




