/*
 * Global CSS Stylesheet for www.kceb.com
 * created 2.20.2012
 * by Jay Pilgreen
 * copyright River City Studio
 */

	/*	----------------------	Global Declarations --------------------	*/

@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);

* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-image: url('/_img/background-page-gradient.png');
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: "Arial", sans-serif;
	color: #323232;
}

a {
	outline: none;
	text-decoration: none;
	color: #3F6084;
}

img {
	border: none;
}

#container {
	width: 1032px;
	min-height: 500px;
	margin: 0px auto;
	box-shadow: 0px 0px 15px #999;
	-webkit-box-shadow: 0px 0px 15px #999;
	-moz-box-shadow: 0px 0px 15px #999;
	padding-bottom: 10px;
	background-color: #fff;
	position: relative;
}

.redBackground {
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c2a21', endColorstr='#852c22'); */
	background: -webkit-gradient(linear, left top, left bottom, from(#8c2a21), color-stop(75%,#952120), to(#852c22));
	background: -moz-linear-gradient(top, #8c2a21, #952120 75%, #852c22);
	background-color: #852c22;
}

.float-right {
	float: right;
}

	/*	--------------------	Header Declarations	-----------------------	*/

#header {
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, from(#cfd0de), to(#e1e6ed));
	background: -moz-linear-gradient(top, #cfd0de, #e1e6ed);
	background-color: #e1e5ee;
	min-height: 97px;
}

#logo-button {
	position: absolute;
	top: 25px;
	left: 10px;
	z-index: 99;
}

#header h1 {
	font-family: "Driod Serif", "Times", serif;
	font-size: 22px;
	font-weight: normal;
	color: #92241F;
	text-shadow: 0px 1px 1px white;
	margin-left: 145px;
	padding-top: 10px;
}

#header hr {
  margin-top: 10px;
  width: 80%;
}

#header span.motto,
#header span.red_note,
#header span.blue_note {
	display: block;
	color: #1F466C;
	font-size: 12px;
}
#header span.motto {
	font-size: 17px;
	font-style: italic;
}
#header span.red_note {
  color: #800000;
}

#header #left-banner-end, #header #right-banner-end {
	position: absolute;
	bottom: -15px;
	left: -22px;
	z-index: 1;
}

#contactBox {
	position: absolute;
	right: 15px;
	top: 5px;
	font-size: 11px;
	font-family: "Droid Serif", "Times", serif;
	color: #3F6084;
}

#contactBox img {
	padding: 0px 3px;
	vertical-align: bottom;
}

#searchForm {
	margin-top: 6px;
}

#searchForm input {
	font-size: 12px;
}

#searchTerm {
	border: 1px solid #3F6084;
	border-right: none;
	padding: 2px;
	height: 16px;
	width: 90px;
}

#searchForm input[type=submit] {
	background-color: #3F6084;
	color: white;
	border: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 3px;
	position: relative;
	top: -1px;
}

#header #right-banner-end {
	left: auto;
	right: -22px;
}

#nav {
	position: relative;
	padding-left: 140px;
	margin-left: -7px;
	margin-right: -7px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	z-index: 2;
	min-height: 0px;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	display: inline-block;
}

#nav ul li ul {
	position: absolute;
	background-color: #E9ECF1;
	box-shadow: 0px 0px 6px #666;
	-webkit-box-shadow: 0px 2px 6px #666;
	-moz-box-shadow: 0px 2px 6px #666;
	display: none;
	zoom: 1;
}

#nav ul li:hover ul {
	display: block;
}

#nav a {
	font-family: "Driod Serif", "Times", serif;
	font-weight: normal;
	font-variant: small-caps;
	display: block;
	font-size: 21px;
	color: white;
	padding: 3px 12px 3px 12px;
}

#nav ul li ul li {
	display: block;
}

#nav ul li ul a {
	font-size: 13px;
	color: #323232;
	font-variant: normal;
	font-family: "Arial", sans-serif;
	text-align: left;
	padding: 5px 10px;
}

#nav ul li ul a:hover {
	background-color: none;
	background-image: none;
	color: #1F466C;
}

#nav > ul > li > a:hover, #nav > ul > li > a.active  {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3F6084', endColorstr='#1F466C');
	background: -webkit-gradient(linear, left top, left bottom, from(#3F6084), to(#1F466C));
	background: -moz-linear-gradient(top, #3F6084, #1F466C);
}

#nav ul li ul li a {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ecf1', endColorstr='#e9ecf1');
}


	/* -------------------------- Gallery Container ------------------------------ */

#galleryContainer {
	position: relative;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8b4c8', endColorstr='#6687a8');
	background: -webkit-gradient(linear, left top, left bottom, from(#a8b4c8), to(#6687a8));
	background: -moz-linear-gradient(top, #a8b4c8, #6687a8);
	height: 262px;
	border-bottom: 1px solid #1e3756;
	z-index: 1;
}

#galleryDescription {
	font-size: 90%;
}

#breakout {
	float: left;
	width: 20%;
	border-border: 7px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dce3eb', endColorstr='#c4d0dc');
	background: -webkit-gradient(linear, left top, left bottom, from(#dce3eb), to(#c4d0dc));
	background: -moz-linear-gradient(top, #dce3eb, #c4d0dc);
	margin-top: 23px;
	margin-left: 10px;
	box-shadow: 0px 0px 8px #666;
	-webkit-box-shadow: 0px 0px 8px #666;
	-moz-box-shadow: 0px 0px 8px #666;
}

#breakout a {
	display: block;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	font-family: "Arial Black", Helvetica, sans-serif;
	color: #92241F;
	padding: 3px 10px 7px 70px;
	border-bottom: 1px solid #999;
	box-shadow: 0px 1px 0px white;
	-webkit-box-shadow: 0px 1px 0px white;
	-moz-box-shadow: 0px 1px 0px white;
	text-shadow: 1px 1px 0px white;
	position: relative;
	background-repeat: no-repeat;
	background-position: 17px 15px;
}

#breakout a:last-child {
	border: none;
	box-shadow: none;
}

#breakout a.check {
	line-height: 15px;
	height: 62px;
	padding-right: 2px;
	background-image: url('/_img/icon-checkbox-large-red.png');
}

#breakout a.question {
	background-image: url('/_img/icon-checkbox-large-question-mark.png');
}

#breakout a.pencil {
	background-image: url('/_img/icon-pencil-and-paper.png');
}

#breakout a img.popout-arrow {
	position: absolute;
	top: 11px;
	right: -1px;
}

#voter-popout-wrapper,
#voter-popout-wrapper-tdd {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
	display: none;
	z-index: 5;
}
#voter-popout-form,
#voter-popout-form-mail-in-ballot {
	position: absolute;
	left: 217px;
	top: 28px;
	width: 290px;
	background-color: #496A8D;
	z-index: 6;
	padding: 10px;
	display: none;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

#voter-popout-form > div,
#voter-popout-form-mail-in-ballot > div {
	background-color: #AEBCC9;
	height: 146px;
	padding: 10px;
	border-radius: 10px;
}

#voter-popout-form p.message,
#voter-popout-form-mail-in-ballot p.message {
	color: #922420;
	font-size: 13px;
	text-shadow: 1px 1px 0px white;
	margin-top: 0px;
}

#voter-popout-form p,
#voter-popout-form-mail-in-ballot p {
	margin-top: 6px;
	font-size: 11px;
	color: #3F6084;
	font-weight: bold;
}

#voter-popout-form label,
#voter-popout-form-mail-in-ballot label {
	display: block;
	margin-bottom: 2px;
}

#voter-popout-form input,
#voter-popout-form-mail-in-ballot input {
	padding: 4px;
	font-size: 10px;
	border: none;
	width: 90%;
}

#voter-popout-form input value,
#voter-popout-form-mail-in-ballot value {
	color: #CCCCCC;
}

#voter-popout-form input.narrow,
#voter-popout-form-mail-in-ballot input.narrow {
	width: 45%;
	display: inline-block;
	margin-right: 5%;
}

#voter-popout-form input[type=submit],
#voter-popout-form-mail-in-ballot input[type=submit] {
	width: 40%;
	padding: 3px 6px;
	border-radius: 5px;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E6E94', endColorstr='#2C4A6E');
	background: -webkit-gradient(linear, left top, left bottom, from(#4E6E94), to(#2C4A6E));
	background: -moz-linear-gradient(top, #4E6E94, #2C4A6E);
	color: white;
	font-size: 13px;
}
#voter-popout-close {
  color: white;
  position: absolute;
  top: -5px;
  right: -5px;
}

/* TDD Voter Form */



	/* ------------ Gallery Styles -------------- */

#gallery {
	position: relative;
	margin-left: 23%;
	height: 100%;
}

#gallery #galleryImageContainer {
	float: right;
	width: 384px;
	/* overflow: hidden; */
	position: relative;
}

#gallery .hide {
	display: none;
}

#galleryImage img {
	position: absolute;
	top: 0px;
	right: 0px;
}

#gallery #gallery-arrow {
	position: absolute;
	bottom: 5px;
	right: 365px;
}

#gallery #galleryContent {
	position: relative;
	height: 99%;
	margin-right: 384px;
	padding-right: 20px;
	border-right: 1px solid #16304e;
	box-shadow: 1px 0px 0px white;
	-webkit-box-shadow: 1px 0px 0px white;
	-moz-box-shadow: 1px 0px 0px white;
}

#galleryContent h2 {
	color: #92241F;
	font-family: "Driod Serif", "Times", serif;
	font-size: 28px;
	text-shadow: 1px 1px 0px #efefef;
	padding-top: 20px;
	font-variant: small-caps;
}

#galleryContent p {
	color: #fff;
	font-family: "Arial", sans-serif;
	font-size: 15px;
	line-height: 24px;
	text-shadow: 1px 1px 3px #666;
}

#galleryContent #learnMore {
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d8d7d3');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d8d7d3));
	background: -moz-linear-gradient(top, #ffffff, #d8d7d3);
	border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 11px;
	color: #92241F;
	font-weight: bold;
	padding: 2px 7px;
	text-align: center;
	font-family: "Arial", sans-serif;
	position: absolute;
	bottom: 10px;
	box-shadow: 0px 0px 4px #666;
	-webkit-box-shadow: 0px 0px 4px #666;
	-moz-box-shadow: 0px 0px 4px #666;
}

#checkContainer {
	position: absolute;
	bottom: 6px;
	right: 15px;
	height: 25px;
}

#checkContainer .galleryCheck {
	display: inline-block;
	width: 20px;
	height: 25px;
	background-image: url('/_img/icons-checkboxes-on-off.png');
	background-repeat: no-repeat;
	background-position:  0px -25px;
}

#checkContainer .galleryCheck.active {
	background-position: 0px 0px;
}


	/* -------------------------- Main Content Declarations ------------------------------ */

#main {

}

#leftRail {
	float: left;
	width: 21%;
	background-color: #46678A;
	border-right: 1px solid #1E3756;
	border-bottom: 1px solid #1E3756;
}

#leftRail.secondary {
	padding-top: 25px;
}

#leftRail > a {
	display: block;
	text-align: center;
	padding: 6px 0px;
	border-top: 1px solid #a4b5c9;
	box-shadow: 0px -1px 0px #1F466C;
	-webkit-box-shadow: 0px -1px 0px #1F466C;
	-moz-box-shadow: 0px -1px 0px #1F466C;
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #333;
	color: white !important;
}

/* #leftRail a:last-child { */
	/* border: none; */
	/* box-shadow: none; */
/* } */

#leftRail a {
	color: #1e3756;
}

#leftRail a:hover, #leftRail a.active, #leftRail h3:hover, #leftRail h3.active {
	/* background-color: #1e3756; */
}

#leftRail h3 div, #leftRail h3 div {
	width: 90%;
	margin: 5px auto;
	padding: 5px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdc9d7', endColorstr='#DFE4EA');
	background: -webkit-gradient(linear, left top, left bottom, from(#bdc9d7), to(#DFE4EA));
	background: -moz-linear-gradient(top, #bdc9d7, #DFE4EA);
	text-shadow: none;
	color: #323232;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

#leftRail div p, #leftRail div a {
	border-top: none;
	box-shadow: none;
	padding: 4px 0px;
	/* color: #323232; */
	text-shadow: none;
}

#leftRail div h3:hover {
	background-color: transparent;
	color: white;
}

#leftRail h2.icon {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: 15px 4px;
	min-height: 40px;
	color: white;
	font-size: 31px;
	font-family: "Driod Serif", "Times", serif;
	text-shadow: 1px 1px 0px #761617;
}

#leftRail h2.check-box {
	background-image: url('/_img/icon-checkbox-large-red.png');
}

#leftRail h3 {
	text-align: center;
	font-size: 18px;
	font-family: "Droid Serif", "Times", serif;
	font-weight: normal;
	color: white;
	text-shadow: 1px 1px 0px #761617;
	border-top: 1px solid #a4b5c9;
	box-shadow: 0px -1px 0px #1F466C;
	-webkit-box-shadow: 0px -1px 0px #1F466C;
	-moz-box-shadow: 0px -1px 0px #1F466C;
	padding: 6px 0px;
	cursor: pointer;
}

#leftRail.quickLinks h3 > div {
	display: none;
}

#leftRail.quickLinks h3.active > div {
	display: block;
}

#leftRail.quickLinks ul {
	margin-left: 15px;
}

	/* ---------------------- Content Styles --------------------- */

#content {
	margin-left: 23%;
	padding-top: 10px;
	margin-right: 30px;
	position: relative;
}

#bbNav {
	margin-top: 20px;
	border: 2px solid #8d9dad;
	border-radius: 10px;
	background-color: #e3e3e3;
	min-height: 165px !important;
}

.bbBox {
	width: 33%;
	display: inline-block;
	/* border-left: 1px solid #8d9dad; */
	box-shadow: -1px 0px 0px #8d9dad;
	vertical-align: top;
}

.bbBox h4 {
	padding: 4px 0px;
	padding-left: 15px;
	font-size: 17px;
	color: white;
	box-shadow: 0px 1px 3px #666;
	margin-right: -5px;
	position: relative;
}

.bbBox h4 img {
	position: absolute;
	right: 15px;
	top: -15px;
}

#content .bbBox ul {
	margin-left: 35px;
	padding: 4px 0px;
}

.bbBox li {
	list-style-image: url('/_img/bullet-checkbox-off.png') !important;
	padding: 2px 0px;
	font-size: 14px;
	font-family: "Driod Serif", "Times", serif;
}

.bbBox li a {
	color: #3F6084;
}

#voterBox {
	border: none;
	box-shadow: none;
}

#voterBox h4 {
	border-top-left-radius: 8px;
}

#electionBox h4 {
}

#electionBox h4 img {
	top: -25px;
	right: 30px;
}

#candidateBox h4 {
	border-top-right-radius: 8px;
	margin-right: 0px;
}

#candidateBox h4 img {
	top: -21px;
}

#bbNav ul {
	position: relative;
	min-height: 130px;
}

#content li.moreLink {
	display: block;
	list-style-type: none;
	list-style-image: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#content {
	position: relative;
	font-size: 11px;
	font-family: "Droid Serif", "Times", serif;
	line-height: 16px;
}

.home-content {
	margin-right: 280px;
	padding-top: 10px;
}

#content h3 {
	font-size: 15px;
	color: #3F6084;
	font-family: "Arial Black", sans-serif;
	font-weight: normal;
}

#content h3.fade {
	background-image: url('/_img/whatnewfade.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	height: 25px;
}
#content .subtext {
	margin-left: 10px;
	font-family: "Arial", sans-serif;
	font-size: 60%;
	font-weight: normal !important;
	font-style: italic;
	color: #323232;
}

#content p, #content li {
	margin: 4px 0px;
}

#content ul {
	margin-left: 25px;
}

#content li {
	list-style-image: url('/_img/bullet-blue-circle.png');
}

#content a.underline {
	text-decoration: underline;
}


#twitter-block {
	float: right;
	height: 250px;
	width: 256px;
	margin-top: 10px;
	overflow: scroll;
}

	/* ----------- Secondary Pages ---------------- */

#content img.top-right {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0;
}

#content.secondary {
	padding-top: 90px;
	background-position: top right;
	background-repeat: no-repeat;
}

#content.secondary.voter {
	background-image: url('/_img/subHeaders/voterSub.jpg');
}

#content.secondary.election {
	background-image: url('/_img/subHeaders/electionSub2.jpg');
}

#content.secondary.newsroom {
	background-image: url('/_img/subHeaders/newsroomSub.jpg');
}

#content.secondary.candidates {
	background-image: url('/_img/subHeaders/candidatesSub.jpg');
}

#content.secondary.eboard {
	background-image: url('/_img/subHeaders/eBoardServSub.jpg');
}

/*#content.secondary img.subHead {

}*/

#content.secondary h2 {
	font-family: "Droid Serif", "Times", serif;
	font-size: 36px;
	height: 34px;
	color: #92241F;
	text-shadow: 1px 0px 0px #323232;
	border-bottom: 2px solid #3F6084;
	margin-bottom: 12px;
}

#content.secondary #right {
	position: relative;
	width: 32%;
	margin-right: 2%;
	float: right;
	z-index: 1;
	margin-top: 85px;
	box-shadow: 2px 2px 4px #999;
	-webkit-box-shadow: 2px 2px 4px #999;
	-moz-box-shadow: 2px 2px 4px #999;
	background-color: #dfe4ea;
}

#content.secondary #right h4 {
	font-size: 17px;
	font-weight: normal;
	font-family: "Droid Serif", "Times", serif;
	text-align: center;
	color: white;
	padding: 5px 0px;
	box-shadow: 0px 1px 2px #333;
}

#content.secondary #right p {
	padding: 1px 15px;
}

#content.secondary #right p strong {
	color: #3F6084;
	display: block;
	float: left;
	width: 30px;
	margin-bottom: 5px;
}

#footer1 {
	display: none;
}

#content.secondary #left {
	position: relative;
	margin-right: 36%;
	z-index: 1;
	min-height: 350px;
}

#content.secondary #left p, #content.secondary #left li {
	font-size: 13px;
	line-height: 17px;
	font-family: "Arial", sans-serif;
}

#content.secondary iframe {
/* 	width: 765px; This is throwing off YouTube videos */
/* 	min-height: 500px; This is throwing off YouTube videos */
	background-color: white;
	margin-top: 10px;
	border: none;
}

.emptyPage {
	min-height: 400px;
}

.blockForm p {
	margin-top: 8px !important;
}

.blockForm label {
	display: inline-block;
	width: 30%;
}

.blockForm input[type=text] {
	display: inline-block;
	width: 67%;
	padding: 3px;
	font-size: 14px;
	border: 1px solid #3F6084;
}


	/* ------------------ Voter Form Styles ----------------------- */

#content .voter-table h3 {
	font-size: 18px;
	margin-top: 16px;
	padding-bottom: 4px;
	margin-bottom: 6px;
}

#map-canvas,
#map-canvas-2 {
	width: 450px;
	height: 225px;
	box-shadow: 3px 3px 6px #666;
	-webkit-box-shadow: 3px 3px 6px #666;
	-moz-box-shadow: 3px 3px 6px #666;
}

#content #left .representative {
	margin-bottom: 15px;
}
.your-districts {
	cursor: pointer;
	color: #3F6084;
	text-decoration: underline;
}
.link_all_officials {
	margin: 30px 0;
}
.link_all_officials a {
	font-size: 18px;
	font-weight: bold;
}
.your-districts-hidden {
	display: none;
	position: relative;
	color: #000;
	background: #dfe4ea;
	padding: 30px 30px 15px 30px;
	border-top: 1px solid #cacfd6;
	border-bottom: 1px solid #adb2b9;
}
.your-districts-hidden:after {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	content: '';
	border-bottom: 1px solid #eaf0f8;
}
.your-districts-hidden table,
.voters-list {
	width: 100%;
}
.your-districts-hidden td {
	padding: 10px;
}
.voters-list {
	display: block;
	width: 90%;
	padding: 20px 10% 20px 0;
	border-bottom: 1px solid gray;
}
.voters-list input[type=submit] {
	float: right;
}


	/* --------------------- Footer Declarations ------------------------------- */

#footerBreak {
	position: relative;
	display: block;
	margin: 0px auto;
	z-index: 2;
	margin-top: 15px;
}

#footer {
	min-width: 950px;
	min-height: 77px;
	position: relative;
	clear: both;
}

#site-map-toggle {
	position: absolute;
	right: 55px;
	top: 29px;
	color: #3F6084;
	font-size: 10px;
	cursor: pointer;
	z-index: 3;
}

#site-map-toggle span {
	display: inline-block;
	height: 20px;
	width: 25px;
	background-image: url('/_img/icons-siteMap-tic.png');
	background-position: 0px -1px;
	background-repeat: no-repeat;
	position: relative;
	vertical-align: top;
}

.google-calendar {
	height: 600px;
}

#site-map-toggle.open span {
	background-position: -29px 0px;
}

#footer-one {
	position: relative;
	background-image: url('/_img/background-footer-sitemap.png');
	background-repeat: no-repeat;
	background-position: 50% 0px;
	z-index: 1;
	top: -17px;
	margin: 0px 40px;
	overflow: hidden;
	height: 50px;
}

#footer-one.open {
	height: auto;
}

.footerSection {
	display: inline-block;
	width: 19.3%;
	position: relative;
	left: 10px;
	vertical-align: top;
}

.footerSection h3 {
	margin: 0px 5px;
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: normal;
	font-family: "Droid Serif", "Times", serif;
	font-variant: small-caps;
	border-bottom: 1px solid #C4D0DC;
	text-align: center;
}

.footerSection a {
	display: block;
	font-size: 11px;
	font-family: "Droid Serif", "Times", serif;
	color: #323232;
	padding: 1px 10px;
}

.footerSection h3 a {
	font-size: 13px;
}

.footerSection a:hover, .footerSection a.active {
	color: #1F466C;
}

#footer-two {
	background-image: url('/_img/background-footer-kceb.png');
	background-repeat: no-repeat;
	padding-top: 5px;
	position: relative;
	top: -17px;
}

#footer-two h2 {
	font-family: "Driod Serif", "Times", serif;
	font-variant: small-caps;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
}

#footer-two #bottomNav {
	text-align: center;
}

#footer-two #bottomNav a, #footer-two #bottomNav span {
	font-size: 11px;
	color: #323232;
	padding: 0px 6px;
	border-right: 1px solid #323232;
}

#footer-two #bottomNav a:last-child {
	border-right: none;
}

.geotrust_seal {
	width: 1032px;
	margin: 20px auto 0 auto;
}

