body, #mainContainer
{
	margin: 0;
	padding: 0;
	/*font-family: Lucida Console, Monaco, monospace;*/
	font-family: sans-serif;
	font-size: 14px;
}

p
{
	font-size: 14px;
}

#leftContent,#rightContent
{
	float: left;
}

#leftContent
{
	padding: 20px;
	width: 535px;
	height: 1325px;
	background-image: url(/images/SFH-Landing-page-base.png);
	background-repeat: no-repeat;
}

#rightContent
{
	width: 175px;
	height: 1325px;
	margin-left: 5px;
}

h1,h2
{
	color: #153BA8;
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, Arial Black, Gadget, sans-serif;
	line-height: 20px;
}
div.hr {
  height: 15px;
  background: #fff url(/images/SFH-Landing-page-line-break.png) no-repeat scroll center;
}
div.hr hr {
	margin-top: 10px;
	margin-bottom: 10px;
	display: none;
}
#titleText
{
	margin-top: 0;
}

.redText
{
	color: #A72225;
}

#topBullets,.leftFloat
{
	float: left;	
}
.rightFloat
{
	float: right;
}
#topBullets
{
	width: 275px;
}

#topBullets ul
{
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 10px 0 0 0;
}

#topBullets ul li
{
	padding-bottom: 15px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-image: url(/images/SFH-Landing-page-arrow.png);
}

#topForm
{       
	height: 184px;
	width: 256px;
	background-image: url(/images/SFH-Form-BG2.png);
	background-repeat: no-repeat;
}

cite
{
	font-size: 11px;
	font-style: normal;
}

#reportZip
{
	margin: 82px 0 0 110px;
}

.formInput
{
	width: 130px;
	border: 1px solid black;
}

#reportSubmitButton
{
	margin: 15px 0 0 8px;
}

#videoContainer,#videoActual
{
	width: 400px;
	height: 343px;
	margin: 0 auto;
	padding-top: 10px;
}

#videoContainer
{
	background-color: #000;
	background-image: url(/images/SFH-playerbody.png);
	background-repeat: no-repeat;
}

#videoActual
{
	height: 353px;
	width: 400px;
}

div#roundbox
{
	margin: 0 15px 0;
	height: 85px;
	width: 265px;
}

#roundbox table
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

#roundbox table td.ul, #roundbox table td.ur, #roundbox table td.bl, #roundbox table td.br
{
	height: 7px;
	width: 8px;
	background-repeat: no-repeat;
	/*background-color: #000;*/
	background-image: url(/images/roundbox/ul.png);
}

#roundbox table td.ur
{
	background-image: url(/images/roundbox/ur.png);
}

#roundbox table td.bl
{
	background-image: url(/images/roundbox/bl.png);
}

#roundbox table td.br
{
	background-image: url(/images/roundbox/br.png);
}

#roundbox table td.vertupr, #roundbox table td.vertbot
{
	height: 7px;
	width: auto;
	/*background-color: #000;*/
	background-image: url(/images/roundbox/uv.png);
	background-repeat: repeat-x;
}

#roundbox table td.vertbot
{
	background-image: url(/images/roundbox/bv.png);
}

#roundbox table td.horzleft, #roundbox table td.horzright
{
	width: 8px;
	height: auto;
	/*background-color: #000;*/
	background-image: url(/images/roundbox/hl.png);
	background-repeat: repeat-y;
}

#roundbox table td.horzright
{
	background-image: url(/images/roundbox/hr.png);
}

#roundbox table td.contents
{
	text-align: center;
	font-family: Arial, Sans-Serif;
	background-color: #FFF;	
	color: #000;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
}

#roundbox table td.contents #codeBox
{
	height: 22px;
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
	border: 1px #000 solid;
	width: 235px;
	margin-top: 10px;
	text-align: center;
}

#roundbox table td.contents #codeBox.error
{
	border: 1px #CC0000 solid;
	color: #CC0000;
}

#roundbox table td.contents #codeSubmit
{
	height: 28px;
}

#videoAreaText
{
	width: 400px;
	float: right;	
}

#blueBackgroundDivider
{
	margin: 0 auto;
	width: 535px;
	height: 35px;
	background-color: #C3EEF5;
}

#blueBackgroundDivider h1
{
	position: relative;
	color: black;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	text-align: center;
	line-height: 35px;
	font-size: 24px;
}

#bottomBullets
{
	margin-left: 10px;
}

#bottomBullets ul
{
	list-style: none;
	list-style-position: outside;
	margin: 0px;
	padding: 10px 0 0 0;
}

#bottomBullets ul li
{
	background-image: url(/images/SFH-Landing-page-bullet.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
}

#sampleImage
{
	background-image: url(/images/SFH-Landing-page-example-gr.png);
	background-repeat: no-repeat;
	width: 326px;
	height: 196px;
}

h2
{
	color: #3963D5
}

#bottomForm
{
	background-image: url(/images/SFH-Form2-BG.png);
	background-repeat: no-repeat;
	width: 531px;
	height: 40px;
	margin: 20px 2px;
	padding-top: 40px;
	vertical-align: middle;
}

#bottomForm form div
{
	float: left;
	padding-left: 8px;
}

#bottomFormSubmitButton
{
	margin-top: -8px;
}

.bottomCopyTitle
{
	color: #153BA8;
}

p.scary
{
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: bold;
	text-align: center;	
}

p.scary span.scaryred
{
	color: #CC0000;
	text-transform: uppercase;	
}

#submit
{
	display: block;
	margin: 25px auto;	
}

#alertBox
{
	display: none;
	width: 200px;
	position: absolute;
	z-index: 10;
	top: 150px;
	left: 150px;
	border: 1px #000 solid;
	font-family: verdana, tahoma, arial, sans-serif;
	background-color: #FFFF99;
}

#alertBoxHeader
{
	background-color: #FFCC00; 
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight:  bold;
	margin: 0;
	width: 100%;
	height: 15px;
	border-bottom: 1px #000 solid;
}

#alertBoxContent
{
	margin: 0;
	background-color: #FFFF99;
	width: 100%;
	height: 100px;	
}

#alertBoxMessage
{
	font-size: 11px;
	background-color: #FFFF99;
	margin: 4px 2.5% 5px;
	width: 95%;
}

#alertBoxButton
{
	background-color: #FFFF99;
	height: 23px;
	width: 100%;	
}

#alertBoxButton button
{
	display: block;
	height: 90%;
	width: 50%;
	border: 1px #000 solid;
	margin: 0 auto;
	background-color: #FFCC00;
}