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

body{
background-color:#fff;
margin:0;
padding:0;
}

#container {
    width:100%;
    height:auto;
    margin-left: auto; /*set to a negative number 1/2 of your height*/
    margin-right: auto; /*set to a negative number 1/2 of your height*/
    background-image:url(../images/bg-image.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
}

.homeTabheading {
font-family:Trebuchet Ms;
font-size:20px;
color:#ce0609;
font-weight:normal;
text-decoration:none;
}

A:hover.homeTabheading {
font-family:Trebuchet Ms;
font-size:20px;
color:#333333;
font-weight:normal;
text-decoration:underline;
}

.hometabTxt {
font-family:Trebuchet Ms;
font-size:14px;
color:#333333;
text-align:justify;
}

.servicesLinks {
font-family:Trebuchet Ms;
font-size:16px;
color:#518303;
line-height:180%;
font-weight:bold;
text-decoration:none;
list-style-image:url(images/bullet-icon.png);
}

A:hover.servicesLinks {
font-family:Trebuchet Ms;
font-size:16px;
color:#F83333;
line-height:180%;
font-weight:bold;
text-decoration:underline;
list-style-image:url(images/bullet-icon.png);
}

.clientLinks {
font-family:Trebuchet Ms;
font-size:16px;
color:#518303;
line-height:220%;
font-weight:bold;
text-decoration:none;
list-style-image:url(images/bullet-icon.png);
}

.footerTxt {
font-family:Trebuchet Ms;
font-size:11px;
color:#000000;
text-decoration:none;
}

A:hover.footerTxt {
font-family:Trebuchet Ms;
font-size:11px;
color:#FF0000;
text-decoration:underline;
}

.runningTxt {
font-family:Trebuchet Ms;
font-size:13px;
color:#000000;
text-decoration:none;
line-height:150%;
text-align:justify;
}

.heading2 {
font-family:Trebuchet Ms;
font-size:13px;
color:#ce0609;
font-weight:normal;
text-decoration:none;
}


