*{margin:0;padding:0;border:none;}

body {
	color: #555;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.75em;
	margin: 0;
	background: #000 /*url(../BG.gif) repeat-y 50% 1em*/;
}

h1{
	color: #555;
	font-size: 2em;
	padding: 0.5em 1em 0.5em 0.50em;
}
sup {
	font-weight: bold;
	font-size: 50%;
}
h2{
	color: #555;
	font-size: 1.35em;
	padding: 0 1.5em 1em 1.50em;
}
h3{
	color: #555;
	font-size: 1.35em;
	padding: 0 1.5em 1em 1em;
}
h4{
	color: #555;
	font-style: italic;
	font-size: 1.35em;
	padding: 0 1.5em 1em 1.50em;
}

p {
	font-size: 1em;
	padding: 0 1.5em 1em 1.50em;
}
a {
	outline: none;
	color: #344F45;
	font-size: 1.10em;
	text-decoration: underline;
}
.test {
	border: 1px solid #FFF;
}
blockquote {
	height: auto;
	width: 664px;
	margin-left: 1em;
	margin-bottom: 1em;
	background: url(../QuoteBox2.gif) no-repeat bottom right;
}
blockquote p {
	display: block;
	height: auto;
	color: #9B515D;
	font-weight: bold;
	font-style: italic;
	font-size: 1.35em;
	padding: 0.5em 3em 0.5em 1.5em !important;
	background: url(../QuoteBox1.gif) no-repeat top left;
}

.plain blockquote {
	width: 500px !important;
}

#wrap {
	width:  59.25em;
	height: 100%;
	margin: 0 auto;
}
#prewrap {
	height: auto;
	width:  70em;
	margin: 0 auto;
	background: #000 url(../BG.gif) repeat-y center;
}
.fade {
	 background: #000;
}

#title {
	width:  59.25em;
	height: 100px;
	text-align: right;
	background: #000 url(../Title.gif) no-repeat top center;
}
#title p {
	display: none;
}



/* password container ----------------------------------------------- */
/* login */
#extranet {
	display: block;
	color: #21BDBA;
	font-weight: bold;
	float: right;
	width: auto;
	height: auto;
	margin: 2em 1.5em 0 0;
	border: 1px solid #FFF /*#444444*/;
	background: #FF4D00 /*#303030*/;
}
#extranet a {
	font-size: 0.9em;
	display: block;
	color: #FFF;
	padding: 0.75em;
	text-decoration: none;
}
#login_div {
	color: #21BDBA;
	font-weight: bold;
	float: right;
	width: 21em;
	margin: 1em 0.5em 0 0;
}

#login_div input {
	color: #FFF;
	height: 1.2em;
	width: 10em;
	margin: 0px;
	margin-left: 0.5em;
	border: 1px solid #444444;
	background: #303030;
}

#password_div {
	color: #21BDBA;
	font-weight: bold;
	float: right;
	clear: right;
	width: 21em;
	margin: 0.5em 0.5em 0 0;
}

#password_div input {
	color: #FFF;
	height: 1.2em;
	width: 10em;
	margin: 0px;
	margin-left: 0.5em;
	border: 1px solid #444444;
	background: #303030;
}

#login_field {
	float: right;
	clear: right;
	width: 21em;
	margin: 0.5em 1em 0 0;
	}

#login_field input {
	font-size: x-small;
	color: #FFF;
	width: auto;
	height: auto;
	padding: 0 0.3em 0.1em 0.3em;
	border: 1px solid #303030;
	background: #272727;
}
#login_field input:hover {background: #FF4C00;}


/* MENU CONTAINER --------------------------------------------------- */
#menu_box {
	font-size: 90%;
	display: block;
	width:  auto;
	height: 2em;
	padding: 0.5em 0.1em 0.1em 0.1em;
	background: #979797;
}


/* center image *CENTRAL IMAGE*----------------------------------- */
/* SHARED PROPERTIES */
#center_image {
	height: auto;
	display: block;
	width: auto;
	font-family: Century Gothic;
	background: #FFF;
}
#center_image p {
	display: block;
	font-size: 1em;
	padding: 5px 20px 0 25px;
}
#center_image h3{
	padding: 5px 20px 0 25px;
}


/* bottom content *MAIN CONTENT AREA*------------------------------------------- */
/* SHARED PROPERTIES */
#main_content {
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
	padding: 0.75em 0.8em 1em 0.8em;
	background: #FFF;
}
#main_content img {
	padding: 0 1em 0 1em;
}
#main_content p,#main_content li {
	line-height: 150%;
	padding: 0 1em 1.5em 1em;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.10em;
}
#main_content h2 {
	font-weight: bold;	
	margin-bottom: 0.5em;
}

#main_content ul, ol {
	padding: 0 1.75em 1.5em 5em;
}

/*
#main_content li {
	font-size: 1.10em;
	padding: 0.25em 0 0 0;
} */

#main_content li a{
	font-size: 1em;
	text-decoration: underline;
}

.spaced_li #main_content li {
	font-size: 1.10em;
	padding: 0.25em 0 0.75em 0 !important;
}


#main_content li {
        line-height: 150%;
        padding: 0 1em 1.5em 1em;
        font-family: Arial, Verdana, sans-serif;
        font-size: 1.10em;
}


/*---------------------- SITE MAP details --*/
#siteMap li {
	margin-left: 30px;
	font-weight: bold;
	
}
#siteMap li ul li{
	margin-left: 40px;
	font-weight: normal;
	margin-bottom: 10px;
}

/*---------------------- STAGE PROPERTIES & details --*/

.main_stages {
	display: block;
	width: auto;
	height: 4.25em;
	margin-bottom: 0.25em;
	background: #F5F5F5;
}

.main_stages h3 a {
	display: block;
	height: 2.5em;
	width: 35em;
	font-size: 1em;
	color: #555;
	text-decoration: none;
}
.main_stages h3 {width: auto;float: left;}

.main_stages .stage1 {
	background: #FF4D00;
	color: #FFF;
	float: right;
	margin-top: 0.2em;
	margin-right: 0.2em;
}
.main_stages:hover {background: #F0F0F0;}
.main_stages:hover a.stage1 {border: 2px solid #FF4D00; color: #FFF; background: #FF4D00;}

.main_stages .stage2,
.main_stages .stage3,
.main_stages .stage4 {
	background: #555555;
	color: #FFF;
	float: right;
	margin-top: 0.2em;
	margin-right: 0.2em;
}
.main_stages .stage2:hover,
.main_stages .stage3:hover,
.main_stages .stage4:hover {
	color: #004C4A;
	background: #FFF;
}



#stage_nav {
	position: absolute;
	display: block;
	margin-top: -60px;
	margin-left: 40.5em;
	width: auto;
	height: 50px;
}
#stage_nav a {float: left;}

.stage1, .stage2, .stage3, .stage4 {
	display: block;
	width: auto;
	height: auto;
	margin-right: 0.5em;
	padding: 0.5em 0.80em;
	color: #FFF;
	font-size: 1.5em;
	text-align: center;
	text-decoration: none;
	border: 2px solid #FFF;
	background: #555555;
}

.stage1:hover,
.stage2:hover,
.stage3:hover,
.stage4:hover {
	color: #004C4A;
	background: #FFF;
}

#stagepage_1 .stage1,
#stagepage_2 .stage2,
#stagepage_3 .stage3,
#stagepage_4 .stage4 {
	background: #FF4D00;
	color: #FFF;
}

/*---------------------- STEPS FORM PROPERTIES & details --*/
.test1 #main_content p {
	width: 20em;
}
#form_tabs {
	width: auto;
	height: 20px;
	padding-top: 0.5em;
	padding-left: 20px; 
	background: #7AA494;
}
#form_tabs a {
	display: block;
	float: left;
	margin-right: 2px;
	padding-top: 2px;
	padding-bottom: 4px;
	height: auto;
	width: 41px;
	color: #FFF; 
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#form_content{
	width: 59.25em;
	height: auto;
	padding-bottom: 1em;
	color: #333;
	background: #7AA494;
}

.formstyle h2 {
	color: #555;
	letter-spacing: 0.05em;
	font-size: medium;
	font-weight: bold;
}
.formstyle dt {
	margin: 1em 10.5em 0.5em 10.5em;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #555;
}
.formstyle dd {
	margin: 0 0 2px 16.5em;
}
.formstyle dd img {
	position: absolute;
	margin-left: -35px;
}
.formstyle input {
	font-family: Arial, sans-serif;
	font-size: 1em;
	height: 1.5em;
	width: 21em;
}
.formstyle textarea {
	font-family: Arial, sans-serif;
	font-size: 1em;
	height: 5em;
	width: 21em;
}

.formstyle input, .formstyle textarea, .formstyle select {
	background: #ccc;
	border: 1px solid #999;
}

.formstyle select {
	height: 1.5em;
	width: auto;
	margin: 0 0 2px 0;
}

.formstyle p {
	margin: 1em 5em 1em 5em;
	color: #555;
}
.formstyle h2 {
	padding-top: 1em;
}

.formstyle #submit_field {
	clear: both;
	width: auto;
	height: auto;
	margin: 1em 0 1em 22em;
	}

.formstyle #submit_field input {
	font-size: medium;
	color: #FFF;
	width: 5em;
	height: auto;
	padding: 0 0.2em 0 0.2em;
	border: 1px solid #303030;
	background: #272727;
}
.formstyle input.focus, .formstyle textarea:focus, .formstyle input:focus {
	border: 1px solid #222;
	background: #FFF;
}

.formstyle #submit_field input:hover {color: #FFF; background: #FF4C00;}


#other1 {
	display: none;
}

#form1 {
	clear: both;
	margin: 0 1em 0 1em;
	display: block;
	width: 57.25em;
	height: auto;
	background: #FF4E02;
}
#form2 {
	clear: both;
	margin: 0 1em 0 1em;	
	display: none;
	width: 57.25em;
	height: auto;
	background: #84C013;
}
#form3 {
	clear: both;
	margin: 0 1em 0 1em;
	display: none;
	width: 57.25em;
	height: auto;
	background: #4BCEA9;
}
#form4 {
	clear: both;
	margin: 0 1em 0 1em;
	display: none;
	width: 57.25em;
	height: auto;
	background: #4E721A;
}
#form5 {
	clear: both;
	margin: 0 1em 0 1em;
	display: none;
	width: 57.25em;
	height: auto;
	background: #FF8B02;
}
#form6 {
	clear: both;
	margin: 0 1em 0 1em;
	display: none;
	width: 57.25em;
	height: auto;
	background: #009999;
}
#form7 {
	clear: both;
	margin: 0 1em 0 1em;
	display: none;
	width: 57.25em;
	height: auto;
	background: #005917;
}

.form_wrap{
	padding: 10px;
}
.astep1 {background: url(../Tab_Tops1.png) top left no-repeat;}
.astep2 {background: url(../Tab_Tops2.png) top left no-repeat;}
.astep3 {background: url(../Tab_Tops3.png) top left no-repeat;}
.astep4 {background: url(../Tab_Tops4.png) top left no-repeat;}
.astep5 {background: url(../Tab_Tops5.png) top left no-repeat;}
.astep6 {background: url(../Tab_Tops6.png) top left no-repeat;}
.astep7 {background: url(../Tab_Tops7.png) top left no-repeat;}

a.reveal1 { height: 50px; width: 100px; background: #000;}
a.reveal2 {height: 50px; width: 100px; background: #000;}
a.reveal3 {height: 50px; width: 100px; background: #000;}
a.reveal4 {height: 50px; width: 100px; background: #000;}
a.reveal5 {height: 50px; width: 100px; background: #000;}
a.reveal6 {height: 50px; width: 100px; background: #000;}
a.reveal7 {height: 50px; width: 100px; background: #000;}


a.reveal1:hover #form1 { display:block;}


.gutter_top {
	width: 57.25em;
	height: 4px;
	display: block;
	background: url(../Form_Top_Right.png) bottom right no-repeat;
}

.gutter_bottom {
	clear: both;
	width: 57.25em;
	height: 4px;
	display: block;
	background: url(../Form_Bottom_Right.png) bottom right no-repeat;
}

/* previous_next SPAN PROPERTIES */

.formnav {
	display: block;
	padding-bottom: 1em;
	padding-top: 1em;
	width: 56.25em;
	margin: 0.5em;
	height: 2em;
	color: #333;
}
.previous, .next {
	display: block;
	height: 22px;
	width: 77px;
	text-align: center;
	padding-top: 4px;
	color: #333;
	background: url(../Form_Button.png) top right no-repeat;
	text-decoration: none;
}

.previous {float: left;}
.next {float: right;}

.next:hover, .previous:hover {
	text-decoration: none;
	background: url(../Form_Button_Over.png) top right no-repeat;
}


/*---------------------- CONTACT FORM details --*/

.contactstyle {
	margin: 1em 0 1em 0;
}
.contactstyle tr {
height: 25px;
	text-align: left;
}
.contactstyle td {
	vertical-align: text-top;
}
.contactstyle td img {
	position: absolute;

}
.contactstyle textarea, .contactstyle input, .contactstyle select {
	float: left;
	clear: left;
	font-family: Arial, sans-serif;
	font-size: 1em;
	background: #ccc;
	border: 1px solid #999;
}
.contactstyle input {
	height: auto;
	margin-right: 0;
	margin-bottom: 0.5em;
}
.contactstyle select {
	height: auto;
	margin-right: 0;
	margin-bottom: 0.5em;
}
.contactstyle textarea {
	height: 8em;
	margin-bottom: 0.5em;
	margin-right: 0;
}
.contactstyle label {
	float: left;
	clear: both;
	width: 10em;
	padding-top: 1px;
	margin-left: 0;
}
.contactstyle #submit_field {
	clear: both;
	width: auto;
	height: auto;
	}
.contactstyle #submit_field input {
	font-size: medium;
	color: #FFF;
	width: 5em;
	height: auto;
	padding: 0 0.2em 0.1em 0.2em;
	border: 1px solid #222;
	background: #333;
	float: none;
	margin: 0 0 0 1.7em!important;
}

.contactstyle #submit_field input:hover {color: #FFF; background: #1FBEBA;}
.contactstyle input.focus, .contactstyle textarea:focus, .contactstyle input:focus {
	border: 1px solid #222;
	background: #FFF;
}


#extranet_login a {
	width: auto;
	border: 1px solid #C23B00;
	padding: 10px;
	background: #FF4D00;
	color: #FFF;
	font-weight: bold;
	font-size: 1.15em;
	text-align: center;
	text-decoration: none !important;
}

#extranet_login a:hover {
	background: #1FBEBA;
	border: 1px solid #08A6A2;
	}

#extranet_pass {
	width: 27.5em;
	font-size: 1.25em;
	text-align: left;	
}

/* ADDITIONAL PROPERTIES */
#phone_number {
	clear: both;
	float: left;
	display: block;
	height: auto;
	width: 25em;
	font-size: 1.25em;
	padding: 0.1em 0.2em 0.15em 0.2em;
	background: #3B6D5C;
}
.Article {
	text-align: justify;
	min-height:11em;
	-moz-column-count: 3;
	-moz-column-width: 19em;
	-moz-column-gap: 1em;
}

.shading {
	display: block;
	width: 59.25em;
	height: 6px;
	background: url(../Shading.gif) repeat-x;
}
.curves {
	display: block;
	width: 59.25em;
	height: 4px;
	position: absolute;
	margin-bottom: -4px;
	background: url(../Curve_Right.png) no-repeat top right;
}
#stagepage_3 .download{
	margin-top: -1em;
}
.download {
	float: right;
	clear: right;
	width: auto;
	display: block;
	height: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 0.5em;
	padding-left: 1em;
}
.dpic {
	padding: 0.5em;
}
.dtxt {
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
.download:hover .dtxt {
	text-decoration: underline;
}

#errormsg {
		display: none;
			margin-left: -14.5em;
			border:1px solid #FFF;
			padding:1em;
			width:40em;
			margin-bottom: 2em;
		}
#errormsg ul {
		padding:2em;
		}    
.error {

			background: #FFF;
		}
.error:focus {
color: #000;
			background: #FFF !important;
		}
		
/* POPUP details */
.plain {
	background: #FFF;
}
.plain #title {
	text-align: left;
	background: #000 !important;
}
.plain #center_image {
	height: 214px !important;
}
.blank {
	background: #FFF;
}


/* DYNAMIC PROPERTIES */
/*---------------------- HOME details --*/
#center_image .large_mov {
	float: left;
}
#center_image .small_img {
	clear: right;
	float: right;
}

/*---------------------- CONTACT 1 details --*/
.contactpage #center_image {
	height: 1px !important;
}

/* footer --------------------------------------------------- */

#footer {
	clear:both;
	width: 59.15em;
	margin-left: 5.25em;
	position: absolute;
	color: #FFF;
	text-align: center;
}
#footer p {
	font-size: 11px;
	color: #FFF;
}
#footer a {
	margin-bottom: 5px;
	font-size: 11px;
	color: #FFF;
	text-transform: capitalize;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
* html #footer p {
	font-size: 0.75em;	
}
html>body #footer p {
	font-size: 0.75em;
}

#BG_Bottom {
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -387px;
}



.btn
{
	color: #FFFFFF;
	padding: 5px 10px;
	background-color: #FF4D00;
	border: 1px solid #C23B00;
	cursor: pointer;
	font-weight: bold;
}

.btn:hover
{
	background-color: #1FBEBA;
	border: 1px solid #08A6A2;
}
