@charset "utf-8";
/* CSS Document */

body {
	background-color:#fff;
	margin-top:0px;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.2;
}

#top-bg {
	width:100%;
	height:113px;
	background-image:url(images/top-bg.jpg);
	background-repeat:repeat-x;
	position:absolute;
	background-position:top;
	margin-left:-8px;

}

#index-bg {
	width:100%;
	height:770px;
	background-color:#033E87;
	background-image:url(images/top-shadow.png);
	background-repeat:repeat-x;
	position:absolute;
	background-position:top;
	margin-left:-8px;
	margin-top:113px;
	z-index:-200;
}

#index-center-bg {
	width:960px;
	height:764px;
	background-repeat:no-repeat;
	background-position:top;
	position:absolute;
	left:50%;
	margin-left:-480px;
	margin-top:119px;
	z-index:-150;
}

#bg {
	width:100%;
	height:108px;
	background-color:#033E87;
	background-image:url(images/double-shadow.png);
	background-repeat:repeat-x;
	position:absolute;
	background-position:top;
	margin-left:-8px;
	margin-top:113px;
	z-index:-200;
}

#center-bg {
	width:960px;
	height:108px;
	background-repeat:no-repeat;
	background-position:top;
	position:absolute;
	left:50%;
	margin-left:-480px;
	margin-top:113px;
	z-index:-150;
}

#position {
	width:900px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-450px;
	overflow:hidden;
}

#top {
	width:900px;
	height:113px;
}

#logobox {
	width:232px;
	height:80px;
	margin-top:25px;
	margin-left:0px;
	float:left;
}

#logo {
	width:232px;
	height:80px;
	background-image:url(images/logo.png);
}

#call {
	padding:20px 0px 0px 0px;
	text-align:right;
	float:right;
}

#joinbox {
	text-align:left;
	height:20px;
}

#formBox {
	text-align:right;
	height:10px;
	padding-top:10px;
	color:#034596;
}

#navbar {
	padding:20px 0px 0px 0px;
}

#footerline {
	background-color:#EC161D;
	height:2px;
	font-size:2px;
	width:100%;
	margin:4px 0px 8px 0px;
}

#grey {
	height:2px;
	width:100%;
	border-top:dotted 2px #ccc;
	margin:15px 0px 15px 0px;
}

div.bottom_box {
	width:251px;
	height:120px;
	background-image:url(images/bottom_box.png);
	background-repeat:no-repeat;
	background-position:top;
	padding:10px 10px 0px 16px;
}

#copy {
	width:900px;
	height:13px;
	text-align:center;
	padding-bottom:15px;
	font-weight:bold;
}

#footer {
	text-align:center;
	color:#666;
	padding-top:10px;
	padding-bottom:30px;
	line-height:1.5;
}

div.table {
	display:table;
	width:100%;
}

div.thead {
	display:table-header-group;
	font-weight:bold;
	background-image:url(../images/bg.gif);
	font-size:11px;
}

div.row {
	display:table-row;
}

div.column-head {
	display:table-cell;
	text-align:center;
	padding:6px 0px 6px 0px;
}

div.column-head-left {
	display:table-cell;
	text-align:left;
	padding:6px;
}

div.column-cell {
	display:table-cell;
	text-align:center;
	padding:0px 0px 6px 0px;
}

div.column-cell-left {
	display:table-cell;
	text-align:left;
	padding:6px;
}

div.column-left {
	display:table-cell;
	text-align:right;
	padding:6px;
}

div.column-right {
	display:table-cell;
	text-align:left;
	padding:6px;
}

div.regularpage:hover {
	background-image:url(SpryAssets/over_icon.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:15px;
	margin-top:-15px;
}

div.selectedpage {
	color:#1755A1;
	background-image:url(SpryAssets/selected_down_arrow.png);
	background-repeat:no-repeat;
	background-position:center 35px;
	padding-bottom:20px;
	padding-top:15px;
	margin-top:-15px;
}

div.samples {
	width:504px;
	float:right;
	margin:30px 0px 0px 0px;
	padding:0px 0px 5px 20px;
	border-left:dashed 1px #034596;
}

span.dropdown {
	background-image:url(SpryAssets/SpryMenuBarDown.gif);
	background-repeat:no-repeat;
	background-position:95% 50%;
}

span.legend_faq {
	color:#FF9900;
	background-color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:8px 43px 7px 10px;
	background-repeat:no-repeat;
	background-position:right top;
}

fieldset {
	 border:dashed 1px #FF9900;
}

h3 {
	color:#FF9900;
	font-size:16px;
	font-weight:bold;
	border-bottom:solid 1px #00ccff;
	padding:12px 0px 8px 0px;
	margin:0px 0px 25px 0px;
	text-align:left;
}

h3.black {
	color:#000;
	font-size:14px;
	font-weight:bold;
	border:none;
	padding:12px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	text-align:left;
}

h4{
	color:#73202E;
	font-size:12px;
	font-weight:bold;
	padding-bottom:4px;
	margin-bottom:4px;
	margin-top:0px;
	padding-top:0px;
	text-align:left;
}

h5{
	color:#666666;
	font-size:12px;
	font-weight:bold;
	padding-bottom:4px;
	margin-bottom:10px;
	margin-top:0px;
	padding-top:0px;
	text-align:left;
	border-bottom:solid 1px #666666;
}

a {
	color:#034596;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.light {
	color:#00ccff;
}

div.pdf_box {
	width:310px;
	height:31px;
	background-image:url(images/pdf_box.png);
	background-repeat:no-repeat;
	padding:16px 0px 0px 45px;
}

a.footerlink {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

a.footerlink:hover {
	text-decoration:underline;
}

a.footernav {
	color:#333;
	font-weight:normal;
	text-decoration:none;
}

a.footernav:hover {
	text-decoration:underline;
}

