@charset "utf-8";

body {
	margin:0;
	padding:0;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
.orange {
	color: #f78f1e;
}
.blue {
	color: #005CA5;
}
a:link {
	text-decoration: none;
		color: #005CA5;

}
a:visited {
	text-decoration: none;
		color: #005CA5;

}
a:hover {
	text-decoration: underline;
		color: #f78f1e;

}
a:active {
	text-decoration: none;
		color: #005CA5;

}
#holder #header #navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#holder #header #navbar li {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
#holder #header #logo {
	float: left;
	height: 95px;
	width: 320px;
}
#holder #header #email {
	float: left;
	padding-top:55px;
	color:#FF8A17;
	font-weight:bold;
	width: 340px;
	text-align:center;
}
#holder #header #numbers {
	float: right;
	height: 95px;
	width: 201px;
}
#holder #header #navbar {
	clear: both;
	width: 980px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 18px;
	padding-top: 10px;
}



#holder {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#holder #header {
	height: 141px;
	width: 1000px;
}
#holder #header #navbar a {
	color: #FFFFFF;
	text-decoration: none;
}
#holder #header #navbar a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#holder #header #navbar a:visited {
	text-decoration: none;
}
#holder #header #navbar a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
#footer {
	height: 34px;
	width: 960px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	color: #CCCCCC;
	padding-top: 107px;
	padding-right: 20px;
	padding-left: 20px;
}
#footer_holder {
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
}
.form_field {
	width:250px;
}
