html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
background-color: #ffffff;
color: #000000;
text-align: center;
background-image:url(../graphics/bg.jpg);
background-repeat:repeat-x;
overflow-x:hidden;
}

#ticker{
width:540px;
height:15px;
font-weight:bold;
font-size:12px;
padding: 0 0 5px 0;

}

body a {
color:#044201;
text-decoration:none;
border:0px;
font-weight:bold;
}
body a:hover, body a:focus {
color:#000000;
text-decoration:underline;
}

h1 {

	font-size: 13px;
	font-weight: bold;
	color: #044201;
	padding:5px 0 5px 0;
}
h2 {

	font-size: 12px;
	font-weight: bold;
	color: #044201;
	padding:5px 0 5px 0;
}

.green {
color:#044201;
}

.green_bold {
color:#044201;
font-weight:bold;
}

.property {
margin-right:15px;
}

.larger{
font-size:12px;

}
.red{
color:#FF0000;

}

p {
	padding:5px 0 5px 0;
}

hr {
width:100%;
size:1px;
color:#044201;
}

#image_left{
float: left;
padding:0 10px 5px 5px;
}
#image_right{
float: right;
padding: 0 5px 5px 10px;
}

#wrapper {
width: 786px;
margin:5px auto;
text-align:center;
}
#logo{
width: 214px;
height: 70px;
float:left;
margin: 0px 0 0 0;
}
#top_nav {
	width:261px;
	height:32px;
	float:right;
	margin:15px 0 20px 306px;
	text-align:left;
}

#nav {
width:786px;
height:27px;
float:left;
text-align:left;
}

.nav_item {
padding-right:5px;
}

#flash_body {
width:786px;
height:auto;
float:left;
text-align:left;
}

#logo_text {
width:215px;
height:265px;
float:left;
}

#flash_pocket {
width:571px;
height:auto;
float:left;
z-index:200;
}

#content {
width:786px;
height:auto;
background:url(../graphics/content_bg.jpg) repeat-y;
text-align:left;
}
#content_wrapper {
width:786px;
height:auto;
float:left;
}

#content_home {
width:786px;
height:auto;
background:url(../graphics/content_bg.jpg) repeat-y;
text-align:left;
}

#content_text {
width:536px;
height:auto;
float:left;
padding:2px 11px 0 10px;
}

#content_text a {
color:#044201;
font-weight:bold;
text-decoration:none;
}

#content_text a:hover, a:focus {
color:#000000;
text-decoration:underline;
}

#footer {
width:766px;
height:33px;
background:url(../graphics/footer_bg.jpg) no-repeat;
padding:9px 0 0 20px;
color:#BBB694;
margin-top:20px;
}
#footer a {
color:#FFFFFF;
}

#section_1 {
width:205px;
height:auto;
float:left;
padding-top:15px;
}

#section_2 {
width:358px;
height:auto;
float:left;
padding-top:15px;
}

#section_3 {
width:201px;
height:auto;
float:left;
padding-top:15px;
}

#left_section {
width:207px;
height:auto;
float:left;
margin-left:1px;
padding:15px 0 0 11px;
background: url(../graphics/content_left_bg.jpg) repeat-y;
}

#feature_div_one {
width:190px;
height:auto;
padding:5px;
background:url(../graphics/grad_div_bg.jpg) no-repeat;
}

#feature_div_two {
width:190px;
height:auto;
padding:5px;
background:url(../graphics/grad_div_bg.jpg) no-repeat;
}

#feature_div_three {
width:190px;
height:auto;
padding:5px;
background:url(../graphics/grad_div_bg.jpg) no-repeat;
}

#feature_div_four {
width:180px;
height:auto;
padding:10px;
padding-bottom:0px;
background:url(../graphics/grad_div_bg.jpg) no-repeat;
}

#text {
width:328px;
padding-left:15px;
padding-right:15px;
}

#text_xtr_pad {
width:521px;
padding-left:10px;
padding-right:20px;
}
#popup_frame {
	width: 538px;
	height: 340px;
}

#blanket {
	position: absolute;
	background: #000000;
	top: 0;
	left: 0;
	display: none;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#popup {
	position: absolute;
	border: 2px solid #044201;
	background: #FFFFFF;
	width: 538px;
	height: 340px;
}
.button {
	cursor: pointer;
}
.success, .error {
	font-weight: bold;
}
.success {
	color: #009900;
}
.error {
	color: #FF0000;
}
fieldset {
	margin: 10px;
	padding: 5px;
}
legend {
	margin: 10px;
	font-weight: bold;
}

.additional_image_thumb {
	width: 80px;
	height: 60px;
	margin: 5px;
	border: 1px solid #000000;
}