/* CSS Document */

body{
margin:0px;
margin-top:20px;
background:url(images/bgr.jpg) repeat-x;
background-attachment:fixed;
}

p{
font-family:tahoma;
font-size:12px;
color:#565656;
margin:10px;
}

.copy{
font-size:10px;
color:#999999;
margin:5px;
margin-left:10px;
}

/* link */
a:link {
	color: #93959d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #93959d;
}
a:hover {
	text-decoration: none;
	color: #93959d;
}
a:active {
	text-decoration: none;
	color: #93959d;
}


.right{
float:right;
margin-left:5px;
border:1px solid #CCCCCC;
}

.txtbox{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
border:1px solid #999999;
}


h1{
font-family:tahoma;
font-size:18px;
margin:5px;
color:#565656;
font-weight:lighter;
}

.h1_b{
font-family:tahoma;
font-size:18px;
margin:5px;
color:#565656;
font-weight:bold;
}

h3{
font-family:tahoma;
font-size:12px;
margin:5px;
margin-left:10px;
color:#333333;
}

.footer{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
padding-left:20px;
padding-right:20px;
margin:6px;
}

.bgr_white {
background:#ffffff;
}

.service_bgr1 {
background:url(images/services_pic1.jpg) no-repeat;
height:130px;
}

.service_bgr2 {
background:url(images/services_pic2.jpg) no-repeat;
height:130px;
}

.service_bgr3 {
background:url(images/services_pic3.jpg) no-repeat;
height:130px;
}

.white_text {
color:#FFFFFF;
}

.margin_5 {
margin-top:5px;
margin-bottom:5px;
}

.footer_bgr {
background:url(images/bottom_pic.jpg) no-repeat;
height:30px;
}

.list_style_red {
list-style-image: url(images/red_button.jpg);
list-style-type:circle;
font-family:tahoma;
font-size:12px;
color:#565656;
margin:10px;
padding-left:20px;
}

.float_left{
float:left;
padding-right:10px;
}
