/*-----------------------------------------------------------------------------
version:   3.0
author:    Michael Kuehl
website:   http://www.portlandwindowcleaningbytwc.com/

-----------------------------------------------------------------------------*/

/* =General Styles for Portland Window Cleaning by TWC, Inc.

-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
	p, pre, blockquote, form, fieldset, table, ul, li {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #003F6C ;
}

ul {
	padding: 0px 0px 0px 10px;
  list-style-type: none;
}

ol {
	padding: 0px 0px 0px 15px;
}

.quotes {
	font-style: italic;
}

.bold {
	font-weight: bold;
	color: #4a6b9b;
        
}
  

input[type=text], textarea

{
              border: solid 1px #000;
              width: 400px;
              height: 125px;
              background-color: #e2ecfa;
}
input[type=text]
{
 width: 175px;
height: 18px;
}



/* =Highlight Current Page in Nav
-----------------------------------------------------------------------------*/
#home .mainNav .home a,
#about .mainNav .about a,
#windows .mainNav .windows a,
#gutters .mainNav .gutters a,
#faqs .mainNav .faqs a,
#testimonials .mainNav .testimonials a,
#blog .mainNav .blog a,
#contact .mainNav .contact a {
	background: url(../imgs/btn_nav.png) no-repeat top right;
	cursor: default;
	text-decoration: none;
}


/* =Content Area Top
-----------------------------------------------------------------------------*/
#pageAnchor {
	margin-bottom: 30px;
	width: 798px;
	height: 23px;
	background: url(../imgs/anchor_tile.png) repeat-x top left;
}

/* =Headings
-----------------------------------------------------------------------------*/
h1 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #000;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #000;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

h4 {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}


h1, h2, h3, h4, h5, h6
{
  display: inline;
}  

/* =Content Containers
-----------------------------------------------------------------------------*/
.container {
	width: 40em;
	margin: 0px 0px 50px 0px;
}
.containerAbout
{
  width: 570px;
  margin: 0px 0px 50px 0px;
}

.containerBody {
  padding: 0px 10px 10px 10px;
}

.containerHeadWindow h2 {
	padding: 20px 0px 18px 0px;
	display: block;
	background: url(../imgs/ad_window.png) no-repeat top right;
}

.containerHeadGutter h2 {
	padding: 20px 0px 18px 0px;
	display: block;
	background: url(../imgs/ad_gutter.png) no-repeat top right;
}

/* =Content Area Top
-----------------------------------------------------------------------------*/

#wrapper{ width:800px; height:auto; margin-top: 12px; margin-bottom: 12px; }
#header{}

#maincol{ text-align:left; width:590px; height:100%; float:right; padding:12px 12px 12px 0; }

#maincol2{text-align:left;width:700px;height:100%;float:right;padding:12px 152px 12px 12px;border:solid 1px #000;}
#maincol3{ text-align:left; width:530px; height:100%; float:right; padding:12px 12px 12px 0; }
#leftcol{ width: 190px; float: left; padding-top: 30px; padding-left: 6px; }
#rightcol{ top:12px; right:12px; width:200px; height:auto; float:right; margin-top: -5px; padding:6px; }

#rightcol2{ top:12px; right:12px; width:250px; height:auto; float:right; margin-top: 24px; padding:6px; }
.text-area{ text-align:left; width:350px; height:auto; float:left; padding-right:12px; padding-bottom:12px; padding-left: 0; }
#bottom_heading{ text-align: center; position: relative; width: 789px; clear: both; }
#rightcol3{ top:12px; right:12px; width:260px; height:auto; float:right; margin-top: 24px; padding:6px; }
.text-area3{ text-align:left; width:290px; height:auto; float:left; padding-right:12px; padding-bottom:12px; padding-left: 0; }

#contentWrapper {
	width: 798px;
	border-right: #354c6e 1px solid;
	border-left: #354c6e 1px solid;
	background: #fff url(../imgs/page_bg.png) no-repeat top left;
}

.innertube {
  margin: 0px 10px 0px 10px;
}



/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 50px 15px 0px 15px;
	width: 768px;
	height: 40px;
	font-size: 10px;
 	background: url(../imgs/footer.png) no-repeat bottom left;
}

#footer a {
  color: #000;
  text-decoration: none;
}

#footer a:hover {
color: #cc0000;
  text-decoration: none;
}
#flinks
{
  float: left;
  padding-top: 25px;
}
#copy
{
  float: right;
  padding-top: 25px;
}


/* =Links
-----------------------------------------------------------------------------*/
a:link, a:visited {
	color: #000099;
	text-decoration: none;
}

a:hover{
	color: #cc0000;
	text-decoration: none;
}



/* =Rollover Nav Buttons - Main Nav
-----------------------------------------------------------------------------*/
.mainNav {
  margin: 0px 0px 10px 0px;
  text-align: left;
	float: left;
}

.mainNav a {
	padding: 5px 0px 2px 20px;
	display: block;
	width: 130px;/*Actual width of button is 150px, combine width with padding-left 20px for text indent*/
	height: 23px;
  color: #000;
	font-weight: bold;
	text-decoration: none;
	background: url(../imgs/btn_nav.png) no-repeat top left;
}

.mainNav a:hover {
	background: url(../imgs/btn_nav.png) no-repeat top right;
}
.mainNav a.f {
	background: transparent;
	padding: 0px;
}	

.mainNav a.f:hover {
               background: transparent;	
}

/* =Rollover Buttons - Floating
-----------------------------------------------------------------------------*/
.button {
  margin: 5px 0px 5px 0px;
  text-align: left;
	float: right;
}

.button a {
	padding: 4px 0px 2px 20px;
	display: block;
	width: 90px;
	height: 22px;
  color: #000;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	background: url(../imgs/btn.png) no-repeat top left;
}

.button a:hover {
	background: url(../imgs/btn.png) no-repeat top right;
}

/* =Forms
-----------------------------------------------------------------------------*/
form {
	width: 570px;
}

form p {
  position: relative;
	width: 100%;
}

/* style for  labels */
label {
	float: left;
	color: #333;
	width: 80px;
}

textField {
	float: right;
}


.aboot
{
  width: 580px;
  height: 190px;
  margin: 0px;
  clear: both;
}
.aboot p
{
  width: 290px;
  float: left;
}

/* =Drop Shadow for Images
-----------------------------------------------------------------------------*/
.img_wrapper {
	margin: 0px 0px 10px 0px;
	background: url(../imgs/ds.gif) no-repeat right bottom;
	float: left;
}

.img_outer {
  background: url(../imgs/ds_bottomleft.gif) no-repeat left bottom;
	float: left;
}

.img_inner {
  background: url(../imgs/ds_topright.gif) no-repeat top right;
	padding: 0px 5px 5px 0px;
	float: left;
}

.img_wrapper img {
  border: 1px solid #354c6e;
	display: block;
}

.aboot .img_wrapper
{
  float: right;

}

/* =Misc
-----------------------------------------------------------------------------*/

/* Headshots, Images with Text Wrapping */
.imgTxt {
	padding: 10px 10px 10px 0px;
	float: left;
}

.pageTitle {
	/*height: 20px;*/
	width: 790px;
	padding: 10px 0px 10px 10px;
	border-top: #fff 1px solid;
	background-color: #5d5d5d;
}
#bottomline
{
  width: 100%;
  text-align: center;
}


#centerline
{
  width: 100%;
  text-align: left;
}
.red {
  color: #900;
}

#cloud
{ background-color: #fff; border: solid 1px #000; padding: 1px; width: 300px; height: 100px; overflow: scroll; }
#cloud
{
 border: solid 1px #000;
 padding: 1px;
}
#cloud a
{
 text-decoration: none;
}
#cloud a:hover
{
 color: #cc0033; 
}
.w1
{
  color: #000000;
}
.w2
{
  color: #8b2323;
}
.w3
{
  color: #8b6508;
}
.w4
{
  color: #104e8b;
}
a.w1:hover
{
  color: #000000;
}
a.w2:hover
{
  color: #cd3333;
}
a.w3:hover
{
  color: #000000;
}
a.w4:hover
{
  color: #5f5;
}

a:active, a:focus {
outline: 0;
}

