﻿
/* Taken from awards.css
   #sitewrap-expand
   #footer-expand
   #footer-expand a
   #footer-expand a:hover
*/
#sitewrap-expand {
  position:relative;
  background-color:#2323ac;
  background-image:url(../images/background_subs_half.jpg);
  background-repeat:no-repeat;
  margin: 0 auto;
  width: 973px;
  border: 1px solid #00001C; border-width: 0 1px 0 1px;
}

#footer-expand {
	/*background:#1d4999 url(../images/footer-bg.jpg) no-repeat;*/
  	width: 973px;
  	font-size: 11px; font-weight: bold;
  	color: #8092B2;
  	text-align: center;
  	text-transform: uppercase;
	padding:137px 0 0 0;
	clear:both;
	position:relative;
	top:0;
	margin:0;
	left:0;
	height:50px;
}
#footer-expand a {
  	color: #8092B2;
}
#footer-expand a:hover {
  	text-decoration: none;
}
/* End copy/paste from awards.css */



#deborahsblog-videos {
  top: 1160px; right: 100px;
}

#featuredtabvideos {
  position: absolute;
  top: 1170px; left: 180px;
}
#flashfeaturedvideos {
  position: absolute;
  top: 1200px; left: 75px;
}



#submitheader {
  width: 857px; height: 277px;
  border: 2px solid #4876CD; border-width: 0 0 2px 0;
}

/* Revised from awards.css */
#boxedwrap {
  /*float: left;*/
  position: relative; top: 250px; left: 0;
  margin: 0 0 270px 55px;
  padding: 0;
  width: 857px;
  background-color: #DA632D;
	border: 2px solid #4876CD;
}

#boxedcontent {
  position: relative;
  padding: 15px 45px 25px 45px;
  width: 767px; height: 560px;
  background-color: #FFFFFF;
}


#submitform {
  margin: 0;
  padding: 0;
}

#submitform span {
  display: block;
  position: absolute;
  color: #0D1065;
}
#firstnametext,
#lastnametext,
#agetext,
#emailtext,
#addresstext,
#address2text,
#citytext,
#statetext,
#provincetext,
#ziptext,
#countrytext,
#daytext,
#evetext,
#celltext,
#pleasetext,
#alternatetext,
#alttext,
#storytext,
#termstext,
#submittext {
  left: 0;
  width: 175px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

#firstnametext  { top:  20px; }
#lastnametext   { top:  60px; }
#agetext        { top:  98px; }
#emailtext      { top: 136px; }
#addresstext    { top: 174px; }
#address2text   { top: 212px; }
#citytext       { top: 250px; }
#statetext      { top: 250px; left: 330px; width: 75px; }
#provincetext   { top: 288px; }
#ziptext        { top: 288px; left: 330px; width: 75px; }
#countrytext    { top: 326px; }
#daytext        { top: 364px; }
#evetext        { top: 402px; }
#celltext       { top: 440px; }
#pleasetext     { top: 478px; width: 475px; font-weight: normal; }
#alternatetext  { top: 516px; }
#alttext        { top: 554px; }
#storytext      { top:  35px; left: 500px; width: 325px; text-align: center; }
#termstext      { top: 245px; left: 500px; width: 325px; text-align: center; }
#submittext     { top: 455px; left: 500px; width: 325px; text-align: center; }

#disclaimer     {
  position: absolute; top: 540px; left: 510px;
  width: 320px;
  font-size: 10px;
  text-align: left;
}

.standard {
  position: absolute; left: 185px;
  width: 285px; height: 20px;
  border: 2px solid #4876CD;
}
#firstname    { top:  15px; }
#lastname     { top:  55px; }
#month        { top:  93px; width: 125px; }
#day          { top:  93px; left: 330px; width: 45px; }
#year         { top:  93px; left: 396px; width: 75px; }
#email        { top: 130px; }
#address      { top: 168px; }
#address2     { top: 206px; }
#city         { top: 244px; width: 150px; }
#state        { top: 244px; left: 412px; width:  58px; }
#province     { top: 282px; width: 150px; }
#zip          { top: 282px; left: 412px; width:  58px; }
#country      { top: 320px; }
#alternate    { top: 510px; }

#dayarea      { top: 358px; width: 60px; text-align: center; }
#dayprefix    { top: 358px; left: 285px; width: 60px; text-align: center; }
#daynumber    { top: 358px; left: 380px; width: 90px; text-align: center; }

#evearea      { top: 396px; width: 60px; text-align: center; }
#eveprefix    { top: 396px; left: 285px; width: 60px; text-align: center; }
#evenumber    { top: 396px; left: 380px; width: 90px; text-align: center; }

#cellarea     { top: 435px; width: 60px; text-align: center; }
#cellprefix   { top: 435px; left: 285px; width: 60px; text-align: center; }
#cellnumber   { top: 435px; left: 380px; width: 90px; text-align: center; }

#altarea      { top: 548px; width: 60px; text-align: center; }
#altprefix    { top: 548px; left: 285px; width: 60px; text-align: center; }
#altnumber    { top: 548px; left: 380px; width: 90px; text-align: center; }


.textarea {
  position: absolute; right: 25px;
  width: 320px; height: 170px;
  border: 2px solid #4876CD;
}
#story        { top:  55px; }
#terms        { top: 265px; overflow: auto; }
#terms p      {
  margin: 0;
  padding: 10px;
  width: 90%;
  color: #0D1065;
  font-size: 12px;
  font-weight: bold;
}

#submitbutton,
#cancelbutton {
  position: absolute; top: 490px; left: 565px;
  width: 90px; height: 40px;
  border: 0;
}
#cancelbutton { left: 675px; }

.imagetext
{	
	height:230px;
	left:300px;
	position:absolute;
	top:30px;
	width:525px;
	overflow:hidden;
}

.imageheader
{
	height:277px;
	width:857px;
}

