body {
    font-family:Verdana, Geneva, sans-serif;
	  font-size:11pt;
	  margin:0px auto;
	  padding:0px;
	  background-color: #004813;
}
			
img {
		border:0px;
		padding:0px;
		margin:0px;
		display:block;
}	

a {
		text-decoration:none;
	  color: white;
}
a:visited {
    color white;
}

a:hover {
    color: white;
}

.header_image {
   
}

.center_div {
		position: relative;
		width: 860px;
		left: 50%;
		margin: 0 0 0 -475px;
}

.top_bar {
	  min-width: 1000px;
		border-bottom: 5px solid #002409;
		padding: 0 0 20px 0;
}

.bottom_bar {
		margin: 0px 0 20px 0; 
		padding: 20px 0 10px 0;
		min-width: 1000px;
		border-top: 5px solid #002409;
}

.top_gradient {
    background-image: url('../images/top_gradient_background.gif');
	  background-repeat: repeat-x;
	  background-position: top left;
		width: 100%;
		background-color: white;
}

.bottom_gradient {
    background-image: url('../images/bottom_gradient_background.gif');
	  background-repeat: repeat-x;
	  background-position: bottom left;
		width: 100%;
		background-color: white;
}

.container{
		background:white;
		min-width: 820px;
		padding: 0 0 0 190px;
}

.topleft{
		margin:0;
		padding:0;
		background:url(/images/top_left_green.gif) top left no-repeat;
}

.topright{
		margin:0;
		padding:0;
		background:url(/images/top_right_green.gif) top right no-repeat;
}

.bottomright{
    margin:0;
		padding:0;
		background:url(/images/bottom_right_green.gif) bottom right no-repeat;
}

.bottomleft{
    margin:0;
	  padding:0;
		background:url(/images/bottom_left_green.gif) bottom left no-repeat;
}
.content {
		border-left: 5px solid #5a895c;
		border-right: 5px solid #5a895c;
		background-color: white;
		padding: 10px 20px 20px 20px;
}

.top_content {
		border-top: 5px solid #5a895c;
		margin: 0 5px 0 5px;
		height: 5px;
		background-color: white;
}

.bottom_content {
		border-bottom: 5px solid #5a895c;
		margin: 0 5px 0 5px;
		height: 5px;
		background-color: white;
}

.content_title {
    color: #004812;
		font-size: 18pt;
		margin: 20px 0 0 0;		
		width: 700px;
}

.content_text {
		margin: 15px 40px 0 0px;
		font-size: 10pt;
		width: 700px;
		color: #004812;
}

.float_left {
		float: left;
}

.clear_both {
		clear: both;				
}

.images {
    float: left;
		margin: 100px 0 0 0;
}

.footer_logo {
    float: left;
		margin: -5px 0 0 10px;
}

.lender_logo {
    float: left;
		margin: -5px 0 0 20px;
}

.footer_text {
    float: left;
		margin: -10px 0 0 400px;
		font-size: 13pt;
}

.image_carousel {
    margin: 30px 0px 20px -12px;
		float: left;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 640px;
    padding: 0px 40px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  640px;
    height: 124px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 100px;
    height: 124px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 50px;
    right: 2px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/right_arrow_new.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 50px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/left_arrow_new.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.menu {
    float: left;
		margin: 30px 0 0 100px;
		color: white;
		font-weight: normal;
		font-size: 12pt;
}

.menu_item {
    float: left;
		margin: 0 40px 0 0px;
}

.menu_item_left {
    border-right: 2px solid white;
		float: left;
		padding: 0 30px 0 0;
		margin: 0 30px 0 0;

}

.menu_item_right {
	  float: left;
}


.form {
    margin: 20px 0 0 0;

}

.form_container {
    float: left;
		width: 300px;
		margin: 0 0 10px 20px;
}

.form_label {
    
		font-size: 10pt;
		color: #004812;
}

.form_input {
   

}

.form_message {
    font-weight: bold;
		font-size: 10pt;
		margin: 10px 0 10px 20px;
}

.headings {
   
	 margin: 10px 0 0 20px;
	 color: #214232;
	 font-size: 10pt;
	 cursor: pointer;
	 width: 180px;
}

.headings_content {
   width: 300px;
	 font-size: 9pt;
	 margin: 5px 0 0 30px; 
}

.heading_column {
   float: left;
	 width: 350px;
}

.thank_you {
    margin: 0 0 0 20px;
}

.profile_line {
   	margin: 10px 0 0 0px;
		float: left;
		width: 500px;
	
}

.profile_line ul {
    margin: 10px 0 0 0;

}

.profile_line li {
    margin: 5px 0 0 0;
}

.profile_pic {
    margin: 12px 0 0 20px;
	  float: left;
} 

.profile_heading {
   font-weight: bold;
	 margin: 0px 0 0 20px;
	 color: #214232;
	 font-size: 12pt;
	 float: left;
}

.profile_sub_heading {
   font-weight: bold;
	 margin: 5px 0 0 40px;
	 color: #214232;
	 font-size: 11pt;
	 float: left;
	 width: 80px;
}

.profile_content {
		margin: 0 0 0 10px;
		float: left;
}

.profile_sub_content {
    margin: 5px 0 0 10px;
		float: left;
}

.profile_content_large {
		margin: 0 0 0 0;
		float: left;
		width: 650px;
}

.profile_lower_content {
    margin: 5px 0 0 20px;

}
