@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
}

a
{
	color:#333333;
	text-decoration:none;
	outline:none;
}

img
{
	border:none;
}

input
{
	outline:none;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333
}

#container
{
	margin: 0 auto 0;
	background: #1E2F5B;
  min-width: 1000px;
}

#header
{
	width: 100%;
	background:url(../img/header_bg_right_fill.gif) repeat;
}

#header-left
{
	height:92px;
	background:url(../img/header_bg-4.png) no-repeat;
	padding:10px;
}

#logo
{
	float:left;
	width:180px;
	padding-left:55px;
}

#logo img
{
	visibility:hidden;
}

#nav
{
	float:left;
	padding-top:75px;
}

.navLinks
{
	float:left;
	width:auto;
	font-size:17px;
	text-transform:none;
	font-weight:bold;
	position:relative;
	padding-bottom:10px;
}

.navLinks a
{
	color:#FFFFFF;
}

.navSpacer
{
	padding:0 20px;
}

.navLinks:hover > ul
{
	display:block;
}

.navLinks ul
{
	float:left;
	position:absolute;
	left:-10px;
	top:17px;
	background-color:#1e2f5b;
	display:none;
	width:190px;
	padding:10px 0;
}

.navLinks ul li
{
	float:left;
	width:170px;
	font-size:12px;
	font-weight:bold;
	list-style-type:none;
	font-weight:normal;
	padding:5px 10px;
}

.navLinks ul li:hover
{
	background-color:#333333;
}

.navLinks ul li a
{
	display:block;
}
/* header end */

/* content start */

#contentLeft
{
	float:left;
	width:215px;
	margin-right: 8px;
	border-right:1px solid #1e2f5b;
	position: relative; /* fix ie 6/7 hidden link bug */
}

#lImg
{
	width:215px;
}
#lImg img{
	width:215px;
}
.contentLeftBox
{
	width:215px;
}

.contentLeftBoxHeader
{
	width:205px;
	background-color:#1e2f5b;
	padding:5px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
}

.contentLeftBoxHeader img
{
	margin-right:10px;
}

.contentLeftBoxText
{
	width:190px;
	padding:5px 5px 0px 20px;
	background-color:#efefef;
}

.contentLeftBoxText ul
{
	width:195px;
}

.contentLeftBoxText ul li
{
	width:195px;
	background:transparent url(../img/bullet-left.jpg) no-repeat scroll 0 2px;
  list-style:none;
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
}
.contentLeftBoxText ul li a
{
	padding-left:14px;

}

#wills
{
	border-top: 1px solid black;
	width:215px;
}

#contentRgt
{
	margin-left: 216px;
	padding-left: 8px;
	background: white;
}

#contentRgt a, #contentRgt a:visited
{
	color: #1C8400;
	text-decoration: underline;
}

#contentRgt table#table-knowldege ul{
	padding-left:20px;
}

#contentRgt .center {
	margin-left: auto;
	margin-right: auto;
}

#contentRgt  p{

}

#contentRgt td.leftColumn {
  border-right: 1px solid #31639C;
  padding-right: 22px;
}

#contentRgt td.centerColumn {
  border-right: 1px solid #31639C;
  padding-right: 22px;
	padding-left: 20px;
}

#contentRgt td.rightColumn {
	padding-left:20px
}

.contentRgtBox
{
	width:704px;
	padding-top:20px;
}

.contentRgtBoxHeader
{
	float:left;
	width:704px;
	font-size:16px;
	font-weight:bold;
	color:#1e2f5b;
	padding-bottom:5px;
}

.contentRgtBoxTextBox
{
	float:left;
	width:735px;
	padding:10px;
	border-top:1px solid #1e2f5b;
	background-color:#efefef;
}

.contentRgtBoxText
{
	float:left;
	width:684px;
	font-size:12px;
	font-weight:normal;
	color:#333333;
}

.contentRgtBoxReadMore
{
	float:left;
	width:684px;
	padding-top:10px;
}

.contentRgtBoxReadMore a
{
	float:right;
}
/* content end */

/* footer start */
#footer
{
	text-align: center;
	font-size: .9em;
	padding: 5px;
}
/* footer end */