/* @override http://pondicherrycity.dev/styles/pondicity.css */

* { margin: 0; padding: 0 }

#places {
	list-style: none;
	margin-left: 20px;
	color: #3c4e57;
}

#places li {
	line-height: 20px;
}

body, p, td, textarea {
	font-family: "Trebuchet MS", "Calibri", "Lucida Grande", Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

p {
	margin-bottom: 10px;
	line-height: 20px;
	color: #3c4e57;
}

p a:link, p a:visited {
	text-decoration: none;
	color: #731616;
}

p a:hover {
	text-decoration: underline;
}

body {
	background-color: #3c4e57;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	top: 80px;
}

#cap-top {
	position: relative;
	background-color: #fff;
	padding-bottom: 20px;
}

#bg-left-top {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(/images/bg_left_top.png) no-repeat;
	height: 4px;
	width: 4px;
}

#bg-right-top {
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(/images/bg_right_top.png) no-repeat;
	height: 4px;
	width: 4px;
}

#bg-left-bot {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(/images/bg_left_bot.png) no-repeat;
	height: 4px;
	width: 4px;
}

#bg-right-bot {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(/images/bg_right_bot.png) no-repeat;
	height: 4px;
	width: 4px;
}

h1 {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 28px;
	margin-top: 4px;
	margin-bottom: 10px;
	color: #731616;
}

h2 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	color: #731616;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header {
	position: relative;
}

#body {
	clear: both;
	margin-top: 20px;
}

#footer {
	color: #fff;
	text-align: right;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 20px;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#navigation {
	float: right;
	margin-top: 4px;
	padding: 0 36px;
	font-family: "Arial", "Helvetica", sans-serif;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	padding: 5px 10px;
/*	background-color: #fff;	*/
	text-decoration: none;
	font-size: 14px;	
	font-weight: bold;
}

#navigation ul li a:link, #navigation ul li a:visited {
	color: #731616;	/* 731616 */
}

#navigation ul li a:hover {
/*	text-decoration: underline;	*/
}

#navigation ul li a.active {
	background-color: #731616;
	color: #fff;
	font-weight: bold;
}

#page-img {
	padding: 16px 36px;
	width: 828px;
	height: 200px;
}

#left-col {
	position: absolute;
	height: 400px;
	left: 0px;
}

#right-col {
	position: absolute;
	left: 700px;
	width: 164px;
	height: 400px;
}

#main-content {
	position: relative;
	left: 36px;
	width: 628px;
	min-height: 300px;
}

#level1 {
	text-transform: uppercase;
	border-left: 1px solid #731616;
}

#level1 ul {
	list-style: none;
	padding-top: 10px;
	padding-bottom: 20px;
}

#level1 ul li a {
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	padding-left: 15px;
}

#level1 ul li a:link, #level1 ul li a:visited {
	color: #3c4e57;
}

#level1 ul li a:hover {
	color: #731616;
}

#level1 ul li a.active {
	background: url(/images/triangle_ptr.png) no-repeat;
	background-position: 0 4px;
	color: #731616;
}

#level1 .level2 {
	font-size: 11px;
	line-height: 16px;
	padding-left: 30px;
}

/*
#level2 {
	padding-left: 0px;
	list-style: none;
	font-size: 11px;
	line-height: 16px;

}

#level2 li a {
	text-decoration: none;
}

#level2 li a:link, #level2 li a:visited {
	color: #3c4e57;
}

#level2 li a:hover {
	color: #731616;
}
*/
/*
#level2 li a.active {
	background: url(/images/small_pointer.png) no-repeat;
	background-position: 5px 5px;
}
*/
#logo-div {
	position: absolute;
	background: url(/images/logo.png) no-repeat;
	width: 460px;
	height: 70px;
	top: -41px;
	left: 31px;
}

#logo-div a {
	display: block;
	text-decoration: none;
	width: 460px;
	height: 70px;
}

.entry-div {
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #3c4e57;
	margin-bottom: 15px;
}

.title a:link, .title a:visited  {
	color: #731616;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}

.title a:hover {
	text-decoration: underline;
}

.entry-div .title {
	color: #731616;
	font-size: 16px;
	line-height: 20px;
}

.entry-div .details {
	padding-top: 5px;
	padding-left: 20px;
}

.entry-div .description {
	display: block;
	color: #3c4e57;
	margin-bottom: 10px;
}

.entry-div .address {
	color: #333;
	font-size: 12px;
	line-height: 14px;
}

.entry-div .area {
	float: right;
	color: #333;
	font-size: 12px;
}


.entry-div .phone {
	color: #731616;
	font-size: 14px;
	line-height: 18px;
	float: right;
}

/* HOME */

#home #left-tab {
	position: absolute;
	background: url(/images/tabs/home.png) no-repeat;
	width: 36px;
	height: 237px;
	left: -32px;
}


/* WHEN THERE */

#when-there #section-when-there {
	background-color: #731616;
	color: #fff;
	font-weight: bold;	
}

#when-there #left-tab {
	position: absolute;
	background: url(/images/tabs/when_there.png) no-repeat;
	width: 36px;
	height: 190px;
	left: -32px;
}

/* GET THERE */

#get-there #section-get-there {
	background-color: #731616;
	color: #fff;
	font-weight: bold;	
}

#get-there #left-tab {
	position: absolute;
	background: url(/images/tabs/get_there.png) no-repeat;
	width: 36px;
	height: 190px;
	left: -32px;
}

/* CITY INFO */

#city #section-city {
	background-color: #731616;
	color: #fff;
	font-weight: bold;	
}

#city #left-tab {
	position: absolute;
	background: url(/images/tabs/city.png) no-repeat;
	width: 36px;
	height: 190px;
	left: -32px;
}

/* ABOUT */

#about #section-about {
	background-color: #731616;
	color: #fff;
	font-weight: bold;	
}

#about #left-tab {
	position: absolute;
	background: url(/images/tabs/about.png) no-repeat;
	width: 36px;
	height: 190px;
	left: -32px;
}