/* template1style.css */

body {
	font: normal 10pt Arial, Helvetica, Sans-Serif;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-color: #424854;
	margin: 0 0 0 0;
}

#wrapper {
	top:0px;
	left:0px;
	height: auto;
	width: 750px;
	margin: 0 auto 0 auto;
}

#head {
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 206px;
	top: 0px;
	margin: 0 0 0 0;
	z-index: 1;
}

#head #homeLink {
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 176px;
	height: 95px;
}

#body_wrapper {
	left: 0px;
	height: auto;
	width: 708px;
	background-color: #C4C4C4;
	border: 1px solid white;
	margin: 10px auto 10px auto;
}

#body {
	background-color: #C4C4C4;
	width: 675px;
	top: 0px;
	height: auto;
	margin: 0 auto 0 auto;
}

#nav {
	height: 25px;
	top: auto;
	width: 690px;
	bottom: 0px;
	margin: 0 auto 0 auto;
	z-index: 2;
}

#nav #TopLinks {
	width: 690px;
	height: auto;
	bottom: 0px;
	margin: 0px auto 0 auto;
}

#nav table {
	font: normal 8pt Arial, Helvetica, Sans-Serif;
	width: 100%;
	margin: 162px 0 0 0;
}

#nav table td {
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-variant: small-caps;
	text-align: center;
	vertical-align: middle;
}

#nav table td a:link {
	color: white;
	text-decoration: none;
}
#nav table td a:visited {
	color: white;
	text-decoration: none;
	
}
#nav table td a:hover {
	color: white;
	text-decoration: underline;
}
#nav table td a:active {
	color: white;
	text-decoration: underline;
}

#foot {
	background-image:url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 83px;
	bottom: 0px;
}

#foot #Links {
	width: 550px;
	height: auto;
	margin: 0 auto 0 auto;
	bottom: 0px;
}

#foot table {
	font: normal 8pt Arial, Helvetica, Sans-Serif;
	width: 550px;
	margin: 10px 0 0 0;
}

#foot table td {
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #8D95C4;
	text-align: center;
	vertical-align: middle;
}

#foot table td a:link {
	color: #8D95C4;
	text-decoration: none;
}
#foot table td a:visited {
	color: #8D95C4;
	text-decoration: none;
	
}
#foot table td a:hover {
	color: white;
	text-decoration: underline;
}
#foot table td a:active {
	color: white;
	text-decoration: underline;
}

#location {
	width: 700px;
	margin: -95px auto 0px auto;
	font: normal 8pt Arial, Helvetica, Sans-Serif;
	color: white;
	text-align: right;
	vertical-align: middle;
	top: 0px;
}

#location a:link {
	color: white;
	text-decoration: none;
}
#location a:visited {
	color: white;
	text-decoration: none;
	
}
#location a:hover {
	color: red;
	text-decoration: underline;
}
#location a:active {
	color: red;
	text-decoration: underline;
}

#contact_form {
	margin: 0 auto 0 auto;
	padding: 15px 15px 15px 15px;
	border: 1px solid gray;
	width: 625px;
	background-color: #EBEBEB;
	line-height: 16px;
}

td.required_form_headings1 {
	font: bold 10pt Arial, Helvetica, Sans-Serif;
	border-bottom: 1px solid black;
	color: blue;
}

td.optional_form_headings1 {
	font: bold 10pt Arial, Helvetica, Sans-Serif;
	border-bottom: 1px solid gray;
	color: gray;
}

.copyright {
	color: red;
}

.input_indent {
	margin-left: 0;
}

.sidenote {
	font: normal 10pt Arial, Helvetica, Sans-Serif;
	font-variant: small-caps;
}

.blue {
	color: blue;
}

.submit_button {
	font: bold 8pt Arial, Helvetica, Sans-Serif;
	color: white;
	border: 1px solid black;
	background-color: gray;
	padding: 2px 2px 2px 2px;
	margin: 0 5px 0 0;
}