/* These are standard sIFR styles... do not modify */


.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1.txtHeader {
	visibility: hidden;
}
.sIFR-hasFlash h2.linkHeader {
	visibility: hidden;
}

html,body {
	margin:0px;
	padding:0px;
	background-color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
img {
	border: 0px solid black;
}
table {
	table-layout: auto;
}
td {
	border-right: 0px solid #fffc00;
	border-bottom: 0px solid #fffc00;
}
a, a:visited {
	color: #fffc00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #fffc00;
	text-decoration: underline;
}
p { margin:0px; padding:0px; display:block; }
#maincontent {
	position:absolute;
	left:50%;
	margin: 20px 0px 0px -470px;
	width: 940px;
	height: 650px;
}

#chead, #cbody, #cfoot {
	width: 940px;
}
#chead {
	height: 80px;
}
html>body #chead {
	height: 85px;
}
#cheadmenu {
	padding-left:193px;
	padding-top:49px;
}
#cbody {
	height: 520px;
}
#cfoot {
	height: 50px;
}
#cbleft {
	height: 520px;
	width: 452px;
}
#cbright {
	display: table;
	height: 520px;
	width: 478px;
	background: #e10002 url(/images/cbright-back.gif) no-repeat;
}
#flashlogo {
	float:left;
	width:190px;
	height:80px;
}
#contactform {
	height: 420px;
	width: 420px;
}
#contactform td {
	padding: 0px;
	margin: 0px;
}
#contactform td.left, #contactform td.lefttop {
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
}
#contactform td.lefttop {
	vertical-align: top;
}
#contactform td.righttop {
	vertical-align: top;
}
#contactform td.rightfooter {
	padding-left: 55px;
}
#contactform td input.txtinput {
	width: 195px;
	border: 1px solid white;
}
#contactform td input.txtinput_small {
	width: 105px;
	border: 1px solid white;
}
#contactform .error {
	background-color: #fffc00;
}
#contactform td textarea.txtinput {
	width: 288px;
	height: 100px;
	border: 1px solid white;
}
#contactform td.submit {
	text-align:right;
}

.redContent {
	display: table-row;
	background-color: #e10002;
	color: white;
}
.whiteContent {
	background-color: white;
	color: black;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.alignclear {
	clear: both;
}
.aligninline {
	display: inline;
}
.alignblock {
	display: block;
}
.fullheight {
	height: 100%;
}
.nomargin {
	margin: 0px 0px 0px -19px;
}
.textAlignment {
	display: table-cell;
	padding: 33px 20px 20px 20px;
}
.txtHeader, .linkHeader {
	color: #fffc00;
	font-size: 24px;
}
.linkHeader {
	font-size: 16px;
	padding: 0px 0px 0px 5px;
}	
.paragraphStart {
	font-weight:bold;
}
.yellowText {
	color: #fffc00;
}
.textAlignRight {
	text-align: right;
}
.homeContent {
	margin-top:175px;
}
html>body .homeContent {
	margin-top:160px;
}