/*LAYOUT START*/
	body { font-family: Arial, Helvetica, sans-serif; font-size: 76%; background-color:#ffffff;}
	#wrapper {float:left; width:976px; height:100px; background:#ffffff; font-style: normal; padding: 0 10px;}
	#header {float:left; width:976px; height:70px; background:#ffffff url(/images/layout/header/bottom-border.png) 0 bottom no-repeat;}
			#header h1 {float:right; color:#3193c8; margin:32px 10px 0 0; font-weight: normal; font-size: 1.75em;}
			#header img {margin:12px 0 0 18px;}

	#navigation {float:left; width:956px; height:70px; background:#ffffff; padding:0 10px;}
		ul.primaryNavigation li{float:left; display:block; width:109px; height:25px; background:#ffffff; margin:10px 12px 0 0; }
			ul.primaryNavigation li a{text-transform: lowercase; color:#ffffff; font-weight:bold; line-height:25px; vertical-align:middle; display:block; padding: 0 0 0 16px; height:25px; width:93px; background:#ffffff url(/images/layout/navigation/item-background.png) 0 0 no-repeat;}
			ul.primaryNavigation li a.selected{background:#ffffff url(/images/layout/navigation/item-background-selected.png) 0 0 no-repeat;}
		ul.secondaryNavigation {clear:left;}
		ul.secondaryNavigation li{float:left; background:none; margin:0; display:block; height:35px; margin-right:14px; color:#3193c8;}
			ul.secondaryNavigation li a{color:#3193c8; font-weight:bold; vertical-align:middle; margin:0;  line-height:35px; vertical-align:middle;}
			ul.secondaryNavigation li a.selected {color:#000000;}

	#content {float:left; width:956px; min-height:399px; background:#ffffff url(/images/layout/content/background.png) 0 0 repeat-x; padding: 11px 10px;}
			#primaryContent {float:left; width:472px; min-height:399px; background:#ffffff;}
			#secondaryContent, #secondaryContentBackground {float:left; min-height:435px;}
			#secondaryContentBackground { width:472px;}
			#secondaryContent {background:transparent url(/images/layout/content/secondary-map.png) 365px 215px no-repeat; padding:0 16px; width:440px;}
			#secondaryContentBackground {background:#ffffff url(/images/layout/content/secondary-background.png) 0 0 repeat-x; margin-left:12px;}

	.footerBar {
		float: left;
		clear: both;
		padding: 5px 5px 5px 5px;
		background-color: #55A3CE;
		color: #fff;
		width: 100%;
	}

	.footerBar a, .footerBar a:link, .footerBar a:hover {
		color: #fff;
		font-weight: bold;
		text-decoration: underline;
	}

	.footerBarIntLeft {
		float:left; 
		clear: left;
	}

	.footerBarIntRight {
		float:right; 
		clear: right;
	}

	.heightProp {
		float:left; 
		width: 0px; 
		height: 435px;
	}

/*LAYOUT END*/