/* Weird input form button width - too wide fix*/ .custom .format_text input {width: auto;}
/*remove styling from images in content area*/.custom .format_text div {background: #FFF; border: none;}

body.custom {
    background-repeat: repeat;
	background-image: url(images/red-stripes.gif);
}

.custom .menu {background: #FFF; background-repeat: no-repeat; background-image: url(images/lighthouse-logo.jpg); padding-top: 129px;}
.custom .menu li {background: none;}
.custom .menu .tab a {background-image: url('images/menu-background.jpg'); background-repeat: no-repeat;}

.custom .rss {margin-right: 10px;}

.custom #sidebars {border:none;} /* Hiding the gray lines around the empty sidebar area */
.custom #content_box {margin-left: 50px; margin-right: 50px; width: 800px;}
.custom #content_box h2, .custom #content h1 {font-weight: bold;}
.custom #content_box h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #900;
	font-weight: normal;
	text-align: center;
}

.custom #footer {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #000;
        padding-bottom: 50px;
}

.custom #footer a {color: #FFF;}
.custom #footer a:hover {color: #666;}

.custom #header { background: #000; height: 149px; margin:0px; padding: 0px;background-repeat: no-repeat; background-image: url(images/header_home_page.jpg);} /* Any header without a custom header defined below*/
.about_page #header {background-repeat: no-repeat; background-image: url(images/header_about_page.jpg);}
.services_page #header {background-repeat: no-repeat; background-image: url(images/header_services_page.jpg);}
.six_sigma_page #header {background-repeat: no-repeat; background-image: url(images/header_six_sigma_page.jpg);}
.contact_page #header {background-repeat: no-repeat; background-image: url(images/header_contact_page.jpg);}
.links_page #header {background-repeat: no-repeat; background-image: url(images/header_links_page.jpg);}
.newsletter_page #header {background-repeat: no-repeat; background-image: url(images/header_newsletter_page.jpg);}
.documents_page #header {background-repeat: no-repeat; background-image: url(images/header_documents_page.jpg);}
