body {
	background-image:url(../images/bodyBack.png);
}
/*==================================================================*/
#headerCap {
	background: #fff url(../images/introCap.png) no-repeat;
}
#headerBody {
	background-image:url(../images/introMid.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:223px;
}
#logoBlock {
	float:left;
	padding:0px 0px 20px 0;
}
	
#headerBody p {
	float:left;
	clear:left;
	width:450px;
	height:120px;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma, sans-serif;
}
#menuPrimContainer {
	height:35px;
	padding-bottom:12px;
	background-image:url(../images/introFoot.jpg);
	background-repeat:no-repeat;
}

/*==================================================================*/
div#menu #menuHome {
	display:none;
}
div#menu #menuHomeSelected {
	display:block;
}
/*==================================================================*/

div#contentCapLeft {
	background: #005F99 url(../images/contentCapDarkBack.png) no-repeat;
}
div#contentFootLeft {
	background: #a4d4f1 url(../images/contentFootLightBack.png) no-repeat;
}
/*==================================================================*/

div#left h1 {
	/*font-family: Verdana, Arial, Tahoma, sans-serif;*/
	font-size:1.5em;
	font-weight:normal;
	padding:0;
	margin:0;
}
div#boxshotBlock {
	background-image:url(../images/box6back.jpg);
	background-repeat:repeat-x;
	padding-left:0;
}

div.linkBar {
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:33px;
	margin-bottom:20px;
}
div.linkBar img {
	float:right;
	border:none;
}
div.linkBar span {
	float:left;
	width:170px;
	padding-left:10px;
	padding-top:4px;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#005F99;
	cursor: hand;
}
div#left h2 {
	font-size:1.5em;
	font-weight:bold;
}
div#left p {
	padding-bottom:0.5em;
}
div#left p.date {
	font-weight:bold;
	margin:1em 0 0;
}

/*==================================================================*/

div#example {
	height:500px;
	width:570px;
	padding:10px 20px 0 10px;
	background-image:url(../images/exampleBack.png);
	background-repeat:no-repeat;
}
div#worldMap {
	width:340px;
	height:170px;
	float:left;
}
div#cityMap {
	width:170px;
	height:170px;
	margin-left:20px;
	float:left;
	clear:right;
}
div#exampleText {
	width:190px;
	margin-top: 140px;
	padding: 10px 10px 0px 0;
	float:left;
	clear:left;
}
div#panorama {
	width:340px;
	height:250px;
	margin-top: 30px;
	float:right;
}
div#panorama_caption {
	width:340px;
	margin-top: 20px;
	float:right;
	color:#FFFFFF;
	font-size:1.6em;
}


