/* CSS Document */

body {
background-image: url(images/home_bg.jpg);
background-repeat: repeat-x;
background-color: #5b6167;
margin-top: 14px;
}

.contactbg {
background-image: url(images/home_contactbg.jpg);
background-repeat: repeat-x;
background-color: #e2f5b4;
}

.welcomebg {
background-image: url(images/home_welcomebg.jpg);
background-repeat: repeat-x;
background-color: #42464a;
}

.bodyleftborderbg {
background-image: url(images/home_bodyleftborderbg.jpg);
background-repeat: repeat-y; 
}

.bodyrightborderbg {
background-image: url(images/home_bodyrightborderbg.jpg);
background-repeat: repeat-y;
}

.menubgcolor {
background-color: #666867;
}

.flashbg {
background-color: #e1f6b5;
}

/* for text formatting */ 
.contacttext {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #346701;
}

.welcometext {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
text-align: justify;
line-height: 22px;
}

.footertext {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #999999;
}
.footertext a:link, .footertext a:visited, .footertext a:active { color: #999999; text-decoration:underline; }
.footertext a:hover { color:#FFFFFF; text-decoration:none; }
.footertext-seo a:link, .footertext-seo a:visited, .footertext-seo a:active { color: #999999; text-decoration:none; font-weight:normal; }
.footertext-seo a:hover { color:#FFFFFF; text-decoration:underline; }

/* for positioning */ 
.contactpos {
margin-top: 20px;
}

.welcomepos {
margin-top: 25px;
}

p {
margin-top: 14px;
margin-bottom: 14px;
}

/* for all the links */ 

a.contactlink {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #346701;
text-decoration: underline;
}

a.contactlink:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-decoration: none;
}

a.footerlink {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #999999;
text-decoration: underline;
}

a.footerlink:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
text-decoration: none;
}

