@charset "UTF-8";
/* CSS Document */

/* =Reset Styles - Thank you Eric Meyer (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	color: black;
	font: 14px "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
font-weight:bold;
}

/*  CSS Styles */
html {min-height:100%;
height:auto;
}
body {
background: #285493 url(../images/field-bg-opt.jpg) no-repeat bottom center;
}

.container {
width: 960px;
margin: 0 auto;
text-align:center;
}

.content {
width: 960px;
float: left;
overflow:hidden;
padding-bottom: 25px;
font-size: 15px;
}

.content h1 {
font-size: 2.5em;
color: #fefefe;
padding: 10px 0 0 0;
line-height: 1.25;
}

.content h2 {
margin: 5px 0;
font-size: 2em;
}

.content h3 {
margin: 5px 0;
font-size: 1.5em;
}



.content-left {
width: 290px;
float: left;
margin-right: 15px;
margin-left: 15px;
text-align: left;
padding: 5px;

}
.content-left[class] {
  background-image:url(../images/75p_gray.png);
}

.content-center {
width: 290px;
float: left;
margin-right: 15px;
text-align: left;
padding: 5px;

}
.content-center[class] {
  background-image:url(../images/75p_gray.png);
}

.content-right {
width: 290px;
float: left;
text-align: left;
padding: 5px;

}
.content-right[class] {
  background-image:url(../images/75p_gray.png);
}

.standout {
color: #ff173d;
}

trans_box2 {
  font-family:verdana;
  font-weight:bold;
  padding:40px;
  margin:30px;
  border:solid 1px #555;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/75p_honey.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.content-center[class] {
  background-image:url(../images/75p_gray.png);
}

