@charset "utf-8";
/* CSS Document */

/*****************************/
/* Color Layout:     Green    */
/*                           */
/* Base Color:       #578E42 */
/* Dark Border:      #3D632E */
/* Light Background: #E6FFDD */
/* H2 Color:         #1B612D */
/* Border Bottom:    #632E49 */
/* Phone Accent:     #FFBBDD */
/*                           */
/* Navigation Colors         */
/*                           */
/* Text Color:       #3D632E */
/* Text Color Hover: #8E5D42 */
/* Background:       #E6FFDD */
/* Background Hover: #8E5D42 */
/*                           */
/*****************************/

/*****************************/
/* START BASIC LAYOUT STYLES */
/*****************************/
body {
	text-align: center;
}
.container {
	text-align: left;
	width: 960px;
	margin: 0 auto;
}
.topLogo{
	float: left;
}
.topPhone{
	position: relative;
	float: right;
	background: url(https://images.servicedirect.com/images/shared/customer_service_phone_rep_woman_white.jpg) top right no-repeat;
	height: 80px;
	padding-top: 5px;
	padding-right: 100px;
	color: #000000;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.topLicense {
	float: right;
	margin-right: 10px;
	font-size: 12px;
	text-align: right;
}
.topPhone strong{
	font-size: 18px;
}
.assignedTopPhone{
	color: red;
	font-size: 20px;
}
#column1 {
	padding: 5px;
	float: left;
	width: 200px;
}
.navigation {
	background: #578E42;
	padding: 2px;
	border: 3px solid #3D632E;
}
.navigation h2 {
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 22px;
}
.navigation ul {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	background: #E6FFDD;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	list-style:none;
	margin-bottom: 0px;
}
.navigation li {
	border-bottom: 1px solid black;
	padding: 5px 0px 5px 20px;
	font-size: 14px;
	font-weight: bold;
	background: url(https://images.servicedirect.com/images/shared/testTemplate/bullets/bullet_black_16x16.png) left center no-repeat;
}
.navigation li:hover {
	background-color: #FFE9DD;
}
.navigation a {
	text-decoration: none;
	color: #3D632E;
}
.navigation a:hover {
	text-decoration: underline;
	color: #8E5D42;
}
#column2 {
	float: right;
	width: 750px;
}
.imageClass{
	max-width: 365px;
}
.banner {
	position: relative;
	width: 750px;
	height: 200px;
	background: url(https://images.servicedirect.com/images/shared/banners/electricianinlosangeles.com.jpg) no-repeat;
	margin-bottom: 10px;
}
.bannerBulletPoints {
	position: absolute;
	top: 40px;
	left: 150px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}
.bannerBulletPoints ul {
	list-style: circle;
}
.bannerBulletPoints li {
	background: none;
	line-height: 30px;
}
.bannerPhone {
	position: absolute;
	bottom: 24px;
	right: 10px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.bannerExtraContent {
	position: absolute;
	left: 50px;
	bottom: 15px;
}
.bannerBBB {
	position: absolute;
	right: 10px;
	top: 10px;
}
.form {
	background: #578E42;
	padding: 2px;
	border: 3px solid #3D632E;
}
.form h3 {
	color: white;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	font-size: 16px;
	border-bottom: 2px solid black;
	text-align: center;
}
.mainContent {
	position: relative;
	border: 3px solid #3D632E;
}
.mainContent .divider {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 50%;
	width: 3px;
	background-color: #3D632E;
}
.mainContentLeft {
	float: left;
	width: 50%;
}
.mainContentLeft .content {
	padding-right: 5px;
}
.mainContentRight {
	float: right;
	width: 50%;
}
.mainContentRight .content {
	padding-left: 8px;
}
.testimonial {
	text-align: center;
	padding: 10px;
	border: 1px solid #3D632E;
	background-color: #E6FFDD;
	margin: 5px 0;
	color: #3D632E;
	font-weight: bold;
}
/***************************/
/* END BASIC LAYOUT STYLES */
/***************************/


/*****************************/
/* START BASIC DESIGN STYLES */
/*****************************/
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
p {
	margin-bottom: 10px;
}
#navPhone {
	font-size: 18px;
	font-weight: bold;
}
.mainTitle h1 {
	margin: 0px;
	padding: 0px;
	font-size: 28px;
	text-align: center;
}
.topCompanyName {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}
.content h2 {
	font-size: 18px;
	border-bottom: 2px solid #632E49;
	padding-bottom: 4px;
	margin-bottom: 4px;
	color: #1B612D;
}
.mediumText {
	font-size: 12px;
}
.centerAlign {
	text-align: center;
}
.whiteFont {
	color: #FFFFFF;
}
.blackFont {
	color: #000000;
}
.smallText {
	font-size: 10px;
}
.blockElement {
	display: block;
}
.mottoBox {
	padding: 10px;
	background: #E6FFDD;
	border: 1px solid #3D632E;
	border-radius: 5px;
	font-weight: bold;
}
ol, ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 10px;
}
h3 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
}
li {
	padding-left: 20px;
	background: url(https://images.servicedirect.com/images/shared/testTemplate/bullets/bullet_black_16x16.png) left top no-repeat;
}
.content li {
	background: url(https://images.servicedirect.com/images/shared/bullets/raquo.gif) left 6px no-repeat;
}
.redFont {
	color: #FFBBDD;
}
img {
	margin: 5px;
}
.footerContainer {
	margin-top: 10px;
	border: 3px solid #3D632E}
.footer {
	clear: both;
	background-color: #E6FFDD;
	border-top: 3px solid #3D632E;
	padding: 5px 0;
}
/***************************/
/* END BASIC DESIGN STYLES */
/***************************/

/*********************/
/* START FORM STYLES */
/*********************/
form td {
	font-size: 11px;
	color: #578E42;
	padding: 2px 5px;
}
form th {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 2px 5px;
}
form table {
	background: #E6FFDD;
	width: 100%;
}
form #comments {
	height: 200px;
}
form #city,
form #comments,
form #email,
form #first_name,
form #last_name,
form #phone,
form #service,
form #state,
form #street_address,
form #street_address_2,
form #company_name,
form #zip {
	width: 165px;
}
form #budget,
form #completion_time,
form #main_concern,
form #service,
form #service_date_request,
form #state,
form #type_of_project,
form #best_time,
form #current_portfolio,
form #number_of_employees {
	width: 169px;
}
form #city_state_zip #city,
form #city_state_zip #state,
form #first_last_name #first_name,
form #phone_email #phone,
form #zip_phone_email #phone,
form #zip_phone_email #zip {
	margin-right: 1px;
}
form #city_state_zip #city {
	width: 54px;
}
form #city_state_zip #state {
	width: 70px;
}
form #city_state_zip #zip,
form #zip_phone_email #zip {
	width: 35px;
}
form #first_last_name #first_name,
form #first_last_name #last_name,
form #phone_email #email,
form #phone_email #phone {
	width: 80px;
}
form #zip_phone_email #email,
form #zip_phone_email #phone {
	width: 60px;
}
/*******************/
/* END FORM STYLES */
/*******************/
