/* CSS Document */

body{
background-image:url('../images/background.jpg');
background-position:top center;
background-repeat:no-repeat;
background-color:#FFFFFF;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
}
h1 {
	font-size:14px;
	padding:0px;
	margin:0px;
	position:relative;
	top:5px;
}
.header{
background-image:url('../images/header.jpg');
height:152px;
background-repeat:repeat-x;
}

.header_right{
background-image:url('../images/logo.png');
background-position:right;
background-repeat:no-repeat;
height:152px;
}

.left, .right{
width:32px;
background-repeat:repeat-y;
}

.bottom2{
width:1100px;
height:24px;
background-color:#FFFFFF;
}

.left_bottom{
background-image:url('../images/bottom_left.png');
width:50px;
height:56px;
background-position:right;
background-repeat:no-repeat
}

.right_bottom{
background-image:url('../images/bottom_right.png');
width:50px;
height:56px;
background-position:left;
background-repeat:no-repeat
}

.left{
background-image:url('../images/left.png');
background-position:right;
}

.right{
background-image:url('../images/right.png');
background-position:left;
}

.bottom{
background-image:url('../images/bottom.png');
background-position:top;
background-repeat:repeat-x;
height:32px;
}


.main{
background-color:#FFFFFF;
padding-left:60px;
padding-right:60px;
}

.line{
background-image:url('../images/line.png');
background-repeat:repeat-x;
background-position:center;
font-size:11px;
color:#CCCCCC;
font-weight:bold;
height:30px;
}
.line_bot{
background-image:url('../images/line.png');
background-repeat:repeat-x;
background-position:center;
font-size:11px;
color:#CCCCCC;
font-weight:bold;
height:14px;
}
.line_on {
background-image:url('../images/line_on.png');
background-repeat:repeat-x;
background-position:center;
font-size:11px;
color:#1B2710;
font-weight:bold;
height:30px;
text-decoration:none;
}
.line_on a:visited, .line_on a:link{
 color:#1B2710; 
text-decoration:none;
}

.line_off{
background-image:url('../images/line.png');
background-repeat:repeat-x;
background-position:center;
font-size:11px;
color:#666666;
font-weight:bold;
height:30px;
}
 .line_off a:link, .line_off a:visited{
 color:#666666;
 text-decoration:none;
 }

.textbody{
background-color:#00612C;
padding:20px;
text-align:left;
padding-bottom:0px;
}

.services{
text-align:left;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
}



.textbody_nopadding{
background-color:#00612C;
padding-bottom:20px;
padding-left:20px;
text-align:left;
}

.textbody a:link{
/* color:#80A03C; */
color:#A2D25E;
font-weight:bold;
}

.textbody a:visited{
color:#80A03C;
font-weight:bold;
}

.footer{
text-align:right;
font-size:11px;
color:#58595B;
}
.footer a:link, .footer a:visited{
color:#58595B;
text-decoration:none;
}

.green{
color:#00612C;
font-weight:bold;
}

.services a:link{
color:#FFFFFF;
text-decoration:none;
}
.services a:visited{
color:#FFFFFF;
text-decoration:none;
}


