/* CSS Document */
	
h4
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 1.4em;
    font-weight: bold;
    color: #FFFFFF; /*#00AFDB;*/
    text-decoration: none;
    margin-bottom: 4px;
}
	
#bar
{
    font-size: 1px;
    background-color: #00AFDB;
    height: 2px;
    width: 100%;
}

#header
{
    /*border: solid 2px yellow;*/
    text-align:right;
    background: #FFFFFF url(/images/lightblue_logotophalf.jpg) no-repeat left;
    margin: 10px 0 6px 0;
}

#content
{
    /*border: solid 2px blue;*/
    position: relative;
    background: url(/images/lightblue_leftcol.jpg) bottom left repeat-y;
    margin-top: 7px;
    width: 100%;
}


#placeholder
{
    /*border: solid 2px pink;*/
    position: relative;
    /*background: url(/images/lightblue_leftcol.jpg) bottom left repeat-y;*/
}

#teaser1
{
    /*border: solid 2px orange;*/
    background: url(/images/lightblue_leftcol.jpg) top right repeat-y;
    padding: 12px;
    width:146px;
    min-height:100px;
    color: #FFFFFF; /*#8E8E8E;*/
    text-align:left;
    margin-top:5px;
}

#teaser2
{
    /*border: solid 2px fuchsia;*/
    background: url(/images/lightblue_leftcol.jpg) top right repeat-y;
    padding: 12px;
    width:146px;
    min-height:100px;
    color: #FFFFFF; /*#8E8E8E;*/
    text-align:left;
    margin-top: 5px;
}

#teasers a:link, #teasers a:visited
{
    display: block;
    font-size: 1em;
    font-weight: bold;
    color: #FFFFFF; /*#00AFDB;*/
    text-decoration: underline;
    margin-top: 5px;
}

#teasers a:hover, #teasers a:active
{
    text-decoration: none;
}	

#links a:link, #links a:visited
{
    display: inline;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 1.9em;
    font-weight: normal;
    color: #00AFDB;
    text-decoration: none;
}

#links a:hover
{
    text-decoration:underline;
}

#footerimage
{
    height: 67px;
    width: 314px;
    float: right;
    background: #FFFFFF url(/images/lightblue_logobottomhalf.jpg) no-repeat right;
    margin-bottom: 10px;
}

#text_area
{
    /*border: solid 2px red;*/
    position: relative;
    margin: 10px 10px 5px 10px;
}

#home #text_area,
#aboutus #text_area
{
    margin: 10px 180px 5px 10px;
}

hr.break
{
    width: 40%;
    border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:2px #00AFDB dotted;
	font-size: 1px;
	margin: 15px auto 15px auto;
}

#privacy p
{
    margin-bottom:1.6em;
}

#contact #text_area h4
{
    text-align: left;
    color:#00AFDB;
}
#emailsent
{
    text-align: left;
}
#emailsent a:link, a:visited
{
    color:#00AFDB;
}
#emailsent a:hover
{
    text-decoration: underline;
}

#aboutus #text_area p
{
    margin-bottom: 5px;
}
.telephonenumber
{
	font-size: 10pt;
}
/* *********************************************************************************************************** */
