/*============================ 
	Title:Legacy Capital Management
	Date:13.3.2010
===========================*/
body{
	text-align:center;
	background:#532913 url(../images/background.jpg) no-repeat center bottom;
	font-family:"Times New Roman", Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-bottom:151px;
}
*{
	padding:0;
	margin:0;
	outline-width:0;
}
img, fieldset{
 	border:none;
}
ul,li,ol{
	list-style:none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline
}
input, textarea, select{	
	font-family:inherit;
	font-size:12px;
}
.hide,a small{
	position:absolute;
	left:-99999px;
}
/* page starts from here ==================================
--------------------- outerWrapper starts -------------- */
.outerWrapper{
	background:url(../images/bg.gif) repeat-x left top;
}
/* -------------- wrapper starts ----------------------- */
.wrapper{
	width:911px;
	margin:0 auto;
	text-align:left;
}
/* -------------- header starts ----------------------- */
.header{	
	width:911px;
	height:160px;
	float:left;
	clear:both;
}
.logo{
	float:left;
	margin-top:23px;
}
.topNav{
	margin-top:8px;
}
.topNav li{
	float:right;
	background:url(../images/border.gif) no-repeat left 8px;
	padding-left:2px;
}
.topNav li a{
	height:29px;
	float:left;
}
.topNav li a:hover,.topNav li .active{
	background-position:0 -29px;
}
.home{
	background:url(../images/home.gif) no-repeat;
	width:66px;
}
.contact{
	background:url(../images/contact.gif) no-repeat;
	width:90px;
}
.client{
	background:url(../images/client.gif) no-repeat;
	width:126px;
}
/* -------------- navigation starts ----------------------- */
.navigation {	
	height:16px;
	width:590px;
	float:right;
	margin:68px 0 0;
	z-index: 9999;
}
.navigation li {	
	float:right;
	background:url(../images/nav-border.gif) no-repeat right top;
	padding-left:2px;
	position:relative;
}
.navigation li a{	
	height:12px;
	float:left;
	padding:0 18px;
}
.navigation ul{
	position:absolute;
	left:18px;
	top:0px;
	padding-top:10px;
	width:150px;
	visibility:hidden;
}
.navigation ul li {
	clear:both;
	background:#000000;
	width:150px;
	padding-bottom:3px;
}
* html .navigation ul li{
	margin-bottom:0px;
}
.navigation ul li a{	
	font-size:15px;
	color:#ffff99;
	font-weight:bold;
	background:#000000;
	padding:3px 0 5px 8px;
	width:142px;
}
.navigation ul li a:hover{
	color:#fff;
	text-decoration:none;
}
.topNav .first,.navigation .first{
	background:none;
}
/* -------------- mainBody starts ----------------------- */
.mainBody{	
	width:906px;
	overflow:hidden;
	clear:both;
	margin-left:5px;
}

.bodyimage{
	border: 3px solid #eeeeee;
	margin-right: 15px;
}



/* -------------- bannerArea starts ----------------------- */
.bannerArea{
	margin-bottom:30px;
	width:911px;
}	
/* -------------- left starts ----------------------- */
.left{
	width:560px;
	float:left;
	overflow:hidden
}
.contentArea h2,.heading{
	font-size:32px;
	color:#ffffcc;
	font-style:italic;
	margin-bottom:16px;
}
.contentArea p{
	font-size:16px;
	color:#e8e3e0;
	line-height:19px;
	font-weight: normal;
	padding:0 40px 19px 0;
	text-align:justify;
}
.contentArea td{
	font-size:16px;
	color:#e8e3e0;
	font-weight: normal;
}
.contentArea b a{
	color:#ffff99;
	text-transform:uppercase;
	font-size:16px;
}
.contentArea a{
	color:#ffff99;
	text-decoration:underline;
}
/* -------------- right starts ----------------------- */
.right{
	width:327px;
	float:right;
	margin-right:19px;
	display:inline;
	overflow:hidden
}
.heading{
	margin:3px 0 9px;
}
.rightBox{
	width:293px;
	border:3px solid #979664;
	background:#4c2109;
	font-size:14px;
	color:#fff;
	padding:8px 10px 8px 19px;
	overflow:hidden;
}
.rightBox p{
	line-height:24px;
	font-weight:bold;
}
.rightBox p strong{
	display:block;
	text-transform:uppercase;
}
.rightBox p span{
	color:#ffff99;
}
.content{	
	padding:8px 0 0;
}
.content h2{
	font-size:24px;
	margin-bottom:0;
}
.content p{
	padding-right:0;
}
/* -------------- footer starts ----------------------- */
.footer{
	clear:both;
	width:900px;
	margin:35px 0 0 5px;
	border-top:1px solid #000;
	padding:10px 0 0;
}
* html .footer {
	margin-top:5px;
}
*+ html .footer {
	margin-top:5px;
}
.footer p{
	font-weight:bold;
	padding-bottom:6px;
	color:#ccc;
	margin-left:-8px;
}
.footer p a{	
	font-size:13px;
	color:#ccc;
	padding:0 6px;
}
.footer span{
	color:#ffcccc;
	font-size:13px;
	display:block;
	font-weight:bold;
}
