/*---------------------------------------------*/
/* Folan Contracting Website styles            */
/*---------------------------------------------*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

a:link{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #8B7065;
}

a:visited{
	color: #B2C7BA;
}

a:hover{
	color: #02431B;
	font-weight: bold;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8C7065;
}

h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #7CA48C;
}

h3 {
	color: #02431B;
}

h4 {
	color: #B08362;
}

h5 {
}

h6 {
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul {
	font-size: 12px;
	color: #02431B;
}

li {
	margin: 0px;
	list-style-image: url(images/bullet.gif);	
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#left {
}

#middle {
	background-image: url(images/contracting-bg.jpg);
	background-repeat: repeat-y;
}

#middle_body-content {
	padding: 10px 42px 15px 42px;
}

#right {
}

/***********************************************/
/* Components                                  */
/***********************************************/

/************* #logo styles **************/
#logo {
}

/************* #navigation styles **************/
#navigation {
}

/************* #freepublication styles **************/
#freepublication {
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	margin: 0px 8px 0px 0px;
	padding: 2px;
	background: url(images/left-column/sign-up-bg.gif) repeat-x;
}
#freepublication hr {
	border: 2px inset #7FA28D;
}
/*
#freepublication {
	font-size: 16px;
	font-weight: bold;
	color: #F37550;
	text-align:center
}*/
#freepublication a {
	color: #F37550;
}

/***END LEFT***/

/************* #home_body-content styles **************/
#home_body-content {
	text-align: center;
}

/************* #middle_top styles **************/
#middle_top {
}

/************* #middle_body-content styles **************/
#middle_body-content h1 {
	font-size: 16px;
	text-align: center;
	margin: 0px;
}
#middle_body-content p {
	font-size: 12px;
}

/************* #middle_body-content styles **************/
#content-list {
	margin: 0px 0px 0px 25px;
}
#content-list a {
	color: #02431B;
}

#border img {
	border: 2px solid #FFFFFF;
}

/***END MIDDLE***/

/************* #right_top styles **************/
#right_top {
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	padding: 0px 7px 0 0;
}

/************* #paint-build styles **************/
#paint-build h4 {
	margin: 0px;
	text-align: center;
}
.paint-refinish {
	padding: 2px 25px 0px 25px;
}

.build-remodel {
	padding: 2px 0px 0px 0px;
}
/************* #testimonials styles **************/
#testimonials {
	font-family: Comic Sans MS, Trebuchet MS, Helvetica;
	font-size: 11px; 
	margin: 15px 0px 0px 15px;
	padding: 10px;
	line-height: 14px;
	border: 1px solid #7FA28D;
}

/***END RIGHT***/

/************* #photo-gallery styles **************/
#photo-gallery td {
	text-align: center;
}

/************* #footer-nav styles **************/
#footer-nav {
	font-size: 10px;
	margin-top: 25px;
}
#footer-nav a {
	color: #7FA28D;
}

/************* #footer styles **************/
#footer {
	font-size: 10px;
	text-align: center;
	margin: 0px; -150px;
}
#footer hr {
	border: 1px solid #7FA28D;
}
#footer-bg {
	background-image: url(images/footer-bg.jpg);
}

/***********************************************/
/* Colors                                      */
/***********************************************/

/************* .green styles **************/
.green {
	color: #02431B;
}
/************* .green styles **************/
.lightgreen {
	color: #7FA28D;
}
/************* .brown styles **************/
.brown {
	color: #8C7065;
}
/************* .lightbrown styles **************/
.lightbrown {
	color: #B08362;
}
/************* .peach styles **************/
.peach {
	color: #F37550;
}

/***********************************************/
/* Size                                        */
/***********************************************/

/************* .font styles **************/
.font4 {
	font-size: 4pt;
}
.font10 {
	font-size: 10pt;
}
.font11 {
	font-size: 11pt;
}
.font14 {
	font-size: 11pt;
}

