/* CSS Document */
body
{
margin:0px;
background-image:url(../images/bg.gif);
background-repeat:repeat-x;
background-position:top;
background-color:#5ab073;
}
.main
{
margin:auto;
}
.container
{
margin-left:auto;
margin-right:auto;
width:909px;
}
.header
{
margin-left:auto;
margin-right:auto;
}
.body
{
height:auto;
padding:10px;
}
.footer
{
height:60px;
padding:5px;
}
.footer_left
{
width:600px;
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
line-height:20px;
}
.footer_right
{
width:290px;
float:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
text-align:right;
line-height:20px;
}

a.fot_links:link
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
text-decoration:underline;
}
a.fot_links:visited
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
text-decoration:underline;
}
a.fot_links:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
text-decoration:none;
}
.welcome
{
background-image:url(../images/welcome_bg.jpg);
background-repeat:no-repeat;
background-position:center;
height:218px;
width:850px;
margin-left:auto;
margin-right:auto;
}
.head_welcome
{
margin-left:11px;
margin-top:17px;
float:left;
width:390px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
text-align:justify;
line-height:18px;
}

.services
{
padding-top:20px;
width:850px;
height:220px;
margin-left:auto;
margin-right:auto;
}

.text12black
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-align:justify;
line-height:18px;
}



/*Rounded Corners*/
.top-left {
margin-right: 0; /* clip right corner */
background-image: url('../images/corners1280x18.gif');
height: 9px; /* vertical: show first half of the image with the top-corners in it */
font-size: 2px; /* correct height for IE */
}
.top-right {
margin-top: -9px; /* to level of top-left corner */
margin-left: 9px; /* clip left corner */
background-image: url('images/corners1280x18.gif'); 
background-position: 100% 0; /* show bg-image starting at the right */
height: 9px; 
font-size: 2px;
}
.bottom-left {
margin-right: 9px; /* clip right corner */
background-image: url('../images/corners1280x18.gif');
background-position: 0; /* show under half of the image */
height: 9px;
font-size: 2px;
}
.bottom-right {
margin-top: -9px; /* to level of bottom-left corner */
margin-left: 9px; /* clip left corner */
background-image: url('../images/corners1280x18.gif'); 
background-position: 100% -9px; /* under half, right side */
height: 9px; 
font-size: 2px; 
}
.inside {
background: #FFFFFF;
color: #000000;
padding-left: 10px;
padding-right: 10px;
}
.notopgap {
margin-top: 0;
}
.nobottomgap {
margin-bottom: 0;
}
