body {
	background: url(../img/bg-body.gif) 0 0 repeat;
	background-color: #CCC;
	color: #333;
	font: 13px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
html, body {
	height: 100%;
	min-height: 100%;
}

p {
	margin-bottom: 10px;
}

#pageWrap {
	width: 900px;
	background-color: #FFF;
	text-align: center;
	padding: 10px;
	margin: 0 auto;
	
	-webkit-border-radius: 8px;
  -moz-border-radius: 8px;
	
}
#splash {
	width: 900px;
	height: 330px;
	border: 1px solid #CCC;
	margin: 10px 0;
}
.bombay {
	background: url(/img/bombay.jpg) 0 0 no-repeat;
}
.goa {
	background: url(/img/goa.jpg) 0 0 no-repeat;
}



h1.title {
	display: block;
	width: 100%;
	height: 100px;
	text-indent: -120000em;
	text-align: center;
	background: url(/img/bg-logo.jpg) 0 0 repeat-x;
}
h1.title a {
	display: block;
	background: url(/img/logo.jpg) 0 0 no-repeat;
	width: 400px;
	height: 100px;
	margin: 0 auto;
}

.sideA {
	width: 250px;
	float: left;
}
.sideB {
	float: right;
	width: 630px;
	text-align: left;
}

.sideA ul.nav {

}
.sideA ul.nav li a {
	font-size: 14px;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 5px 5px 5px 10px;
	color: #057094;
}
.sideA ul.nav li a:hover {
	background-color: #EEE6EC;
}
.sideB a {
	color: #333;	
}
.sideB a:hover {
	color: #800000;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #00449F;
	margin: 10px 0 20px 0;
	clear: all;
}

h3.subtitle {
	font-size: 18px;
	color: #0080C0;
	border-bottom: 1px dotted #808080;
	padding: 0 0 5px 0;
	margin: 40px 0 10px 0;
}

ul.addresses li {
	background-color: #EFEFEF;
	width: 620px;
	padding: 10px 5px;
	border: 1px solid #D4D4D4;
	margin-bottom: 15px;

	-webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
}
ul.addresses li b {
	font-size: 14px;	
}
ul.addresses li a {
	color: #333;
}
ul.addresses li a:hover {
	color: #800000;
}
ul.addresses .footnote {
	color: #808080;
	font-size: 12px;
	margin-bottom: 10px;
}
.gmap {
	display: block;
	margin-top: 4px;
	background: url(/img/marker.png) 0 0 no-repeat;
	padding-left: 20px;
	width: 80px;
	font-size: 12px;
	text-decoration: none;
}







.footer {
	clear: all;
	border-top: 1px dotted #808080;
	margin-top: 20px;
	font-size: 13px;
	padding-top: 10px;
}


.clearfix {
	float: none;
	clear: both;
}