@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #664BCF/*#FFFFCC;
	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/lightpaperfibers.png);
	background-repeat:repeat;
}
.twoColFixLtHdr #outercontainer {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

} 
.twoColFixLtHdr #container {
	width: 900px;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #ffffff; 
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-left-radius: 25px;
		-moz-box-shadow: 0 0 2em #666666;
-webkit-box-shadow:0 0 2em #666666;
box-shadow: 0 0 2em #666666; 

} 

.twoColFixLtHdr #header {
	color:#ffffff;
	background:#3399FF;
	height: 265px;
} 
.twoColFixLtHdr #header img{
	float:left; 
	padding-top:0px;
	padding-left:10px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 48px;
	/*font-family: Georgia, "Times New Roman", Times, serif; */

	font-family: BlackJack;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.twoColFixLtHdr #header h2 {
	background-color:#3399FF;
	color:#000000;
	font-size: 20px;
	padding-left: 30px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom:0;
	margin-bottom:0;
}
.twoColFixLtHdr #header h3 {
	color:#000000;
}

.twoColFixLtHdr  #navigation {
	height: 85px;
	list-style-type: none;
	margin-top: 25px;
	margin-left: 0px;
	padding-top:14px;
	/* background-image: url(images/menu-bar2-905x48.png);
	background-repeat:no-repeat; */
	background-color:#003399;
		color: #ffffff; 
}
.twoColFixLtHdr #navigation ul {
	list-style-type: none;
}
.twoColFixLtHdr #navigation li {
	display: inline;
}

.twoColFixLtHdr #navigation a {
	font-size: 15px;
	font-weight:bold;
	text-decoration: none;
	margin:2px;
	padding-top: 9px;
	padding-right: 6px;
	padding-bottom: 14px;
	padding-left: 6px;
	color: #ffffff;
	/*font-weight: bold; */

}
.twoColFixLtHdr #navigation a:hover {
	color: #FFFF33;
	}
.twoColFixLtHdr #navigation img {
    float:none;
	padding:0;
	color: #FFFFFF;
}
.twoColFixLtHdr #mainContent h1 {
	font-size: 24px;
	color: #003333;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 20px;
	color: #003399;
	background-position: left;
}
.twoColFixLtHdr #outercontainer #container #mainContent .listServices {
	margin-left: 30px;
}

.twoColFixLtHdr  #mainContent p {
	font-size: 14px;
	text-indent: 0px;
}
.twoColFixLtHdr  #mainContent a {
	color:#0033FF;
	font-weight:normal;
}
.twoColFixLtHdr  #mainContent .testimonials {
	font-size:12px;
	color:#333333;
	background-color:#FFFFFF;
	padding: 0px 27px;
	background-image: url(images/quote-left%2030.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
/* from http://www.brianyerkes.com/creatively-display-client-testimonials-using-css/ 
example how to use 
div class="testimonial">
 <div class="left-quote">&nbsp;</div>
 <div class="testi-text">The logo design process was very easy. You always answer my e-mails and calls quickly, and get back to me right away even on weekends and evenings. I like that the studio is very flexible, provides suggestions, and is open to input from the client. The response time is very good, and the designs were terrific.</div>
 <div class="testi-pic"><img src="/graphics/clientpic.jpg" alt="Client Name" width="77" height="109" /></div>
 </div> */
.testimonial {
 /*width:620px;*/
 float:left;
 margin:15px 0 5px 0;
 }
 .left-quote {
 float:left;
 background:url(/images/quote-left 30.jpg) no-repeat top;
 width:68px;
 height:77px;
 }
 .testi-text {
 float:left;
 text-align:justify;
 width:470px;
 padding-right:65px;
 background:url(/images/quote-right.jpg) no-repeat right bottom;
 }
 .testi-pic {
 float:left;
 width:77px;
 height:104px;
 margin-left:70px;
 display:inline;
 }
 .testi-name {
 float:left; color:#660033;
 padding:5px 0 0 15px;
 }
 /* end of testimonial layout */
 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	/*background-color: #CC9933;*/
	background-image:url(images/sidebar-bkg.jpg);
	background-repeat:no-repeat;
		/*height: 700px;*/
	font-size: 14px;
	font-weight: bold;
}
.twoColFixLtHdr  #sidebar1 p {
	padding-left: 20px;
	font-weight:bold;
	color: #3388ff;
	font-size: 24px;
	/*font-variant:small-caps;*/
}
.twoColFixLtHdr  #sidebar1 img {
	text-align: center;
	border:#000000 medium;
}
.twoColFixLtHdr #sidebar1 a {

}
.twoColFixLtHdr #sidebar1 .address {
	color:#663333;
	margin-left:20px;
	margin-top:60px;
	margin-bottom:30px;
}
.twoColFixLtHdr #sidebar1 .addressline {
	color:#333333;
	font-size:12px;
	font-stretch:condensed;
	/*letter-spacing: //narrow character width?*/
	letter-spacing:-1px;
}
.twoColFixLtHdr #sidebar1 .address a{
	color:#0033FF;
	font-weight:normal;
}
.twoColFixLtHdr #sidebar1 .leftside{

	font-weight:normal;
}
.twoColFixLtHdr #sidebar1 .leftsmall{

	font-size:x-small;
}
.twoColFixLtHdr #mainContent {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 250px;
	padding-top: 10;
	padding-right: 20px;
	padding-bottom: 10;
	padding-left: 20px;
	font-size:14px;
} 

.twoColFixLtHdr  #mainContent img {
	/*float: right; */
	margin: 7px;
}


.twoColFixLtHdr #footer {
	/*background-color: #663333;*/
	padding-left: 20px;
	height: 40px;
	padding-right: 20px;
	clear: both;
}
.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 */
	color: #741d1e;
	font-size: small;
}
.twoColFixLtHdr #footer a:hover {
	text-decoration: underline;
}
.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 #footer a {
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	font-size: 12px;
	background-position: center;
}
