@charset "UTF-8";
/* CSS Document */

body {
	background:url(../images/background.png);
    font: 1em Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center; /* Centers the container */
    margin: 0;
    padding: 0;
}


#wrapper {
	background:url(../images/getintouchbackground.gif);
    width: 1000px; 
	height: 757px;
    margin: 33px auto; /* It's important to set the margin to auto if you want the layout to center */
    text-align: left;
}

#header, #column1 {
	padding: 20px 10px 0px 10px;  /* This sets a 10px padding on all of our content boxes */
}

#section1 {
    float: left; /* Sets this section to the left */
    width: 1000px;
	height: 475px;
}

    #column1 {
	float: left; /* Sets this column to the left inside its section */
	width: 190px;
	margin: 43px 0px 0px 30px;
	list-style: none;
    }

    #column2 {
	float: left; /* Sets this column to the right inside its section*/
	width: 396px;
	margin: 53px 0px 0px;
	padding: 0px 0px 0px 62px;
    }

    #column3 {
	float: left; /* Sets this column to the left inside its section */
	width: 188px;
	padding: 132px 0px 0px 2px;
    }

#footer {
	clear: both;
	padding: 0px 0px 0px 207px;
	height: 225px;
	line-height: 1.3;
}

#footer ul li {
	display: inline;
	list-style: none;
}
.foottext {
	clear: both;
}
.information {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	line-height: 1.3;
}
.italictext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-style: italic;
	display: block;
	padding: 10px 0px 2px;
	text-align: center;
}
.formbox {
	background: url(../images/formbg.jpg) no-repeat;
}
#formbutton {
	background:url(../images/submit.gif) no-repeat;
	border:none;
	color:#FFFFFF;
	height: 35px;
	width: 100px;
	display: block;
	margin-top: 5px;
	text-align: center;
}
.formtext {
	font-size: 0.9em;
	display: block;
	padding: 6px 0px 3px 0px;
}

