@import url("ui.theme.css");
@import url("ui.slider.css");

*
	{margin: 0;
	padding: 0;}

html
	{min-height: 100%;
	margin-bottom: 1px;
	position: relative;}

body
	{font: 100% Cambria, Georgia, serif;
	color: #333333;
	background:#FFF url(/images/back.jpg) 0 0 repeat-x;
	}

#container
	{margin: 20px auto 5px auto;
	width:970px;
	text-align: left;
	background-color:#FFFFFF;
	border: 1px solid #003863
	}

#header
	{
	height: 134px;
	width: 970px;
	}
	
#header h1 
	{display: none;
	}

#primary-nav
{margin-top:0px;
height:30px;
width:970px;
background: #d7dce7;
}


#primary-nav ul
	{
	margin: 0px 0px 0px 0px;
	}

#primary-nav li a
	{float: left;
	font-size: 16px;
	width: 128px;
	letter-spacing:0.01em;
	padding: 5px 0px 5px 0px;
	background-color: #d7dce7;
	text-align:center;
	border-right: 1px solid #003863;
	border-bottom: 1px solid #003863;
	color: #395e86;
	text-decoration: none;
	font-weight: bold;
	}
	
#primary-nav li
{
list-style-type: none;
display:inline;
}

#primary-nav li a:hover
{color: #FCB816;
background-color:#003863;
}

#banner
{
background:#003863 url(/images/header3.gif) 0px 0px no-repeat;
width:970px;
height: 100px;
margin: 0;
}

#content
	{width:auto;
	padding: 30px 38px 30px 38px;
	min-height: 580px;
	background: white;
	position: relative;}
	
#content p
	{padding: 0px 50px 15px 0px;
	font-size: 105%;
	line-height:120%
	}
	
#content a
	{
	color: #395e86;
	font-weight:bold;
	text-decoration: none}

#content a:hover
	{text-decoration:underline}	
	

#content h2
	{font-size:180%;
	line-height: 120%;
	font-family:Cambria, Georgia, Times, serif;
	color: #003863;
	margin-bottom: 20px;
	border-bottom: dotted 1px #000;}
	
#content h3
	{font-size:200%;
	font-family:Cambria, Georgia, serif;
	line-height:120%;
	color:#003863;
	padding-bottom: 20px}
	
	
#content ul
	{margin-left: 15px;
	margin-bottom: 20px
	}
	
#content ol
	{margin-left: 22px;
	margin-bottom: 20px
	}

#content li
	{padding: 5px 90px 10px 10px;
	font-size: 105%;
		}
		
#content table
	{
	font-size: 1em;
	border-collapse: collapse;
	border-left: 1px solid #375e86;
	border-bottom: 1px solid #375e86;
	border-right: 1px solid #375e86;
	margin: 15px 0px 15px 0px;
	width:100%
	}	

#content table.reportForm
	{width:50%;
	}
#content table.reportForm th
	{
	text-align:right;
	padding:5px;
	}
	
	#content table.reportForm td
	{
	text-align:left;
	padding:5px;
	}

	
#content table.reportForm input
	{border: 0 none}

#content table.benefits-calculator
	{font-size: 90%;}

#content th
	{
	padding: 10px;
	text-align:center;
	background-color:#375e86;
	border-top: 1px solid #375e86;
	color:#d7dce7;
	}

#content td
	{
	padding: 10px;
	background-color:#FFFFFF;
	border-top: 1px solid #375e86;
	font-weight:bold;
	color:#375e86}

#content td.total
{color:#375e86;
background-color:#d7dce7}

#rightColumn
{ 
border-top: 5px solid #375e86;
border-bottom: 5px solid #375e86;
float:right;
margin: 5px 0px 20px 50px;
padding: 10px 0px 10px 0px;
width: 218px;
font-size:130%;
color: #375e86
}

#rightColumn p

{padding: 0px 0px 10px 0px}

#rightColumn p.credit

{font-size: 70%}

.popup
	{position: absolute;
	top: 150px;
	left: 300px;
	width: 400px;}

#footer
	{clear: both;
	width:970px;
	font-size: 90%;
	margin: auto;
	color: #375e86;
	vertical-align:top;
	padding: 0}
	

