body {
	width: 100%;
	margin: 0;
	padding: 0;
	font: normal 11px verdana, helvetica sans-serif;
	color: #333333;
	text-align: center;
	background: white url(img/bg_body.gif) repeat-y center 3px;
}
/*Fonts*/
p { text-align: justify; margin: 2px; padding: 5px;}
.red { color: red;}
.right p { color: #595959; margin-top: 1px; }
.right a { color: #595959; }
.mid, .mid p  {font: normal 12px helvetica, sans-serif;}
h3 {margin: 0; padding: 0; text-align: left; font-size: 11px;}
.right h3 { margin: 2px 0 0 8px; padding-top: 5px;}
.right h4 {margin: 0 0 0 12px; padding-top: 5px; font-size: 16px;}
.intro { font: bold 12px helvetica, arial, sans-serif; text-align: left; padding-left: 5px; background-color: transparent;}

.readmore, .readmore1  { color: red; text-align: right; font: normal 11px verdana, sans-serif; padding-right: 12px;}
.readmore a { color: red; font-weight: bold; }
.readmore1 {color: white;}

.t_adoption { font: bold 15px helvetica, verdana, sans-serif; color: #7a4c0c; text-align: left; padding: 21px 0 0px 2px; width: 430px; background: url(img/t_adoption.gif) repeat-x; }
.t_adoption a { color: #7a4c0c; text-decoration: none;}

/*General*/
.rt { text-align: right;}
ul { margin: 0 2px 5px 5px; padding: 0; list-style-position: outside;} li {margin: 2px; padding-left: 0px;}
ul.spacer {height: 0; clear: both;}

.box ul { text-align: left; padding-left: 5px;}
.box li { list-style: none; background: url(img/b1.gif) no-repeat 0px 7px; padding-left: 12px;}



/*Specifics*/
#headerwrap {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 101px;
	background: transparent url(img/bg_header.gif) repeat-x;
}
.header {
	width: 900px;
	margin: auto; padding: auto;
	background: transparent url(img/logo_sudatta.gif) no-repeat 25px 5px;
	height: 79px;
	position: relative;
	}
 .hometop { 
	background: transparent url(img/hometop.gif) no-repeat right top;
	position: absolute; 
	right: 36px; top: 70px;
	width: 223px; 
	height: 31px;
}


#containerwrap {
	width: 100%;
	margin: 0;
	padding: 0;
}
#container {
	width: 900px;
	margin: auto; padding: auto;
	position: relative;
	}
.picrow1 {
	background: transparent url(img/crayon_family.gif) no-repeat bottom right;
	width: 503px; 
	height: 305px;
	text-align: left;
	
	}
.picrow1 p { margin: 0; padding: 5px 0 0 32px; font: bold 18px serif; color: #be0846; background: transparent url(img/quotes.gif) no-repeat; }

.picrow2 {
	width: 397px; 
	height: 305px;
	background: transparent url(img/crayon_home.gif) no-repeat top left;
	text-align: right;

}
.rotate { background: transparent url(img/bg_rotate.jpg) no-repeat right top; position: absolute; right: 35px; top: 61px;}

#contentarea { margin-top: 12px;}
.left { width: 180px;}
.left .box {border: solid 1px #ffb136;  background-color: #f7eddb;}
.left .box img { padding: 1px; border: solid 1px #ffe97d; margin: 0 0 2px 2px;}

.mid {}
.mid .box { padding: 3px;}


.right { width: 260px;}
.right img { padding: 1px; border: solid 1px silver; margin: 3px 5px 2px 2px;}
.box1, .box2, .box3, .box4, .box5, .box6 { color: #595959; width: 268px; height: 87px; margin-bottom: 12px; }
.box1 {background: url(img/rtbox03.gif) no-repeat;}
.box2 {background: url(img/rtbox02.gif) no-repeat;}
.box3 {background: url(img/rtbox01.gif) no-repeat;}
.box4 {background: url(img/rtbox04.gif) no-repeat;}
.box5 {background: url(img/rtbox02.gif) no-repeat;}
.box6 {background: url(img/rtbox06.gif) no-repeat;}
p .box1, .box2 p, p .box3, .box4 p, .box5 p, .box6 p  { text-align: left; margin: 4px 0 0 10px; padding: 0;}
.box1 p a {text-align: left;}
.box6 p { margin-left: 15px;}
.box1 p a, .box2 p a, .box3 p a,.box4 p a, .box5 p a, .box6 p a {text-decoration: none;}

#footer { background: transparent url(img/bg_footer.gif) repeat-x; height: 28px; padding-top: 18px; color: white; font-size: 10px; }
#menu { position: absolute; top: 285px; left: 0px; color: white; font: bold 12px helvetica, sans-serif;  }



/* ================================================================ 
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html is available at http://www.cssplay.co.uk/menus/final_drop.html Copyright (c) 2005-2008 Stu Nicholls. All rights reserved. This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
=================================================================== */

.menu {
	width:870px; 
	height: 45px; 
	position: relative; 
	z-index: 100;
	margin-left: 100px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width: 870px; w\idth: 870px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0; 
	margin:0;
	list-style-type:none;	
}
.menu ul ul {
	width:120px; 
	background-color: white; 
	padding:0;
	margin:0;	
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left; 
	/*width:129px; */
	position:relative;
	margin: 0; padding: 0;
}
.menu ul li ul li { width: 138px; padding: 0px; border-bottom: solid 1px white;}
/* style the links for the top level */
.menu ul ul a, .menu ul ul a:visited {
	display:block;
	text-align: left;
	text-decoration:none; 
	color:#fff; 
	/*width:138px;*/ 
	padding: 2px 5px; 
	line-height:29px; 
	/*font-weight:bold;*/
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	/*width:129px; w\idth:128px;*/
}

.menu ul li a, .menu ul li a.visited {
	padding: 0 8px 0 8px; color: #fff8dc; text-decoration: none; background: transparent url(img/linkend.gif) no-repeat right;
}
.menu ul li .last a, .menu ul li .last a.visited { background: none;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 60px center;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/br-arrow.gif) no-repeat 60px center;
}
.menu ul ul :hover > a.drop {
	background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/br-arrow.gif) no-repeat 60px center;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 15px;
	left: 0; 
	background-color: white;
	/*width: 129px;  149px;
	border-top: 1px solid #000;*/
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:15px; t\op:15px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:140px; 
	top:-1px; 
	width:140px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-140px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background: #ab814d url(img/bg_link.jpg) repeat-x;
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding:2px 5px; 
	width:128px;
	border-width:1px 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px; w\idth:128px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color: white; 
	background:#b7d186;
}


/* main level hover style */
.menu ul li a:hover {
	color: white; 
	background:#8e5f26;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{ visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}






