/* 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:#FFF;
	font-size:15px;
	text-decoration:none;
}
.menu ul li a:hover {
	color:#FF0;
	font-size:15px;
}
.menu ul li a:active {
	color:#FF0;
	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:900px;
	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:no-repeat;
	padding-left:14px;
	padding-top:10px;
	font-size:15px;
}

.call {
	width:900px;
	height:24px;
	background-image:url(../images/call-tab.png);
	background-repeat:no-repeat;
	background-position:center;
	padding-top:2px;
	font-size:17px;
	color:#333;
	font-weight:bold;
	text-align:center;
}

.content {
	width:900px;
	height:auto;
	min-height:150px;
	font-size:16px;
	padding-left:0px;
	padding-right:15px;
}

.footer {
	width:900px;
	height:22px;
	text-align:center;
	font-size:11px;
	padding-top:10px;
	padding-bottom:2px;
	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:0px;
	padding-right:15px;
	padding-top:0px;
	padding-bottom:5px;
}

label {  
	width:25%;  
	text-align:left;  
	float:left;
}

