@import url(reset-fonts-grids.css);

body {
	background: #FAFAFA;
	padding: 16px;
}

em {
	font-style: italic;
}

h2 {
	border-left: 5px solid #003698;
	font-size: 116%;
	font-style: italic;
	font-weight: bold;
	padding-left: 8px;
}

h3 {
	font-size: 108%;
	color: #a8984f;
}

#main ul {
	margin: 16px 48px;
	list-style: disc;
}

#main ul li {
	list-style: disc;
}

p.contact-info {
	background: url(contact-info-box.gif) no-repeat;
	height: 110px;
	margin: 10px 0 0 15px;
	margin-bottom: 15px;
	width: 164px;
}

p.contact-info span {
	display: none;
}

strong {
	font-weight: bold;
}

strong em, em strong {
	font-style: italic;
	font-weight: bold;
}

#bd {
	background: url(page-bottom2.gif) no-repeat bottom;
}

#custom-doc {
	background: url(page-bg2.gif) repeat-y;
}

#ft {
	background: #FAFAFA;
	color: #6A6A6A;
	font-size: 85%;
}

#ft p {
	margin-left: 32px;
}


#hd img {
	height: 160px;
	width: 721px;
}

#main {
	font-family: serif;
	font-size: 116%;
	line-height: 140%;
	margin-bottom: 20px;
	margin-right: 20px;
}

#main p {
	margin: 16px 0;
}

#nav a {
	background: url(nav-circle-inactive.gif) no-repeat bottom right;
	color: #656565;
	display: block;
	font-family: serif;
	font-size: 108%;
	font-style: italic;
	padding: 8px 15px 5px 5px;
	text-align: right;
	text-decoration: none;
	width: 148px;
}

#nav a:hover, #nav a.active {
	background: url(nav-circle-active.gif) no-repeat bottom right;
}


/* Screen-Input for Contact Us Form */

div.confirm {
	font-size: 90%;
	margin: 16px 0 8px 16px;
	text-align: center;
}

div.confirm input {
	font-size: 100%;
	font-weight: bold;
	margin: 0 16px 0 0;
	padding: 3px 16px;
}

div.field {
	clear: left;
	font-size: 90%;
	padding: 5px 0;
}
div.field input {
	padding: 2px;
}

div.field label {
	display: block;
	float: left;
	margin: 3px 0 3px 32px;
	padding: 0 16px 0 0;
	text-align: right;
	width: 100px;
	font-weight: bold;
}

div.field span {
	left: 3px;
	position: relative;
	top: 4px;
}

.required {
	color: #B11E0A;
	font-weight: bold;
}
.comments {
	text-align: center;
}
.formbutton {
	max-width: 140px;
	width: 140px;
	padding: 1px 4px; /* whatever your required padding is */
	overflow: visible; /* seems to keep ie (inc 7) in check without anything else */ 
}
/* -------------------------------------------------------------- 
	ERROR STYLES  
-------------------------------------------------------------- */

div.error {
	background-image: url(../../../../core/icons/set1/24/110.png);
	border-color: #D7582D;
}

div.error p {
	color: #B11E0A;
}
div.error p, div.info p, div.okay p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 130%;
	font-weight:bold;
}
div.error ul li {
	background-image: url(../../../../core/icons/set3/bullet_red.png);
}
div.error ul li em {
	font-weight: bold;
}
div.error ul li{
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 1.5em;
}
div.error ul{
	margin: 1em;
	list-style-type:none;
}
div.error{
	background-position: 0.5em 0.5em;
	background-repeat: no-repeat;
	border-bottom-width: 3px;
	border-left: 0;
	border-right: 0;
	border-style: solid;
	border-top: 0;
	margin-bottom: 1em;
	min-height: 5em;
	padding: 1em 0 0 5em;
}
