@charset "utf-8";

/**************************************************
    George J. Keller - Roofing, Siding. Windows & Decks
	Master CSS Document
 **************************************************/

/**************************************************
            Global Settings
 **************************************************/
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(../images/lblue066.jpg);
	background-repeat: repeat;
	background-position: left top;
}

/*====== Headings ======*/
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}

h1, h2, h3 {	
	font-family: Tahoma, Geneva, sans-serif;	
	color: #649632;
}

h1 {
	font-size: 24px;	
}

h2 {
	font-size: 20px;	
}

/*====== Common Formatting ======*/
p, ul, ol {
	margin:0;
	padding:0;
}

blockquote {
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
	text-align: center;
	color: #C00;
	font-weight: normal;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

small {
	font-size:0.85em;
}
 
img {
	border:0;
}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

hr { display: none; }

/*====== Links ======*/
a,
a:link,
a:visited,
a:hover {
	text-decoration: none;
	outline:none;
}

/*====== Lists ======*/
.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

/*====== Forms ======*/ 
form {
	margin:0;
	padding:0;	
}

textarea {
	width:260px;
	height: 80px;
	padding: 0px;
	margin-top: 10px;
}

input {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/*====== Tables ======*/ 
table {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 95%;
	border: 1px solid #999;
}
 
/*--table tr td {
	padding: 2px;
}
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-position: left top;
	vertical-align: top;
}--*/
thead {
	margin: 0px;
	padding: 0px;
}
th {
	margin: 0;
	padding: 3px 0px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	color: #C00;
	background-color: #A1A1A1;
}
td {
	margin: 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	color: #000;
	padding: 2px;
	border: 1px solid #999;
} 

/*--span {
	margin: 0;
	padding: 3px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	color: #C00;
	background-color: #A1A1A1;
	border: 1px solid #000;
}--*/

/*======= Global Classes ======*/ 
.clear {
	clear:both;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.clearB { 
	clear:both;	
}
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


img.left {
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: -10px;
}
img.right {
	float: right;
	margin: 7px 0 0 30px;
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.left-top {
	float:left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 10px;
}

.framed		   {
	border: 5px solid #666;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 45px;
	clip: rect(5px,auto,5px,auto);
	float: left;
}
/**************************************************
            Wrapper
 **************************************************/
#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

/**************************************************
           Header
 **************************************************/
#header-wrapper {
	width: 880px;
	margin: 0 auto;
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E4C37A;
	border-right-color: #E4C37A;
	border-left-color: #E4C37A;
}

#header {
	width: 880px;
	height: 75px;
	background-image: url(../images/img02-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin: 0px;
}

/**************************************************
           Logo
 **************************************************/
#logo {
	height: 250px;
	background-image: url(../images/newLogo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
}

#logo h1 { padding-top: 140px; }

#logo h1 a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}

#logo h1 a:hover { text-decoration: underline; }

#logo p {
	padding: 165px 0 0 15px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #B6ACA2;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }

/**************************************************
           Menu
 **************************************************/
#menu {
	width: 870px;
	height: 60px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#menu li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	font-variant: small-caps;
	display: inline;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}

#menu a, #menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #E4C37A;
	color: #C00;
}

#menu .current_page_item a, #menu .current_page_item a:hover {
	color: #FFFFFF;
	background-color: inherit;
}

/**************************************************
           Search
 **************************************************/
#search {
	float: right;
	width: 305px;
	height: 76px;
}

#search form {
	float: right;
	margin: 0;
	padding: 30px 20px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	width: 135px;
	height: 18px;
	padding: 3px 0 0 5px;
	background: #ECF9E4;
	color: #658453;
}

#search-submit {
	height: 21px;
	margin-left: 12px;
	color: #39561D;
}

/**************************************************
           Page
 **************************************************/
#page {
	width: 840px;
	margin: 0 auto;
	padding: 20px 20px 0px 20px;
	background-color: #d9d9d9;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E4C37A;
	border-left-color: #E4C37A;
}

/**************************************************
           Content
 **************************************************/
#content {
	float: left;
	width: 570px;
}

#content a.top, #content a.top:visited {
	text-decoration: underline;
	color: #C00;
	font-size: 10px;
	font-weight: normal;
	margin-top: 10px;
}
#content a.top:hover {
	color: #999;
}
/**************************************************
           topText
 **************************************************/
.topText {
	margin-bottom: 5px;
}

.topText .title {
	height: 40px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	background-image: url(../images/img07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	text-align: center;
	line-height: 28px;
}

.topText .title2 {
	height: 40px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	background-image: url(../images/img07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	text-align: center;
	line-height: 26px;
	font-size: 20px;
	font-weight: normal;
}

.topText .date {
	float: right;
	margin-top: -60px;
	padding-right: 40px;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}

.topText .meta {
	margin: -40px  0 3px 25px;
	padding: 2px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #B6ACA2;
}
.topText .meta a { color: #B6ACA2; }

.topText h2 {
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
	text-align: center;
	color: #C00;
	font-weight: bold;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.topText h3 {
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
	text-align: left;
	color: #00002D;
	font-weight: bold;
	padding: 0px;
	text-decoration: underline;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.topText h4 {
	font-size: 12px;
	line-height: 24px;
	font-style: normal;
	text-align: left;
	color: #C00;
	font-weight: bold;
	padding: 0px;
	text-decoration: underline;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.topText a, .topText a:visited {
	color: #5587B9;
	font-weight: bold;
	text-decoration: none;
}
.topText a:hover {
	color: #999;
}
.topText .entry {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #CCC;
}

/*------- .topText .entry  ul ------*/
.topText .entry  ul {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.topText .entry ul li {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: justify;
	list-style-image: url(../images/list_style.jpg);
	line-height: 16px;
}
.topText .entry ul li a, .topText .entry ul li a:visited {
	color: #5587B9;
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
}
.topText .entry ul li a:hover {
	color: #999;
}
.topText .entry ul li strong {
	color: #000;
	font-weight: bold;
}
/*------- .topText .entry  dl ------*/
.topText .entry  dl {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.topText .entry dl dt {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: justify;
	line-height: 16px;
	margin-top: 8px;
	margin-left: 0px;
}
.topText .entry dl dd {	
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: justify;
	line-height: 16px;
	margin-top: 3px;
	margin-left: 0px;
}
.topText .entry dl a, .topText .entry dl a:visited {
	color: #5587B9;
	text-decoration: none;
	font-weight: bold;
	text-align: justify;
}
.topText .entry dl a:hover {
	color: #999;
}
.topText .entry dl strong {
	color: #000;
	font-weight: bold;
}
/*------- .topText .entry  ol ------*/
.topText .entry ol {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.topText .entry ol li{
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	text-align: left;
}
.topText .entry ol li a, .topText .entry ol li a:visited {
	color: #C00;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}
.topText .entry ol li a:hover{
	color: #999;
}
.topText .entry ol li strong{
	color: #000;
	font-weight: bold;
}

.topText .entry p {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-align: justify;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.topText .entry p.name {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #5587B9;
}
.topText .entry p.listarea {
	text-align: left;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #333;
}

.topText .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

/**************************************************
           Sidebar
 **************************************************/
#sidebar {
	float: right;
	width: 245px;
}

#sidebar .entry {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #5488B8;
}

#sidebar blockquote {
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	text-align: center;
	color: #C00;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}

#sidebar h2 {
	height: 33px;
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(../images/img04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0;
	text-align: center;
}
#sidebar h3 {
	height: 33px;
	font-size: 14px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0;
	text-align: center;
	color: #C30;
	font-weight: bold;
}

#sidebar p {
	line-height: 18px;
	font-size: 14px;
}
#sidebar p.quote {
	line-height: 16px;
	font-size: 12px;
	color: #333;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#sidebar p.listarea {
	line-height: 14px;
	font-size: 11px;
	color: #333;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: left;
}

#sidebar a, #sidebar a:visited {
	color: #5587B9;
	font-weight: bold;
	text-decoration: underline;
}
#sidebar a:hover {
	color: #999;
}

#sidebar a.head, #sidebar a.head:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar a.head:hover {
	color: #CCC;	
}

/**************************************************
           slogan
 **************************************************/
#slogan {
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
	text-align: center;
	color: #C00;
	font-weight: bold;
	margin: 0px;
	width: 540px;
	padding: 5px;
	float: left;
	border: 10px solid #E4C37A;
	background-color: #CCC;
}

/**************************************************
           Footer 
 **************************************************/
#footer {
	width: 880px;	
	background-repeat: no-repeat;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E4C37A;
	border-bottom-color: #E4C37A;
	border-left-color: #E4C37A;
	background-image: url(../images/img02-1.jpg);
	padding: 0;
	height: 75px;
	background-position: center top;
	margin: 0px;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	color: #B5ADA5;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#footer a {
	color: #B5ADA5;
}

/**************************************************    
	Contact page CSS Document
 **************************************************/
.contact-info {
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
	text-align: left;
	color: #C00;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/contact_image.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.contact-form
{
	display:block; /*centers in compliant browsers*/
	text-align:center; /*centers in old versions of IE*/
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.contact-table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 20px;
}

.contact-label {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #4A4A4A;
	margin:0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 120px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

input.contact {
	width:175px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	line-height: 24px;
	padding-top: 5px;
}

.contact-input {
	width:300px;
	margin:0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	
}
.buttons {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
}

.buttons-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
	width: 150px;
	border: 1px solid #666;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #5587B9;
}
