/* Start of CMSMS style sheet 'Layout: Erisa Fiduciary' */
/* CSS Document */

/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#365889;
	line-height:1.6em;
}
img, img a {
	border:none;
}
h1 {
	border-bottom:1px solid #ABC1DD;
	color:#98A1A8;
	display:block;
	font-size:18px;
	letter-spacing:0.1em;
	line-height:18px;
	margin:0;
	padding:5px 0 10px;
}
h2 {
	color:#6A9ECC;
	display:block;
	font-size:15px;
	line-height:18px;
	margin:0;
	padding:15px 0 5px;
}
a, a:active {
	color:#365889;
}
a:hover {
	color:#162E55;
}
a:focus { outline: none; }

a.highlight {
	color:#365889;
	background-color:#E6EBEF;
	border:1px solid #C6CACC;
	text-decoration:none;
	padding: 0 4px
}
a.highlight:hover {
	color:#00000;
	background-color:#C6CACC;
	border:1px solid #C6CACC;
	text-decoration:none;
}
.hr {
	border-top:1px solid #D7D9DB;
	height:1px;
	background:#FFFFFF;
	margin:10px 0;
}
p {
	margin:10px 0;
	font-size:12px;
}
div.clear {
	clear:both;
}
div.wrap {
	width:90%;
	margin:0 auto;
}
div.header {
	margin:0 auto 16px;
}
div.header img.logo {
	margin: 20px 0;
	float:left;
}
div.menu {
	background:#6A9ECC;
	line-height:31px;
	clear:both;
	padding: 0 0;
}
div.utilitynav {
	float:right;
	color:#d4e0ee;
	font-size:12px;
}
div.utilitynav a {
	padding:0 5px;
	text-decoration:none;
}
div.contact {
	clear:right;
	float:right;
	margin:33px 42px 0 0;
}
div.contact p {
	margin:0;
}
div.contact a {
	text-decoration:none;
}
p.email {
	background:url(uploads/images/icon_email.gif) no-repeat 0 center;
	padding:0 0 0 25px;
}
p.phone {
	background:url(uploads/images/icon_phone.gif) no-repeat 0 center;
	padding:0 0 0 25px;
}
div.contentwrap {
	width:100%;
}
div.welcome {
	background:url(uploads/images/graph.jpg) no-repeat 0 center;
	padding:0 0 0 100px;
}
div.content {
	float:left;
	padding:0;
	width:60%;
}
div.leftcolumn {
	width:62%;
	float:left;
}
div.summary {
	background: url(uploads/images/columns.jpg) no-repeat;
	margin:20px 0;
	padding:10px 10px 10px 130px;
	color:#FFFFFF;
	font-size:12px;
}
div.summary h1, div.summary h2 {
	color:#FFFFFF;
}
div.summary ul {
	font-size:12px;
	margin: 10px 0 10px 10px;
	padding: 0 0 0 10px;
}
div.summary ul li {
	line-height:1.3em;
	padding:8px 5px 8px 10px;
}
div.column {
	background-color:#E6EBEF;
	margin-bottom:20px;
	padding:20px;
	width:30%;
	float:right;
}
div.column h1 {
	color:#162E55;
	font-weight:normal;
	border:none;
	padding: 0;
}
div.list {
	background-color:#fff;
	margin-bottom:10px;
	padding:0px;
}
div.list h1, div.list p {
	padding:13px 10px 10px 28px;
}
div.list ul {
	list-style:none;
	margin-left:0px;
	padding-left:0;
}
div.list ul li {
	padding:8px 5px 8px 30px;
	background-image: url(uploads/images/check-icon.gif);
	background-position:5px center;
	background-repeat:no-repeat;
	line-height:1.1em;
	color:#076326;
}
div.list ul li a {
	color:#076326;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
div.list ul li a:hover {
/*color:#365889;*/
}
div.list ul li:hover {
	background-color:#D1EDDA;
}
div.list ul li.oddrow:hover {
	background-color:#D1EDDA;
}
div.list ul li.oddrow {
	background-color:#F2F2F2;
}
div.footer {
	border-top: 2px solid #2178B5;
	padding: 10px 0;
	color:#ABC1DD;
	font-size:11px;
}
ul.footernav {
	list-style-type:none;
	padding:10px 0;
}
ul.footernav li {
	border-left:1px solid #ABC1DD;
	float:left;
	font-size:10px;
	line-height:1;
	margin:0;
	padding:0 10px;
}
ul.footernav li.title {
	font-weight:bold;
	padding: 0 15px 0 0;
	color:#98A1A8;
	font-size:10px;
	border-left: none;
}
ul.footernav a, ul.footernav h3 {
	color:#365889;
	text-decoration:none;
	padding: 0 3px;
	font-size:10px;
	font-weight:normal;
}
ul.footernav a:hover {
	text-decoration:underline;
}
p.copyright {
	clear:both;
	margin:20px 0;
}
/* Large radius image backgrounds */
.rounded {
	position:relative;
}
.rounded b.cn {
	height: 10px;
	width: 10px;
	background: url(uploads/images/white.png) no-repeat;
	position:absolute;
}
.rounded b.tl {
	top: -1px;
	left: -1px;
	background-position: top left;
}
.rounded b.tr {
	top: -1px;
	right: -1px;
	background-position: top right;
}
.rounded b.bl {
	bottom: -1px;
	left: -1px;
	background-position: bottom left;
}
.rounded b.br {
	bottom: -1px;
	right: -1px;
	background-position: bottom right;
}
/* IE Filters */
    * html .rounded b.bl {
	bottom:-2px
}
* html .rounded b.br {
	bottom:-2px
}
* html .rounded b.cn {
	background-image: url(uploads/images/white.gif);
}
/* Large radius image backgrounds */
.rounded-grey {
	position:relative;
}
.rounded-grey b.cn {
	height: 10px;
	width: 10px;
	background: url(uploads/images/grey.png) no-repeat;
	position:absolute;
}
.rounded-grey b.tl {
	top: -1px;
	left: -1px;
	background-position: top left;
}
.rounded-grey b.tr {
	top: -1px;
	right: -1px;
	background-position: top right;
}
.rounded-grey b.bl {
	bottom: -1px;
	left: -1px;
	background-position: bottom left;
}
.rounded-grey b.br {
	bottom: -1px;
	right: -1px;
	background-position: bottom right;
}
/* IE Filters */
    * html .rounded-grey b.bl {
	bottom:-2px
}
* html .rounded-grey b.br {
	bottom:-2px
}
* html .rounded-grey b.cn {
	background-image: url(uploads/images/grey.gif);
}

/* End of 'Layout: Erisa Fiduciary' */

