body {
	margin: 0;
	padding: 0;
	background: #FFF url(images/bg.jpg) repeat fixed;
	font-size: 1.125em;
	font-family: "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #111;
	line-height: 1.5em;
}

a:focus {
	outline: thin dotted !important;
}

textarea:focus {
	outline: thin dotted !important;
}

img {
	border: none;
}

.imgBorder {
	border: #CCC 1px solid;
	padding: 7px;	
	margin: 7px;
}

#topper {
	width: 100%;
	height: auto;
	padding: 20px;
	position: relative;
	background-color: #A30514; /*red*/
}

.alert {
	width: 100%;
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
}

.alert p {
	color: #FFF;
}

#wrap {
	width: 1060px;
	margin: 32px auto 0 auto;
	position: relative;	
}

#container {
	width: 1060px;
	min-height: 300px;
	margin: auto;
}

#header {
	width: 1060px;
	height: 180px;
	position: relative;
	margin: 0 auto;
}

#logo a {
	display: block;
	width: 180px;
	height: 104px;
	text-decoration: none;
	position: absolute;
	top: 20px;
	left: 0px;
}

#photoWrap {
	width: 1060px;
	min-height: 430px;
	margin: 0 auto;
	z-index: 0;
	position: relative;
}

#photoLeft {
	width: 236px;
	height: 356px;
	position: absolute;
	top: 10px;
	left: -10px;
	padding: 25px 15px 15px 15px;
	z-index: 0;
	background: #050930 url(images/bg-grad-blue.png) repeat-x;
	font-size: 1.22em;
	line-height: 1.75em;
	color: #FFF;
	font-weight: normal;
	border: #FFF 10px solid;
	text-align: center;
}

#photoLeft h2 {
	font-size: 1.6em;
	color: #FFF;	
	margin: 5px 0;
}

#photoRight {
	width: 762px;
	min-height: 300px;
	position: absolute;
	top: 10px;
	right: -10px;
	margin: 0px auto;
	z-index: 0;
	border: #FFF 10px solid;
}

#banner {
	width: 1060px;
	height: 196px;
	position: absolute;
	left: 0;
	bottom: -40px;
	margin: 0 auto;
	text-align: center;
}

#navSmall {
	width: auto;
	position: absolute;
	bottom: 60px;
	right: 64px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #666;
	text-align: center;
	line-height: 1.5em;
}

#navSmall a {
	color: #A30514;	
	text-decoration: none;
	font-weight: bold;
	margin: 0 5px;
}

#navSmall a:hover {
	color: #13255F;
}

h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.45em;
	margin-top: 0;
	line-height: 1.35em;
	color: #13255F; /*dark blue*/
}

h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.22em;
	line-height: 1.35em;
	color: #A30514; /*red*/
}

h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.15em;
	line-height: 1.35em;
	color:#333;
}

h4, h5 {
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 1.35em;
	color:#666;
}

#contentMain {
	width: 1020px;
	margin: 0 auto;
	min-height: 360px;
	text-align: left;
	position: relative;
	padding: 20px;
}

#columnLeft {
	width: 680px;
	float: left;
	min-height: 200px;
}

#columnRight {
	width: 280px;
	border: #FFF 4px solid;
	float: right;
	min-height: 320px;
	padding: 15px;
	/*background: #676767 url(images/bg-grad-gray.png) repeat-x;*/
	background: #CCC;
	text-align: center;
	position: relevant;
}

#columnRight a {
	text-decoration: none;
	color: #13255f;
	
}

#columnRight a:hover {
	text-decoration: none;
	color: #666;
}

#columnRight h2 {
	font-size: 1.22em;
	margin: 0;	
}

#phishing {
	position: absolute;
	top: 334px;
	right: 49px;
}

.imgLeft {
	width: auto;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgRight {
	width: auto;
	float: right;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
}

ul {
	list-style: square;
	margin: 0 auto;
	padding-left: 23px;
}

ul ul {
	list-style: circle;
}

hr {
	clear: both;
	height: 1px;
	border: none;
	color: #AAA;
	background: #AAA;
	margin: 10px 0;
}

.butt {
	min-width: auto;
	margin: 10px auto;
	font-family: 'Muli', sans-serif;
	color: #FFF;
	text-align: center;
	border: 3px #CCC solid;
	border-radius: 25px;
	padding: 10px;
	background: rgb(146,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(146,0,0,1) 0%, rgba(114,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(146,0,0,1)), color-stop(100%,rgba(114,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(146,0,0,1) 0%,rgba(114,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(146,0,0,1) 0%,rgba(114,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(146,0,0,1) 0%,rgba(114,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(146,0,0,1) 0%,rgba(114,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#920000', endColorstr='#720000',GradientType=0 ); /* IE6-9 */
}

.butt h3 {
	font-size: 1em;
	color: #FFF;
	padding: 0;
	margin: 0;
}

.butt a {
	text-decoration: none;
	color: #FFF;	
}

.butt a:hover {
	color: #CCC;	
}

.tableStyles {
	border: #FFF 1px solid;
}

.tableStyles td {
	border: #FFF 1px solid;	
	padding: 4px;
}

.tableHeaders {
	background: #053D7A;
	color: #FFF;
	font-weight: bold;
}

#footer {
	width: 1020px;
	min-height: 80px;
	margin: 10px auto;
	font-size: 0.75em;
	text-align: center;
	color: #666;
	position: relative;
	border-top: #CCC 1px solid;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #920101;
	text-decoration: none;
}

#footerBoxLeft {
	text-align: left;
	position: absolute;
	top: 6px;
	left: 0px;
}

#footerIcons {
	position: absolute;
	left: 244px;
	top: 8px;
}

#footerBoxRight {
	text-align: right;
	position: absolute;
	top: 6px;
	right: 0px;
}

a {
	color: #A30514; /*red*/
	text-decoration: underline;
}

a:hover {  
	color: #666; 
	text-decoration: none;
}

.map {
	width: auto;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	text-align: center;
}

.clearFix {
	clear: both;	
}

#contactTable {
	width: 750px;
	margin: 0 auto;
	border-collapse: collapse;
	margin-top: 15px;
}

	#contactTable td {
		border-bottom: 1px solid #e1e1e1;
		padding: 10px 0;
	}

	#contactTable tr:last-child td {
		border: none;
	}

	#contactTable td.alignCenter {
		text-align: center;
	}

	#contactTable p {
		margin: 0;
		line-height: 10pt;
	}

	#contactTable .tinyText {
		font-size: 0.5em;
		font-style: italic;
		color: #710000;
	}

	#contactTable input[type=text],
	#contactTable textarea {
		width: 300px;
		padding: 5px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 0.6em;
		margin: 0;
		float: right;
		border: 1px solid #a2a2a2;
	}

	#contactTable input[type=text]:hover,
	#contactTable textarea:hover,
	#contactTable input[type=text]:focus,
	#contactTable textarea:focus {
		border: 1px solid #2595bd;
	}

.infoTable {
	width: 100%;
	border: 1px solid #bfbfbf;
	margin: 10px 0;
}

.narrowTable {
	width: 40%;
	margin-right: 15px;	
}
	.infoTable td {
		padding: 5px;	
		border: 1px solid #DDD;
	}
	
.tableHeader {
	background: #053D7A;
	font-family: 'Open Sans';
	font-size: 0.65em;
	font-weight: 700;
	color: #FFFFFF;
}
