/* CSS Document */
body {
	background: #ffeed6 url(../images/template/bg-body.jpg) top center no-repeat;
	color: #392c24;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

a, a:link {
	color: #000088;
}

a:visited {
	color: #a95643;
}

a:active {
	color: #ff9933;
}

h1 {
	margin: 0;
}

h2 {
	color: #8ea053;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}

h3 {
	font-size: 16px;
	margin: 0;
}

p {
	line-height: 1.3em;
}

li {
	margin-bottom: .5em;
}

li ol, li ul {
	margin-bottom: 1em;
	margin-top: .5em;
}


#wrapper {
	background: url(../images/template/bg-ribbons.png) top center no-repeat;
	display: block;
	height: 500px;
}

/* page #header styles */
#header {
	height: 132px;
}

#header .inner #logo {
	margin-top: 2px;
}

#header .inner h3 {
	margin-top: 20px;
}

#logo {
	background: url(../images/template/logo-anand-gopal-bhatnagar.png) top left no-repeat;
	display: block;
	float: left;
	height: 82px;
	width: 530px;
}


/* page #main_content styles */
#main_content {
	background: url(../images/template/bg-content.png) top left repeat;
	border: 1px solid #a95643;
	padding-bottom: 2em;
	min-height: 450px;
	/* css3 extras */
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#pen img {
	margin: 20px 0 0 0;
}

.deco_top {
	position: absolute;
	z-index: 100;
	top: 82px;
}



/* #main_content #nav styles */
#nav {
	background: #859849;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	height: 50px;
	margin: 90px 0 20px 0;
	/* css3 extras */
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}
#nav #navlist {
	text-align: right;
}
#nav #navlist ul {
	margin: 0;
	padding: 0;
}
#nav #navlist ul li {
	display: block;
	float: left;
	list-style: none;
	margin-top: 0px;
	padding: 10px 7px;
}
#nav #navlist ul li#contact {
	float: right;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #ffffff;
	/* css3 extras */
	text-shadow: 0px 0px 1.5em #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=0);
}


/* #main_content #left styles */
#left {
	padding-top: 155px;
}


#left .bullets li {
	line-height: 1.75em;
}


/* page #footer styles */
#footer {
	font-size: .9em;
	text-align: right;
}

#footer .inner {
	margin: 1em 0 2em 0;
}

#footer .disclaimer {
	color: #746b65;
	font-size: .9em;
	font-style: italic;
	margin-top: 2em;
	text-align: center;
}



/* page styles */
.established {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 2em;
}

.imgBorder {
	border: 1px solid #746b65;
}

.seo {
	position: absolute;
	text-indent: -9999px;
}




/* page specific styles for H1's */
#content h1 {
	display: block;
	height: 58px;
}
h1.about {
	background: url(../images/h1-about_mr_bhatnagar.png) top left no-repeat;
}

h1.positions_held {
	background: url(../images/h1-positions_held.png) top left no-repeat;
}

h1.contact {
	background: url(../images/h1-contact.png) top left no-repeat;
}
