@import url(headers.css);

body {
	background: #777 url(../images/background.jpg) repeat-x;
	margin: 0;
	padding: 0;
	
	font-family: verdana, arial, helvetica, sans-serif;
  	font-size: 11px;
  	color: #555;
	line-height: 1.4em;  	
}

p, a, td, li {
  font-size: 11px;
  line-height: 1.4em;
}

p {
	text-align: justify;
	margin-top: 0;
}

h1 {
	font-size: 19px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #ff991d;
}

h2 {
	font-size: 17px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #ff991d;
}

h3, h3 a {
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	color: #0096bb;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 0;
	word-spacing: -0.02em;
}

ul {
	margin: 3px;
	padding: 0 0 0 20px;
}

li {
	list-style-image: url(../images/arr-rt-orange.gif);
	padding: 0;
	margin: 0 0 15px 0;
}

#container {
  width: 100%;
}

#header {
	margin: 15px auto;
	width: 792px;
	height: 77px;
}

#header img {
	border: 0;
	width: 792px;
	height: 77px;
}

#mainbody {
  	width: 800px;
	margin: 0 auto;
}

#topmenu {
  	width: 800px;
  	height: 46px;
	background: #666 url(../images/bg-menu.png) top left no-repeat;
}

#topmenu a {
	margin: 0;
	padding: 0;
}

#topmenu img {
	border: 0;
	padding: 21px 20px 16px 19px;
	float: left;
}

#content {
	width: 800px;
	background: #fff;
	float: left;
}

#column1 {
  	width: 474px;
	margin: 10px 30px 0 30px;
	padding: 0 0 20px 0;
  	float: left;
	background: #fff;
	display: inline;	/* stop ie from doubling left margin width */
}

#column1 > p:first-child {
	margin-top: 0;		/* get rid of margin before first p in firefox */
}

#column2 {
  	width: 255px;
  	float: left;
	margin: 10px 0;
	padding: 0 0 20px 0;	
}

#column2 img {
	float: left;
}

#footer {
  	width: 800px;
  	height: 83px;
  	background: #eee url(../images/footer.jpg) top left no-repeat;
  	margin-bottom: 15px;
	float: left;
	font-size: 9px;
	color: #777;
	line-height: 1.3em;	
}

#footer-column1 {
	margin: 10px 10px 0 285px;
	width: 260px;
	float: left;
	display: inline;	/* stop ie from doubling left margin width */	
}

#footer-column2 {
	margin: 10px 0 0 0;
	width: 235px;
	float: left;
	display: inline;	/* stop ie from doubling left margin width */
}

.table-nopadding {
  	padding: 0;
  	margin: 0;
  	border: 0;
  	border-collapse: collapse;
  	float: left;
}	
  
.table-nopadding td {
  	padding: 0;
  	margin: 0;
}

.table-nopadding img {
	border: 0;
}

input.formfield {
	width: 270px;
}

span.requiredfield {
	font-weight: bold;
	color: #222;
}

td.formbg1 {
	background: #e4e4e4 url(../images/formbg.gif) top left no-repeat;
	padding: 3px 8px;
}

td.formelementbg {
	padding: 0;
}

	
.submenu li {
	list-style: none;
	list-style-image: none;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
	margin-left: -10px;
}

.submenu a {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
