/* CSS Document */
/* Table of Contents

A. Import CSS
1. Structure
2. Header
3. Footer
4. Print Versions
*/

/* A. Import Additional CSS Files */
@import url("nav.css");
@import url("flickr.css");
@import url("thickbox.css");

/* 1. Structure */
* {
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url('../img/textileBG.jpg');
	background-repeat: repeat;
	position: relative;
	width: 100%;
}

#centeringContainer {
	margin: 0px auto;
	width: 900px;	
}

#mainContainer {
	background-image: url('../img/mainBG.jpg');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	float: left;
	width: 900px;
}

/* 2. Header */
#headerContainer {
	background-image: url('../img/blk_grad.jpg');
	background-repeat: repeat-x;
	background-position: top;
	height: 49px;
	width: 100%;
}

#headerContent {
	margin: 0px auto;
	width: 900px;
	height: 49px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}

#logoBox {
	background-color: #F0F5F8;
	background-image: url('../img/blkcurve.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 155px;
	width: 199px;
}
#logo {
	margin: 17px auto;
}

#headerPhones {
	margin: 15px 20px 15px 0px;
	float: left;
}

#headerAddress {
	margin: 15px 30px 15px 0px;
	float: left;
}

#headerTestimonialContainer {
	background-color: #F0F5F7;
	width: 701px;
	height: 155px;
	margin: 0;
}

/* 3. Footer */
#footerContainer {
	background-color: #000000;
	border-top: 5px solid #706F6F;
	width: 100%;
	float: left;
	clear: left;
	color: #777676;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}

#footerContainer ul {
	list-style: none;
	line-height: 20px;
}

#footerContent {
	margin: 0px auto;
	width: 900px;
	height: 200px;
}

.footerHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0px;
	color: #FFFFFF;
}

#footerAffiliates {
	float: left;
	width: 340px;
	padding-right: 20px;
}

#footerAbout {
	float: left;
	width: 320px;
	padding-right: 20px;
}

#footerSocial {
	float: left;
	width: 200px;
}

#footerLinksContainer {
	width: 100%;
	background-color: #393939;
	height: 50px;
}

#footerLinks {
	width: 900px;
	margin: 0px auto;
	text-transform: uppercase;
}

#footerLinks li {
	float: left;
	margin: 15px 20px;
}

#footerLinks a:link, #footerLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#footerLinks a:hover {
	color: #990000;
}

.socialButton {
	float: left;
}

#affiliateLinks a:link, #affiliateLinks a:visited {
	color: #777676;
	text-decoration: none;
}

#affiliateLinks a:hover {
	text-decoration: underline;
}

/* Everything Else */

#leftSide {
	width: 199px;
	background-color: #8B969A;
	position: relative;
	float: left;
}

#requestQuote {
	background-color: #1F1F1F;
	padding-bottom: 10px;
	width: 198px;
}

#requestQuote p {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 10px 20px;
}

#requestQuote #verificationField {
	display: none;
}

#twitterFeed {
	background-color: #FFFFFF;
	margin: 10px 10px 10px 13px;
	padding: 10px 10px 92px 10px;
	width: 150px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	background-image: url('/images/twitterbird.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}

#twitterFeed ul {
	list-style: none;
}

#contentBox {
	width: 500px;
	float: right;
	padding-bottom: 20px;
}

#feedBar {
	width: 177px;
	float: right;
	margin-top: 195px;
	padding: 10px 12px;
	position: relative;
}

#contentPageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #666666;
	font-weight: normal;
	margin: 10px 0px;
}

.contentPageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #666666;
	font-weight: normal;
	margin: 10px 0px;
}

#contentPageContent {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	padding: 0px 20px;
	margin: 10px 0px;
}

.pageContent {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;	
	padding: 10px 0px;
}

#contentBlogTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #000000;
	font-weight: normal;
	margin: 10px 0px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}

.contentBlogExcerpt {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

.contentBlogReadMore {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #841F21;
	padding-top: 10px;
}

.feedTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	border-bottom: 1px dotted #CCCCCC;
	margin: 10px 0px 8px 0px;
}

#feedAffiliates li {
	list-style: none;
	float: left;
}
#feedAffiliates img {
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid #CCCCCC;
}

#sitemap {
	margin-left: 30px;
	font-family: Helvetica, Arial, sans-serif;
	list-style-type: none;
	color: #666666;
}

#sitemap li {
	margin-top: 10px;
}

#sitemap ul {
	margin-left: 25px;
	font-size: 10px;
	list-style-type: square;
}

#sitemap a:link, #sitemap a:visited {
	text-decoration: none;
	color: #666666;
}

#sitemap a:hover {
	text-decoration: underline;
	color: #841F21;
}

.leftButton {
	margin: 5px 10px 5px 13px;
}

#contentPageContent ul {
	margin-left: 20px;
}

#contentPageContent a {
	color: #666666;
	text-decoration: none;
}

#contentPageContent a:hover {
	color: #990000;
	text-decoration: underline;
}

h2 {
	margin-top: 10px;
}

#headerTestimonialRotator {
	list-style: none;
	font-size: 24px;
	height: 135px;
	padding: 20px 20px 0 20px;
	width: 640px;
}

#headerTestimonialRotator p {
	text-align: center;
	margin: auto 0;
}

#headerTestimonialRotator a {
	color: #666666;
	text-decoration: none;
}

.footerAboutContainer a:link, .footerAboutContainer a:visited {
	color: #9A9A9A;
	text-decoration: none;
}

.footerAboutContainer a:hover {
	text-decoration: underline;
}

#pointDescriptions {
	float: left;
	list-style: none;
	margin: 20px;
}
