/* CSS Document */
*{padding:0; margin:0;}

img {border: none;}

.container {
	height: 500px;
	width: 700px;
	margin: 0px 0 0 -350px;
	top: 2%; left: 50%;
	position: absolute;
}
#Logo {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

ul {padding:0; margin:0 auto; width: 430px; }
ul li {
	float:left;
	list-style:none;
	padding:4px;
	margin:6px;
	line-height:0.9em;
	width:120px;
	height:120px;
	overflow:hidden;
	border:1px solid #d2d2d2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	background:#ececec;
	font-weight: bold;
}

ul a:link {
	text-decoration: none;
}

/*dynamically added*/
div.wrapper{width:120px; height:120px; overflow:hidden; position:relative;  }

/*generic style for all div */
div.caption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0.7em;
	position:relative;
	text-align:center;
	padding: -30px 15px 0px;
	background:url(caption-bg.png) 
	repeat-x;
	min-height:120px;
	color:#666666;
	vertical-align: middle;
}

ul li:nth-child(1) div.caption, ul li:nth-child(4) div.caption, ul li:nth-child(5) div.caption, ul li:nth-child(9) div.caption {	
	padding-top: 8px;
}
#Addresses {
	width: 580px;
	height: 80px;
	bottom: 2%;
	left: 50%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-right: auto;
	margin-left: auto;
}
#AddressLeft {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	margin-bottom: 12px;
	padding-bottom: 10px;
}
#AddressRight {

}
#Addresses a:link, #Addresses a:visited, #Addresses a:active {
	color: #333333;
}
.dot {
	color: #0099CC;
	font-style: italic;
	font-weight: bold;
}