/* CSS Document */


BODY { 
  background-image: url(images/bg.png);
	background-repeat: repeat-x;
	margin-top:0px;
	background-color:#FFF;
	}
ul{
	list-style-type: none; 
	padding-left:0px;
	margin-top:0px;

}
.servboxes {
	width:235px;
	float:left;
	height: 145px;
	padding-right: 15px;
	text-align: justify;
	padding-top: 10px;
}

a:link,a:visited,a:active,a:hover{
	color: #690;
	text-decoration: none;
}
a:hover {
	color: #333;
}

.form {
margin: 0;
padding: 0;
}
.smltxt {
	font-family: Arial;
	font-size: 10px;
	color: #666;
}
.smlbtxt {
	font-family: Arial;
	font-size: 10px;
	color: #069;
}
.bodytxt {
	font-family: Arial;
	font-size: 12px;
	color: #666;
}
.boldtxt {
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color: #009;
}.boldlcol {
	font-family: Verdana;
	font-size: 11px;
	color: #36F;
}
.button {
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	background-color:#693;
}
h1 { font-size:100%; margin:3px; margin-left:0; text-shadow: #ccc 0.1em 0.1em 0.2em;}
h2 { font-size:100%; margin:3px; margin-left:0;}
h4 { font-size:100%;}

.headLtxt {
	font-family:Arial;
	font-size: 30px;
	font-weight:bold;
	color: #666;
	letter-spacing:1px;
}
.headLWtxt {
	font-family:Arial;
	font-size: 30px;
	font-weight:bold;
	color: #FFF;
	letter-spacing:1px;
}
.headtxt {
	font-family:Arial;
	font-size: 17px;
	font-weight:bold;
	color: #666;
	letter-spacing:1px;
}

.linkswhite a:link, .linkswhite a:visited, .linkswhite a:active, .linkswhite a:hover {
	color: #FFF;
	text-decoration: none;
}
.linkswhite a:hover {
	color: #000;
}
#marqueecontainer{
position: relative;
width: 175px; /*marquee width */
height: 200px; /*marquee height */
overflow: hidden;
border: 0px;;
}

