@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:  #999999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
   
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/side_back_fill.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: static;
	top: 0px;
	left: auto;
	right: auto;
} 
.twoColFixLtHdr #header {
	padding: 0 0p;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px10p; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-left: 5px;
	padding-top: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}
.twoColFixLtHdr #mainContent {
	margin-left: 190px;
	padding-left: 15px;
	padding-right: 40px;
	border-left-color: #ff9933;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: -20px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 120%;
	background-image: url(images/bg16.jpg);
	border-left-width: 3px;
	border-left-style: dashed;
} 
.twoColFixLtHdr #mainContent_1 {
	margin-left: 10px;
	padding-left: 15px;
	padding-right: 0px;
	border-left-style: dashed;
	border-left-color: #ff9933;
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 120%;
	float: left;
	width: 370px;
	position: relative;
	top: -126px;
	border-left-width: 3px;
	margin-top: 0px;
	padding-top: 100px;
	margin-bottom: -120px;
}


.twoColFixLtHdr #mainContent_1 ul span{
	font-size: 16px;
	color: #FF6600;
	font-weight: bold;
	font-style: italic;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 1px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#calculator_links {
	float: left;
}
.twoColFixLtHdr #container #sidebar1 #calculator_links #sidar_table {
	color: #000000;
	margin-top: 3px;
}

.twoColFixLtHdr #container #hor_nav {
	background-color: #404040;
	height: 20px;
}
.twoColFixLtHdr #container #hor_nav li {
	text-decoration: none;
	display: inline;
}
.twoColFixLtHdr #container #hor_nav a {
	text-decoration: none;
	color: #FFFFFF;
}
.twoColFixLtHdr #container #hor_nav a:hover {
	text-decoration: none;
	color: #FF9933;
}
.horMenuItem {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	width: 150px;
	padding-left: 25px;
	padding-top: 2px;
}
.twoColFixLtHdr #container #footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #666666;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #FFFFFF;
	border-top-width: 2px;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: auto;
}
strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.label_fld {
	text-align: right;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}
ul {
	list-style-position: outside;
	list-style-type: none;
	display: block;
	list-style-image: url(images/bullet2.gif);
	margin-bottom: 10px;
	margin-top: 5px;
}
.heading2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	color: #f1983e;
	font-size: 14px;
}
.twoColFixLtHdr #container #mainContent #pic_holder {
	float: right;
}

.twoColFixLtHdr #container #mainContent  a:link, #mainContent_1 a:link, .rt_column2 a:link, .rt_column3 a:link, .typ_column a:link{
	color: #0033FF;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent  a:visited, #mainContent_1 a:visited, .rt_column2 a:visited, .rt_column3 a:visited, .typ_column a:visited{
	color: #0033FF;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent  a:hover, #mainContent_1 a:hover, .rt_column2 a:hover, .rt_column3 a:hover, .typ_column a:hover{
	text-decoration: underline;
}

.twoColFixLtHdr #container  .noUpdate a:link{
	color: #aeb9db;
	text-decoration: none;
}
.twoColFixLtHdr #container  .noUpdate a:visited {
	color: #aeb9db;
	text-decoration: none;
}

.twoColFixLtHdr #container  .noUpdate a:hover {
	text-decoration: underline;
}

.twoColFixLtHdr #container #title_1,#title_2 {
	float: left;
	width: 550px;
	margin-left: 0px;
	background-position: right top;
	background-repeat: no-repeat;
	padding-left: 15px;
	position: relative;
	left: 10px;
}
 


#rt_heading1 {
	background-image: url(images/top_cap1.gif);
}
#rt_heading2 {
	background-image: url(images/top_cap2.gif);
}

.top_cap2 {
	padding-right: 10px;
	margin-right: 10px;
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 10px;
	width: 130px;
	
 }
 .bot_cap2 {
	margin-right: 10px;
	background-repeat: no-repeat;
	width: 130px;
	background-image: url(images/bot_cap1.gif);
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
 }
 .rt_column2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	display: block;
	padding-top: 0px;
	padding-left: 6px;
	width: 130px;
	background-image: url(images/v_line.png);
	background-repeat: repeat-y;
  }  

.table_container2 {
	font-size: 10px;
	padding-right: 10px;
	display: block;
	padding-top: 0px;
	padding-left: 10px;
	width: 130px;
	background-image: url(images/v_line.png);
	background-repeat: repeat-y;
}

.rt_column3 {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	position: relative;
	vertical-align: top;
	display: block;
	margin-top: 0px;
	top: -110px;
	margin-bottom: -120px;
}	
.rt_column4 {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	position: relative;
	vertical-align: top;
	display: block;
	margin-top: 0px;
	top: -90px;
	margin-bottom: -120px;
}		

.twoColFixLtHdr #container #insidemainContent {
	width: 525px;
	height: 300px;
	position: relative;
	top: 160px;
	left: 5px;
	clip: rect(auto,auto,auto,auto);
	left: 1px;
}
.twoColFixLtHdr #container #mainContent #maintext1 {
	position: static;
	top: 160px;
	margin-top: 180px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #FF9933;
}
.twoColFixLtHdr #container #mainContent #maintext1 span {
	font-size: 16px;
	color: #FF6600;
}
.span_bold {
font-weight:bold;
}

.twoColFixLtHdr #container #mainContent_1 img{
	float: left;
	margin-top: -3px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#rcolumn_page img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.twoColFixLtHdr #container #mainContent_1 td {
	vertical-align: top;
}

.span_elevated {
	font-size: 16px;
	color: #FF6600;
	font-style: italic;
}

.price_table {
	position: relative;
	left: -10px;
	width: 140px;
}
.price_table span {
	font-size: 12px;
	color: #FF6600;
	font-style: italic;
}
.movie_wrapper {
	padding-left: 20px;
	position: relative;
	padding-top: 20px;
	background-color: #666666;
	border-top-width: 3px;
	padding-bottom: 20px;
	top: 1px;
}
.noUpdate {
font-size: 12px;
color: #ffffff;
}
.noUpdate {
	padding-right: 20px;
	padding-left: 10px;
}
.last_paragraph {
	margin-left: 210px;
	padding-left: 18px;
	padding-right: 20px;
	border-left-style: dashed;
	border-left-color: #ff9933;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 120%;
	overflow: visible;
	position: relative;
	border-left-width: 3px;
	padding-bottom: 10px;
	top: 0px;
	margin-top: 0px;
}
.mc1 {
	position: relative;
	top: -100px;
}
#link_sect {
	text-align: center;
	width: 130px;
}
#title_1 {
	position: relative;
	top: -10px;
}

#custom_funct_page {
	top: -86px;
}
#rcolumn_page {
	top: -30px;
}

#rt_heading3 {
	background-image: url(images/top_cap4.gif);
}
#reg_mainContent {
	background-image: url(images/rcolumn_title2.gif);
	background-repeat: no-repeat;
}
.reg_form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	text-align: left;
	padding-right: 100px;
	padding-left: 100px;
}
.reg_form span {
	font-size: 20px;
	color: #FF9900;
	font-style: normal;
}
.reg_footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: dotted;
	border-top-color: #ff9933;
	margin-top: 20px;
	padding: 3px;
}
.reg_table {
	color: #000000;
	margin-left: 26px;
	font-weight: bold;
}
.reg_form h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: left;

}
.typ_column {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-right: 80px;
	margin-left: 250px;
}
.top_line {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: dotted;
	border-top-color: #ff9933;
	margin-top: 40px;
}
.bold {
	font-weight: bold;
}
.faq_span {
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}
#email_image {
	position: relative;
	top: 3px;
}
