/* One Drop India*/


body
{
  background: #E0E0E0 
  url(ODIsiteArt/ODIbackground.gif) repeat-y center top;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  font: 11px verdana,sans-serif;
	color: black;
}

a:link											/* unvisited link */
{
	color: #bd283a; 
	text-decoration:none; 
}				


a:visited 										/* visited link */
{
	color: #c152cb; 
	text-decoration:none;
}

a:hover 										/* selected link */
{
	color: #4e7c31; 
	background-color:#cfcfcf; 
	text-decoration:none; 
}			

a:active 										/* mouse over link */
{
	color: #BD3100; 
	text-decoration:none; 
}			

#navigation
{ 
	padding-left: 20px;
}

#navigation1
{ 
	padding-left: 20px;
}

#navigation2
{ 
	padding-left: 20px;
}

ul.menu
{
    text-align: center;
	padding: 0;
	padding-bottom: 0px;
	margin: 0;
	list-style-type: none;
	width: 100%;
	font: 13px arial, sans-serif;
	font-weight: bold;
}

ul.menu li
{
	display: inline;
}

ul.menu li a
{
	text-align: center;
	color: #fff;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: 1px solid black;
	color: #BD3100;
}

#last
{
	border-right: none;
}

#phone 
{
	position: absolute;
	top:285px;						/* moves phone bar down on page */
	width: 680px;
	color: #c0dd10;					/* set color of phone numbers */
    background-image:  url(http://www.onedropindia.org/ODIsiteArt/ODIPhoneBackground.jpg);
    background-repeat: no-repeat;
    height: 88px;					/* set thickness of phone bar */
}




#container				          /* Houses the contents inside the center area */
{
  position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
  width: 680px;
  text-align: left;
  background: #e0e0e0 			      /* sets the background color inside the center area */
  url(ODIsiteArt/ODIheader.jpg)       /* inserts the header graphic */
  no-repeat left top;
}

#container1				          /* Houses the contents inside the center area */
{
  position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
  width: 640px;
  text-align: left;
  background: #e0e0e0 			      /* sets the background color inside the center area */
  /*url(ODIsiteArt/odiheader.jpg)*/       /* inserts the header graphic */
  /* no-repeat left top;*/
}

#logo
{
	height: 196px;				/* controls the position of the menu bar below heading graphic */
	width: 680px;
	position: relative;
}


#content
{
	padding-top: 1px;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 5px;
	text-align: left;
}

#content1
{
	
	padding-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 0px;
	text-align: left;
}



#footer
{
	padding: 5px;
	font-size: 8px;
	text-align: center;
	margin-top: 0px;
	border-top: 2px solid black;
	border-bottom: 4px solid #5A5854;
	background-color: #e0e0e0;			/* sets the background color inside the footer */
}

h1, h2, h3, h4, h5, h6, h7
{
	font-family: "times new roman",serif;
	text-align: center;
}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 18px;
	text-align: center; 
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
}

h5
{
	font-size: 12px;
}





.listing
{
	background-color: black;
	width: 100%;
}

.listing td
{
	background-color: white;
}

hr
{
	border: 0;
	color: black;
	background-color: black;
}

