/*
	_lib/75th/_css/style.css
	project: 75th anniversary
	purpose: css for the site's look and feel
*/

@charset "utf-8";


body {
	font-family:'Maven Pro', Arial, Helvetica;
	font-size:12px;
	color:#fff;
	background:#bc1010;
}

sup {
	font-size:10px;
	line-height:10px	
}

h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	margin:0;
	padding:0;
	color:#FFA800;	
	font-weight:400;
	text-decoration:none;
}
			
h1.alt_color, h2.alt_color, h3.alt_color, h4.alt_color, h5.alt_color,
h1.alt_color a, h2.alt_color a, h3.alt_color a, h4.alt_color a, h5.alt_color a {
	color:#7ecdbf !important;
}


h1.alt_color2, h2.alt_color2, h3.alt_color2, h4.alt_color2, h5.alt_color2,
h1.alt_color2, h2.alt_color2 a, h3.alt_color2 a, h4.alt_color2 a, h5.alt_color2 a {
	color:#dc0606 !important;
}


h1 {
	line-height:27px;
	font-size:25px;
}

	h1 sup {
		line-height:14px;
		font-size:14px;
	}

h2 {
	line-height:24px;
	font-size:22px;
}

	h2 sup {
		line-height:13px;
		font-size:13px;
	}

h3 {
	line-height:20px;
	font-size:18px;
}

	h3 sup {
		line-height:12px;
		font-size:12px;
	}

h4 {
	line-height:16px;
	font-size:14px;
}

	h4 sup {
		line-height:10px;
		font-size:10px;
	}



p {
	margin:0;
	padding:10px 0 0 0;	
}

a {
	color:#dc0606;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}


a.main_button,
	a.main_button span {	
		display:block;
		background:url(../_images/link-main-buttons.png);
	}
	
a.main_button {
	position:relative;
	float:left;
	font-style:normal;
	font-weight:900;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	white-space:nowrap;
}

	a.main_button span {
		position:absolute;
		top:0;
		cursor:poniter;
	}


a.main_button.big,
	a.main_button.big span {
		height:31px;
	}

a.main_button.big {
	margin:0 30px 0 0;
	padding:0 0 0 30px;
	line-height:31px;
	font-size:14px;
	background-position:0 -48px;
}

	a.main_button.big span {
		right:-30px;
		width:30px;		
		background-position:right -48px;
	}



a.main_button.big:hover {
	background-position:0 -79px;
}

	a.main_button.big:hover em {
		background-position:right -79px;
	}


a.main_button.small,
	a.main_button.small span {
		height:24px;
}

a.main_button.small {
	margin:0 10px 0 0;
	padding:0 0 0 10px;
	line-height:24px;
	font-size:12px;
}

	a.main_button.small span {
		right:-10px;
		width:10px;
		background-position:right 0;
	}
	
	
	
a.mini_button,
	a.mini_button span {	
		display:block;
		background:url(../_images/link-mini-buttons.png) no-repeat;
		height:18px;
		line-height:18px;
		
	}
	
	a.mini_button {
		font-size:10px;
		position:relative;
		float:left;
		font-style:normal;
		font-weight:900;
		color:#fff;
		text-transform:uppercase;
		text-decoration:none;
		white-space:nowrap;
		margin:0 7px 0 0 ;
		padding:0 0 0 7px;
	}

	a.mini_button span {
		position:absolute;
		top:0;
		right:-7px;
		width:7px;
		cursor:pointer;
		background-position:right 0;
	}	
	
	
	

a.link_more {
	color:#c80c0c;
	font-weight:700;
	line-height:12px;
}

a.link_more:hover {
	color:#810808;
}

	a.link_more span {
		color:#505050;	
	}


a.preview {
	display:block;
	width:17px;
	height:12px;
	overflow:hidden;
	background: url(../_images/btn-preview.png) no-repeat 0 -12px;
	text-indent:-200px;
	text-decoration:none;	
}


a.preview:hover {
	background-position:0 -24px;	
}


.hr {
	border-bottom:1px dotted #cfcfcf;
}



/* forms */

div.field_group {		
	margin:10px 0;
	padding:10px;
	border-bottom:1px dotted #cfcfcf;
}

div.field_group.last {
	border:0;	
}

	div.field_group label {
		line-height:18px;
		cursor:pointer;
		font-weight:bold;
	}	
	
	div.field_group table.fields {		
	}
	
	 div.field_group table.fields tr {
	 }
		 div.field_group table.fields tr td {
			 padding:1px 4px;
			 text-align:left;
			 vertical-align:top;
		 }
		 
			div.field_group table.fields tr td span {
				font-style:italic;
				color:#999;
			}
	
	div.field_group input.btn {
		font-weight:bold;
		cursor:pointer;	
	}
		
		
table.form_results {
	border:solid 1px #cfcfcf;
	border-collapse:collapse;
}
		
		table.form_results td {
			padding:2px 8px;
			border:solid 1px #cfcfcf;
		}

		
div.form_error {
	margin:0 0 30px 0;
	padding:10px;
	border:1px dashed #dc0606;
}

		div.form_error ul li {
			color:#dc0606;
		}