﻿/**************************************************************************************************
* FILE NAME           : master.css                                                                *
* DATE LAST WORKED ON : 05/19/10                                                                  *
* DESCRIPTION         : Style sheet for entire web template.  Note that there is a lot of         *
*					    pieces that have identical properties but are named and separated by      *
*				        each page that uses that piece.                                           *
* PROPERTY OF GIS DYNAMICS                                                                        *
**************************************************************************************************/
*
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus 
{
	outline: 0px;
}
body 
{
	background-color: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}
img
{
	border: 0px;
}
.top_box_corners 
{
	background-image:url(../img/bg_top_corners.jpg);
	background-repeat:no-repeat;
	height:22px;
	position:relative;
	width:970px;
}
.bottom_box_corners 
{
	clear:both;
	background-image:url(../img/bg_bottom_corners.jpg);
	background-repeat:no-repeat;
	height:22px;
	position:relative;
	width:970px;
}

/*************************************************************************************************/
/* HEADER.ASCX                                                                                   */
/*************************************************************************************************/
#header_wrapper
{
	background-color: #FFFFFF;
	height: 100px;
	width: 100%;
}
#header_sub
{
	background-color: #FFFFFF;
	height: 100px;
	margin: 0px auto 0px auto;
	padding: 0px 15px 0px 15px;
	position: relative;
	width: 960px;
}
#header_logo 
{
	height: 93px;
	float: left;
	position: relative;
	margin: 5px 0px 0px 0px;
	width: 156px;
}
#header_nav 
{
	float: left;
	list-style: none;
	position: relative;
	margin: 55px 0px 0px 85px;
}
#header_nav li 
{
	float: left;
	height: 30px;
}
#header_nav li a 
{
	color: #6DBE46;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}
#header_nav li a:hover 
{
	color: #000000;
	text-decoration: none;
}
#header_questions 
{
	float: right;
	font-size: 11px;
	height: 50px;
	margin-top: 5px;
	width: 180px;
}
#header_sigin_area
{
	margin: 4px 0px 0px 10px;
}
#header_sigin_area a
{
	color: #6DBE46;
	font-weight:bold;
	text-decoration: none;
}
#header_sigin_area a:hover
{
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

/*************************************************************************************************/
/* FOOTER.ASCX                                                                                   */
/*************************************************************************************************/
#footer_wrapper 
{
	clear: both;
	height: 90px;
	width: 100%;
}
#footer_content 
{
	height: 90px;
	margin: 5px auto 0px auto;
	padding: 0px 10px 0px 10px;
	width: 970px;
}
#footer_copyright 
{
	color: #ACACAC;
	float: left;
	font-size: 10px;
	margin: 5px 0px 0px 10px;
}
#footer_menu
{
	clear: none;
	float: right;
	margin: 0px 5px 0px 0px;
	list-style-type: none;
}
#footer_menu li 
{
	float: left;
}
#footer_menu li a 
{
	color:#7BAB48;
	border-right: 1px solid #CCCCCC;
	font-size: 10px;
	padding: 0px 8px 0px 8px;
	text-decoration: none;
}
#footer_menu li a:hover 
{
	color: #000000;
	text-decoration: none;
}

/*************************************************************************************************/
/* ABOUT.ASPX                                                                                    */
/*************************************************************************************************/
#about_content_wrapper
{
	border-top: 1px solid #E2E2E2;
	height: auto;
	width: 100%;
}
#about_content_banner
{
	margin: 0px auto 0px auto;
	padding: 23px 10px 0px 10px;
	position: relative;
	width: 970px;
}
#about_content_box
{
	background-color: #FFFFFF;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 15px 0px;
	position: relative;
	width: 958px;
}
#about_content_background_image 
{
	background-image: url(../img/photo_tape_measure.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 292px;
	left: 690px;
	position: absolute;
	top: -14px;
	width: 250px;
}
#about_content_box h3
{
	font-size: 22px;
	font-weight: 600;
	margin: 0px 0px 0px 25px;
	padding: 10px 0px 5px 0px;
}
#about_content_box p
{
	color: #000000;
	font-size: 13px;
	line-height: 21px;
	margin: 0px 0px 0px 25px;
	padding: 5px 0px 5px 0px;
	width: 615px;
}
#about_content_box p a 
{
	color:#6DBE46;
	font-weight: bold;
}
#about_content_box p a:hover 
{
	color:#000000;
}
#about_content_box p span 
{
	font-weight:bold;
}

/*************************************************************************************************/
/* CALCULATOR.ASPX                                                                               */
/*************************************************************************************************/
#calculator_wrapper
{
	border-top: 1px solid #e2e2e2;
	height: auto;
	width: 100%;
}
#calculator_banner 
{
	margin: 0px auto 0px auto;
	padding: 23px 10px 0px 10px;
	position: relative;
	width: 970px;
}
#calculator_content 
{
	background-color: #FFFFFF;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 30px 0px;
	position: relative;
	width: 958px;
}
#calculator_photo 
{
	background-image: url(../img/photo_gaspump.jpg);
	background-repeat: no-repeat;
	height: 300px;
	left: 676px;
	position: absolute;
	top: -14px;
	width: 230px;
}
#calculator_content h3
{
	font-size: 22px;
	font-weight: 600;
	margin: 0px 0px 0px 25px;
	padding: 10px 0px 5px 0px;
}
#calculator_forms
{
	clear: both;
	float: left;
	margin: 50px 0px 0px 50px;
}
.calculator_forms_label 
{
	color: #000000;
	float: right;
	font-size: 11px;
}
.calculator_bold_header
{
	font-size:15px;
	font-weight:bold;
	margin-left:15px;
}
.calculator_green_bold_header
{
	color: #6DBE46;
	font-size: 15px;
	font-weight: bold;
	height: 45px;
}
.calculator_green_text
{
	color: #6DBE46;
	font-size: 14px;
	height: 45px;
}
.calculator_forms_input
{
	background-color: #F2F2F2;
	border: 1px solid #E2E2E2;
	height: 25px;
	margin: 8px 0px 0px 12px;
	width: 120px;
}
.calculator_bold_result
{
	font-weight: bold;
	margin-left: 20px;
}
.calculator_green_bold_result
{
	color: #6DBE46;
	font-weight: bold;
}
#calculator_buttons 
{
	clear: both;
	float: left;
	margin: 35px 0px 0px 140px;
}

/*************************************************************************************************/
/* CONTACT.ASPX                                                                                  */
/*************************************************************************************************/
#contact_wrapper 
{
	border-top: 1px solid #E2E2E2;
	height: auto;
	width: 100%;
}
#contact_banner 
{
	margin: 0px auto 0px auto;
	padding: 23px 10px 0px 10px;
	position: relative;
	width: 970px;
}
#contact_content
{
	background-color: #FFFFFF;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	float: left;
	margin: 0px 0px 0px 5px;
	width: 958px;
}
#contact_head 
{
	color:#000000;
	font-size:22px;
	font-weight:bold;
	margin:0px 0px 20px 0px;
}
#contact_forms
{
	clear: both;
	float: left;
	margin: 10px 0px 0px 25px;
	position: relative;
	width: 690px;
}
.contact_form_label
{
	color:#000000;
	font-size:13px;
}
.contact_form_input
{
	background-color: #F2F2F2;
	border: 1px solid #E2E2E2;
	clear: both;
	height: 25px;
	margin: 5px 0px 8px 0px;
	width: 380px;
}
.contact_form_message
{
	background-color: #F2F2F2;
	border: 1px solid #E2E2E2;
	clear: both;
	height: 200px;
	margin: 5px 0px 15px 0px;
	max-width: 650px;
	width: 650px;
}
.contact_form_human
{
	background-color: #F2F2F2;
	border: 1px solid #E2E2E2;
	clear: both;
	height: 25px;
	margin: 5px 0px 8px 0px;	
	width: 200px;
}
#contact_right 
{
	float: right;
	margin: 10px 10px 30px 0px;
	width: 200px;
}
.contact_right_header 
{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}
.contact_right_sub 
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-top: 20px;
}
.contact_right_regular 
{
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	margin-top: 9px;
}
.contact_right_regular a
{
	color: #6DBE46;
	text-decoration: none;
}

/*************************************************************************************************/
/* FAQ.ASPX                                                                                      */
/*************************************************************************************************/
#faq_content_wrapper 
{
	border-top: 1px solid #E2E2E2;
	height: auto;
	width: 100%;
}
#faq_content_banner 
{
	margin: 0px auto 0px auto;
	padding: 23px 10px 0px 10px;
	position: relative;
	width: 970px;
}
#faq_content_area 
{
	background-color:#FFFFFF;
	border-left:1px solid #E2E2E2;
	border-right:1px solid #E2E2E2;
	float:left;
	margin:0px 0px 0px 5px;
	padding:0px 0px 30px 0px;
	width:958px;
}
#faq_content_area h3
{
	font-size: 22px;
	font-weight: 600;
	margin: 0px 0px 0px 25px;
	padding: 10px 0px 5px 0px;
}
#faq_content_top
{
	border-bottom: 1px solid #E2E2E2;
	float: left;
	margin: 25px 0px 0px 0px;
	position: relative;
	width: 958px;
}
#faq_content_top ul 
{
	float: left;
	list-style: none;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 40px 0px;
	width: 30%;
}
#faq_content_top ul li 
{
	clear: both;
	float: left;
	padding: 2px 0px 2px 0px;
	width:100%;
}
#faq_content_top ul li a
{
	color: #535252;
	font-size: 11px;
	text-decoration: none;
}

#faq_content_top ul li a:hover 
{
	color:#6DBE46;
	text-decoration:none;
}
#faq_content_bottom 
{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	position: relative;
	width: 958px;
}
.faq_content_answer 
{
	background-color: #FFFFFF;
	clear: both;
	float: left;
	margin: 12px 0px 8px 25px;
	position: relative;
	width: 90%;
}
.faq_content_answer h5 
{
	color: #6DBE46;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
.faq_content_description 
{
	color: #535252;
	font-size: 13px;
	line-height: 21px;
}
.faq_content_description a 
{
	color:#333333;
	font-size: 13px;
	line-height: 21px;
	text-decoration: underline;
}

/*************************************************************************************************/
/* FORGOT_PASSWORD.ASPX                                                                          */
/*************************************************************************************************/
#forgotpass_content_wrapper 
{
	border-top:1px solid #e2e2e2;
	height:auto;
	width:100%;
}
#forgotpass_content_banner 
{
margin:0px auto 0px auto;
padding:23px 10px 0px 10px;
position:relative;
width:970px;
}
#forgotpass_content_area 
{
	background-image:url(../img/bg_sign_in.jpg);
	background-repeat:no-repeat;
	height:373px;
	margin:40px auto 0px auto;
	width:481px;
}
#forgotpass_content_area_sub 
{
	float:left;
	height:320px;
	margin:30px 0px 0px 30px;
	position:relative;
	width:430px;
}
#forgotpass_header_area 
{
	float:left;
	height:85px;
	position:relative;
}
#forgotpass_header_area p
{
	font-size: 13px;
	width: 275px;
}
.forgotpass_logo 
{
	background-image:url(../img/logo_sign_in.jpg);
	background-repeat:no-repeat;
	float:left;
	height:78px;
	position:relative;
	width:132px;
}
.forgotpass_motto 
{
	color:#585858;
	float:left;
	font-size:13px;
	font-weight:bold;
	margin:45px 0px 0px 15px;
	width:260px;
}
#forgotpass_content_input
{
	clear:both;
	float:left;
	margin:0px 0px 0px 50px;
	position:relative;
}
#forgotpass_content_input_area 
{
	clear:both;
	float:left;
	margin:40px 0px 0px 0px;
	position:relative;
	width:380px;
}
.forgotpass_content_form_area 
{
	clear:both;
	height:55px;
	position:relative;
	width:100%;
}
.forgotpass_content_form_label 
{
	color:#333333;
	float:left;
	font-size:13px;
	padding:8px 0px 0px 0px;
	width:90px;
}
.forgotpass_content_individual_form
{
	background-color:#FFFFFF;
	border:1px solid #e2e2e2;
	float:left;
	height:25px;
	width:220px;
}
.forgotpass_content_go 
{
	float: left;
	margin: 0px 0px 0px 80px;
	position: relative;
}




/*************************************************************************************************/
/* HOME.ASPX                                                                                     */
/*************************************************************************************************/
#home_top_content_wrapper 
{
	border-top: 1px solid #E2E2E2;
	height: auto;
	width: 100%;
}
#home_top_content_banner 
{
	background-image: url(../img/bg_new_home.jpg);
	background-repeat: no-repeat;
	height: 258px;
	margin: 25px auto 15px auto;
	position: relative;
	width: 970px;
}
#home_top_contnet_left_area 
{
	float: left;
	position: relative;
	width: 550px;
}
#home_top_contnet_left_area h1
{
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 30px 0px 0px 25px;
}
#home_top_contnet_left_area p 
{
	color: #FFFFFF;
	font-size: 13px;
	line-height: 22px;
	margin: 8px 0px 0px 25px;
	width: 325px;
}
#home_top_contnet_left_area div
{
	background-image: url(../img/btn_join_now.png);
	background-repeat: no-repeat;
	clear: both;
	height: 43px;
	margin: -15px 0px 0px 175px;
	width: 142px;
}
#home_top_contnet_left_area div p a
{
	color: #FFFFFF;
	font-size: 18px;
	position: relative;
	top: 2px;
	text-decoration: none;
}
#home_top_contnet_left_area div p a:hover 
{
	color: #000000;
}
#home_top_contnet_right_area 
{
	float: right;
	position: relative;
	width: 400px;
}
#home_top_contnet_right_area object 
{
	margin:0px 0px 0px 0px;
}
#home_top_contnet_right_video 
{
	border: 2px solid #E2E2E2;
	left: 0px;
	position: absolute;
	top: 20px;
}
#home_top_contnet_right_area img
{
	margin:25px 0px 0px 0px;
}
#home_testimonials_wrapper_main 
{
	clear: both;
	height: 60px;
	width: 100%;
}
#home_testimonials_wrapper_sub 
{
	background-image: url(../img/bg_testimonials.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 60px;
	margin: 5px auto 0px auto;
	padding: 0px 10px 0px 10px;
	width: 970px;
}
#home_testimonials_wrapper_content 
{
	float: left;
	margin: 20px 0px 0px 25px;
	position: relative;
}
#home_testimonials_link a
{
	color: #000000;
	float: left;
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	margin-right: 4px;
	padding: 5px 0px 0px 0px;
	text-decoration: underline;
	width: 75px;
}
#home_testimonials_link a:hover 
{
	color: #6DBE46;
}
#home_testimonials_scrollup 
{
	float: left;
	height: 19px;
	position: relative;
	overflow: hidden;
	width: 830px;
}
.home_testimonials_group_content 
{
	color: #333333;
	font-size:12px;
	height: 20px;
	left: 5px;
	position: absolute;
	top: 210px;
	width: 830px;
}
.home_testimonials_quote 
{
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding: 0px 5px 0px 5px;
}
.home_testimonials_person 
{
	clear: none;
	font-size: 11px;
	font-weight: bold;
	height: 35px;
	padding: 5px 4px 0px 4px;
}
.home_testimonials_company 
{
	color: #999999;
	font-size: 11px;
	font-style: italic;
}
#home_bottom_content_wrapper_main
{
	width: 100%;
}
#home_bottom_content_wrapper_sub 
{
	margin: 0px auto 0px auto;
	padding: 5px 10px 0px 10px;
	position: relative;
	width: 970px;
}
#home_bottom_content_content_area
{
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	background-color: #FFFFFF;
	height: 263px;
	margin: 0px 0px 0px 5px;
	position: relative;
	width: 958px;
}
.home_bottom_content_column 
{
	border-right: 1px solid #E2E2E2;
	float: left;
	margin: 0px 0px 0px 15px;
	position: relative;
	width: 300px;
}
.home_bottom_content_noright 
{
	border-right: none;
}
.home_bottom_content_header 
{
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 0px 25px;
	padding: 8px 0px 0px 0px;
}
.home_bottom_content_image 
{
	margin: 12px 0px 0px 15px;
}
.home_bottom_content_text
{
	color: #000000;
	font-size: 13px;
	line-height: 18px;
	margin: 10px 0px 0px 23px;
	width: 250px;
}
#home_bottom_content_button_coverage 
{
	background-image: url(../img/btn_gray.jpg);
	background-repeat: no-repeat;
	height: 50px;
	margin: 20px 0px 0px 50px;
	width: 165px;
}
#home_bottom_content_button_coverage p a
{
	color: #3F5E00;
	font-size: 15px;
	left:20px;
	position: relative;
	top:16px;
	text-decoration: none;
}
#home_bottom_content_button_coverage p a:hover 
{
	color: #000000;
}
#home_bottom_content_button_calculate
{
	background-image: url(../img/btn_gray_calc.jpg);
	background-repeat: no-repeat;
	height: 50px;
	margin: 20px 0px 0px 50px;
	width: 137px;
}
#home_bottom_content_button_calculate p a
{
	color: #3F5E00;
	font-size: 15px;
	left:20px;
	position: relative;
	top:16px;
	text-decoration: none;
}
#home_bottom_content_button_calculate p a:hover 
{
	color: #000000;
}
#home_bottom_content_button_schedule
{
	background-image: url(../img/btn_gray_demos.jpg);
	background-repeat: no-repeat;
	height: 50px;
	margin: 20px 0px 0px 50px;
	width: 165px;
}
#home_bottom_content_button_schedule p a
{
	color: #3F5E00;
	font-size: 15px;
	left:20px;
	position: relative;
	top:16px;
	text-decoration: none;
}
#home_bottom_content_button_schedule p a:hover 
{
	color: #000000;
}

/*************************************************************************************************/
/* PRODUCT_DEMOS.ASPX                                                                            */
/*************************************************************************************************/
#prodemo_content_wrapper 
{
	border-top: 1px solid #E2E2E2;
	height: auto;
	width: 100%;
}
#prodemo_content_banner 
{
	margin: 0px auto 0px auto;
	padding: 23px 10px 0px 10px;
	position: relative;
	width: 970px;
}
#prodemo_content_area 
{
	background-color: #FFFFFF;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	float: left;
	margin: 0px 0px 0px 5px;
	position: relative;
	width: 958px;
}
#prodemo_content_portrait 
{
	background-image: url(../img/photo_demo_portrait.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 198px;
	margin: 15px 0px 30px 25px;
	position: relative;
	width: 132px;
}
#prodemo_content_info 
{
	float: left;
	position: relative;
}
#prodemo_content_info h3
{
	font-size: 22px;
	font-weight: 600;
	margin: 0px 0px 0px 25px;
	padding: 10px 0px 5px 0px;
}
#prodemo_content_info_p1
{
	color: #000000;
	font-size: 13px;
	line-height: 21px;
	margin: 8px 0px 0px 25px;
	width: 700px;
}
#prodemo_content_info_p2
{
	color: #000000;
	font-size: 13px;
	font-weight:bold;
	line-height: 21px;
	margin: 20px 0px 0px 25px;
	width: 700px;
}
#prodemo_content_info_p3
{
	color: #000000;
	font-size: 13px;
	line-height: 21px;
	margin: 20px 0px 0px 25px;
	padding:5px 0px 5px 0px;
	width: 615px;
}
#prodemo_content_info_p3 a 
{
	color:#6DBE46;
	font-weight:bold;
}
#prodemo_content_info_p3 a:hover 
{
	color:#000;
}

/*************************************************************************************************/
/* PROMO.ASPX                                                                                    */
/*************************************************************************************************/
#promo_content_main_wrapper, #promo_content_input_wrapper, #promo_content_receipt_wrapper
{
	border-top:1px solid #e2e2e2;
	height:auto;
	width:100%;
}
#promo_content_main_banner, #promo_content_input_banner, #promo_content_receipt_banner
{
	margin:0px auto 0px auto;
	padding:23px 10px 0px 10px;
	position:relative;
	width:970px;
}
#promo_content_main_content, #promo_content_input_content, #promo_content_receipt_content
{
	background-color: #FFFFFF;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	float: left;
	margin: 0px 0px 0px 5px;
	width: 958px;
}
#promo_content_main_forms, #promo_content_input_forms, #promo_content_receipt_forms
{
	clear: both;
	float: left;
	margin: 10px 0px 0px 25px;
	position: relative;
	width: 690px;
}
#promo_content_main_forms h3
{
	font-size:22px;
	font-weight:600;
	margin:0px 0px 0px 25px;
	padding:10px 0px 5px 0px;
}
#promo_content_main_forms p, #promo_content_input_forms p, #promo_content_receipt_forms p, #promo_user_list p
{
	color:#333333;
	font-size:12px;
	line-height:17px;
	margin:10px 0px 15px 25px;

}
.promo_content_main_promocode
{
	background-color: #F2F2F2;
	border: 1px solid #E2E2E2;
	clear: both;
	height: 25px;
	margin: 5px 0px 8px 0px;
	width: 200px;
}
.promo_content_main_submit
{
	margin: 0px 0px 0px 25px;
}
.promo_content_input_form_piece 
{
	clear:both;
	height:25px;
	margin:10px 0px 15px 25px;
	position:relative;
	width:100%;
}
.promo_content_input_form_piece_comments
{
	clear:both;
	height:150px;
	margin:10px 0px 15px 25px;
	position:relative;
	width:100%;
}
.promo_content_input_form_label 
{
	color:#333333;
	font-size:13px;
	float:left;
	padding:8px 0px 0px 0px;
	width:150px;
}
.promo_content_input_form_input
{
	background-color:#f2f2f2;
	border:1px solid #e2e2e2;
	height:25px;
	float:left;
	width:320px;
}
.promo_content_input_form_label_phone_ext
{
	color:#333333;
	font-size:13px;
	padding:8px 0px 0px 0px;
	width:150px;
}
.promo_content_input_form_input_states
{
	background-color:#f2f2f2;
	border:1px solid #e2e2e2;
	height:25px;
	width:250px;
}
.promo_content_input_form_input_phone
{
	background-color:#f2f2f2;
	border:1px solid #e2e2e2;
	height:25px;
	width:50px;
}
.promo_content_hr
{
	border: solid 1px #e2e2e2;
	margin: 10px 25px 10px 25px;
}
.promo_content_input_form_input_comments
{
	background-color:#f2f2f2;
	border:1px solid #e2e2e2;
	height:150px;
	float:left;
	width:320px;
}

/*************************************************************************************************/
/* SIGN_IN.ASPX                                                                                  */
/*************************************************************************************************/
#signin_content_wrapper 
{
	/*border-top: 1px solid #E2E2E2;*/
	height: auto;
	width: 100%;
}
#signin_content_banner 
{
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	position: relative;
	width: 970px;
}
#signin_content_area 
{
	background-image: url(../img/bg_sign_in.jpg);
	background-repeat: no-repeat;
	height: 373px;
	margin: 0px auto 0px auto;
	width: 481px;
}
#signin_content_container
{
	float: left;
	height: 320px;
	margin: 30px 0px 0px 30px;
	position: relative;
	width: 430px;
}
#signin_content_header 
{
	float: left;
	height: 85px;
	position: relative;
}
#signin_content_logo 
{
	background-image: url(../img/logo_sign_in.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 78px;
	position: relative;
	width: 132px;
}
#signin_content_header p
{
	color: #585858;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 45px 0px 0px 15px;
	width: 275px;
}
#signin_content_forms_area
{
	clear: both;
	float: left;
	margin: 0px 0px 0px 50px;
	position: relative;
}
.signin_content_form_breaks 
{
	clear: both;
	height: 55px;
	position: relative;
	width: 100%;
}
.signin_forms 
{
	clear: both;
	float: left;
	margin: 40px 0px 0px 0px;
	position: relative;
	width: 380px;
}
.signin_forms_label 
{
	color: #333333;
	font-size: 13px;
	float: left;
	padding: 8px 0px 0px 0px;
	width: 80px;
}
.signin_forms_input
{
	background-color: #FFFFFF;
	border: 1px solid #E2E2E2;
	float: left;
	height: 25px;
	width: 220px;
}
.signin_content_go 
{
	float: left;
	margin: 0px 0px 0px 80px;
	position: relative;
}
#signin_content_forgot_link a
{
	color: #333333;
	float: left;
	font-size: 11px;
	margin: 12px 0px 0px 15px;
	text-decoration: none;
}
#signin_content_forgot_link a:hover
{
	color: #6DBE46;
}
#signin_content_footer 
{
	margin: 0px auto 0px auto;
	padding: 23px 10px 0px 10px;
	position: relative;
	width: 970px;
}
#signin_content_footer_links 
{
	margin:0px auto;
	width:400px;
}
#signin_content_footer_links p
{
	text-align:center;
}
.signin_content_reg_anchor
{
	color:#333333;
	font-size:12px;
	text-decoration:none;
}
.signin_content_reg_anchor:hover
{
	color:#6DBE46;
}
.signin_content_green_anchor
{
	color:#6DBE46;
	font-size:12px;
	text-decoration:none;
}
.signin_content_green_anchor:hover
{
	color:#333333;
}

/*************************************************************************************************/
/* TESTIMONIALS.ASPX                                                                             */
/*************************************************************************************************/
#testimonials_content_wrapper 
{
	border-top: 1px solid #E2E2E2;
	height: auto;
	width: 100%;
}
#testimonials_content_banner 
{
	margin: 0px auto 0px auto;
	padding: 23px 10px 0px 10px;
	position: relative;
	width: 970px;
}
#testimonials_content_area 
{
	background-color: #FFFFFF;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	float: left;
	margin: 0px 0px 0px 5px;
	position: relative;
	width: 958px;
}
#testimonials_content_area h3
{
	font-size: 22px;
	font-weight: 600;
	margin: 0px 0px 0px 25px;
	padding: 10px 0px 5px 0px;
}
#testimonials_content_custom_text 
{
	color: #6DBE46;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 40px 25px;
}
.testimonials_content_customer_area 
{
	border-bottom: 1px solid #E2E2E2;
	clear: both;
	float: left;
	padding: 65px 0px 65px 25px;
	width: 933px;
}
.testimonials_content_customer_area_last
{
	border-bottom:none;
	clear: both;
	float: left;
	padding: 65px 0px 65px 25px;
	width: 933px;
}
.testimonials_content_customer_logo
{
	float:left;
	width: 166px;
}
.testimonials_content_customer_logo img
{
	float:left;
}
.testimonials_content_customer_area p
{
	color:#535252;
	float:left;
	font-size:13px;
	line-height:20px;
	margin:0px 0px 0px 70px;
	width:600px;
}
.testimonials_content_customer_area_last p
{
	color:#535252;
	float:left;
	font-size:13px;
	line-height:20px;
	margin:0px 0px 0px 70px;
	width:600px;
}
.testimonials_content_customer_name
{
	color:#000000;
	font-size:13px;
	font-weight:bold;
}
.testimonials_content_company_name
{
	color:#999999;
	font-size:11px;
	font-style:italic;
}

/*************************************************************************************************/
/* VIDEOS.ASPX                                                                                   */
/*************************************************************************************************/
#videos_content_wrapper 
{
	border-top: 1px solid #E2E2E2;
	height: auto;
	width: 100%;
}
#videos_content_banner 
{
	margin: 0px auto 0px auto;
	padding: 23px 10px 0px 10px;
	position: relative;
	width: 970px;
}
#videos_content_area
{
	background-color: #FFFFFF;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	height: 590px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 15px 0px;
	position: relative;
	width: 958px;
}
#videos_content_area h3
{
	font-size: 22px;
	font-weight: 600;
	margin: 0px 0px 0px 25px;
	padding: 10px 0px 5px 0px;
}
/*-- 
	 NOTE THAT THE FOLLOWING CSS CLASSES ARE NOT SPECIFICALLY SET IN VIDEOS.ASPX 
	 BUT ARE SET IN jquery-ui-1.7.custom.min.js 
     AND I AM NOT ENTIRLY SURE HOW IT WORKS, IT JUST DOES AND IS PRETTY COOL
--*/
.ui-tabs
{ 
	height: 550px;
	float: left;
	margin: 10px 0px 0px 20px; 
	width: 800px;
	zoom: 1;
}
.ui-tabs .ui-tabs-nav 
{ 
	height: 550px;
	list-style: none;
	position: relative;
	overflow: hidden; 
	top: 1px;
	width: 180px;
	z-index: 1000;
}
.ui-tabs .ui-tabs-nav li 
{ 
	margin:0px;
	padding:3px 0px 4px 0px;
	position: relative;  
}
.ui-tabs .ui-tabs-nav li a 
{ 
	color: #000000;
	font-size: 13px;
	padding: 5px; 
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li a:hover 
{
	background-color:#F2F2F2;
	color:#6DBE46;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected 
{
	background-color: #F2F2F2;
	border: 1px solid #E2E2E2;
	font-weight: bold; 
}
.ui-tabs .ui-tabs-hide 
{ 
	display: none !important; 
}
.ui-tabs-panel 
{ 
	background: none;
	background-color:#FFFFFF;
	border-left: 1px solid #e2e2e2; 
	height: auto !important; 
	height: 650px; 
	left:225px;
	min-height: 633px; 
	position:absolute;
	top:-14px;
	width:700px;
	z-index:100;
}
a.mover 
{ 
	background: #F2F2F2; 
	border:1px solid #E2E2E2;
	color: #000000;
	font-size:13px;
	font-weight: bold; 
	padding: 3px 6px;
	position: absolute;
	text-decoration: none; 
}
a:hover.mover 
{
	color:#666666;
}
.next-tab 
{ 
	bottom: 0; 
	margin:0px 10px 25px 0px; 
	right: 0; 
}
.prev-tab 
{ 
	bottom: 0; 
	left: 0; 
	margin:0px 0px 25px 27px; 
}
.videos_content_title 
{
	font-size: 16px;
	font-weight: bold;
	margin: 27px 0px 0px 27px;
}

.videos_content_video
{
	height:525px;
	margin:20px 0px 0px 27px;
	width:660px;
}
.videos_content_video object 
{
	margin:0px 0px 0px 0px;
}