@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #333333;
	background-color: #F8F8F3;
}

#menu {
	margin: 0;
	padding: 5px 20px;
	background-color: #FFC;
}

#first_nav {
	margin-left: 15px 0px 0px 0px;
}

ul.nav {
	margin: 0px;
	padding-left: 0px;
	list-style: none;
	width: 100%;
}

ul.nav li {
	display: inline;
}

ul.nav a {
	width: 8em;
	background-color:#FFC;
	font-size: 0.9em;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
}

#list_options li , #rates li {
	list-style-type:circle;
	padding-top: 7px;
	margin-left: -20px;
}

:focus { outline: none; }

.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F8F8F3;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px black dotted;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px;
	overflow: hidden;
}

.twoColFixRtHdr #examples h2, #testimonials h2 {
	font-size: 80%;
	font-weight: bold;
	color:#666;
}

h3 {
	color: #666;
}

.twoColFixRtHdr #mainContent { 
	margin: 15px 220px 15px 0; /* the right margin on this div element creates the column down the right 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: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    border-right-width: 1px;
	border-right-color: black;
	border-right-style: dotted;
	font-size: 80%;
	
} 

.twoColFixRtHdr #mainContent h2 {
	font-weight: normal;
	color:#666;
}

.indent_para {
	padding-left: 12px;
}

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #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 */
}
.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;
}

a:link {
			text-decoration:  underline;
			border: none;
			color: #333333;
		      }

a:visited {
            color: #333333;
			border: none;
			text-decoration:  underline;
		      }

a:hover {
			border: none;
			color:#F60;
			text-decoration:  underline;
		      }

ul.nav a:link , ul.nav a:visited {
    text-decoration:  none;
}

ul.nav a:hover {
	background-color: #FF9;
	text-decoration:  underline;
}

ul.nav a:active {
    text-decoration:  none;
}
			  
a:link img, a:visited img, a:hover img {
	border-width: 1px;
	border-color: #333333 ;
	text-decoration: none;
	}

#contactinfo {
	font-size: 80%;
	line-height: 1.6em;
	margin: 0px 0px 10px 0px;
}

.smallertext {
	font-size: 70%;
}

#examples {
	border-top-width: 1px;
	border-top-color: black;
	border-top-style: dotted;
	margin: 0px 0px 10px 0px;
}

#examples h1 {
	font-size: medium;
}

#examples p {
	font-size: 60%;
	font-weight: normal;
	color:#666;
	padding: 2px 0px 0px 0px;
}

#examples_image {
	text-align: center;
}

#testimonials {
	border-top-width: 1px;
	border-top-color: black;
	border-top-style: dotted;
	margin: 0px 0px 10px 0px;
}

#testimonials p {
	font-size: 60%;
	font-weight: normal;
	color:#666;
	line-height: 1.6em;
}

.testimonial_writer {
	padding-top: 8px;
}

#see_more {
	font-size: 1.6em;
	font-weight: bold;
}		   

#about_ken, .testimonial_page_text  {
	margin: 20px 0px 0px 0px;
}

.portfolio_page_text {
	margin: 20px 0px 0px 0px;
}

.portfolio_divider {
	width: 510px;
	min-height: 10px;
	border-top: 1px dotted black;
}

#about_ken_text , #portfolio_text , #contact_text{
	margin: 10px 20px 0px 0px;
	line-height: 1.5em;
}

#about_ken_image, .testimonial_page_image, .portfolio_page_image  {
	float: right;
	width: 140px;
	text-align: center;
}

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

.testimonial_page_blurb {
	margin: 10px 0px 0px 0px;
	line-height: 1.5em;
	
	padding: 10px 10px ;
}	

#rates {
	padding: 0px 0px 10px 0px;
}

#footer {
	font-size: 80%;
	text-align: center;
}

.footer_space {
	padding-left: 8px;
}

#mailing_address {
	width:200px;
	float: right;
	margin: 0px 170px 20px 10px;
}

<!--[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->
