@charset "utf-8";
/************************* RESET */
a { text-decoration: none; }

a img { border: none; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, code,
del, dfn, font, img, ins, kbd, q, samp,
small, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

:focus { outline: 0; }

html { height: 100%; }

body {
	background: white url(../images/bg.gif) repeat-y left top;
	color: black;
	height: 100%;
	font: 80% Arial, Helvetica, sans-serif;
}

ol, ul { list-style: none; }

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/************************* STRUCTURE */
#bounds {
	width: 970px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -40px 0;

}

.inner #bounds {
	background: url(../images/small-logo.jpg) no-repeat right bottom;
}

#bounds #sidebar {
	width: 290px;
	position: relative;
	float: left;
}

#bounds #sidebar a#logo {
	top: 55px;
	left: 0px;
	display: block;
	z-index: 2;
	width: 262px;
	position: relative;
	height: 81px;
	background: url(../images/logo.jpg) no-repeat left top;
}

#bounds #sidebar a#logo big {
	position: absolute;
	top: -999999px;
}

#bounds #content {
	float: right;
	overflow: hidden;
	width: 656px;
}

#bounds #content-bounds { overflow: hidden; }


#bounds #shift { height: 40px; clear: both; }
html > body #bounds #shift { height: 40px; }

/************************* MENU - HOME */
#bounds #sidebar #menu ul { 
	margin-left: 100px;
	margin-top: 80px; 
}

#bounds #sidebar #menu ul li {
	margin-bottom: 5px;
}

#bounds #sidebar #menu ul li a {
	background-color:#909FC3;
	color:#fff;
	display:block;
	font-weight:bold;
	padding:5px;
	width:162px;
}

#bounds #sidebar #menu ul li a:hover {
	background-color:#909FC3;
	color:#224087;
}

#bounds #sidebar #menu ul li a#menu-active{
	color: #fff;
	background-color: #224087;
}

/************************* HEROES */
#bounds #content .callout-bounds {
	margin-top: 15px;
	overflow: hidden;
}

#bounds #content .callout-bounds ul li {
	display: block;
	width: 186px;
	float: left;
	margin-right: 20px;
}

#bounds #content .callout-bounds ul li .hero {
	width: 180px;
	border-left: 3px solid #909fc3;
	border-top: 3px solid #909fc3;
	border-right: 3px solid #909fc3;
	background: url(../images/hero-bg.jpg) repeat-x left top;
	text-align: center;
}




#bounds #content .callout-bounds ul li .hero img { margin-top: 20px; }

#bounds #content .callout-bounds ul li .hero small {
	display: block;
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 75%;
}

#bounds #content .callout-bounds ul li .hero small a { 
	text-decoration: none;
	font-weight: normal;
	color: #224087; 
}

#bounds #content .callout-bounds ul li h2 {
	font-size: 130%;
	text-align: center;
	margin-bottom: 5px;
	height: 30px;
	font-weight:normal;
}

#bounds #content .callout-bounds ul li h2 a { 
	text-decoration: none; 
	color: #224087; 
	font-weight: normal;
}

#bounds #content .callout-bounds .updates, #bounds #content .callout-bounds .updates ul li{width:225px; margin:0px;}

#bounds #content .callout-bounds .updates ul li{
	padding:4px 0px;	
	line-height:14px;
}

#bounds #content .callout-bounds .updates ul{border-left:3px solid #909FC3;
border-right:3px solid #909FC3;
border-top:3px solid #909FC3;
overflow:hidden;
padding:0px 5px;
width:228px;
}

/************************* FOOTER */
#footer {
	position: relative;
	height: 30px;
	color: #224087;
	padding-top: 10px;
	width: 870px;
	margin-left: 100px;
}

/************************* CONTENT */
#content-inner {
	margin-left: 10px;
	padding-bottom: 20px;
}

#content-inner a {
	color: #224087;
	font-weight: bold;
	text-decoration: underline;
}

#content-inner a:hover {
	color: #909FC3;
}

body.home #content-inner {
	margin-left: 0px;
	padding-bottom: 0px;
	background: transparent;
}


#content #content-inner p {
	margin-top: 10px;
	line-height: 150%;
	margin-bottom: 10px;
}

#content #content-inner ol,
#content #content-inner ul {
	margin-left: 40px;
	line-height: 150%;
	margin-bottom: 10px;
	margin-top: 10px;
}

body.home #content #content-inner ul {
	line-height: 100%;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

#content #content-inner ol li { list-style: decimal; }
#content #content-inner ol li ol li { list-style: lower-roman; }
#content #content-inner ul li { list-style: disc; }
#content #content-inner ul li ul li { list-style: circle; }

#content #content-inner ul.more-spacing li { font-size:13px; padding:4px 0px; }

#content  #content-inner h2 {
	font-weight: bold;
	font-size: 100%;
}

#content #header {
	overflow: hidden;
	height: 1%;
	position: relative;
	margin-bottom: 20px;
}

#content #header #title {
	position: absolute;
	background-color: #224087;
	opacity: .7; /* mozilla */
	width: 656px;
	height: 44px;
	filter:alpha(opacity=75); /* ie */
	left: 0;
	bottom: 0;
	z-index: 2;
}

#content #header h1 {
	color: #fff;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	position: absolute;
	bottom: 5px;
	z-index: 3;
}

#content .logos p{text-align:center;}

/****Table - Benefits page**/

table.benefits{
border-collapse:collapse;
}

table.benefits td{
border:1px solid #000;
padding:4px 10px;
}