@charset "utf-8";
body, p, table, form {
	margin: 0px;
	padding: 0px;
}

.hiddenlink {
display:hidden;
}


#container {
	text-align: left;
	margin: auto;
	width: 800px;
	position: relative;
}
#header {
	width: 800px;
	height: 145px;
	position: relative;
	background-image: url(../images/header_bg.jpg);
}
#subheader {
	position: relative;
	width: 800px;
	height: 115px;
	background-image: url(../images/subheader_bg.jpg);
}
#address {
	background-image: url(../images/address_bg.jpg);
	position: relative;
	height: 130px;
}
#address_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 120px;
	height: 68px;
	position: absolute;
	left: 59px;
	top: 292px;
	z-index: 1;
}

#home_content {
	width: 800px;
	height: 249px;
	position: relative;
	background-image: url(../images/home_content_bg.jpg);
}

#home_content2 {
	width: 800px;
	height: 249px;
	position: relative;
	background-image: url(../images/home_content_bg2.jpg);
}


#footer {
	width: 800px;
	height: 58px;
	text-align: center;
	position: relative;
	background-image: url(../images/footer_bg.jpg);
	padding-top: 2px;
}
#logo_spates {
	width: 240px;
	height: 74px;
	position: absolute;
	top: 33px;
	left: 15px;
}
#home_btn {
	width: 77px;
	height: 39px;
	position: absolute;
	left: 359px;
	top: 49px;
}
#buttonset {
	position: absolute;
	height: 31px;
	width: 392px;
	left: 408px;
	top: 18px;
}
.link_white1 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.link_white1:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#links_form {
	position: absolute;
	left: 47px;
	top: 369px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 131px;
}

#intro_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 458px;
	height: 132px;
	position: absolute;
	left: 284px;
	top: 2px;
}
#name_form {
	padding-top: 10px;
}
#pass_form {
	padding-top: 4px;
}

#signup_button {
	padding-top: 6px;
	padding-bottom: 5px;
}
.cell_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #12283D;
	border: 0px;
	background-image: url(../images/cell_bg.jpg);
	background-repeat: no-repeat;
	width: 115px;
	background-color: #0D1E30;
	height: 15px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BF290E;
	position: absolute;
	top: 32px;
	width: 401px;
	left: -1px;
}
#flash_header {
	position: absolute;
	left: 14px;
	top: 15px;
	z-index: 0;
}
#footer_imc {
	width: 778px;
	position: relative;
	margin-top: 3px;
	height: 50px;
}
#imc_logo {
	position: absolute;
	left: 749px;
	top: 23px;
}


#IMC_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	position: absolute;
	left: 514px;
	top: 30px;
}
#IMC_footer a {
	color: #0F2439;
	text-decoration: none;
}
#IMC_footer a:hover {
	color: #BF290E;
	text-decoration: none;
}
#subpage_subheader {
	position: relative;
	width: 800px;
	height: 65px;
	background-image: url(../images/subpage_subheader_bg.jpg);
}
#subpage_content {
	width: 800px;
	position: relative;
	background-image: url(../images/subpage_content_bg.jpg);
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 268px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-image: none;
}
#mainContent {
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#subpage_bgbottom {
	position: relative;
	background-image: url(../images/subpage_left_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.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;
}
#subpage_topright {
	background-image: url(../images/who_content.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	width: 532px;
	left: 268px;
}

#subpage_bottomright {
	background-image: url(../images/subpage_bottomright.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	width: 532px;
	left: 268px;
	height: 43px;
}
#subpage_tex1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 300px;
	padding-top: 150px;
}
#subpage_tex1-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 0px;
	padding-right: 300px;
	padding-top: 150px;
}
#subpage_tex2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}
#subpage_tex2 a {
	color: #B72911;
}

#subpage_topright a {
	color: #BE280D;
}
#subpage_topright a:hover {
	color: #EE3D1E;
	text-decoration: underline;
}
#what_topright {
	background-image: url(../images/what_content.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	width: 532px;
	left: 268px;
}
#how_topright {
	background-image: url(../images/how_content.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	width: 532px;
	left: 268px;
}
#findus_topright {
	background-image: url(../images/findus_content.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	width: 532px;
	left: 268px;
}
#green_topright {
	background-image: url(../images/green_content.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	width: 532px;
	left: 268px;
}
#subpage_content a {
	color: #EE3D1E;
	text-decoration: none;
}
#jobs_topright {
	background-image: url(../images/jobs_content.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	width: 532px;
	left: 268px;
}
#form_index {
	width: 150px;
	position: absolute;
	left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	top: 134px;
}
#sendit_box {
	position: relative;
	width: 400px; /*150px;*/
	height: 500px;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:visible;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sendit_box .canvas			{ width:1000px; }
#sendit_box .step1,
#sendit_box .step2			{ width:400px; float:left; }
#sendit_box iframe			{ margin-left:20px; background-color:#ffffff; overflow-x:hidden; display:block; min-height: 350px; }
#sendit_box .step2 button	{ margin-left:20px; }

#sendit_box a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#sendit_box a:hover {
	color: #BF290E;
	text-decoration: none;
	font-weight: bold;
}
#sendit_topright {
	background-image: url(../images/upload_content_new.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	width: 532px;
	left: 268px;
}

#flash_how02 {
	position: absolute;
	top: 951px;
	left: -5px;
}
.tex2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#footer_links {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}
#footer_links a {
	color: #0F2439;
	text-decoration: none;
}
#footer_links a:hover {
	color: #BF290E;
	text-decoration: none;
}


.frm_struct					{ margin:0px; padding:0px; list-style-type:none; }
.frm_struct li				{ float:left; clear:left; margin:0 0 10px 0; font-weight:bold; font-size:12px; width:100%; }
.frm_struct li label		{ float:left; width:120px; }
.frm_struct li div label	{ padding: 0 23px 0 0; display:block; font-size:10px; color:#404040; text-align:left; width:auto; }

.required 					{ color:#F04324; font-weight:bold; }

#who {
	background-image: url(../images/who_content.jpg);
	position: relative;
	height: 267px;
}


.pop_up {
display: block;
position: absolute;
text-decoration: none;
}