@charset "UTF-8";

body {
	text-align: left;
	margin: 0px;
	background-color: #00297b;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 14px;
	color: #23283b;
}


img {border:none }

p {margin: 0px; padding: 0px; border:none }

ul {padding-left: 5px; margin-left: 4px;margin-top: 2px; padding-bottom: 0px; list-style: none; display:block; }
li {padding-left: 5px; margin-top: 6px; padding-bottom: 0px; list-style: none; display:block; }
 
.username{ width: 190px; height: 18px;	text-align: left;	color: #828282; background: #171719; border: solid #545454 1px; margin-top: 5px; 	font-size: 11px; padding-top: 2px; padding-left: 2px;} 
.password{ width: 190px; height: 18px;	text-align: left;	color: #828282; background: #171719; border: solid #545454 1px; margin-top: 10px; margin-bottom:20px;	font-size: 11px; padding-top: 2px; padding-left: 2px;} 
.input{ width: 180px; height: 18px;	text-align: left;	color: #828282; background: #171719; border: solid #545454 1px; margin-bottom: 8px; 	font-size: 11px; padding-top: 2px; padding-left: 2px;} 
.textarea{ width: 180px; height: 85px;	text-align: left;	color: #828282; background: #171719; border: solid #545454 1px; font-family: Arial;	font-size: 11px; padding-top: 2px; padding-left: 2px;} 
.select{ width: 184px; height: 22px;	text-align: left;	color: #828282; background: #171719; border: solid #545454 1px;  margin-bottom:8px;	font-size: 11px; padding-top: 2px; padding-left: 2px;} 


.page{ 
	width: 960px;
	background-image: url(../images/background_main.jpg);
	background-repeat: no-repeat;
	text-align: left; 
	}
	

.logo{ 
		width: 263px;
		height: 72px;
		text-align: left;
		float: left;
}


.menu{ 
	width: 449px;
	height: 56px;
	padding-left: 211px;
	padding-top: 22px;
	text-align: left;
	float: left;

} 	


	
.content{ 
	width: 900px;
	height: 480px;
	text-align: left;

} 


	

.services_menu{ 
	width:260px;
	height:280px;
	padding-top: 40px;
	background-image: url(../images/background_services.png);
	background-repeat: no-repeat;
	float:left;
	text-align: left;
} 


	
.footer{ 
	width: 670px;
	height: 50px;
	padding-left: 22px;
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;

} 


.footer-1{width:110px;float:left;padding-left:70px; color: #4e4f51; padding-top:4px;} 
.footer-2{width:810px;float:left;padding-top: 8px;	color: #4e4f51; padding-top:4px;} 


a:link {	color: #c8c8c8;	text-decoration: none; font-size: 11; 	font-weight: normal;}
a:visited {	color: #c8c8c8; text-decoration: none;	font-size: 11; 	font-weight: normal;}
a:hover {color: #79dc2c; text-decoration: underline;	font-size: 11; 	font-weight: normal;}
a:active { color: #c8c8c8; text-decoration: none;	font-size: 11; 	font-weight: normal;}

a.link_news:link {color: #ffffff;	text-decoration: normal; font-size: 11; font-weight: normal;}
a.link_news:visited {	color: #ffffff; text-decoration: normal; font-size: 11; font-weight: normal; }
a.link_news:hover {color: #79dc2c; text-decoration: underline; font-size: 11; font-weight: normal;}
a.link_news:active { color: #ffffff; text-decoration: normal; font-size: 11; font-weight: normal; }

a.footer_links:link {color: #4e4f51;	text-decoration: normal; font-size: 11; font-weight: normal; margin-left: 4px; margin-right: 4px;}
a.footer_links:visited {	color: #4e4f51; text-decoration: normal; font-size: 11; font-weight: normal; margin-left: 4px; margin-right: 4px;}
a.footer_links:hover {color: #77ba48; text-decoration: underline; font-size: 11; font-weight: normal; margin-left: 4px; margin-right: 4px;}
a.footer_links:active { color: #4e4f51; text-decoration: normal; font-size: 11; font-weight: normal; margin-left: 4px; margin-right: 4px;}


a.rollover{	display: block;	width: 290px;height: 90px;text-decoration: none;background: url("../images/btn_phone_book.jpg");	}
a.rollover:hover {background-position: -290px 0;	}

a.rollover_home{	display: block;	width: 100px;height: 40px;text-decoration: none;background: url("../images/btn_home.jpg");float:left;	}
a.rollover_home:hover {background-position: -100px 0;float:left;	}

a.rollover_about{	display: block;	width: 106px;height: 40px;text-decoration: none;background: url("../images/btn_about.jpg");float:left;	}
a.rollover_about:hover {background-position: -106px 0;float:left;	}

a.rollover_services{	display: block;	width: 121px;height: 40px;text-decoration: none;background: url("../images/btn_services.jpg");float:left;	}
a.rollover_services:hover {background-position: -121px 0;float:left;	}

a.rollover_contact{	display: block;	width: 113px;height: 40px;text-decoration: none;background: url("../images/btn_contact.jpg");float:left;	}
a.rollover_contact:hover {background-position: -113px 0;float:left;	}


.displace {	position: absolute;	left: -5000px;	}



