/* CSS Document */

body {
padding:0;
margin:0;
background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
font-size:22px;
font-style:normal;
font-weight:normal;
color:#009900;
}

a:link, a:visited, a:hover, a:active {color:#0033FF;}
	
.menu ul li a:link, .menu ul li a:visited {color:#000000; font-size:15px; text-decoration:none;}
.menu ul li a:hover {color:#009900; font-size:15px;}
.menu ul li a:active {color:#009900; font-size:15px;}

.container {
margin-left:auto;
margin-right:auto;
width:900px;
height:auto;
}

.header {
width:900px;
height:160px;
background-image:url(../images/header-bg.jpg);
background-repeat:repeat-y;
}

.logo {
width:706px;
height:160px;
background-image:url(../images/header-logo.png);
background-repeat:no-repeat;
float:left;
}

.region {
width:185px;
height:160px;
background-image:url(../images/header-region.png);
background-repeat:no-repeat;
float:right;
}

.menu {
width:885px;
height:32px;
background-image:url(../images/menu-bg.jpg);
background-repeat:repeat-x;
padding-left:15px;
padding-top:10px;
font-size:15px;
}

.call {
width:900px;
height:28px;
background-image:url(../images/call-tab.png);
background-repeat:no-repeat;
background-position:center;
padding-top:2px;
font-size:17px;
color:#494949;
font-weight:bold;
text-align:center;
}

.content {
width:860px;
height:auto;
min-height:300px;
font-size:12px;
padding-left:20px;
padding-right:20px;
}

.footer {
width:900px;
height:22px;
text-align:center;
font-size:11px;
padding-top:10px;
padding-bottom:10px;
background-image:url(../images/header-bg.jpg);
background-repeat:repeat-y;
}

.menu ul li a {
padding: 5px;
margin: 0;
}

.menu ul, .menu ul li {
list-style-type: none;
display: inline;
padding: 0;
margin: 0;
}

img {
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
}

label {  
	width:25%;  
	text-align:left;  
	float:left;
}