@charset "utf-8";
/* CSS Document */

body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; margin:0px; }
h1 {}
h2 { font-size: 14px; color: #004e96; margin: 5px 0px 5px 0px; }
h3 { margin: 0px 0px 5px 0px; color:#ffffff; font-size: 10px; }

div#wrapper {
    width: 780px;
    background-color:#FFFFFF;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

#ecsto_header { width: 780px; height:99px; background: url(../img/arrows1.jpg) no-repeat right; }
#ecsto_logo { margin: 11px 0px 0px 11px; border:none; }
#ecsto_menu { width: 780px; height: 20px; background: #00adef url(../img/arrows2.jpg) no-repeat right; }
#ecsto_menu ul, #ecsto_footer ul { margin: 0px; padding: 0px; list-style: none; }
#ecsto_menu ul li { float:left; }
#ecsto_menu a, #ecsto_menu a:visited { 
	color: #ffffff; 
	display: block; 
	text-decoration: none; 
	padding: 3px 25px 3px 25px;
	border-right: 1px solid #FFFFFF;
	font-size: 12px;
	}
#ecsto_menu a:hover { color:#004e96; background-color:#c7ebfb; }
#loc { color:#004e96 !important; background-color:#c7ebfb; }
#ecsto_mainpage { width:780px; padding:10px 0px 10px 0px; background: #ffffff url(../img/blue_bg.jpg) repeat-y right; overflow:auto; }
#ecsto_mainpage_left { width:600px; float:left; }
#ecsto_mainpage_right { display:none; width:170px; float:right; padding: 7px;  background-color:#00adef; }

#ecsto_footer { width:780px; border-top:5px solid #00adef; font-size:10px; padding:5px 0px 0px 0px; clear:both; }
#ecsto_footer ul {}
#ecsto_footer ul li { float:right; }
#ecsto_footer a, #ecsto_footer a:visited { color:#000000; display:block; padding:0px 8px 0px 8px; }
#ecsto_footer a:hover { color:#004e96; }
img.imgRight { float:right; margin: 0px 0px 0px 5px; }
div.address { margin-left: 15px; }

/* FIREFOX TWEAKS */ 
html>body #ecsto_mainpage { width:780px; }
html>body #ecsto_mainpage_left { width:600px; }
html>body #ecsto_mainpage_right { width:156px; }
html { min-height: 101%; }
