/* bg image */
.bg {
	background-color: #FFFFFF;
	background-image: url(../images/background-image.jpg);
	background-repeat: no-repeat;
	background-position: left 100px;
}

/* ------------MAIN: horizonatally floated container -------------*/
body
{
	text-align: center; /* pre IE6 fix*/
	margin-top: 0px;
}
.container
{
	margin-left: auto;
	margin-right: auto;
	width: 769px;
	text-align: left;
} 
h1 {
	text-indent: -9999px;
	position: absolute;
}
h2 {
	text-indent: -9999px;
	position: absolute;
}
a {
	color: #0066B1;
	text-decoration: none;
}
a:hover{
	color: #0066B1;
	text-decoration: underline;
}
/* Remove dotted line around links  */
a:active
{
outline: none;
}
a:focus
{
-moz-outline-style: none;
}

/*----------SHOW HIDE: Define show/hide a: styles ------------*/
a.show{
	color:#3C60C0;
	background-image: url(../images/navigation/arrow-on-red.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	display: block;
}
a.hide{
	color:#3C60C0;
	background-image: url(../images/navigation/arrow-off-blue.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	display: block;
}

/* --------------------MAIN CONTENT WELL------------------------ */
.content-box {
	width: 765px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #066EB6;
	border-left-color: #066EB6;
	float: left;
	background-color: #FFFFFF;
}

/* MAIN CONTENT WELL - leftcolumn */
.header {
	height: 108px;
	width: 769px;
}
.leftside {
	float: left;
	width: 582px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	display: block;
}
.leftside-boxtop {
	background-image: url(../images/table-top-terms.gif);
	height: 119px;
	width: 582px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-indent: 15px;
}
.leftside-breadcrumb {
	height: 22px;
	width: 500px;
	padding-top: 10px;
}
.leftside-boxmid {
	background-image: url(../images/table-bg-brdr.gif);
	width: 582px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-repeat: repeat-y;
	float: left;
}
.leftside-boxbot {
	background-image: url(../images/table-bg-foot.gif);
	width: 582px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-repeat: no-repeat;
	float: left;
	height: 22px;
}
.leftside-boxmid-content {
	width: 530px;
	background-color: #FFFFFF;
	margin-left: 15px;
}
.leftside-boxmid-content div {
	padding-left: 15px;
}
.leftside-boxmid-content p {
	line-height: 13px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.leftside-boxtop-privacy {
	background-image: url(../images/table-top-privacy.gif);
	height: 119px;
	width: 582px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-indent: 15px;
}
/* MAIN CONTENT WELL - right column */
.rightside {
	width: 157px;
	float: left;
}

/* --------------------  FOOTER ------------------------ */
.footer {
	background-image: url(../images/table-footer.gif);
	background-repeat: no-repeat;
	height: 57px;
	width: 769px;
	background-color: #CCCCCC;
	float: left;
	color: #333333;
	margin-bottom: 12px;
}
.footer-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 22px;
	width: 755px;
	margin-top: 29px;
	text-align: right;
}
.footer-text a {
	text-decoration: none;
	color: #333333;
}
.footer-text a:hover {

	text-decoration: underline;
	color: #333333;
}
.smallprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 12px;
}

/* --------------------  RED PDF BUTTONS ------------------------ */
.redbutton {
	background-image: url(../images/button-red-lrge.gif);
	height: 97px;
	width: 157px;
	margin-bottom: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.redbutton a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.redbutton a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.button-link {
	height: 75px;
	width: 115px;
	float: left;
	padding-top: 10px;
}
.button-logo {
	height: 28px;
	width: 30px;
	float: left;
	background-image: url(../images/logo-acrobat.gif);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}

.acrobatmessage {
	width: 157px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	letter-spacing: .4px;
}
.acrobatmessage a{
	text-decoration: none;
	color: #066EB6;
}
.acrobatmessage a:hover{
	text-decoration: underline;
	color: #066EB6;
}
