/* ================================================================ 
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-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
border-right:0;
padding: 0 0 10px 1px;
_padding: 0 0 7px 1px;
height:26px;

}
/* hack to correct IE5.5 faulty box model */
* html .menu {

}

/* 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 {
	margin-top: -5px;
}

/* 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;
}

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none;
height: 30px;
width:auto;  
border:0; 
border-width:0; 
font-family:Arial, Helvetica, sans-serif;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:10px; 
width:10px;
}




/* 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:149px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;top:31px;}

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

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

/* 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:#F1EBDD; color:#4A6D62; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;width:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#8F7156; background: #F1EBDD;} 
.menu :hover > a, .menu ul ul :hover > a {color:#8F7156;background:#F1EBDD;}

/* 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;}




.style1 {
color:#8F7156;
}



body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}


#banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding:0;
	margin:0;
}


#banner a:link img {
	border:0;
	text-decoration: none;
	padding:0;
	margin:0;
}

#banner a:visited img {
	border:0;
	text-decoration: none;
	padding:0;
	margin:0;
}



#lft_btn a:link img {
border: none;
text-decoration:none;
}

#lft_btn a:visited img {
border: none;
text-decoration:none;
}

#lft_btn {
	top: 420px;
	position: absolute;
	left: 125px;
}

#rt_btn a:link img {
border: none;
text-decoration:none;
}

#rt_btn a:visited img {
border: none;
text-decoration:none;
}

#rt_btn {
	top: 420px;
	position: absolute;
	left: 500px;
	}
	
#textbox {
padding: 10px 0 0 0;
}
	

#textbox h1 {
padding: 20px 20px 0 20px;
margin:0;
}

#textbox p {
padding: 0 20px 20px 20px;
margin: 0;
}



h1 {
	font-family: "Times New Roman", Times, serif;
	font-style:normal;
	color: #ffffff;
	font-size: 20px;
	padding: 15px 0 0 15px;
	margin:0;
}


h2 {
	font-family: "Times New Roman", Times, serif;
	font-style:normal;
	color: #4A6D62;
	font-size: 20px;
	padding: 15px 0 0 15px;
	margin:0;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-style:normal;
	color: #4A6D62;
	font-size: 20px;
	padding: 0 0 0 15px;
	margin:0;
}





#content {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 375px;
	background-position: center bottom;
	padding: 5px 0 0 0;
}

#lft_top {
background-image:url(../images/lft_top.jpg);
background-repeat:no-repeat;
margin:0;
}

#lft_content {
background-image:url(../images/lft_middle.jpg);
background-repeat:repeat-y;
margin:0;
}

#lft_content p {
font-family:Arial, Helvetica, sans-serif;
color:#333333;
padding: 20px 20px 20px 20px;
margin: 0;
}

#lft_content img {
padding: 20px 20px 20px 20px;
}


#lft_content a {
font-family:Arial, Helvetica, sans-serif;
color:#4A6D62;
padding: 0;
margin:0;
}

#lft_content a:visited {
font-family:Arial, Helvetica, sans-serif;
color:#4A6D62;
padding: 0;
margin:0;
}


#lft_bottom {
background-image:url(../images/lft_bottom.jpg);
background-repeat:no-repeat;
margin:0;
}

#rt_top {
background-image:url(../images/rt_top.jpg);
background-repeat:no-repeat;
margin:0;
}

#rt_content {
background-image:url(../images/rt_middle.jpg);
background-repeat:no-repeat;
margin:0;
}

#rt_content a img{
margin:0;
border:0;
}

#rt_content p {
font-family:Arial, Helvetica, sans-serif;
color:#4A6D62;
padding: 5px 15px 0 15px;
margin:0;
}

#rt_bottom {
background-image:url(../images/rt_bottom.jpg);
background-repeat:no-repeat;
margin:0;
}




#bottom_content {
	color: #333333;
	background-color: #FFFFFF;
	padding: 5px 0 0 0;
	margin:0;
}




#nifty_left h1{ 
padding: 5px 0 0 10px;
margin:0;
}

#nifty_left img{ 
padding: 0 0 0 0;
margin:0;
}

#nifty_middle p{ 
padding: 10px 10px 0 100px;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#8F7156;
}

#nifty_middle img {
padding: 0 0 0 10px;
}

	

#nifty_left{ 
background: #E7DDC8;
margin:1%;
}

#nifty_middle{ 
background: #E7DDC8;
margin:1%;;
}

#nifty_right{ 
background: #E7DDC8;
margin:1%;
}

#inner_div{
height:100px;
margin: 0;
}


#nifty_right p{ 
padding: 10px 10px 0 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#8F7156;
margin:0;

}

#nifty_right a {
	font-family: Arial, Helvetica, sans-serif;
	color: #4A6D62;
	font-size: 18px;
	padding: 0 20px 0 0;
	margin:0;
}



b.rtop, b.rbottom{display:block;background: #ffffff}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #E7DDC8}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}


#footer p {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #4A6D62;
margin:0;
padding:5px 0 0 0;
}

#footer a {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #4A6D62;
margin:0;
}


#nav {
	border: 0;
	padding: 0 0 10px 0;
	
}

#nav a {
	text-decoration:none;
	float:left;
	}

.fees {
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 10px;
	border: 1px solid #d8c8a6;
	}
.fees td {
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px solid #d8c8a6;
	}
td.td_left {
	width: 200px;
	border-right: 1px solid #d8c8a6;
	}
td.td_right {
	width: 100px;
	}
tr.tr_white {
	background: #fff;
	}
tr.tr_gray {
	background: #ececec;
	}
td.bottom {
	border-bottom: 0;
	}

p.case_study {
	margin-top: 0 !important;
	padding-top: 0 !important;
	}
p.ral {
	text-align: right;
	}
p.copy {
	margin-top: 0 !important;
	padding-top: 0 !important;
	}