body{
	margin:0px;
	padding:0px;
	background-color:#cf0052;
	color:#000;
}

td{
	font-family:arial, verdana;
	font-size:14px;
}
.menu_ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#m_menu li {
	list-style:none;
	margin:0px;
	padding:0px;
}

.sitemap{
	margin-left:20px;
	margin-bottom:6px;
}
h1{
	color:#db0962;
	background-color:transparent;
	font-size:18px;
}
h3{
	color:#db0962;
	background-color:transparent;
	font-size:16px;
}
.wlcm{
	color:#db0962;
	background-color:transparent;
	font-size:40px;
}
.phone{
	color:#db0962;
	background-color:#fff;
	font-size:20px;
}
.phone2{
	color:#000;
	background-color:#fff;
	font-size:20px;
}
.main_bg{
	position:absolute;
	z-index:3;
	background-image: url(images/main_bg_left.gif);
	background-position: left bottom;
	background-attachment: fixed;
	background-repeat:no-repeat;
}

.img_center{
 	background-image:url(images/main_bg_right.gif); 
 	background-position: right bottom; 
 	background-repeat:no-repeat; 
 	background-attachment: fixed;
}

.img_left{
	background-image: url(images/main_bg_left.gif);
	background-position: left bottom;
	background-attachment: fixed;
	background-repeat:no-repeat;

}
.img_right{
	background-image: url(images/main_bg_right.gif);
	background-position: right bottom;
	background-attachment: fixed;
	background-repeat:no-repeat;
	height:636px;
}
.white_bg{
	background-color:#ffffff;
	color:#000000;
}

.menu_h{
	background-color:#f19dc0;
	color:#000;
	padding:6px;
}
.menu_link{
	color:#db0962;
	background-color:transparent;
	text-decoration:none;
}
.menu_link:hover{
	text-decoration:underline;
}
.white_link{
	color:#fff;
	background-color:transparent;
	text-decoration:none;
}
.white_link:hover{
	text-decoration:underline;
}
.b_link{
	color:#000;
	background-color:transparent;
	text-decoration:none;
}
.b_link:hover{
	text-decoration:underline;
}

.p_bg2{
	color:inherit;
	background-color:#e50966;
	font-size:2px
}

.boy{
	background-image:url(images/boy_bg.gif);
	background-repeat:no-repeat;
	width:830px;
	height:289px;
}

.families{
	background-image:url(images/families_bg.gif);
	background-repeat:no-repeat;
	width:403px;
	height:192px;
	/*color:#db0962;
	background-color:#fff;*/
	padding-left:165px;
	padding-top:30px;
	font-size:11px
}

.fam{
	color:#db0962;
	background-color:#fff;
	text-decoration:none;
	font-size:11px
}
.fam:hover{
	text-decoration:none;
}
.applicants{
	background-image:url(images/applicants_bg.gif);
	background-repeat:no-repeat;
	width:403px;
	height:192px;
	/*color:#8e8e91;
	background-color:#fff;*/
	padding-left:145px;
	padding-top:30px;
	font-size:11px;
}
.app{
	color:#8e8e91;
	background-color:transparent;
	font-size:11px;
	text-decoration:none;
}
.app:hover{
	text-decoration:none;
}
.hr_bg{
	background-color:#df696c;
	color:#000;
	font-size:1px
}

.t_box{
	width:145px;
	margin-left:50px;
	margin-top:30px;
	
}


.t_box2{
	width:145px;
	margin-left:75px;
	margin-top:30px;
}


.pp{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background-color:#CC0066;
}
.pp2{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background-color:#000;
}

.pink_link{
	color:#CC0066;
	text-decoration:none;
	font-family:arial;
	font-size:12px;
	font-weight:bold
}

/* ================================================================ 
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:100%; height:32px; position:relative; z-index:100;font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:100%;}
/* 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:100%; height:20px}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative; width:170px;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; background-color:#f19dc0;  width:100%; height:30px; padding-left:3px; padding-right:3px;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:100%; w\idth:100%;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#f19dc0}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#f19dc0; text-decoration:underline}


/* 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:31px;left:0; width:100%;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* 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:#f19dc0; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:100%;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:100%;w\idth:100%;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#FFF; background-color:#f19dc0; text-decoration:underline}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; background-color:#f19dc0; text-decoration:underline}

/* 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; ; text-decoration:none}
/* 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;}