@charset "utf-8";


body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/Bkg.png);
	background-position: left top;
	background-attachment: fixed;
}

a:link {
	color: #00CCFF;
	text-decoration: none;
	font-size: 0.85em;
}
a:visited {color: #9933CC}
a:hover {
	color: #9933CC;
	font-size: 1em
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}



.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(images/bkg800_div.jpg);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #HeaderHome {
	background-image: url(images/Header_Home.jpg);
	background-repeat: repeat-y;
	padding: 0 10px 0 20px;
	height: 69px;
} 
.twoColFixLtHdr #header {
	background-image: url(images/Header_Portfolio_div.jpg);
	background-repeat: repeat-y;
	padding: 0 10px 0 20px;
	height: 69px;
} 
.twoColFixLtHdr #HeaderAbout {
	background-image: url(images/Header_About.jpg);
	background-repeat: repeat-y;
	padding: 0 10px 0 20px;
	height: 69px;
} 
.twoColFixLtHdr  #HeaderBlog {
	height: 69px;
	padding: 0 10px 0 20px;
	background-image: url(blog/Header_blog2.png);
	background-repeat: no-repeat;
}

.twoColFixLtHdr #HeaderBlank {
	background-image: url(images/Header_Blank.png);
	background-repeat: repeat-y;
	padding: 0 10px 0 20px;
	height: 69px;
} 
.twoColFixLtHdr #HeaderContact {
	background-image: url(images/Header_Contact.jpg);
	background-repeat: repeat-y;
	padding: 0 10px 0 20px;
	height: 69px;
} 
.twoColFixLtHdr #HeaderFAQ {
	background-image: url(images/Header_FAQ.jpg);
	background-repeat: repeat-y;
	padding: 0 10px 0 20px;
	height: 69px;
} 

.twoColFixLtHdr #HeaderLinks {
	background-image: url(images/Header_Links.jpg);
	background-repeat: repeat-y;
	padding: 0 10px 0 20px;
	height: 69px;
}
.twoColFixLtHdr #HeaderPortfolio {
	background-image: url(images/Header_Portfolio.jpg);
	background-repeat: repeat-y;
	padding: 0 10px 0 20px;
	height: 69px;
} 
.twoColFixLtHdr #HeaderPricing {
	background-image: url(images/Header_Pricing.jpg);
	background-repeat: repeat-y;
	padding: 0 10px 0 20px;
	height: 69px;
} 
.twoColFixLtHdr #HeaderPrinting {
	background-image: url(images/Header_Printing.jpg);
	background-repeat: repeat-y;
	padding: 0 10px 0 20px;
	height: 69px;
} 
.twoColFixLtHdr #HeaderTestimonials {
	background-image: url(images/Header_ClientComments.jpg);
	background-repeat: repeat-y;
	padding: 0 10px 0 20px;
	height: 69px;
} 
.twoColFixLtHdr #HeaderThanks {
	background-image: url(images/Header_Thanks.jpg);
	background-repeat: repeat-y;
	padding: 0 10px 0 20px;
	height: 69px;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.estimate {
	height: 800px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 253px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 35px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 35px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 100%;
} 
.twoColFixLtHdr #mainContent3Column {
	margin: 0 0 0 300px;
	padding: 0 30px 20px 0px;
	text-align: center;
} 


.twoColFixLtHdr #container #mainContent3Column hr {
	background-image: url(images/Divider.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 6px;
}
#Testimonials {
	text-align: center;
}

#Testimonials a {
	font-size: 1em;
	font-weight: normal;
}

#Testimonials h4 {
	color: #000000;
	font-weight: normal;
	margin: -20px 0 0 0;
}
.TestimonialLogo {
	float: left;
	text-align: center;
	padding: 0px 0px 10px 0px;
	width: 225px;
}
.TestimonialText {
	padding: 0px 15px 10px 220px;
}


.twoColFixLtHdr #container #mainContent3Column img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.twoColFixLtHdr #container #topNav {
	margin-left: 300px;
}
.twoColFixLtHdr #container #topNav p {
	text-align: left;
	padding: 0 0 0 15px;
}

.twoColFixLtHdr #container #topNav a {
	font-size: 0.9em;
	text-decoration:underline;
	color:#9933CC;
}

.twoColFixLtHdr #container #topNav a:visited {
	font-size: 0.9em;
	color:#9933CC;
}
.twoColFixLtHdr #container #topNav a:hover {
	font-weight: bold;
	text-decoration:underline;
	color:#9933CC;
	font-size: 1em;
}
.twoColFixLtHdr #container #topNav a:active {
	color:#000000;
}
#belowFold {
	margin: 0 0 0 0px;
	text-align: center;
	padding: 0 0 20px 0;
}
#belowFold .lightbox-2 img {
	border-style: none;
}
#belowFold hr {
	background-image: url(images/Divider.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 6px;
	margin: 0 35px;
}





.twoColFixLtHdr #footer {
	padding: 16px 30px 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/footer_div.jpg);
	background-repeat: no-repeat;
	height: 110px;
} 


.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
	text-align: center;
}
.twoColFixLtHdr #footer a {
	color: #0066FF;
	text-decoration: none;
	font-size: 1.3em;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #mainContent3Column #bio {
	float: right;
	background-color: #660099;
	text-align: center;
	padding: 0 0 5px 0;
	color: #FFFFFF;
	font-size: 0.8em;
	width: 180px;
}
.twoColFixLtHdr #mainContent3Column p {
	font-size: 0.9em;
}

h4 {
	text-align: center;
	color: #660099;
}
h5 {
	color: #000000;
	text-align: center;
	font-size: 1em;
}

h3 {
	color: #660099;
	text-align: center;
}
.twoColFixLtHdr #mainContent3Column h2 {
	font-size: 1.2em;
	text-align: center;
}

h1 {
	text-align: center;
	font-size: 1.3em;
}
.twoColFixLtHdr #theatre {
	background-image: url(images/BlueBoxBKG.jpg);
	background-repeat: repeat-y;
	float: right;
	width: 245px;
	text-align: center;
}
.twoColFixLtHdr #theatre h3 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#theatre #theatreTop {
	background-image: url(images/BlueBoxTOP.jpg);
	background-repeat: no-repeat;
	height: 42px;
}
#theatre #theatreBottom {
	background-image: url(images/BlueBoxBOTTOM.jpg);
	background-repeat: no-repeat;
	height: 40px;
}
#theatre p {
	font-weight: bold;
	color: #FFFFFF;
}
.twoColFixLtHdr #awards2 {
	background-image: url(images/Awards/IngramRanch_LogoLounge.png);
	float: left;
	width: 470px;
	text-align: center;
	padding: 0px;
	background-repeat: no-repeat;
	height: 284px;
	margin: 0px;
}
.twoColFixLtHdr #awards {
	background-image: url(images/AwardBox_Middle.png);
	float: left;
	width: 470px;
	text-align: center;
	padding: 0px;
	background-repeat: repeat-y;
	height: 100%;
	margin: 0px;
}
#awards #awardsHeader {
	background-image: url(images/Header_Award2.png);
	background-repeat: no-repeat;
	height: 74px;
}
#awards #awardsFooter {
	background-image: url(images/AwardBox_Footer.png);
	height: 23px;
	background-repeat: no-repeat;
}
#awards p {
	color: #FFFFFF;
	padding: 0px 30px;
	font-weight: bold;
}
a.award:link {color: #FFFFFF}
a.award:visited {color: #FFFF99}
a.award:hover {color: #FFCC00; font-size: 120%}
.twoColFixLtHdr #video {
	margin: 0 0 0 23px;
}
#sidebar3 {
	text-align: center;
}
#sidebarValidate {
	text-align: center;
	background-image: url(images/valid-xhtml10-blue.png);
	background-repeat: no-repeat;
	height: 40px;
	background-position: left;
}
#validator {
	background-image:url(http://www.w3.org/Icons/valid-xhtml10-blue);
	display:block;
	height:31px;
	width:88px;
	text-indent:-9999px;
	float:left;
}
#GreetingCards {
	background-color: #CC99FF;
}
#GreetingCards a {
	color: #000;
	font-weight: bold;
}

