/* fixes IE 5.5/6.0 PNG transparency issue */
.png { behavior: url(/resources/iepngfix.htc) }

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 11px;
	color: #454344;
	background: url(/nav/FWRV_pattern_inverted.gif);
}


#mainBG {
	background: url(/nav/mainBG.gif) repeat-y;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
}

/* this is necessary for IE 6 since it doesn't support min-height */
* html #mainBG {
height: 100%;
}

#main {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 100%;
}

#photoBG {
	position: absolute;
	bottom: 0;
	right: 0;
	filter:alpha(opacity=15);
	-moz-opacity:.15;
	opacity:.15;
}

#topLogo {
	background: url(/nav/headBG.gif) repeat-x;
	width: 920px;
	font-size: 10px;
}

	#blackTitle {
		background: #000;
		padding: 5px 0 0px 190px;
		color: #fff;
		font-size: 11px;
		border-left: 1px solid #fff;
		font-weight: bold;
		min-height: 20px;
	}

/* this is necessary for IE 6 since it doesn't support min-height */
* html #blackTitle {
height: 20px;
}
#pageHead {
	background: #e5e4e0;
	padding: 3px 0px 6px 200px;
	color: #28516f;
	font-size: 22px;
	font-weight: bold;
	border-left: 1px solid white;
	border-bottom: 1px solid #c1bcb6;
}


.contentHead {
	color: #28516f;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 0px 0;
	background: #f4f0e7;
}

	#contactInfo {
		float: right;
		font-size: 11px;
		font-weight: bold;
		padding-right: 15px;
	}

	#contactInfo a {
		color: #fff;
		text-decoration: none;
	}

	#contactInfo a:hover {
		text-decoration: underline;
	}


#contactPop iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:100%;/*must have for any big value*/
	height:100%/*must have for any big value*/;
}


	#contactPop {
		position: absolute;
		background: #ffc;
		width: 370px;
		height: 120px;
		right: 70px;
		top: -50px;
		z-index: 99;
		overflow:hidden;/*must have*/
		background: url(/nav/contactBG.gif) no-repeat;
		display: none;
	}
	
	#contactPop p {
		padding: 0;
		margin: 10px;
	}


#leftNav {
	width: 189px;
	float: left;
	padding-left: 1px;
}

	#leftNav a.mainLink {
		color: #FFF;
		display: block;
		font-weight: bold;
		padding: 4px 0 6px 8px;
		font-size: 11px;
		text-decoration: none;
		border-bottom: 1px solid #3d627d;
		background: #27506e;
	}
		
	#leftNav a.mainLink:hover {
		color: #fff;
		background: #3d627d;
	}
	

	#leftNav a.subNavLink {
		color: #CCCBC8;
		text-decoration: none;
		font-weight: normal;
		margin: 2px 0 5px 35px;
		display: block;
	}

			#leftNav a.subNavLink:hover {
				text-decoration: underline;
				color: #fff;
			}
	
	.navDivider {
		background: url(/nav/navOnBG.gif) repeat-x;
		color: #000;
		padding: 3px 0 3px 6px;
		margin-top: 15px;
		height: 14px;
		font-weight: bold;
	}


#content, #content2, #content3, #content2equal {
	float: left;
	width: 720px;
	padding: 0px 0 0 8px;
	margin: 20px 0 0 1px;
	position: relative;
}

	#content2 {
		background: url(/nav/2ColBG.gif) repeat-y 1px 0;
	}
	
	#content3 {
		background: url(/nav/3ColBG_t.gif) repeat-y 1px 0;
	}

	#content2equal {
		background: url(/nav/2colEqualBG.gif) repeat-y 1px 0;
	}
	
.threeCol, .twoCol {
	width: 230px;
	float: left;
	margin-right: 10px;
}

.twoCol {
	width: 444px;
	line-height: 1.4em;
	padding: 0 8px 0 8px;
}

.twoColEqual {
	width: 335px;
	float: left;
	margin-right: 10px;
	padding: 0 8px 0 8px;
}

.gatewayGoBox {
	margin-top: 20px;
	padding: 60px 0 60px 0;
	background: #e5e4e0;
	border: 1px solid #c1bcb6;
	text-align: center;
}


.display_archive {font-family: verdana; font-size: 10px;}
.campaign { line-height: 125%;  margin: 5px; }


.pdfLink, .webLink, .goLink, .goBackLink, .printLink, .qtLink, .excelLink, .breezeLink {
	text-decoration: none;
	background: url(/nav/pdfIcon.gif) no-repeat 0 2px;
	padding: 0 0 2px 18px;
	margin: 4px 0 4px 5px;
	display: block;
}

	.webLink {
		background: url(/nav/webIcon.gif) no-repeat;
	}
	
	.goLink {
		background: url(/nav/goIcon.gif) no-repeat;
	}
	
	.goBackLink {
		margin-top: 30px;
		background: url(/nav/goBackIcon.gif) no-repeat;
	}

	.printLink {
		background: url(/nav/printIcon.gif) no-repeat;
	}
	
	.qtLink {
		background: url(/nav/qtIcon.gif) no-repeat;
	}
	
	.excelLink {
		background: url(/nav/excelIcon.gif) no-repeat;
	}
	
	.breezeLink {
		background: url(/nav/breezeIcon.gif) no-repeat;
	}
	
.clear {
	clear: both;
}


a.btn, a.btnActive, a.btnBig, a.btnBigActive
{
	background: url(/nav/btn_end.gif) no-repeat top left;	
	color:#000;
	font:normal 11px Tahoma,Arial,Sans-Serif;
	line-height: 2em;
	display:block;
	float:left;
	text-decoration:none;
	padding-left:4px
}
a.btn DIV, a.btnActive DIV, a.btnBig DIV, a.btnBigActive DIV
{
	background: url(/nav/btn_bg.gif) no-repeat top right;	
	color:#000;
	font:bold 11px Arial,Sans-Serif;
	line-height: 2em;
	padding:0 6px 0 2px
}
a.btn:hover, a.btnActive, a.btnBig:hover, a.btnBigActive
{
	background: url(/nav/btn_end.gif) no-repeat bottom left;
	text-decoration: none;
}
a.btn:hover DIV, a.btnActive DIV, a.btnBig:hover DIV, a.btnBigActive DIV
{
	background: url(/nav/btn_bg.gif) no-repeat bottom right;		
}
a.btnActive DIV, a.btnBigActive DIV  
{
	font-weight:bold;
}

a.btnBig, a.btnBigActive {
	background: url(/nav/btnBig_end.gif) no-repeat top left;
	font-size: 16px;
	line-height: 36px;
	width: 290px;
	float: none;
	margin-bottom: 15px;
}

a.btnBig DIV, a.btnBigActive DIV {
	background: url(/nav/btnBig_bg.gif) no-repeat top right;	
	font-size: 18px;
	color: #666;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
	padding-left: 0;
}

a.btnBig:hover, a.btnBigActive {
	background: url(/nav/btnBig_end.gif) no-repeat bottom left;
}

 a.btnBig:hover DIV, a.btnBigActive DIV {
 	background: url(/nav/btnBig_bg.gif) no-repeat bottom right;	
 }


#campaignArchive a {
	text-decoration: none;
}
#campaignArchive a:hover {
	text-decoration: underline;
}

.alert {
	color: #900;
	font-weight: bold;
}

p {
	padding: 0;
	margin: 5px;
}

h2, h2.gatewayH2, h2.downloadH2, h2.downloadH2_pdf,h2.uploadH2,h2.tallH2 {
	color: #454344;
	background: #c6cfd6 url(/nav/h2BG.gif) no-repeat;
	padding: 5px 0 5px 20px;
	text-align: left;
	font-size: 14px;
	margin: 0 0 3px 0;
}

	h2.downloadH2 {
		background:  #c6cfd6 url(/nav/h2BG_download.gif) no-repeat;
	}

	h2.downloadH2_pdf {
		background:  #c6cfd6 url(/nav/h2BG_download_pdf.gif) no-repeat;
		padding-left: 35px;
	}

	h2.uploadH2 {
		background:  #c6cfd6 url(/nav/h2BG_upload.gif) no-repeat;
	}

	h2.tallH2 {
		background:  #c6cfd6 url(/nav/h2BG_tall.gif) no-repeat;
	}

h2.gatewayH2 {
	margin: 20px 0 0 0;
}

h3, .firstH3 {
	margin: 15px 5px 3px 5px;
	padding: 4px 0 0 0;
	color: #333;
	font-size: 12px;
	border-top: 1px solid #ccc;
}

.firstH3 {
	border: none;
	margin-top: 0;
}

h4 {
	margin: 0 0 5px 0;
	font-size: 11px;
	padding: 0;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 2px 0px;
	padding: 0;
}

form {
	margin: 10px 0 10px 5px;
	padding: 0;
}


select {
	margin-bottom: 5px;
	width: 200px;
}
	
input, select {
	font-size: 11px;
}
	
a {
	color: #0093cf;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #0093cf;
}

ul {
	margin: 2px 0 0 20px;
	padding: 0 0 0 10px;
}

li {
	margin-bottom: 5px;
}

.q {
	font-weight: bold;
	margin: 0;
}

.answer {
	margin-bottom: 20px;
}


/* DEFINE PRINTER STYLES */
@media print {
	body {font-size: 16px}
	#blackTitle {display: none;}
	#topLogo {display: none;}
	#pageHead {display: none;}
	#leftNav {display: none;}
	.printLink {display: none;}
	#leadList {display: none;}
}