/* CSS Document */

body {
	background-color: #d9e6e9;	
	
}

blockquote{
	margin: 5px 30px 15px 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	color: #777;
}
blockquote cite {
	margin: 0px 0 0;
	display: block;
	}

div {
	font-family: Arial, Helvetica, sans-serif;
	}

h4 {
	font:11px "Arial", Helvetica, sans-serif;
	color:#1b1819;
	font-weight: bold;
}

h2 {
	color:#02588f;
	background-color:inherit;
	font-size:12px;
	line-height:16px;
	text-transform:uppercase;
	font-weight: bold;
}

	
p {
	font:11px "Arial", Helvetica, sans-serif;
	color: #575757;
	line-height:1.35em;
	margin-bottom:1em;
}
p.pagination {
text-align: right;
}
#wrap {
	margin:0 auto;
	padding-top:50px;
	width:923px;
}

#header {
	background:url(../images/bg-header.jpg) 0 0 no-repeat;
	height:71px;
}

	#header h1 {
		float:left;
		text-indent:-9999px;
	}
	
		#header h1 a {
			float:left;
			margin:15px 0 0 25px;
			width:175px;
			height:45px;
		}
	
	
#cWrap {
	background:url(../images/bg-cWrap.jpg) 0 0 repeat-y;
	padding-right:12px;
}
/* === main navigation menu ===*/

#mainNav {
	margin-top:-4px;
	background:#e7dfcc;
	height:35px;
	padding-left:0px;
	}
	
	
	
/* === content === */

#content {background:#fff; margin-bottom:20px;}

#leftCol {	
	background:url(../images/bg-rcol.jpg) 0 0 repeat-x;
	float:left;
	width:230px;
	min-height:450px;
	height:100%;
	height:auto; !important	
}

	.fraudsubnavoff {
		color:#0160a0;
		font: 12px "Trebuchet MS", Helvetica, sans-serif;	
		font-weight: bold;
	}

	a:link.fraudsubnav, a:visited.fraudsubnav {
		font: bold 11px "Trebuchet MS", Helvetica, sans-serif;
		color: #56575A;
		text-decoration: none;
	}
	a:hover.fraudsubnav, a:active.fraudsubnav {
		text-decoration: underline;
	}
	
	.pad {
		 padding: 20px 0 10px 40px;
		 color: #0160a0;
	}
	

	/* === right column styling === */
	#rightCol {
		float:left;
		margin-top:15px;
		padding-left:20px;
		width:180px;
	}
		
		#persona {margin-bottom:1.5em;}
		
		#rColNav {
			font:11px "Arial", Helvetica, sans-serif;
			text-transform:uppercase;
			width:133px;
			}
		
			#rColNav li {
				line-height:2.5em;
				border-top:1px solid #efefef;
				border-left:0;
				border-right:0;
				}
			
				.last { border-bottom:1px solid #efefef;}
				
			#rColNav li,
			#rColNav li a {
				text-decoration:none;
				color:#0160a0;
				text-align:right;
				padding:0 5px;
			}
		
	/* === center column styling === */
	#centerCol {
		margin-top:15px;
		background:url(../images/bg-ctcol.jpg) 0 0 repeat-y;
		width:437px;
		float:left;
		padding:0 8px 0 10px
	}
	
		.blue li {
			color:#0160a0;
			margin-left:15px;
			list-style:disc;
			font:11px "Arial", Helvetica, sans-serif;
		}
		.blue .lastli {
			margin-bottom: 15px;	
		}
		
		.bluetext {
			color:#0160a0;
			font-weight: bold;
			font-size: 12px;
		}
	
		.title { 
			color:#0160a0;
			font:bold 14px "Verdana", Arial, Helvetica, sans-serif;
			margin-bottom:.75em;
			text-transform: uppercase;
			}
		
			.title span { 
				color:#0160a0;
				font:normal 14px "Verdana", Arial, Helvetica, sans-serif;
				margin-bottom:.75em;
				text-transform: uppercase;
				}
			
		.subtitle {
			color:#0160a0;
			font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
			margin-bottom:.75em;
			text-transform: uppercase;
		}
			
			.fleft {
				float:left;
				width:200px;
				margin-bottom:1.15em;
			}
			
			.fright {
				float:right;
				width:200px;
				margin-bottom:1.15em;
			}
			
				.fleft li,
				.fright li {
					color:#0160a0;
					margin-left:15px;
					list-style:disc;
					font:11px "Arial", Helvetica, sans-serif;
					}
				
					.fleft li a,
					.fright li a {
						text-decoration:none;
						color:#0160a0;
					}
					
/* === footer === */

#footer {
	clear:both;
	background:url(../images/bg-footer.jpg) 0 0 no-repeat;
	height:65px;
	}

	#footerNav {
		padding:15px 0 0 30px;
		float:left;
		text-transform:uppercase;
		}
	
	#footerNav li,
	#footerAdr li {
		display:inline;
		}
		
		#footerNav li a {
			color:#808080;
			font:9px "Arial", Helvetica, sans-serif;
			text-decoration:none;
		}
		
	#footerAdr {
		float:right;
		padding:15px 45px 0 0;
		font:11px "Trebuchet MS", Helvetica, sans-serif;
	}
		
		#footerAdr li,
		#footerAdr li a {
			color:#808080;
			font:14px "Trebuchet MS", Helvetica, sans-serif;
			text-decoration:none;
			}
		
		.ph {padding-right:8px;}
		
		.ph img,
		.mailto img { vertical-align:middle;}
		
	.fraudsubnav a:link {
		font:14px "Trebuchet MS", Helvetica, sans-serif;
		color: #56575A;
		text-decoration: none;	
	}

/* === contact form styling === */
input.textfield, textarea.textfield { 
	width: 200px; 
	}

td {
	font:11px "Arial", Helvetica, sans-serif;
	color: #575757;
	line-height:1.35em;	
}

.smalltext {
 	font-size: 9px;
	}
	
/* === splash page styling === */
#splash {	
	margin-top: 40px;
	width: 929px;
	margin: 0 auto;	
	z-index: 4999;
}

#splash-top {
	width: 929px; 
	height: 437px;
	background-image: url(../images/splash/top.jpg);
}
#splash-vid{
	position: absolute;
	top: 160px;
	margin-left: 20px;
	width: 432px;
	background: #ffffff;
	text-align: center;
	height: 300px;
}
#splash-spot1{
	z-index: 5000;
	margin-right: 50px;
	margin-top: -285px;
	float: right;
}
#splash-spot2{
	z-index: 5000;
	margin-top: -285px;
	margin-right: 50px;
	float: right;
}
#splash-links {
	width: 929px;
	height: 34px;
	background-image: url(../images/splash/links.jpg);
}
#splash-bottom {
	width: 929px;
	height: 240px;
	background-image:url(../images/splash/bottom.jpg);			
}

strong {
	
	color:#0160a0;		
}
	
#error{
	color: #ff0000;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}