/* CSS Document */

h1 {
	font: bold 175% Arial,sans-serif;
	color: #407927;
	padding-bottom: 2px;
	border-bottom: 1px solid #4079227;
}
h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #407927;
}

h3 {
	font-family: Arial;
	font-size: 12ox;
	font-weight: bold;
	color: #407927;
}
hr {
	border-bottom: 1px solid #407927;
	border-top: none;
	border-left: none;
	border-right: none;
}
.textfield_required {
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #407927;
	background-color: #FFFF77;
}
.textfield{
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #407927;
}
.button {
	padding: 4px;
	background-image: url(../images/jpg/button_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #333;
}
/* Page Content */
#page_navigation {
	width: 240px;
	margin-right: 20px;
	margin-top: 5px;
	float: left;
	display: inline;
}
#page_navigation ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#page_navigation li{
	display: block;
}
#page_navigation li span{
	display: inline;
}
#page_navigation li a:link, #page_navigation a:visited, #page_navigation a:active {
	display: block;
	width: 228px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding: 5px;
	background-color:#F3F3F3;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-indent: 5px;
}
#page_navigation li a:hover{
	display: block;
	text-indent: 10px;
	background-color: #333;
	color: #FFF;
}
#contact_content {
	margin-left: 260px;
}
#promo {
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	border: 1px solid #999;
	margin-bottom: 10px;
	height: 200px;
}
.navigation_header {
	width: 225px;
	padding-left: 10px;
	padding-right: 5px;
	height: 24px;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #999;
	line-height: 24px;
	font-weight: bold;
}
.navigation_break {
	height: 10px;
}
.navigation_logo {
	padding-bottom: 15px;
}
#page_title {
	width: 800px;
	height: 80px;
	border: 1px solid #333;
	background-color: #333;
}
#page_logo {
	width: 40px;
	height: 40px;
	background-image: url(../images/jpg/white_g.jpg);
	background-repeat: no-repeat;
	margin-left: 740px;
	margin-top: 20px;
	position: absolute;
	float: right;
}
#page_title_text {
	width: 200px;
	height: 30px;
	margin-left: 20px;
	margin-top: 26px;
	background-image: url(../images/jpg/titles/contact.jpg);
	background-repeat: no-repeat;
	position: absolute;
	float: left;
	display: inline;
}
.address_text {
	padding-left: 10px;
}
#footer {
	clear: both;
	border-top: 1px solid #333;
	line-height: 30px;
	text-align: right;
	margin-top: 10px;
}