﻿/** basic default styles **/
html {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: auto;
	font-family: 'Montserrat';
	color: black;
	background: #fff;
	font-size: 13px;
	line-height: 2.0em;
}

.banner-bar {
	background: #9E663D;
	height: 50px;
	padding-top: 6px;
}

.banner-slide {
	height: 330px;
	background-color: transparent;
}

	.banner-slide .banner-image {
		height: 300px;
		background-position: center center;
		background-color: #000;
		background-repeat: no-repeat;
	}

	.banner-slide .banner-inner {
		position: relative;
		margin: 0 auto;
	}

	.banner-slide .banner-content {
		background-color: rgba(0, 0, 0, 0.6);
		color: #fff;
		max-width: 50%;
		padding: 30px 20px 30px 250px;
		margin-top: -200px;
	}

		.banner-slide .banner-content::before {
			content: " ";
			display: block;
			position: absolute;
			right: 100%;
			top: 0;
			bottom: 0;
			width: 1000px;
			background-color: rgba(0, 0, 0, 0.6);
		}

		.banner-slide .banner-content .topic {
			font-size: 15px;
			font-weight: normal;
			color: #fff;
		}

		.banner-slide .banner-content .title {
			color: #fff;
		}

		.banner-slide .banner-content .subtitle {
			color: #f5e800;
			font-size: 18px;
		}


h1 {
	border-bottom: 1px solid #000;
	color: #000;
	font-family: 'Montserrat';
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 5px 0;
	text-align: center;
}

	h1.display {
		border-bottom: 1px solid #000;
		background: #3D3731;
		color: #F3EEDC;
		font-family: 'Montserrat';
		font-size: 13px;
		line-height: 175%;
		font-weight: bold;
		margin-top: 0px;
		margin-bottom: 5px;
		padding: 5px 0;
		text-align: center;
	}

h2 {
	color: #000;
	font-family: 'Montserrat';
	font-size: 18px;
	line-height: normal;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px 0;
}

h3 {
	letter-spacing: normal;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	color: #000;
}

	h3.display {
		letter-spacing: normal;
		font-weight: bold;
		font-size: 13px;
		margin-bottom: 5px;
		color: #000;
	}

p {
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: normal;
	color: #000;
	line-height: 1.4;
}


div#NWTFMenu a:link {
	color: black;
	font-weight: bold;
}

div#NWTFMenu a:visited {
	color: #000;
	font-weight: bold;
}

div#NWTFMenu a:hover {
	color: white;
	font-weight: bold;
	background-color: #BAA188 !important;
}

div#NWTFMenu a:active {
	color: #BF1E2E;
	font-weight: bold;
	background-color: #BAA188 !important;
}

.activeTab {
	color: white !important;
	font-weight: bold;
	background-color: #BAA188 !important;
}

#imgheader {
	display: block;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.viewtable {
	font-family: 'Montserrat';
	font-size: 12px;
	color: #333;
}


#NWTFMenu {
	margin-top: 58px;
	font-weight: bold !important;
	font-size: 14px;
	vertical-align: bottom;
}

	#NWTFMenu a {
		padding-top: 5px;
		padding-bottom: 5px;
	}

.riskManagement a {
	color: #1C7AB9;
	padding: 5px 2px 5px 2px;
	line-height: 25px;
	text-decoration: underline;
}

	.riskManagement a:hover {
		color: white;
	}

#footer ul li a {
	color: #fff !important;
	font-weight: normal !important;
	font-family: 'Montserrat' !important;
	padding: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#footer ul li {
	padding: 0 !important;
	margin: 0 !important;
}

.NWTFNav {
	margin-bottom: 10px !important;
}

#NWTFHeader {
	width: 100%;
	font-size: 12px;
	background: url('/images/bg-header-quick-links.jpg');
	height: 50px;
	vertical-align: middle;
	font-family: 'Montserrat';
	padding-top: 16px;
}

.rightColumn {
	padding-top: 0px;
	vertical-align: top;
}

.ContentPic {
	border: 2px solid black;
	margin-top: 5px;
	margin-bottom: 10px;
}

.HuntLeaseLabel {
	letter-spacing: normal;
	font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 2px;
	color: #000;
}


#footer {
	background: linear-gradient(to bottom, #9e0b0e 0%, #9d0b0f 10%, #96080c 31%, #7b0000 86%, #7a0000 100%, #7f0b0b 100%);
	vertical-align: bottom !important;
	color: white;
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9e0b0e, endColorstr=#7f0b0b);
}


	#footer li {
		line-height: 29px;
	}

	#footer div {
		vertical-align: bottom;
		text-align: center;
		padding-bottom: 20px;
	}

	#footer span {
		color: #c69c6d;
		font-weight: bold;
		font-size: 20px;
	}

.quickLinks {
	list-style: none !important;
	text-align: left !important;
	border-right: 1px solid #DF4A4A;
}

#content {
	color: black;
	min-height: 200px;
}

#footer div.address {
	text-align: left;
	font-size: 12px;
	color: white;
}







/*--------------------------------------------------------------------------------------------------------------------*/
/*                   FROM STYLES.CSS                                                                                  */
/*--------------------------------------------------------------------------------------------------------------------*/

#content a {
	color: green;
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}

a#LoginLink {
	color: #000;
	text-decoration: underline;
	font-family: 'Montserrat';
	font-size: 18px;
	border: none;
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	text-align: right;
	text-decoration: none;
}

	a#LoginLink span {
		color: #A93300;
		font-weight: bold;
		text-decoration: underline;
	}

	a#LoginLink:hover {
		text-decoration: underline;
		color: #222;
	}

input[type=text], input[type=password] {
	padding: 5px;
}

select {
	padding: 5px;
}


#Application h1 {
	margin-top: 10px;
}

#Application, #ApplicationSuccess {
	margin-top: -15px;
	padding-top: 1px;
}

#ApplicationSuccess {
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 40px;
	display: none;
}

#Info {
	width: 100%;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
}
div#LandownersSection table td, table#HuntClub td {
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	padding: 2px;
	color: #000;
}

	div#LandownersSection table td.First, table#HuntClub td.First {
		text-align: right;
	}

	div#LandownersSection table td.Second, table#HuntClub td.Second {
		text-align: right;
		padding-left: 20px;
	}

div.SubText {
	font-weight: normal;
	font-size: 14px;
	padding: 8px;
	display: none;
	color: #800000;
	width: 267px;
	border: dotted #666 2px;
	margin-top: 8px;
	background: #efefef;
}

div.GroupHeader h3 {
	font-weight: bold;
	border-bottom: solid #c0c0c0 1px;
	background: #bf1e2e;
	color: #fff;
	padding: 10px;
	font-size: 15px;
	min-width: 800px;
}

table#HuntClub, #CommunicationPreferencesSection, #TotalsSection {
	width: 100%;
}

#AddLandownerSection {
	margin-top: -20px;
	padding-bottom: 20px;
}
div#LandownersSection, #PaymentSection, #TotalsSection, #DateSection {
	min-width: 800px;
}

#PaymentSection {
	color: #000;
}

table#HuntClub, #LandownersSection, #DateSection, div#TotalsSection, #PaymentSection, #PaymentTypeMessage, #CommunicationPreferencesSection, #SubmitSection, #AddLandownerSection {
	background: #efefef;
	margin-top: -10px;
	color: #000;
	padding-top: 10px;
	padding-left: 10px;
	border: solid #dcc 1px;
}

	table#HuntClub td#AccountInfo {
		font-weight: normal;
		padding-left: 20px;
		line-height: 1.4em;
	}


select {
	width: 160px;
}

.Size1 {
	width: 220px;
}

.Size2 {
	width: 185px;
}

.Size3 {
	width: 90px;
}

.Size4 {
	width: 140px;
}

table#HuntClub td.Question, div#LandownersSection td.Question {
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

#Text {
	font-size: 15px;
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 1.4em;
}

#DateSection #Radios {
	margin-left: 50px;
	margin-top: 10px;
	width: 600px;
	line-height: 26px;
}

#DateSection label {
	font-size: 16px;
	font-weight: normal;
	color: #222;
}

	#DateSection label span {
		font-weight: bold;
		color: #800000;
	}

#LandownersSection td.RemoveLandowner {
	padding-right: 30px;
	padding-top: 6px;
	text-align: right;
	color: #337ab7 !important;
}

#LandownersSection table.AdditionalLandowner {
	margin-top: 10px;
	border-top: dotted #000 1px;
}

	#LandownersSection table.AdditionalLandowner td.Main {
		padding-top: 6px;
	}

#LandownersSection table td.Main table {
	border-bottom: none;
	padding-bottom: 5px;
}

#LandownersSection table {
}

span.DollarSign {
	position: relative;
	left: 1px;
	font-size: 11px;
}

div#LandownersMessage {
	color: red;
	font-weight: bold;
	font-size: 11px;
	display: none;
	text-align: center;
	border: dashed #B4282A 1px;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	position: relative;
	padding: 10px;
	margin-top: 40px;
	margin-bottom: -30px;
}

div#HuntClubMessage, div#CheckMessage {
	color: red;
	font-weight: bold;
	font-size: 11px;
	display: none;
	text-align: center;
	border: dashed #B4282A 1px;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	position: relative;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

input#AddLandowner {
	background-color: #efefef;
	color: #222;
	font-size: 13px;
	cursor: pointer;
	text-align: center;
	border: #c0c0c0 2px outset;
	font-weight: bold;
	width: 200px;
	height: 32px;
	margin-left: 10px;
	margin-top: 6px;
}

span#TotalInsuredValueSection {
	float: right;
	font-size: 13px;
	padding-right: 50px;
	padding-top: 6px;
}

span#TotalInsuredValue {
	font-size: 13px;
	font-weight: bold;
}

div#TotalsSection {
	padding-left: 160px;
}

	div#TotalsSection td {
		padding: 4px;
	}

		div#TotalsSection td.First {
			text-align: right;
			width: 500px;
		}

		div#TotalsSection td Strong {
			font-size: 14px;
			color: black;
		}

		div#TotalsSection td.First div {
			font-size: 14px;
			line-height: normal;
			color: black;
		}

		div#TotalsSection td.Second {
			text-align: right;
			font-size: 14px;
			font-weight: normal;
			width: 70px;
			padding-right: 10px;
			color: black;
		}

		div#TotalsSection td#TotalAmountDue {
			font-size: 18px;
			font-weight: bold;
		}

	div#TotalsSection tr#TotalRow td {
		border-top: solid #666 1px;
	}


table#PaymentMain {
	margin-top: 10px;
}

	table#PaymentMain td {
		text-align: left;
		font-size: 13px;
		font-weight: bold;
		padding: 3px;
		color: #000;
	}

		table#PaymentMain td.First {
			white-space: nowrap;
		}

		table#PaymentMain td label {
			font-size: 16px;
			font-weight: bold;
			cursor: pointer;
			color: #800000;
		}

			table#PaymentMain td label span {
				font-size: 15px;
				font-weight: normal;
				color: #222;
			}

		table#PaymentMain td#CCMessage {
			color: red;
			font-weight: normal;
			font-size: 13px;
			display: none;
			text-align: center;
			border: dashed #B4282A 1px;
			vertical-align: middle;
			padding: 10px;
		}

td#CCMessage img {
	display: block;
	margin-left: 5px;
	margin-bottom: 5px;
}

div#PaymentTypeMessage {
	color: red;
	font-weight: bold;
	font-size: 13px;
	display: none;
	text-align: center;
	border: dashed #B4282A 1px;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	position: relative;
	padding: 10px;
}

span#SectionTitle {
	font-size: 14px;
	margin-left: 20px;
	display: block;
	text-decoration: none;
	margin-top: 15px;
}

tr#CreditCardSection, tr#CheckSection {
	display: none;
}

table#PaymentMain table.PaymentInfo {
	margin-left: 50px;
	margin-bottom: 10px;
}

	table#PaymentMain table.PaymentInfo th {
		font-weight: normal;
		padding: 6px;
		font-size: 13px;
		text-align: left;
		color: #000;
	}

	table#PaymentMain table.PaymentInfo td.First {
		text-align: right;
	}

div#MailingAddress {
	margin-left: 20px;
	margin-top: 15px;
	font-weight: bold;
	font-family: 'Montserrat';
}

	div#MailingAddress span {
		font-weight: bold;
		font-family: 'Montserrat';
	}

span#CheckAmount {
	font-weight: bold;
}


div#CCFrameBG {
	position: absolute;
	top: 0px;
	left: 0px;
	filter: alpha(opacity=50);
	opacity: .5;
	display: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	background-color: #fff;
	z-index: 300;
	zoom: 1;
}

div#CCFrame {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 370px;
	margin-left: -185px;
	background-color: #ffffff;
	border: 1px dashed #333;
	z-index: 1000;
	display: none;
}

div#ElexiAJAX_Confirm {
	position: absolute;
	width: 400px;
	left: 50%;
	top: 35%;
	margin-left: -200px;
	z-index: 101;
	display: none;
	background-color: #ffffff;
	border: 1px outset #efefef;
	padding: 5px;
}

span.Required, table#GunsList th span.Required {
	display: inline;
	color: #B4282A;
	padding-left: 1px;
	font-size: 13px;
	font-weight: bold;
}

label.Yes {
	font-weight: bold;
	font-size: 16px;
	color: #246600;
	margin-left: 5px;
}

label.No {
	font-weight: bold;
	font-size: 16px;
	color: #8D3C3C;
	margin-left: 5px;
}


div#ContinueButton {
	margin: 40px;
	height: 80px;
}

div#SubmitSection #cmdContinue {
	cursor: pointer;
}

input.InvalidValue, select.InvalidValue, .InvalidValue {
	border: solid red 1px;
	background: #FFD0D0;
}


div.Blurb {
	background: #EEEB8D;
	border: solid #303C25 1px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 12px 14px 4px;
	font-size: 14px;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 1.5em;
}

	div.Blurb span {
		font-size: 16px;
		font-weight: bold;
		padding: 10px;
		line-height: 2em;
	}

#content a.button#JointLandownerButton, #content a.button#JointLandownerButton:hover, #content a.button#RemoveLandowner, #content a.button#RemoveLandowner:hover {
	font-weight: normal;
	height: 33px;
	line-height: 17px;
	font-size: 13px;
}

div#JSMessage {
	margin: 20px auto 0px;
	padding: 10px;
	border: 1px solid #f00;
	color: #f00;
	background: #EEEB8D;
	width: 580px;
	text-align: center;
}

#removeLand {
	color: #337ab7;
	text-decoration: underline;
}

	#removeLand :hover {
		color: white;
		text-decoration: none;
	}


div#content a.button, div#content a.button:hover {
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 14px;
	background: #940303;
	color: #fff;
	text-decoration: none;
	border: none;
	height: 38px;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	display: inline-block;
	margin: 7px;
	text-shadow: 1px 1px 2px #444;
	border: solid #666 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 5px 10px #777;
	-webkit-box-shadow: 0px 5px 10px #777;
	box-shadow: 2px 2px 10px #777;
	white-space: nowrap;
}

	div#content a.button:hover, div#content a.button:focus {
		background: #111;
	}



a#CCLink, a#CCLink:hover {
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 14px;
	background: #940303;
	color: #fff;
	border: none;
	height: 30px;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	display: inline-block;
	margin: 7px;
	text-shadow: 1px 1px 2px #444;
	border: solid #666 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 5px 10px #777;
	-webkit-box-shadow: 0px 5px 10px #777;
	box-shadow: 2px 2px 10px #777;
	white-space: nowrap;
}

#CommunicationPreferencesSection label {
	padding-left: 10px;
}
