@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #345599;
}


/* LAYOUT ELEMENTS */


/* CONTAINERS */

#container {
	width: 955px;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.home #container {
	background-image: url(../images/home_robot.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}


/* HEADERS */

#header {
	background-image: url(../images/int_header_graphic.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 40px;
	padding: 0;
	height: 245px;
}
.home #header {
	height: 255px;
}


/* MAIN CONTENTS */

#mainContent {
	min-height:250px;
	height: auto !important;
	margin-left: 210px;
	margin-top: 25px;
	margin-right: 35px;
	padding: 0;
	margin-bottom: 40px;
}
.home #mainContent {
	margin-top: 45px;
	margin-left: 585px;
}
.contact #mainContent {
	margin-bottom: 0px;
}


/* FOOTERS */

#footer {
	margin-left: 210px;
}
.home #footer {
	margin-left: 585px;
}



/* COMMON ELEMENTS */

.headline {
	color: #345599;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
#mainContent p {
	font-size: 10px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}
#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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}


/* CONTACT PAGE ELEMENTS */

.contactTable {
	font-size: 10px;
	text-transform: uppercase;
	margin-left: 200px;
	margin-top: 40px;
	padding: 0px;
	margin-bottom: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
.formField {
	font-size: 11px;
	width: 265px;
	margin: 0px;
	padding: 0px;
}
.formField input {
	font-size:9px;
}
.formButton {
	cursor:pointer;
	color: #EF3125;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 200px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 93px;
	background-image: url(../images/int_submit_up.jpg);
	background-repeat: no-repeat;
	height: 41px;
}
.formButton:hover {
	background-image: url(../images/int_submit_over.jpg);
}
.requiredFields {
	text-transform: none;
}
