* {
   border: 0; 
   margin: 0;
   padding: 0;
  }

body {
    text-align: center; 
	background: url(../images/stripe1.gif);
	color: #666;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 62.5%; 
}

a:active { text-decoration: none; color: #0336CD; }
a:link { text-decoration: none; color: #0336CD; }
a:visited { text-decoration: none; color: #0336CD; }
a:hover { text-decoration: underline; color: #bd1401; }

h1 {
font-size:1.4em;
color:#7D9F8A;
margin-bottom:.50em;
}

h2 {
font-size:1.0em;
font-family:Georgia, "Times New Roman", Times, serif;
color:#ED7878;
padding-bottom:3px;
font-weight:bold;
}

p { 
font-size:1.2em;
line-height:1.6em;
padding-bottom:10px;
}

/* colors */

.peach {color:#E09582;}



/* definitions for the main container */
div#container {
width: 74.4em;
text-align: left;
margin: 2em auto;
font-size: 1.1em;
border:5px solid #FBFCF3;
background-color: #EFF5D3;
}

/* definitions for the header */
div#header {
width: 100%;
text-align: center;
background-color: #c8d59d;
overflow: hidden;
}

/* definitions for navigation (top bar) */
div#navigation {
width: 100%;
background-color: #c8d59d;
text-align: center;
line-height: 2.8em;
}

div#navbar {
font-family:Georgia, "Times New Roman", Times, serif;
margin: 0 0 0 0;
padding: .5em 0 0 1.3em;
height:2.8em;
background-color: #c8d59d;
width: 73.1em;
}

div#navbar ul {
list-style: none;
float: left;
color: #000;
}

div#navbar ul li {
float: left;
width: 9.6em;
margin: 0em 0.5em 0 0;
text-align: center;
border: #EFF5D3 1px solid;
background: #c8d59d;
font-size:1.0em;
}

div#navbar ul a {
display: block;
line-height: 2.1em;
text-decoration: none;
color: #333;
}

div#navbar ul a:hover {
color: #fff;
background: #E09582;
}

#home #topNav .home a,
#about #topNav .about a,
#services #topNav .services a,
#contact #topNav .contact a,
#portfolio #topNav .portfolio a,
#tips #topNav .tips a,
#testimonials #topNav .testimonials a {
    background-position: right bottom;
	color: #97C900;
	text-decoration: none;
	cursor: default;
	display: block;
    background-color: #7D9F8A;
    color: #fff; 
}

/* definitions for main division. */


div#main {
float:left;
width: 74.4em;
padding: 1.1em 0em 1.1em 0em;
background-color: #EFF5D3;
}

div#wrapperRule {
margin-top:1em;;
float:right;
width: 38em;
border-left:1px #ccc solid;
}

div#left-col {
width: 31em;
float: left;
margin-left:2em;
}

div#right-col {
width: 34.5em;
float: right;
padding-top:5px;
margin-right:2em;
}


div#right-col p.intro {
border-left:1px #D5DFB5 solid;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:0.9em;
line-height:2.5em;
padding-left:15px;
color:#999;
}


/* ----------------------------------------------
testimonials */

div#long-col {
margin:1.5em 5em 1.5em 3em;
background-color: #EFF5D3;
}

div#long-col div.testimonial {
margin: 0 0 1em 0;
padding-bottom:1em;
border-bottom:1px #333 dotted;
}

div#long-col div.testimonial p{
font-size:1.2em;
line-height:1.7em;
padding-bottom:0px;
}

div#long-col div.testimonial p.name {
color:#DA857D;
font-size:10px;
text-transform:uppercase;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:right;
padding:0 10px 0 0;
}



/* photos */
div.photo-1 {
float:left;
width:210px;
margin-left:2em;
margin-right:1em;
margin-bottom: 15em;
}

/* Contact Form */
table#contact-form {
width:500px;
}

table{ border-spacing: 0; 
	   border-collapse: collapse;
}
 

table#contact-form td{
font-size:1.1em;
padding-bottom:10px;
vertical-align:top;
}

table#contact-form td.left{
text-align:right;
padding-right:10px;
}

input {padding:7px 0 7px 0; font-size:.9em;}

p.rule1 {
border-bottom:1px dotted #CCCC00; 
margin-bottom:15px;
margin-top:10px; 
width:480px;
}

.submit-button {
font-size:1.0em; 
background-color:#E09582; 
border:1px #ccc solid;
padding:2px 4px 2px 4px;
color:#fff;
}




/* definitions for footer division. */
div#footer {
width: 100%;
height: 5em;
clear: both;
text-align: center;
color: #fff;
background-color: #999;
font-size: 1.1em;
}

#footer-table {
width: 75%;
margin: 1.1em auto;
} 

.footer-tr {
}

.footer-td1 {
text-align: left;
border-left: 1px #ccc solid;
padding-left:.9em;
padding-top:0px;
padding-bottom:.8em;
vertical-align:top;
}
