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

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, form,input,textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  zoom:1;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
html {
    height: 100%;
	padding:0;
	margin:0;
    padding-bottom:1px;
}

/*standard styles */

body {
    margin: 0;
    padding:0;
	background-color:#77694F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#58442e;
}

p{
	margin-top:0;
	margin-bottom:15px;
}

a img{
	border:none;
}

h1{
	font-weight:bold;
	font-size:18px;
	line-height:normal;
	margin-bottom:15px;
}

#homeComments h1{
	font-weight:bold;
	font-size:17px;
	line-height:normal;
	margin-bottom:10px;
}

h2{
	font-weight:bold;
	font-size:17px;
	line-height:normal;
	margin-bottom:10px;
}

h3{
	font-weight:bold;
	font-size:14px;
	line-height:normal;
}

.clear{
	clear:both;
	height:0;
	overflow:hidden;
}
.left{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.right{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

a {
	color:#6793a5;
	text-decoration:none;
}
ul{
	padding:0;
	margin:10px 0 10px 20px;
}
li{
	list-style: none;
	background: url(/images/bullet.gif) no-repeat left 3px;
	padding-left: 20px;
	margin-bottom:15px;
}

a:hover{
	text-decoration:underline;
}

#wrapper{
	width:958px;
	margin-right:auto;
	margin-left:auto;
	border:1px solid #8b7f69;
	margin-top:20px;
	background-color:#fff;
	margin-bottom:20px;
}

#header{
	line-height:normal;
	padding:20px 20px 10px 20px;
}

#header img{
	display:block;
}

#menu{
	background-image:url(images/menu_bg.gif);
	background-repeat:repeat-x;
	line-height:normal;
	padding: 0 20px;
}

#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
	background-image:none;
}

#menu li {
    float: left;
    margin: 0 0;
	background-image:none;
	padding:0 0;
}

#menu li a {
    height: 21px;
	padding-top:3px;
    float: left;
    width: 151px;
    display: block;
    border-left:1px solid #a4886a;
	border-right:1px solid #917358;
    color: #f5e6d4;
    text-decoration: none;
    text-align: center;
	font-size:14px;
	font-weight:bold;
}

#menu li a:hover{
	background-image:url(images/menu_bg_hover.gif);
	background-repeat:repeat-x;
	color:#ffffff;
}

#menu li a:active{
		background-image:url(images/menu_bg_on.gif);
	background-repeat:repeat-x;
	color:#ffffff;
}

#menu .itemActive{
	background-image:url(images/menu_bg_on.gif);
	background-repeat:repeat-x;
	color:#ffffff;
}

#contentArea{
	background-color:#f3eee3;
	padding:20px;
}

#intro{
	border:1px solid #d1c6ad;
	background-image:url(images/header_bg.gif);
	background-repeat:repeat-x;
	background-color:#e5dac1;
}

#introImg{
	float:left;
	width:457px;
}

#introImg img{
	display:block;
}

#introText{
	float:left;
	width:417px;
	font-size:14px;
	padding:20px 20px 18px 20px;
}

#content{
	border:1px solid #d1c6ad;
	background-color:#e5dac1;
	margin-top:20px;
	padding:10px;
	/*background-image:url(images/bg_line.gif);
	background-repeat:repeat-y;
	background-position:595px 0;*/
}

.internal #content{
	margin-top:0;
}

#homeText{
	width:565px;
	padding-right:20px;
	float:left;
}

#homeComments{
	float:left;
	width:289px;
	padding-left:10px;
	border-left:1px solid #917358;
	
}

.internal #homeComments{
	border-left:none;
}

#footer{
	
}

#footerBar{
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	padding:5px 20px;
	line-height:normal;
	color:#362f2d;
}

#footerBar a{
	color:#f5e6d4;
}

#copyright{
	float:left;
}

#designedBy{
	float:right;
}

#footerBlurb{
	padding:10px 20px;
	float:left;
	width:440px;
}

#footerLinks{
	padding:10px 20px;
	float:right;
	width:435px;
	text-align:right;
}

.pricing table{
	border-collapse:collapse;
	background-color:#f3eee3;
}

.pricing td, th{
	border:1px solid #917358;
	border-collapse:collapse;
}

.pricing td{
	padding:5px 0 5px 10px;
}

.pricing th{
	font-weight:bold;
	color:#fff;
	background-image:url(images/menu_bg.gif);
	background-color:#907257;
	background-repeat:repeat-x;
	padding:3px 0 2px 0;
}

.testimonial{
	margin-bottom:20px;
}

.testimonialImg{
	width:200px;
	background-color:#fff;
	border:1px solid #917358;
	margin-right:10px;
	float:left;
	text-align:center;
	padding:10px 0;
}

input, textarea{
	border:1px solid #917358;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:3px;
	width:260px;
}

.buttons{
	background-color:#9bb0b1;
	background-image:url(images/button_bg.gif);
	background-repeat:repeat-x;
	color:#372F2D;
	font-weight:bold;
	cursor:pointer;
	width:100px;
	border:none;
}

label{
	cursor:pointer;
	font-weight:bold;
}