/* colors
----------------------------------------------- */
.darkbluegray {color:#3e4aa3;}
.bluegray {color:#5966ca;}
.lightbluegray{color:#73bbdd;}
.verylightblue{color:#cbeeff;}
.verylightgray{color:#ccdde5;}
.red {color:#a40012;}
.lightblue {color:#0085bc;}
.orange	{color: #e8821e;}
.royalblue {color: #0e70b9;}
.greenbrown {color: #60614d;}
.lightgreenbrown {color: #acb078;}
.brightaqua {color: #5bac9e;}
.verylighttan {color:#f9f5eb;}
.lighttan {color:#f5eedc;}
.tan {color:#b19a71;}
.forestgreen {color:#123d10;}
.lightyellow {color:#efeebf;}
/* base
----------------------------------------------- */
	
*{	padding: 0;
	margin: 0;
	}
	

body{
	text-align: center;		/* centers content in IE5.5 and earlier */
	background: #eee;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0px 0px 0px ;
	}

#wrapper {
    height:100%;
	overflow: hidden;
	display: block;
	width: 950px;
	margin: 0px auto;
	text-align:left;
	padding: 5px 5px 5px 5px ;
	background: #fff;
	}
	

input, select, textarea {
	font-size: 100%;
	padding: 2px;
	width: 200px;
	margin: 0px;
}

hr  {


	color: #f9f5eb;
	height:1px;
	width: 80%;
	margin: 0 auto;


}

/* header
----------------------------------------------- */
#header{
	
	height: 215px;
	width: 950px;
	background: #fff url(/images/logo.gif) top left no-repeat;
	margin-top: 0px;
	}

#headerTitle{
	padding: 10px 0px 0px 230px;
}
#headerText{
	padding: 5px 5px 0px 0px;
	font-family: "Trebuchet MS", Geneva, Arial, sans-serif;
	}
	
#headerText b{
	float:right;
	font-size: 15px;
	line-height: 22px;
	text-align: right;
	}
#headerTagline{
	padding: 35px 20px 0px 225px;
	font-family: "Trebuchet MS", Geneva, Arial, sans-serif;
	}
#menu{

	margin: -67px 0 0 0;
	}
#main{
	float:right;
	position:relative; 
    height:100%;
	overflow: hidden;
	display:block;
	clear:both;
	width: 950px;
	height: 100%;
	top: 0px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background: #fafaf2;
	}

#wideContent{
	float: right;
	
	height: 100%;
	margin: 0 0 0 0;
	text-align: left;
} 
#wideContent.home{
	width: 950px;
background:#111100;
color:#efefef;
}
#wideContent.content{
	width: 900px;
padding: 0 25px 0 25px;
}	
#wideContent.gallery{
width: 650px;
float:left;
padding: 25px;

}

#leftContent{ 
	float: left;
	width: 630px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 25px 25px 0 25px;
	color:#000;
//*	background: #efefef; *//
	}
#leftContent h1, h2, h3, h4{}	

#insetContent{
	float: right;
	width: 200px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 15px;
	border: dotted 1px #333;
	background:#fff;
	}

#insetLink{
	display:inline;
	width: 150px;
	height: 100px;
	margin: 0 auto;
	text-align: left;
	padding: 15px;
	border: 1px #333;
	background:#fff;
	}
	
#rightContent{
	float: right;
	width: 210px;
	height: 100%;
	margin: 0 0 0 0;
	text-align: left;
	padding: 25px 25px 0 25px;
	vertical-align:top;

	}


#rightContent.content{

}

#rightContent a {	
color: #1977a5 ;
text-decoration: none; }



#footer{
	clear: both;
	width: 1050px;
	padding: 0px 0px 0 0;
	font-size: 10px;	
	line-height: 16px;
	color: #666;
	background: transparent; 
}
#footer p{text-align: center;
	margin: auto;
	}

	
	
	
/* typography
----------------------------------------------- */
p {
	margin: 0 0 20px 0;
	text-align: left;
	line-height: 1.6em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing:0px;
	}	

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


img{ display: block; 
border: none; }

a img{ border: none; }



.active a{ text-decoration: none; }

.small {
	font-size: 75%;
}

.credit {

	font-size: 9px;
	text-align:center;
	color:#333;
}




h1,
h2,
h3,
h4{
	font-family: "Trebuchet MS", "Geneva", "Tahoma", sans-serif;	
	font-weight: normal;
	color: #000;
	letter-spacing:1px;
	}
h1 {
	font-size: 24px;
	line-height:24px;
	color: #a50012;
	padding: 0 0 12px 0;
}

h2 {
	font-size: 18px;
	line-height:20px;
	font-weight: bold;
	color: #a50012;
  	}

h3 {
	font-size: 13px;
	}
	
h4 {
	font-size: 12px;
	line-height: 1.2em;

	margin : 0 0;
	}

#rightContent h1,h3,h4{
	}


ul {
	padding-top: 5px;
	}

	

li {

	margin-left: 20px;
	margin-right: 20px;
	list-style: disc url(file:///J|/paintingcontractorarcadia.com/inc/none);
	text-align:left;
	line-height: 22px;
	
	
}
 

table {


}

th {
line-height: 30px;
	font-weight: bold;
	background: #ddd;
	text-align:center;
	padding: 3px 5px;
}
td {
	padding: 3px 3px 3px 3px;
	margin: 0px;
	line-height: 17px;
	text-align: center;
	background: transparent;
}
table.white {background: #fff;
text-align:center;
padding: 5px;}

table.gallery {
margin: 20px 0 0 110px;
width:640px;
border:solid 1px #000;
border-collapse:collapse;

}
td.gallery {
	padding: 10px;
	border:solid 1px #000;
border-collapse:collapse;
}
table.gallery2 {
margin: 20px 0 0 120px;
width:635px;
border: none;
border-collapse:collapse;

}
td.gallery2 {
padding: 20px;
border: none;
border-collapse: collapse;
}

/* image handling
----------------------------------------------- */
#flash{ 
	width: 870px;
	margin: 40px auto;
	text-align: left;
	color:#fff;
	background: #000;
	}
	
	
img.right {
	margin: 0 0 20px 20px;
	float: right;
}

.right {
	margin: 0 0 0 0;
	float: right;
	text-align:right;
}
img.left {
	margin: 0px 20px 20px 0px;
	float: left;
} 
img.logo {
	padding: 5px;
	float: left;
} 



/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}


a.map {
	margin: 0px 0 3px 15px;
	float: right;
	width: 160px;
	display: block;
}

.whiteBox {font:10pt Arial, Helvetica, sans-serif; border:1px solid #222222; background:#fff; color: #222222; float:left;}
.noBox {border: none; background:#fff; color: #222222; text-align:left; margin-right:20px;}

/* Wordpress Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	}
.entry img{padding-right: 10px;}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	

/* End Images */