html, body{height:100%;}

body {
	/*font-family:'lucida grande','lucida sans unicode', arial, sans-serif;*/
	font-family:arial, helvetica, sans-serif;
	background-color: #00669b;
	color: #000;
}

.clear {
	clear:both;
	font-size:1px;
	line-height:0px;
	height:0;
	margin:0
}

.border {
	border: 1px solid #A32E3E;
}

h1 {
	color:black;
}

a {
	font-weight: 900;
	padding:2px;
	color:#00669b;
	/*background-color:#00669b;*/
}

a:hover {	
	font-weight: 900;
	color:white;
	/*background-color:#00a0d2;*/
}

/*    **************************     */

#wrap {
	overflow: auto;
	width:100%;
	/*height:100%;*/
	margin:0 auto;
	padding:0;
	background-color: #00669b;
	/*background: #fec34e url('../images/slash-white.gif') top left repeat;*/
}

#content {
	background-color: transparent;
	padding:0;
	padding-bottom:40px;
	margin: 0 auto;
	width:920px;
	overflow:auto;
}

#content h1 {	
	/*background-color: #fec35a;*/
	margin:0;
	font-size:1px;
	height:23px;
	color:#fec35a;
}

#fill{
	margin:0 auto;
	padding:25px;
	width:870px;
	background-color:#fff;
	overflow:auto;
}

#fill div p {
	margin:0;
	padding:0;
	line-height:1.6em;
}

#fill div p.dropcap:first-letter{
	float:left;
	font-size:4em;
	line-height:0.8em;
	padding:0;
	background:#fff;
	color:#f47a55;
	margin-right:0;
	font-weight:bold;
}


#fill div.left {
	float:left;
	width:400px;
}

#fill div.left img{
	border: 1px solid #00669b;
	margin-bottom:20px;
}


#fill div.left p{
	margin-bottom:10px;
}

#fill div.left a{
	font-weight: bold;
	padding:0;
	color:#00a0d2;
}

#fill div.left a:hover{
	font-weight: bold;
	color:white;
	background-color:#00a0d2;
}

#fill div.right {
	float:left;
	margin-left:25px;
	width:440px;
}

#fill div.np {
	float:left;
	margin-left:25px;
	width:435px;
}


#fill div.right ul{
	padding:10px;
	line-height:1.6em;
	font-weight:bold;
}

#fill div.right a{
	font-weight: bold;
	padding:0;
	color:#00a0d2;
}

#fill div.right a:hover{
	font-weight: bold;
	color:white;
	background-color:#00a0d2;
}

#fill div.right p{
	margin-bottom:10px;
}


#fill div.right img{
	border: 1px solid #dcdcdc;
}

.pullquote {
	background:#ffffff url('../images/quotations3.png') top left no-repeat;
	border: 1px solid #dcdcdc;
	width: 323px;
	background-color:#fff;	
	margin:0 auto;
	padding:15px 30px 5px 80px;
	margin-bottom:20px;
}

.pullquote p{	
	font-family: georgia, serif;
	font-weight: bold;
	font-style: italic;
	padding-left:40px;
	color: #00669b;
	font-size:125%;
	line-height:1.7em;
}

.pullquote p span{	
	color: #000;
	font-weight: normal;
	margin-left: 100px;
	font-size:85%;
	line-height:1.7em;
}

.postcard {
	padding:5px;
	background: #fec35a url('../images/slash-white.gif') top left repeat;
}

.postcard a{
	color: white;
	font-weight:bold;
}


.callout{
	padding:8px 10px 10px 20px;
	background-color:#fec35a;
	color:white;
	margin-bottom:10px;
}

.callout a{
	color:white;
	font-weight:bold;
	background-color:transparent;
	text-decoration: underline;
}


.border {
	margin:0 30px;
	padding:0;
	border: 1px solid #A32E3E;
}

#headerwrap{
	width:100%;
	height:170px;
	margin:0;
	padding:0;
	background:#00669b url('../images/bg_gradient.jpg') top left repeat-x;
}

#header{
	width:920px;
	height:150px;
	margin:0 auto;
	padding: 0;
	padding-top:10px;
	background:#00669b url('../images/bg_gradient.jpg') top left repeat-x;
}

#header p {
	margin: 0 0 0 30px;
}

#header a {
	text-decoration:none;
	color:#00669b;
}

.sectionheader{
	margin-bottom:25px;
	padding:0 0 0 0;
	background-color:#00a0d2;
	width:860px;
	display:block;
	max-height: 42px;
	overflow:visible;
}

.sectionheader span {
	background:transparent url('../images/india-nav-sprite2.png') top right no-repeat;
	color: white;
	height:42px;
	font-size:200%;
	font-weight:100;
	padding:0 17px 0 5px;
	display:inline;
	letter-spacing: 0.03em;	
}

#nav{
	background:#00a0d2 url('../images/backgrounds/slash-dkblue.gif') top left repeat;
	color:white;
	display: block;
	margin:0 auto;
	height:22px;
	padding-top:20px;
}

#nav ul {
	text-align:center;
	margin:0 auto;	
	padding:0 0 0 15px;
	overflow:hidden;
	line-height:1em;
}

#nav li {
	display:inline!important;
}

#nav li a{
	color:white;
	padding:5px 20px;
	background:transparent url('../images/INDIA_nav_sprite.png') -10px -10px no-repeat;
	float:left;
	display:block;
	height:22px;
	overflow:hidden;
	font-size:90%;
	/*margin-left:-10px;*/
}

#nav li a:hover, #nav li a.on{
	color:#00669b;
	padding:5px 20px;
	cursor:pointer; 
	background:transparent url('../images/INDIA_nav_sprite.png') -10px -74px no-repeat;
}

/*
#nav  li a span.last {
	height:22px;	
	background:transparent url('../images/INDIA_nav_sprite.png') -100px -10px no-repeat;
}
*/

#subnav {
	background-color:#fec35a;
	text-align:center;
	color:#00669b;
	font-size:85%;
	padding:10px 0;
}

#subnav a.on{
	color: white;
}

#topborder {
	height:20px;
	width:100%;
	position:absolute;
	top:170px;
	left:0;
	/*background: #1d3179;*/
	background: #1d3179 url('../images/slash-white.gif') repeat;
}

#bottomborder {
	height:20px;
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	background: #fec34e;
}


#footer{
	position:fixed;
	bottom:0;
	width:100%;
	height:150px;
	margin:0 auto;
	/*background:#FFFFFF;*/
	background:#fec34e;
}

#mialogo{
	margin: 50px 0 0 0;
	float: right;
}

#commentbox{
	width:860px;
	height:3000px;
}

.picturecredit{
	display: block;
	border:1px solid #cdcdcd;
	padding:10px;
	margin-top:20px;
}

#fill div.picturecredit p{
	line-height: 1.3em;
	margin-bottom:15px;
}

.picturecredit .top{
	margin-bottom:5px;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 75%;
	padding:3px 0 2px 5px;
	font-weight:bold;
	background:#00a0d2 url('../images/backgrounds/slash-dkblue.gif') top left repeat;
	color:white;
	display:block;
	
}

.picturecredit .title{
	font-style:italic;
}

.picturecredit .artist{
	font-weight:bold;
}


.event{
	line-height:1.5em;
}

.event-type{
	font-weight:bold;
	display:block;
	margin-top:20px;
	margin-bottom:0;
	color:#f47a55;
	border-bottom:1px dotted #f47a55;
	width:100%;
}

.event-title{
	font-size:1.3em;
	font-weight:bold;
}

.event-location{
	font-style:italic;
}

.event-description{

}










