﻿body
{
	margin-left:0px;
	margin-top:0px;	
}

/* Site Admin */
.siteAdminWrapper
{
	width:985px;
	background-color:#DEDFDE;

	display:block;
}
	#siteAdminL
	{
		float:left;
	}
	#siteAdminR
	{
		float:right;
	}

/* COLUMNS */

.wrapperCapita 
{
	width:1000px;
}
.colSingleEdit,
.colDoubleEdit
{
	margin-left:4px;
	display:inline;
}

.colSingle,
.colDouble,
.colTriple,
.colQuad,
.colFull,
.colThreeSplice
{
	margin-left:10px;
	display:inline;
}

.colNav
{	
	float:left;
	width:240px;
}

.wrapperContent,
.headerContent,
.footerContent
{
	float:left;
	width:760px;	
	color:#505253;
	font-family:Arial;
}

.wrapperCapitaWide
{
	float:left;
	width:1090px;
	color:#505253;
	font-family:Arial;


}
.wrapperContentWide
{
	float:left;
	width:850px;

}

	/* Spacer - normal */
	.colNavSpacer
	{
		float:left;
		width:70px;
		height:1px;
	}
	.colMainNavSpacer
	{
		float:left;
		width:40px;
		height:1px;
	}
	.colMainNavRightSpacer
	{
		float:left;
		width:30px;
		height:1px;
	}
	/* Single Column */
	.colSingle,
	.colSingleEdit
	{
		float:left;
		width:160px;
		
	}
	.colLastSingle
	{
	float:left;
	margin-left:10px;
	_margin-left:4px;
	}
	

	/* Double Column */
	.colDouble,
	.colDoubleEdit
	{
		float:left;
		width:330px;	
		
	}
	/* Triple Column */
	.colTriple,
	.colTripleEdit
	{
		float:left;
		width:500px;

	}
	.colTripleWrapper
	{
		float:left;
		width:510px;
	}
	/* Quad column */
	.colQuad,
	.colQuadEdit
	{
		float:left;
		width:665px;
	}
	/* Quad column with no nav spacer */
	.colFull
	{
		float:left;
		width:750px;
	}
	/* Divide area into three columns */
	.colThreeSplice
	{
		float:left;
		width:216px;
	}
	
.colClear
{
	clear:both;
}
.colClearLeft
{
	clear:left;
}

/* HEADER */
#header
{
	width:1002px;	
	height:50px;
	display:inline;	
}
	#headerSpacer
	{
		/* height:100px; */
		clear:both;		
		display:block;
		width:1000px;
		padding:0;

					
	}
	#headerSpacer #breadcrumb
	{
		/*padding-top:90px;*/
		margin-left:320px;
		width:670px;			
	}
		
	.headerDisplay
	{	
		display:block;width:1000px;
	}

	

/* FOOTER */
#footer
{
	width:1000px;	
	height:40px;
}
	#footerSpacer
	{
		width:1000px;	
		height:20px;		
		clear:both;
	}

/* Form */
.formData
{
	float:left;
	font-size:1.2em;
	font-family:Wingdings;
}
	.formLine
	{
		display:inline-block;
		clear:both;
		padding-top:8px;
		width:500px;
	}
	.formWarning
	{
		font-weight:bold;
	}
	label
	{
		float:left;
		width:170px;
	}
	.formData input
	{
		height:1.4em;
		width:320px;
	}
	.formRadio input
	{
		height:1.4em;
	}
	.formData textArea
	{
		width:320px;
		height:10em;
	}
	.formCheckbox
	{
		float:left;
	}
	.privacyText
	{	
		float:right;		
		width:470px;
	}
	.formButton
	{
		float:left;
		background-color:#04476F;
		padding:3px 5px 3px 5px;	
	}
		.downloadButton,
		.submitButton
		{
			color:#04476F;
			background-color:#ffffff;
			border:0;
			padding-left:2px;
			background-image: url('../images/search_button.png') ;	
			background-position:right;
			background-repeat:no-repeat;
			text-align:left;

			font-weight:bold;
		}
		.submitButton
		{
			width:7em;	
		}

		.downloadButton
		{
			width:8em;			
		}
/* Site map */

.sitemap1
{
	margin-left:35px;
}
.sitemap2
{
	margin-left:70px;
}
.sitemapSpacer
{
	margin-top:19px;
}
	
#editorPanel
{
	height:500px;
}

/* Spacers */
.whatWeDoSpacer,
.tableSpacer,
.detail1Spacer,
.detail2Spacer,
.detail3Spacer,
.printBasketSpacer
{
	height:50px;
}

