﻿/*
************************************************************
*                  Default - Style Sheet                   *
*   Author: Tim Summers, tsummers@diversifiedcomputer.net  *
************************************************************
*/


/* GENERAL STYLES
************************************************************/
html { 
	min-height: 100%; margin-bottom: 1px;
}

body {
	background-color: #3E6177;
	background-image: url(../../images/page_background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    line-height: 16px;
}

#header_graphic {
	border: 1px solid #CCC;
}

/* fonts */
div#page_title {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    color: #A27C5E;
    padding-top: 10px;
}

.section_title {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #406177;
    padding-top: 10px;
    padding-bottom: 5px;
}

p.body_text {
    padding-top: 0px;
    margin-top: 0px;
    /* width: 475px; */
}

p.body_quote {
    font-family: Times New Roman;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #000000;
    padding-top: 10px;
    text-transform: capitalize;
    text-align: center;
}

.photo_subtitle_text {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
    line-height: 13px;
    width: 220px;
}

.photo_gallery_subtitle_text {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    margin-top: 5px;
    line-height: 13px;
    text-align: center;
}

.map_subtitle_text {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.footer_contact_info {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* generic hyperlink */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* photo styles */
.photo_gallery {
    border: solid 1px #8C8B85;
    margin-left: 10px;
}


/* HOME PAGE STYLES
************************************************************/
/* about us button */
a.aboutus_rollover {
	background-image: url(../../images/home/aboutus_graphic_off.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 120px;
	height: 346px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DDD;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding-top: 8px;
}

a.aboutus_rollover:hover {
	background-image: url(../../images/home/aboutus_graphic_on.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFF;
}

/* scrap metal button */
a.scrapmetal_rollover {
	background-image: url(../../images/home/scrapmetal_graphic_off.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 120px;
	height: 346px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DDD;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding-top: 8px;
}

a.scrapmetal_rollover:hover {
	background-image: url(../../images/home/scrapmetal_graphic_on.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFF;
}

/* services button */
a.services_rollover {
	background-image: url(../../images/home/services_graphic_off.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 120px;
	height: 346px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DDD;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding-top: 8px;
}

a.services_rollover:hover {
	background-image: url(../../images/home/services_graphic_on.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFF;
}

/* new steel button */
a.newsteel_rollover {
	background-image: url(../../images/home/newsteel_graphic_off.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 120px;
	height: 346px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DDD;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding-top: 8px;
}

a.newsteel_rollover:hover {
	background-image: url(../../images/home/newsteel_graphic_on.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFF;
}

/* recycling button */
a.recycling_rollover {
	background-image: url(../../images/home/recycling_graphic_off.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 120px;
	height: 346px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DDD;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding-top: 8px;
}

a.recycling_rollover:hover {
	background-image: url(../../images/home/recycling_graphic_on.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFF;
}

/* contact us button */
a.contactus_rollover {
	background-image: url(../../images/home/contactus_graphic_off.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 120px;
	height: 346px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DDD;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding-top: 8px;
}

a.contactus_rollover:hover {
	background-image: url(../../images/home/contactus_graphic_on.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFF;
}


/* SECONDARY PAGE STYLES
************************************************************/
/* top navigation buttons */
.top_nav_button_container {
	padding-top: 9px;
}

a.top_nav_button_off {
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background-color: #406177;
	padding-top: 8px;
	display: block;
	height: 20px;
}

a.top_nav_button_off:hover {
	border: 1px solid #FFF;
	background-color: #708999;
}

a.top_nav_button_on {
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background-color: #708999;
	padding-top: 8px;
	display: block;
	height: 20px;
}

/* page body */
#page_body_container {
	border: 1px solid #CCC;
	background-color: #FFF /* #F9FFFF */;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 730px;
}

/* page body left column */
.body_left_col {
    width: 230px;
}

/* images in left column */
.photo_left_col {
    margin-top: 5px;
    border: solid 1px #8C8B85;
}

/* page body right column */
.body_right_col {
    width: 500px;
}

/* maps for contact us page */
.map_thumbnail {
    border: solid 1px #8C8B85;
    margin-bottom: 5px;
}


/* FOOTER PAGE STYLES
************************************************************/
div#page_footer_container {
	border: 1px solid #CCC;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	padding-top: 4px;
	display: block;
	width: 728px;
	height: 19px;
}

.bottom_nav_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #C4D5DF;
	padding-top: 5px;
}

.bottom_nav_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #C4D5DF;
	text-transform: capitalize;
	text-align: center;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.bottom_nav_text:hover {
    text-decoration: underline;
}