/* Master.css - change basic fonts and styling here */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.2em;
	margin:0;		/* always set margin and padding to 0 for body tags to remove space on all browsers */
	padding:0;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	color:#b55400;
	font-size:1.4em;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:0;
	padding-top:0;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	color:#b55400;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:normal;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	color:#1a1718;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:normal;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	color:#4f4f4f;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:normal;
}

h5 {
	font-family: Helvetica, Arial, sans-serif;
	color:#4f4f4f;
	font-size:1em;	
	font-weight:normal;	
}

h6 {
	font-family: Helvetica, Arial, sans-serif;
	color:#4f4f4f;
	font-size:1em;	
	font-style:italic;
	font-weight:normal;
}

a {
	color:#b55400;
}

ul#site_map, #page-content ul {
	list-style-image:url(../art/bullet.gif);
}

.clear {
	clear:both;
}

fieldset {
	width:700px;
	border: 1px solid #999999;
	background-color:#FFFDDD;
}

input {
	border:1px solid #b55400;
}

select {
	border:1px solid #b55400;
}

textarea {
	border: 1px solid #b55400;
}

legend {
	font-size:0.9em;	/* the 'title' of each fieldset in the forms */
	color:#999999;
}


label {
	display:block;
}

label span {
	width:200px;			/* distance between start of label element and the input boxes in the form */
	display:block;
	float:left;
	font-weight:bold;
}

label span.required {
	text-decoration:underline;
	font-weight:normal;
	font-size:0.8em;
	display:inline;
	width:auto;
	float:right;
}

td {
	padding-bottom:20px;
}