﻿body
{
    font-family: Arial;
    font-size: 13px;
    letter-spacing: 1px;
    word-spacing: 1px;
}

p
{
    letter-spacing: 1px;
    word-spacing: 1px;
    text-align: justify;
    padding-left:20px;
    padding-right:20px;
}

.sitemap
{
    font-size: 10px;
    background-color: #ffffff;
    color: #0E95CE;
}

.sitemap a
{
    color: #0E95CE;
    text-decoration: none;
}

.sitemap a:hover
{
    color: #0E95CE;
    text-decoration: underline;
}

.content
{
    background-color: #ffffff;
    /*color: #0E95CE;*/
    color:#01903B;
}

.leftServices
{
    background-color: #D28FAA;
    color: #000000;
}

.leftServicesImage
{
    background-image: url(              'images/icon-services.gif' );
    background-repeat: no-repeat;
    background-position: center;
    width: 183px;
    height: 43px;
    font-size: 12px;
    font-weight: bold;
}

.leftServicesImage a
{
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.leftServicesImage a:hover
{
    color: #AC0301;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.menu
{
    background-color: #638E00;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.menu a
{
    background-color: #638E00;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.menu a:hover
{
    background-color: #638E00;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.leftbottom
{
    background-color: #C3DA72;
}

.footer
{
    background-color: #C3DA72;
    color: #000000;
}
.footer a
{
    background-color: #C3DA72;
    color: #000000;
    text-decoration: none;
}
.footer a:hover
{
    background-color: #C3DA72;
    color: #000000;
    text-decoration: underline;
}

h4
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #01903B;
    display: inline;
    white-space: nowrap;
}

h1
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #00398F;
    display: inline;
    white-space: nowrap;
    font-size: 18px;
}

h2
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #00398F;
    font-size: 14px;
    display: inline;
    white-space: nowrap;
}

h3
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    color: #00398F;
    font-size: 15px;
    white-space: nowrap;
    display: inline;
}

.readmore a
{
    color: #638E00;
    text-decoration: none;
    font-weight: bold;
}

.readmore a:hover
{
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}

.serviceboxtop
{
    font-family: Arial;
    background-image: url(     'images/vdesairound_r1_c1.gif' );
    width: 200px;
    height: 40px;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background-position: center;
}

.servicebox
{
    border-left: solid 1px #00398F;
    border-right: solid 1px #00398F;
    border-bottom: solid 1px #00398F;
    background-color: #EBEFD6;
    color: #000000;
    padding: 2px 10px 2px 5px;
}

h5
{
    margin: 3px 0px 3px 0px;
    padding: 3px 0px 3px 0px;
    color: #0E95CE;
    font-size: 16px;
    text-align: center;
    font-family: Bangkok;
    border: dashed 1px #000000;
}

.contactName
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #00398F;
    font-weight: bold;
    font-size: 18px;
    display: inline;
    white-space: nowrap;
}

.contactPerson
{
    color: #01903B;
    font-size:14px;
    padding: 5px 0px 0px 10px;
}

.contactPerson a
{
    color: #01903B;
    font-size:14px;
    text-decoration: none;
}
.contactPerson a:hover
{
    color: #01903B;
    font-size:14px;
    text-decoration: underline;
}

.contactTD
{
    background-image: url( 'images/icon-contactus.gif' );
    width: 296;
    height: 182;
    background-repeat: no-repeat;
    /*padding-top: 40px;*/
    padding-left: 30px;
    color:#0E95CE;
    border-left:dashed 1px #000000;
}


.contactInfo
{
    color: #000;
    padding: 35px 0px 0px 10px;
}

/*slider*/

.container {
	width: 800px;
	padding: 0;
	margin: 0 auto;
}
.folio_block {
	position: absolute;
	left: 50%; top: 50%;
	/*margin: -140px 0 0 -395px;*/
}
 
 
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:299px;	width: 800px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}
 
/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #920000; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}