﻿/* CSS layout */
body {
	background-color: #A2C8ED;
	background-image: url(images/body.bg2.jpg); 
	padding-top:20px;
	/* 	
	padding-top: 0px;*/
	
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	text-align:center;
	font-family:arial;
 
}

#container
{
	background: #FFFFFF;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
	width: 960px;
	height: auto !important;
}

#topleft {
	position:relative; 
	width: 385px;
	height: 209px;
	top: 0;
	left: 0;
	float:left;
}
#topright {
	position: relative; 
	float:left ; 
	
	width: 575px;
	height: 209px;
	top: 0;
}
#upperRight {
	height:	93px;
	width: 575px;
	left:385px;
}
#LowerRight {
	height:	116px;		
	width: 575px;
	left:385px;
}

#telephoneNo {
		padding-left: 200px;
		padding-top: 30px;
		color: #256DD3;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16pt;	
}

#page_header {
	font-family: Arial, Helvetica, sans-serif;
	color:white;
	font-size:18pt;
	padding-top:0px;
	padding-left:30px;
}
#top_nav {
height:209px;
text-align:left;
}

#page_content {
	background: url('images/blue_panela.jpg') no-repeat left top;
	
	text-align:left;
	padding:0px;
	margin:0px;
}
#footer {
	font-size:10pt;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif; 
}
#clear {
	clear: both;
	}
#whiteText {
font-size:12px;
	color: white;
		padding:20px;
}

#form {
	margin-top:30px;
	margin-left:320px;
}
.field input {
	background:#fff url(images/textbox-bg.png) bottom repeat-x;
	line-height:40px;
	height:31px;
	padding-left:5px;
	padding-right:5px;
	border:1px solid #b8b8b8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:264px;
	color:#111;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left:20px;
	font-size:18px;
	padding-top:9px;
}
.field {
	display:block;
	height:40px;
	text-align:left;
	line-height:40px;
	margin-bottom:10px;
}
