﻿/*------------------------------------------------------------------------------*/
/* BASICS                                                                       */
*
{
    margin: 0px;
    padding: 0px;
}
body, html
{
    height:100%;
    width:100%;
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:12px;
    line-height:1.5;
}
table
{
    border:0px;
}
img
{
    border:0px;
}
h1
{
    font-size:14px;
    font-weight:bold;
    color:#5b927f;
}

/*------------------------------------------------------------------------------*/
/* MASTERPAGE                                                                   */
.table1
{
    height:100%;
    width:100%;
    vertical-align:top;
    text-align:center;
}
.table2
{
    height:162px;
    width:100%;
    vertical-align:top;
    text-align:center;
}
.table3
{
    width:100%;
    vertical-align:top;
    text-align:center;
}
.table4
{
    height:40px;
    width:100%
}
.topreplft
{
    background-image: url(../images/top_rep_left.jpg);
    background-repeat:repeat-x;
    height: 162px;
}
.topreprt
{
    background-image: url(../images/top_rep_right.jpg);
    background-repeat:repeat-x;
    height: 162px;
}
.toplogo
{
    width:411px;
}
.topnav
{
    width:489px;
}
.maincontent
{
    color:#555555;
    width:900px;
}
.footer, .footer a
{
    font-size: 10px;
    color: #969696;
    text-decoration: none
}
.footer a:hover
{
    font-size: 10px;
    color: #969696;
    text-decoration: underline
}

/*------------------------------------------------------------------------------*/
/* SERVICES PAGE                                                                */
.servicesUL
{
    margin: 10px 0px 10px 20px;
    color:#81c0aa;
}
.servicesLI
{
    list-style-type: disc;
}
.servicesLI2
{
    list-style-type:disc;
    margin-left:16px;
    padding-left:3px
}
.dkgratxt
{
        color:#555555;
}
a.servlink
{
    color: #5b927f;
    text-decoration: underline
}
a.servlink:hover
{
    color: #5b927f;
    text-decoration: none
}

/*------------------------------------------------------------------------------*/
/* ABOUT PAGE                                                                   */
.aboutUL
{
    margin: 10px 0px 10px 20px;
    color:#81c0aa;
}
.aboutLI
{
    list-style-type: disc;
}

/*------------------------------------------------------------------------------*/
/* TESTIMONIALS PAGE                                                            */
.testimony
{
    text-align: left;
    padding-top: 20px;
    font-style: italic;
}
.testimonyby
{
    text-align: right;
    color:#5b927f;
    padding: 10px 0px 15px 30px
}
.testimonyhrc
{
    height:20px;
    background-image: url(../images/h_divider.jpg);
    background-repeat:no-repeat;
    padding-bottom: 15px
}

/*------------------------------------------------------------------------------*/
/* CONTACT PAGE                                                                 */

label
{
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	color:#5b927f;
}

.textInput
{
    border: #cccccc 1px solid;
    font-size: 12px;
    font-family: arial, sans-serif;
    background-color: #f6fbf9
    
}
select
{
    border: #dedccd 1px solid;
    font-size: 10px;
    font-family: arial, sans-serif;
    background-color: white
}
textarea
{
    border: #cccccc 1px solid;
    font-size: 12px;
    font-family: arial, sans-serif;
    background-color: #f6fbf9
}
/*-----------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------*/
/* SITE MAP PAGE                                                                 */

a.smlink
{
    color: #5b927f;
    text-decoration: underline
}
a.smlink:hover
{
    color: #5b927f;
    text-decoration: none
}
/*-----------------------------------------------------------------------------------------------------*/


