@charset "UTF-8";


body {

	margin: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 100%;

	padding-top: 0px;

	padding-right: 0;

	padding-bottom: 0;

	padding-left: 0;
}


.oneColFixCtrHdr #container {

	width: 800px;

	text-align: left; /* this overrides the text-align: center on the body element. */

	margin-top: 5px;

	margin-right: auto;

	margin-bottom: 5px;

	margin-left: auto;
	background-color: #FFFFFF;

	background-image: url(images/pages_images/contactus_background.jpg);

	height: 630px;

	padding: 0px;

	border: 1px solid #FFFFFF;
}


.oneColFixCtrHdr #header {

	padding-top: 0px;

	padding-right: 20px;

	padding-bottom: 0px;

	padding-left: 0px;

	height: 130px;

	width: 780px;

	margin-top: 20px;
	margin-right: 0px;
}


.oneColFixCtrHdr #header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.oneColFixCtrHdr #mainContent {

	padding-top: 50px;

	padding-right: 0px;

	padding-bottom: 0;

	padding-left: 18px;
}


.oneColFixCtrHdr #footer {

	width: 765px;

	padding-top: 0px;

	padding-right: 15px;

	padding-bottom: 0px;

	padding-left: 20px;

	height: 77px;

	margin-top: 3px;

	background-image: url(images/pages_images/footer_pages.jpg);

	background-repeat: no-repeat;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: lighter;

	color: #FFFFFF;

	line-height: 16px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;
}


.oneColFixCtrHdr #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.oneColFixCtrHdr #footer_right {
	float: right;
	width: 250px;
	height: 77px;}


.address1 {

	height: 130px;

	width: 210px;

	padding-top: 0px;
	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 0px;	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;
	line-height: 18px;

	font-weight: lighter;

	color: #1f1a33;
}

.address2 {

	height: 50px;

	width: 210px;

	padding-top: 20px;

	padding-right: 0px;

	padding-bottom: 126px;

	padding-left: 0px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	line-height: 18px;		font-weight: lighter;

	color: #1f1a33;
}
