/*
HTML Page elements
---------------------
*/

	body {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 10px 0px;
		background-color: #E3DDC9;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		line-height: 17px;
		color: #333333;
		background-image: url("/images/common/background_tile.jpg");
	}
	
	p {
		margin: 0px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	form {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	a {
		color: #5C1F2F;
		text-decoration: underline;
	}
	a:visited {
		color: #517B9C;
		text-decoration: underline;
	}
	a:hover {
		color: #CC3300;
		text-decoration: underline;
	}
	
	hr {
		display: none;
	}
	
	.clearBoth {
		clear: both;
		height: 1px;
		overflow: hidden;
	}
	
	.floatRight {
		float: right;
	}
	.floatLeft {
		float: left;
	}
	
	ul {
		display: block;
		margin: 0px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
		list-style-type: none;
		list-style-position: outside;
	}
	
	ul li {
		margin: 0px 0px 4px 0px;
		padding: 0px 0px 0px 25px;
		background-image: url("/images/common/list_bullet.gif");
		background-position: 5px 3px;
		background-repeat: no-repeat;
	}	
	

/*
Misc positioning elements
-------------------------
*/

	#miscTags {
		display: none;
	}
	
	#fullBrowserWidth {
		display: block;
		width: 100%;
		min-height: 600px;
		text-align: center;
		background-image: url("/images/common/background_fade_tile.jpg");
		background-repeat: repeat-x;
	}

	#centeredPage {
		display: block;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		position: relative;
		width: 860px;
		text-align: left;
		background-image: url("/images/common/page_bg_tile.gif");
		background-repeat: repeat-y;
		overflow: hidden;
	}
	
	#topLeftShadow {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 5px;
		height: 450px;
		background-image: url("/images/common/top_left_shadow.jpg");
		background-repeat: no-repeat;
	}
	
	#topRightShadow {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 5px;
		height: 450px;
		background-image: url("/images/common/top_right_shadow.jpg");
		background-repeat: no-repeat;
	}
	
/*
Header elements
-------------------------
*/

	#headerArea {
		display: block;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		position: relative;
		width: 860px;
		height: 28px;
		text-align: center;
		background-repeat: no-repeat;
		color: #ffffff;
		overflow: hidden;
	}
	
	#headerArea p {
		margin: 0px 0px 0px 0px;
		padding: 5px 0px 0px 0px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 11px;
		line-height: 13px;
		color: #F3F1E7;
	}
	
	#headerArea p a {
		color: #F3F1E7;
		text-decoration: none;
	}
	#headerArea p a:visited {
		color: #F3F1E7;
		text-decoration: none;
	}
	#headerArea p a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	#skipNav {
		display: none;
	}
	
	#logoOnWhite {
		margin: 20px 20px 0px 20px;
	}

/*
Column elements
-------------------------
*/

	#twoColumns {
		display: block;
		margin: 20px 20px 0px 20px;
		padding: 0px 0px 0px 0px;
		width: 820px;
		background-image: url("/images/common/two_cols_bg_tile.gif");
		background-position: top left;
		background-repeat: repeat-y;
	}
	
	#twoColumns #mainColumn {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		width: 550px;
		overflow: hidden;
	}
	
	#twoColumns #rightColumn {
		display: block;
		width: 230px;
		float: right;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
/*
Image Panel elements
-------------------------
*/

	#signatureImages {
		display: block;
		position: relative;
		margin: 0px 5px 0px 5px;
		padding: 0px 0px 0px 0px;
		width: 850px;
		height: 315px;
		overflow: hidden;
	}

	#signatureImages #sigLogo {
		display: block;
		position: absolute;
		width: 850px;
		height: 315px;
		top: 0px;
		left: 0px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		z-Index: 50;
		overflow: hidden;
	}

	#signatureImages #panelA {
		display: block;
		position: absolute;
		width: 820px;
		height: 300px;
		top: 15px;
		left: 15px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		z-Index: 20;
		overflow: hidden;
	}

	#signatureImages #panelB {
		display: block;
		position: absolute;
		width: 820px;
		height: 300px;
		top: 15px;
		left: 15px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		z-Index: 10;
		overflow: hidden;
	}
	
	#signatureImages .panelImage {
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border: none;
	}

/*
Page content elements
-------------------------
*/

	.hidden {
		display: none;
	}
	
	/* titles */
	
	#mainColumn h1 {
		margin: 0px 0px 0px 0px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 20px;
		line-height: 23px;
		font-weight: bold;
	}
	
	#mainColumn h2 {
		margin: 20px 0px 5px 0px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 18px;
		line-height: 23px;
		font-weight: normal;
	}
	
	
	#mainColumn #pageTitle {
		margin: 0px 0px 20px 0px;
	}
	
	#mainColumn #pageTitle h1, #mainColumn #pageTitle h2 {
		margin: 0px 0px 0px 0px;
	}
	
	#mainColumn h3 {
		margin: 20px 0px 5px 0px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 16px;
		line-height: 21px;
		font-weight: normal;
		color: #666666;
	}
	
	#mainColumn ul {
		display: block;
		margin: 0px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
		list-style-type: none;
		list-style-position: outside;
	}
	
	#mainColumn ul li {
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 20px;
		background-image: url("/images/list_bullet.gif");
		background-position: 1px 5px;
		background-repeat: no-repeat;
	}
	
	#mainColumn.noBottomPadding {
		padding-bottom: none !important;
	}
	
	.introParagraph {
		margin: 0px 0px 20px 0px;
		font-size: 15px;
		line-height: 18px;
		font-weight:bold;
	}
	
	.subText {
		font-size: 12px;
		line-height: 14px;
	}
	
	.smallText {
		font-size: 11px;
		line-height: 14px;
	}
	.quote {
		line-height: 20px;
		margin: 12px 0px 0px 0px;
	}
	
	.quoteBox {
		display: block;
		clear: both;
		float: right;
		width: 200px;
		margin: 2px 12px 12px 12px;
		padding: 10px 10px 10px 10px;
		border: 1px solid #E6E6E6;
		background-color: #F3F3F3;
	}
	.quoteBox p.quoteBoxText {
		padding: 0px;
		margin: 0px;
		font-size: 16px;
		line-height: 20px;
		color: #5C1F2F;
	}
	.quoteBox p.quoteBoxCaption {
		padding: 0px;
		margin: 0px;
		font-size: 12px;
		line-height: 16px;
		color: #5C1F2F;
	}
	.quoteBox span {
		font-size: 24px;
		vertical-align: text-top;
	}
	
	.quoteBox a:Visited {
		color: #5C1F2F;
	}
	
	/* Picture styling */
	
	.picBorder {
		border: 1px solid #000000;
	}
	
	.picLeft {
		display: block;
		clear: both;
		float: left;
		margin: 2px 12px 12px 12px;
		text-align: left;
		font-size: 10px;
		line-height: 14px;
	}
	
	.picRight {
		display: block;
		clear: both;
		float: right;
		margin: 2px 12px 12px 12px;
		text-align: right;
		font-size: 10px;
		line-height: 14px;
	}
	
	.picCenter {
		display: block;
		text-align: center;
		margin: 5px 0px 12px 0px;
		text-align: center;
		font-size: 10px;
		line-height: 14px;
	}
	
	.noRightMargin {
		margin: 2px 0px 12px 12px !important;
	}
/*
Table elements
-------------------------
*/

	table {
		display: block;
		clear: both;
		margin: 10px 0px 20px 0px;
		background-color: #0079C1;
		border: none;
	}
	table caption {
		padding: 2px 2px 2px 4px;
		margin-bottom: 0px;
		background-color: #0079C1;
		color: #ffffff;
		font-weight: bold;
		font-size: 13px;
		text-align: left;
		border: none;
	}
	table th {
		margin: 1px;
		padding: 3px 4px 3px 4px;
		background-color: #f0f5f8;
		color: #0C1D5A;
		font-weight: bold;
		font-size: 11px;
		text-align: left;
		border: none;
	}
	table th.noBold {
		font-weight: normal;
	}
	table td {
		margin: 1px;
		padding: 3px 4px 3px 4px;
		background-color: #e6f2f8;
		color: #000000;
		font-weight: normal;
		font-size: 11px;
		text-align: center;
		border: none;
	}
	table td.leftAligned {
		margin: 1px;
		padding: 3px 4px 3px 4px;
		background-color: #e6f2f8;
		color: #000000;
		font-weight: normal;
		font-size: 11px;
		text-align: left;
		border: none;
	}
	table tr.tableHeadings th {
		margin: 1px;
		padding: 2px 4px 2px 4px;
		background-color: #c9e3f1;
		color: #3a4f8d;
		font-weight: bold;
		font-size: 11px;
		text-align: left;
		background-image: none;
		border: none;
	}
	table tr.tableHeadings th.centered {
		text-align: center;
	}
	table tr.commentArea td {
		margin: 1px;
		padding: 4px 4px 0px 4px;
		background-color: #f0f5f8;
		font-weight: normal;
		font-size: 11px;
		line-height: 13px;
		text-align: left;
		background-image: none;
		border: none;
	}
	table tr.commentArea td p {
		margin: 0px 0px 4px 0px;
		padding: 0px 0px 0px 0px;
	}
	.leftAligned td, td.leftAligned {
		margin: 1px;
		padding: 6px 4px 0px 6px;
		background-color: #e6f2f8;
		color: #000000;s
		font-weight: normal;
		font-size: 11px;
		text-align: left;
		border: none;
	}
	td.leftAligned {
		padding: 0px 0px 0px 4px;
	}
	.leftAlignedNormal td {
		margin: 1px;
		padding: 3px 4px 3px 4px;
		background-color: #e6f2f8;
		color: #000000;
		font-weight: normal;
		font-size: 11px;
		text-align: left;
		border: none;
	}
	table th p, table td p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

/*
Site Map elements
-------------------------
*/

	#sitemap {
		display: block;
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 0px;
	}
	#sitemap dt {
		margin: 12px 0px 8px 0px;
		padding: 0px 0px 0px 0px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 20px;
		line-height: 23px;
		font-weight: normal;
	}
	#sitemap dd {
		margin: 0px 0px 2px 20px;
		padding: 0px 0px 0px 0px;
	}
	
	
	/*
Panel elements
-------------------------
*/

	.panel {
		display: block;
		margin: 0px 0px 20px 0px;
		padding: 10px 10px 10px 10px;
		border: 1px solid #E6E6E6;
		background-color: #F3F3F3;
		font-size: 13px;
		line-height: 15px;
		color: #5C1F2F;
	}
	.panel h3 {
		margin: 0px 0px 12px 0px !important;
		font-family: Helvetica, Arial, sans-serif !important;
		font-size: 16px !important;
		line-height: 18px !important;
		font-weight: bold !important;
		color: #5C1F2F !important;
	}

	.panel .bookNow {
		float: right;
		text-align: left;
		margin: 0px;
		width: 185px;
		padding: 0px;
		font-size: 12px;
		background-color:#5c1f2f;
		color:#ffffff;
		line-height: 2;
	}
	.panel .bookNow .bookNowInner {
		margin: 5px;
		background-color:#5c1f2f;
	}
	.panel .bookNow .bookNowBold {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	
	
	.panel p.quoteBoxText {
		padding: 0px;
		margin: 0px;
		font-size: 16px;
		line-height: 20px;
		color: #5C1F2F;
	}
	.panel p.quoteBoxCaption {
		padding: 0px;
		margin-top: 10px;
		font-size: 14px;
		line-height: 16px;
		color: #5C1F2F;
	}
/*
Footer elements
-------------------------
*/

	#lowerMenuAccessKeys {
		display: none;
	}

	#footerArea {
		display: block;
		position: relative;
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 860px;
		height: 40px;
		background-image: url("/images/common/footer_bg.jpg");
		background-position: bottom left;
		background-repeat: no-repeat;
	}
	
	#footer {
		display: block;
		position: absolute;
		top: 0px;
		left: 20px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 820px;
		border-top: 1px solid #DFD2D5;
		font-family: Helvetica, Arial, sans-serif;
		color: #DFD2D5;
		font-size: 12px;
		line-height: 15px;
	}
	
	#footer p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#footer p a:link, #footer p a:visited {
		text-decoration: none;
	}
	#footer p a:hover {
		text-decoration: underline;
	}
	
	#footer #toTop {
		position: absolute;
		top: 10px;
		left: 0px;
	}
	
	#footer #footerLinks {
		position: absolute;
		top: 10px;
		right: 0px;
	}

/*
Copyright notice
-------------------------
*/
	
	#copyrightNotice {
		display: block;
		margin: 20px 0px 0px 0px;
		font-size: 12px;
		line-height: 15px;
		text-align: center;
		color: #CAC5B2;
	}
	#copyrightNotice span {
		color: #666666;
	}
	#copyrightNotice a {
		color: #666666;
		text-decoration: none;
	}
	#copyrightNotice a:visited {
		color: #666666;
		text-decoration: none;
	}
	#copyrightNotice a:hover {
		color: #666666;
		text-decoration: underline;
	}






