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

body {
	margin: 0px;
	padding: 0px;
	background-color: #4677af;
	background-image: url('images/pf_pagebg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	}
#leftbg {
	background-image: url('images/pf_leftbg.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	}
#rightbg {
	background-image: url('images/pf_rightbg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	}
#footerbg {
	background-image: url('images/pf_footer.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	}
#contentbg {
	background-image: url('images/pf_contentbg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	}
#contestbg {
	background-image: url('images/pf_contestbg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	}
#sidebarbg {
	background-image: url('images/pf_sidebar_home_02.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	}
#sidebarcontestbg {
	background-image: url('images/pf_sidebar_contest.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	}
	
/*content*/
.intro {
	height: 88px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 10px 30px;
	color: #8c5e38;
	}
.heading {
	height: 42px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 30px 0px 176px;
	color: #cd201e;
	}
.bodycopy1 {
	height: 235px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 30px 0px 176px;
	color: #000000;
	}
.bodycopy2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 30px 0px 30px;
	color: #000000;
	}
.bodycopy2 a {
	color: #cd201e;
	text-decoration: underline;
	}
.bodycopy2 a:hover {
	color: #8c5e38;
	text-decoration: underline;
	}
.poster {
	height: 155px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 107px 0px 0px 56px;
	color: #8c5e38;
	}
.poster a {
	font-weight: bold;
	color: #cd201e;
	text-decoration: underline;
	}
.poster a:hover {
	font-weight: bold;
	color: #8c5e38;
	text-decoration: underline;
	}
.postercontest {
	height: 155px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 110px 0px 0px 56px;
	color: #8c5e38;
	}
.postercontest a {
	font-weight: bold;
	color: #cd201e;
	text-decoration: underline;
	}
.postercontest a:hover {
	font-weight: bold;
	color: #8c5e38;
	text-decoration: underline;
	}
.military {
        height:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	padding: 152px 30px 0px 56px;
	color: #999999;
	}
.fineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	padding: 0px 30px 0px 30px;
	color: #999999;
	}
form div input {
	width: 99%;
	margin: 5px 0px 10px 0px;
	}
form div select {
	width: 99%;
	margin: 5px 0px 10px 0px;
	}
#textfield3 {
	width: 90%;
	margin: 5px 0px 10px 0px;
	}
#zipcode {
	width: 99%;
	margin: 5px 0px 10px 0px;
	}
#textarea {
	width: 99%;
	margin: 5px 0px 10px 0px;
	}
#select {
	width: 120px;
	margin: 5px 0px 10px 0px;
	}
#select2 {
	margin: 5px 0px 10px 0px;
	}
#enter {
	width: 104px;
	height: 30px;
	}
.formpadding {
	margin-right: 20px;
	}

/*footer*/
#bsainfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 45px 30px 40px 120px;
	color: #ffffff;
	}
#bsainfo a {
	color: #ffffff;
	text-decoration: underline;
	}
#bsainfo a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding: 45px 0px 40px 0px;
	color: #ffffff;
	}

ul {
	margin: 5px 0;
	padding:0 0 0 16px;
}
/* JQuery Validation plugin support */
.jqinvalid {
    color: Red;
}
.itemInvalid {
    border: solid 1px red;
    color: Red;
}
.itemValid {
	border: solid 1px green;
}
.jqsuccess {
    border: solid 1px green;
    color: Green;
}
.required_group {
	margin-right: 15px;
}
span.reg {
	font-size:70%;
	vertical-align:top;
	line-height:100%;
}

