@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#page-wrapper {
	display: block;
	height: 100px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#page-header {
	background-image: url(../images/header-background.jpg);
	display: block;
	position: relative;
	height: 100px;
	width: auto;
	background-color: #669900;
}
#logo {
	display: block;
	position: absolute;
	height: auto;
	width: auto;
	left: 10px;
	top: 10px;
}
#call {
	display: block;
	position: absolute;
	height: auto;
	width: auto;
	top: 20px;
	right: 10px;
}
#top-nav {
	display: block;
	position: absolute;
	height: 30px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-style: solid;
	background-color: #669900;
	text-align: center;
}
#top-nav a:link, #top-nav a:visited, #top-nav a:active {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-left: 2px;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	line-height: 28px;
	margin-right: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #669900;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-style: solid;
}
#top-nav   a.last {
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#top-nav a:hover {
	background-color: #79AC13;
	border: 1px solid #FFFFFF;
}
#left-nav {
	font-size: 14px;
	display: block;
	position: relative;
	width: 200px;
	height: auto;
	float: left;
	margin-top: 10px;
}
#left-nav ul {
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #669900;
	border-right-color: #669900;
	border-bottom-color: #669900;
	border-left-color: #669900;
	padding-bottom: 7px;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
}
#left-nav li {
	display: block;
	background-image: url(../images/li-link.gif);
	background-repeat: no-repeat;
	background-position: left -4px;
	padding-left: 30px;
	position: relative;
	height: auto;
	width: auto;
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 4px;
}
#left-nav a:link, #left-nav a:visited, #left-nav a:active {
	color: #000000;
	font-size: 14px;
	display: inline;
	position: relative;
	height: 25px;
	width: auto;
	text-decoration: none;
	line-height: 16px;
	vertical-align: middle;
}
#left-nav a:hover {
	text-decoration: underline;
}
#center-content {
	display: block;
	position: relative;
	height: auto;
	width: 500px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
h1 {
	color: #669900;
	font-family: "Times New Roman", Times, serif;
	font-size: 31px;
	font-weight: normal;
	line-height: 34px;
}
h2 {
	color: #649900;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
	margin-top: 5px;
}
h3 {
	color: #669900;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
#center-content ul {
	display: block;
	width: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
	height: auto;
}
#center-content  ol  li {
	list-style-image: none;
	list-style-type: decimal;
}

#center-content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	list-style-position: inside;
	list-style-image: url(../images/li-tick.gif);
	line-height: 22px;
	color: #434A5C;
}
#center-content  li  a:link, #center-content li a:visited, #center-content li a:active {
	color: #434A5C;
	text-decoration: none;
}

#center-content em {
	font-size: 14px;
	font-weight: bold;
	color: #434A5C;
}

#center-content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	display: block;
	width: auto;
	margin-top: 10px;
	position: relative;
	margin-bottom: 5px;
}
#center-content p strong {
	color: #434A5C;
}
#center-content .claim {
	display: block;
	width: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
	height: auto;
}
#center-content #error-messages {
	background-color: #FFE7E3;
	border: 2px dotted #FF0000;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	display: none;
}
input.error, textarea.error {
	color: #FF0000;
	background-color: #FFE7E3;
	border: 2px dotted #FF0000;
}

fieldset {
	display: block;
	border: 1px solid #669900;
	position: relative;
	height: auto;
	width: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #669900;
	margin-left: 40px;
	padding-right: 10px;
	padding-left: 10px;
}

label {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: auto;
	position: relative;
	height: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: bold;
	color: #666666;
}
#right-nav {
	display: block;
	position: relative;
	height: auto;
	width: 215px;
	float: right;
	padding-top: 20px;
	overflow: hidden;
}
#right-nav em  {
	font-style: italic;
	font-size: 14px;
	color: #434A5C;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	display: block;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
#page-footer {
	display: block;
	position: relative;
	height: 200px;
	width: 100%;
	float: none;
	clear: both;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	padding-top: 20px;
}
#foot-nav-bar {
	background-color: #669900;
	display: block;
	position: relative;
	height: 20px;
	width: auto;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#foot-nav-bar a:link, #foot-nav-bar a:visited, #foot-nav-bar a:active {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	display: inline-block;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: 4px;
	margin-left: 4px;
	line-height: 20px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	position: relative;
	height: auto;
	width: auto;
}
#foot-nav-bar a:hover {
	text-decoration: underline;
}
#foot-nav-bar .last {
	border-right-style: solid;
}
