body
{
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	background-color: #fff;
}

.blue
{
	color: #024c95;
}

.green
{
	color: #009d5d;
}

.white
{
	color: #fff;
}

.linkArrow
{
	font-size: 1.2em;
	font-weight: bold;
}

h1
{
	padding: 0 0 5px 0;
	font-size: 1.7em;
	font-weight: bold;
}

h2
{
	padding: 2px 0 5px 0;
	font-size: 1.4em;
	font-weight: bold;
}

h1.pad
{
	padding-top: 25px;
}

p
{
	padding: 5px 0 10px 0;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
}

ul
{
	margin: 2px 0 10px 25px;
	padding: 0;
	font-size: 1.2em;
	font-weight: normal;
}

ul li
{
	padding: 1px 0;
}

/* dl
{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.4em;
}

dt
{
	font-size: 1.2em;
	font-weight: bold;
	color: #024c95;
	padding: 2px 0 0 5px;
}

dd
{
	margin: 0;
	padding: 1px 0 10px 15px;
} */

a
{
	color: #009d5d;
	text-decoration: none;
	font-style: italic;
	text-decoration: underline;
}

a:hover
{
	color: #024c95;
	text-decoration: underline;
	font-style: italic;
}

#container
{
	margin: auto;
	width: 816px;
}

#header
{
	height: 105px;
}

#logo
{
	float: left;
	width: 211px;
	height: 105px;
}

#leadBlock
{
	float: right;
	width: 605px;
	height: 105px;
	/* background-color: #024c95;
	text-align: center; */
}

/* #leadBlock h1
{
	padding: 50px 0 0 0;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
} */

#nav
{
	clear: both;
	height: 25px;
	overflow: hidden;
}

#nav ul
{
	margin: 0;
	padding: 6px 0 0 230px;
	font-size: 1.1em;
	list-style: none;
}

#nav ul li
{
	display: inline;
	float: left;
	padding: 0 15px;
}

#nav ul li.login
{
	padding-left: 50px;
}

#nav ul li a
{
	padding: 2px 4px;
	color: #024c95;
	text-decoration: none;
	font-style: normal;	
}

#nav ul li a.login
{
	background-color: #8fd8bf;
}

#nav ul li a:hover
{
	color: #8fd8bf;
	/* background-color: #8fd8bf; */
}

#nav ul li a.login:hover
{
	color: #024c95;
}

#nav ul li.selected a
{
	font-weight: bold;
	color: #009d5d;
}

#railLeft
{
	float: left;
	width: 180px;
}

#subNav
{
	padding: 20px 0 10px 0;
}

#subNav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#subNav ul li
{
	padding: 7px 0;	
}

#subNav ul li.first
{
	padding-top: 0;
}

#subNav ul li a,
#subNav ul li a.current
{
	color: #024c95;
	font-style: normal;
	text-decoration: none;
}
#subNav ul li a.current
{
	color: #009d5d;
}

#subNav ul li a:hover
{
	color: #009d5d;
	text-decoration: none;
}

#sellSheet
{
	padding: 10px 0;
}

#sellSheet p
{
	text-align: center;
	font-size: 1.1em;
	padding: 2px 0 0 0;
}

#serviceArea
{
	padding: 10px 0 0 0;
}

.brule
{
	border-bottom: solid 1px #009d5d;
}

#content
{
	float: left;
	padding: 0 20px 20px 30px;
	margin: 20px 0 0 0;
	width: 359px;
	border-right: solid 1px #fff;
}

#content.vrule
{
	border-right: solid 1px #009d5d;
}

#contentFull
{
	float: left;
	padding: 0 20px 20px 30px;
	margin: 20px 0 0 0;
	width: 585px;
}

p.newsItem
{
	padding-top: 20px;
	border-bottom: solid 1px #009d5d;
}

.milestones p
{
	padding: 5px 0 5px 40px;
}

.year
{
	float: left;
	font-size: 1.2em;
	padding: 5px 0 0 0;
}

.divider
{
	width: 100%;
	height: 10px;
	margin: 20px 0;
	background-color: #024c95;
}

#railRight
{
	float: right;
	padding: 20px 0 20px 20px;
	width: 205px;
}

.infoBox
{
	width: 166px;
	display: block;
	padding: 10px 7px;
	background-color: #024c95;
}

.infoBox h1
{
	padding: 0px 0;
	color: #fff;
	text-align: center;
	font-size: 1.6em;
}

.infoBox p
{
	color: #fff;
	padding: 0px 0;
	text-align: center;
	font-size: 1.1em;
}

.infoBox a
{
	color: #fff;
	text-decoration: underline;
}

.textbox, .button
{
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 1.2em;
}

.textbox
{
	width: 340px;
    padding: 5px;
    color: #000;
}

.textbox:hover
{
	border: solid 2px #4abced;
}

.button
{
	padding: 2px;
	font-weight: bold;
	border: none;
	background-color: #7ecbae;
	color: #024c95;
}

.validationSummary
{
	color: #f00;
    margin: 0;
    padding: 10px 0 10px 5px;
    font-size: 1.4em;
}

#loginBox
{
	background-color: #8fd8bf;
	padding: 15px;
	width: 180px;
	text-align: center;
}

#loginBox .radiobutton
{
	color: #00a66d;
}

#loginBox .textbox
{
	font-size: 1em;
    width: 160px;
    padding: 5px;
    margin: 2px;
    color: #000;
}

#loginBox .button
{
	padding: 2px;
	font-weight: bold;
	border: none;
	background-color: #024c95;
	color: #fff;
}

#loginBox .watermark
{
	text-align: center;
	font-size: 1em;
    width: 160px;
    padding: 5px;
    margin: 2px;
    color: #959595;
}

#footer
{
	clear: both;
	padding: 20px;
	text-align: center;
}

#footer a
{
	color: #024c95;
	font-style: normal;
	text-decoration: none;
}

#footer a:hover
{
	color: #009d5d;
	text-decoration: underline;
}

#footerBar
{
	position: absolute;
	visibility: hidden;
	clear: both;
	width: 100%;
	height: 60px;
	background: url(../images/footerBar.png) repeat-x;
}