/*
    Theme Name: Freudenrich Wordpress Theme
    Theme URI: http://freudenrich.com
    Description: Custom Freudenrich Theme.
    Version: 1.0
    Author: Justin Jiles
    Author URI: http://vicariousgeorge.com/
    Tags: blue, custom header, fixed width, two columns, widgets
*/

@import 'css/reset.css';
@import 'css/navigation-menu.css';
/*@import 'css/selectbox.css';*/
body {
    font: 12px Georgia;
    color: #333;
    margin: 0px auto;
    padding: 0px;
    height: 100%;
}

INPUT, TEXTAREA {
    font: 12px Tahoma, Georgia;
    padding: 4px;
}
.clear-lrg {
    clear: both;
    font-size: 1px;
    height: 10px;
    line-height: 10px;
}

/* @group Common Classes */
	.clear { clear: both; }
	.clear-10px { clear: both; display: block; font-size: 10px; height: 10px; line-height: 10px; }
	.clear-15px { clear: both; display: block; font-size: 15px; height: 15px; line-height: 15px; }
	.clear-20px { clear: both; display: block; font-size: 20px; height: 20px; line-height: 20px; }
	.align-left { text-align: left; }
	.align-center { text-align: center; }
	.align-right { text-align: right; }
	.float-left { float: left; }
	.float-right { float: right; }
/* @end_group Common Classes */

#container {
    width: 100%;
    height: 100%;
    text-align: center;
    background: url('images/homepage-featured-background.png') 0 215px repeat-x;
}

#subpage-container {
    width: 100%;
    height: 100%;
    text-align: center;
    background: url('images/subpage-menu-background.png') 0 215px repeat-x;
}


#page-container {
    width: 960px;
    margin: 0px auto;
    position: relative;
    text-align: center;
}

.learn-more-button {
    text-align: center;
    cursor: pointer;
    color: #333;
    width: 168px;
    height: 29px;
    margin: 18px 5px 0px 130px;
    padding: 10px 0px 0px 0px;
    background: url('images/learn-more-button-sprite.png') 0px -40px no-repeat;
}

.learn-more-button a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

#masthead-container {
	background: url('images/logo-background.jpg');
	height: 215px;
}

#top-navigation {
    float: right;
    position: relative;
    z-index: 1000;
}


#top-navigation-list-left {
    float: left;
    width: 12px;
    height: 46px;
    margin: 0px;
    padding: 0px;
    background: url('images/top-navigation-sprite.png') 0px 0px no-repeat;
    display: block;
    position: relative;
    z-index: 1000;
}

#top-navigation-list {
    float: left;
    height: 46px;
    margin: 0px;
    padding: 0px;
    background: url('images/top-navigation-sprite.png') -12px 0px no-repeat;
    display: block;
    z-index: 5000;
}

#top-navigation-list-right {
    float: left;
    width: 20px;
    height: 46px;
    margin: 0px;
    padding: 0px;
    background: #fff url('images/top-navigation-sprite.png') -1188px 0px no-repeat;
    display: block;
    position: relative;
    z-index: 1000;
}

#top-navigation-list .link {
    font: 14px Georgia;
    letter-spacing: 0.7px;
    margin: 1px 0px 12px 0px;
    height: 40px;
    line-height: 40px;
}

#top-navigation-list .link .primary, .top-navigation-parent {
    color: #555;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 16px 0px 16px;
}

#top-navigation-list .link .primary:HOVER, .top-navigation-parent:HOVER {
    border: 2px solid #6e7947;
    background: #dfeab8;
    padding: 8px 14px 8px 14px;
}

#logo-container {
	display: block;
	position: relative;
	width: 100%;
}

#logo {
    width: 350px;
    height: 165px;
    float: left;
    margin: 30px 0px -30px 0px;
    background: url('images/logo.png') no-repeat;
}

#logo h1 {
    margin-left: -5000px;
}

#top-banner-right {
    float: right;
    text-align: right;
    height: 165px;
}

#top-banner-address {
	margin: 5px 0px 10px 0px;
}

#top-banner-contact-info {
    margin: 10px 20px 0px 0px;
    font-weight: bold;
    color: #555;
}

#top-banner-contact-info h1 {
    color: #db541f;
    display: inline;
    margin: 0px 4px 0px 20px;
    padding: 0px;     
}

#top-banner-contact-info h1 {
    font-weight: bold;
}

#slogan {
    text-align: right;
    margin: 30px 0px 0px 0px;
    vertical-align: middle;
}

#slogan-line1, #slogan-line2, #slogan-line3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #555;
    letter-spacing: 1px;
    margin: 8px 0px 8px 0px;
}

#slogan-line2 {
    margin-right: 50px;
}

#slogan-line1 h1, #slogan-line2 h1, #slogan-line3 h1 {
    color: #db541f;
    display: inline;
    margin: 0px 4px 0px 0px;
    padding: 0px;
}

#slogan-line3 {
    margin-right: 30px;
}


/*-----------------------------------------
    INDEX PAGE
------------------------------------------*/
#featured-content-row {
    width: 960px;
}
#featured-content-row ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#featured-content-row ul li {
    float: left;
    width: 295px;
    height: 310px;
    margin: 10px;
    text-align: left;
    cursor: pointer;
}
#featured-content-row ul li:HOVER {
    background: url('images/featured-content-row-background.png') no-repeat;
}

#featured-content-row ul li:HOVER .learn-more-button {
    color: #f9f9f9;
    background: url('images/learn-more-button-sprite.png') 0px 0px no-repeat;
}

#featured-content-row ul li:HOVER .learn-more-button a {
    color: #f9f9f9;
}

#featured-content-row ul li.vert {
    width: 3px;
    height: 310px;
    margin: 0px;
    background: url('images/homepage-featured-vert.png') 0 50px no-repeat;
}

#featured-content-row ul li .title {
    color: #f9f9f9;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 5px 0px 0px 8px;
}

#featured-content-row ul li .excerpt {
    margin: 10px 5px 5px 25px;
    color: #cbc0ae;
    font-family: 'Lucida Sans';
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 18px;
    height: 210px;
    overflow: hidden;
}


/*-----------------------------------------------------
BOTTOM ROW OF HOME PAGE
-----------------------------------------------------*/
#homepage-bottom {
    margin: 20px auto;
    width: 960px;
    height: 270px;
    text-align: center;
}

/*=====================================
ADDITIONAL SERVICES
=====================================*/
#homepage-bottom #additional-services {
    float: left;
    text-align: left;
    height: 267px;
    margin: 15px 0px;
}

#homepage-bottom #additional-services #left-side {
    float: left;
    width: 16px;
    height: 267px;
    background: url('images/additional-services-sprite.png') no-repeat;
}

#homepage-bottom #additional-services #middle {
    float: left;
    height: 267px;
    background: url('images/additional-services-sprite.png') -20px 0px no-repeat;
}

#homepage-bottom #additional-services #right-side {
    float: left;
    width: 16px;
    height: 267px;
    background: url('images/additional-services-sprite.png') -602px 0px;
}

#homepage-bottom #additional-services .title {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #f9f9f9;
    height: 64px;
    line-height: 64px;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 0px 6px 0px;
}

#homepage-bottom #additional-services .excerpt {
    font: 14px Georgia;
    color: #333;
    letter-spacing: 0.7px;
    line-height: 20px;
}

#homepage-bottom #additional-services .excerpt h3 a {
    font: 20px Georgia;
    font-weight: bold;
    text-decoration: none;
    color: #db541f;
}

#homepage-bottom #additional-services .excerpt h3 a:HOVER {
    text-decoration: underline;
}     

#homepage-bottom #additional-services .excerpt #column1 {
    float: left;
    width: 270px;
    text-align: left;
    margin: 0px 22px 0px 0px;
}

#homepage-bottom #additional-services .excerpt #column1 .excerpt {
    margin-left: 25px;
}

#homepage-bottom #additional-services .excerpt #column2 {
    float: left;
    width: 280px;
    text-align: left;
    margin: 0px;
}

#homepage-bottom #additional-services .excerpt #column2 .excerpt {
    margin: 0px 0px 0px 25px;
}

#column1 p, #column2 p {
	margin: 0px;
	padding: 0px;
}



/*========================================
REQUEST A QUOTE
========================================*/
#homepage-bottom #request-a-quote {
    float: left;
    width: 300px;
    height: 270px;
    margin: 15px 0px 0px 20px;
}

#homepage-bottom #request-a-quote #left-side {
    float: left;
    width: 16px;
    height: 267px;
    background: url('images/request-a-quote-sprite.png') no-repeat;
}

#homepage-bottom #request-a-quote #middle {
    float: left;
    text-align: left;
    width: 265px;
    height: 267px;
    background: url('images/request-a-quote-sprite.png') -20px 0px no-repeat;
}

#homepage-bottom #request-a-quote #right-side {
    float: left;
    width: 16px;
    height: 267px;
    background: url('images/request-a-quote-sprite.png') -284px 0px no-repeat;
}

#homepage-bottom #request-a-quote .title {
    font-size: 26px;
    text-align: left;
    color: #f9f9f9;
    height: 60px;
    line-height: 60px;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 0px 10px 0px;
}

#homepage-bottom #request-a-quote .excerpt {
    font-size: 14px;
    height: 145px;
    text-align: left;
    color: #333;
    letter-spacing: 0.7px;
    line-height: 20px;
    margin-left: 25px;
}

#request-a-quote-button {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 255px;
    height: 26px;
    vertical-align: middle;
    padding: 6px 0px 4px 0px;
    cursor: pointer;
    background: url('images/request-a-quote-button-sprite.png') 0px -39px no-repeat;
}

#request-a-quote-button A { text-decoration: none; color: #333; }

#request-a-quote-button:HOVER {
    background: url('images/request-a-quote-button-sprite.png') 0px -2px no-repeat;
}



/*----------------------------------------------
	CONTACT US
----------------------------------------------*/
	


#content {
	text-align: left;
	margin-top: 25px;
	padding: 20px 50px 20px 50px;
	background: #f3f3f3;
}

	#content h1 {
		font-size: 28px;
		font-style: italic;
		letter-spacing: .8px;
		color: #db541f;
		margin: 4px 4px 10px 0px;
	}

	#content-container {
		padding-left: 20px;
	}

	#content h2 {
		font-size: 18px;
		color: #729102;
		letter-spacing: .8px;
		margin: 10px 4px 0px 0px;
		padding-top: 15px;
	}
	
	#content h3 {
		font-size: 16px;
		font-weight: bold;
		margin: 5px 4px 15px 0px;
	}
	
	#content h3 A {
		color: #db541f;
	}

	#content p, #content li {
		font-size: 15px;
		letter-spacing: .8px;
	}
	
	#content p {
		margin: 0px 4px 15px 0px;
	}
	
	#content ul {
		margin: 15px 0px 15px 45px;
		list-style: disc;
	}
	
	#content ul li {
		font-size: 15px;
	}


