/* custom code by

 * billy bastardi

 * westech solutions llc.

 * http://westechsolutions.com

 */

		#main_outer_container {

			/*background: url('../../images/main_container_bg-1.png') no-repeat;*/

			height:629px;

			background: none;

		}

		

		/* image rotator styling */

		

		#image_rotator_1,

		#image_rotator_2,

		#image_rotator_3,

		#image_rotator_4 {

			height:630px;

			width:960px;

			overflow:hidden;

			z-index: 0;

			display:none;

			position:absolute;

			float:left;

		}

		

		#image_rotator_1 { background: url('../images/main_container_bg-1.jpg') no-repeat; }

		

		#image_rotator_2 { background: url('../images/main_container_bg-2.jpg') no-repeat; }

		

		#image_rotator_3 { background: url('../images/main_container_bg-3.jpg') no-repeat; }

		

		#image_rotator_4 { background: url('../images/main_container_bg-4.jpg') no-repeat; }

		

		/* end of image rotator */

		

		/* 

		 * home content styling 

		 */



		#content {

			float:left;

			width:472px;

			height:350px;

			margin-left: 70px;

			padding:25px;

			background: url('../images/main_content_bg.png') no-repeat;

			position:relative;

			z-index:4;

		}
		
		
		#change_button {

			/*margin-top: 465px;*/
			
			margin-top: -215px;
			
			margin-left: 601px;
			
			padding:35px;

			position:relative;

			z-index:4;

		}

		

		#content h1 {

			font-family:rockwell;

			color: #234b10;

			font-size:20px;

		}

		

		#content p {

			margin: 15px 0 0 0;

			font-family:georgia;

			color: #000;

			font-size:12px;

			line-height:22px;

		}

		

		#quick_links_container {

			float:right;

			position:relative;

			z-index:4;

		}

		

		.quick_link_top {

			padding:10px;

			font-family:verdana;

			background: url('../images/main_quick_link_top.png') no-repeat;

			height:56px;

			width:81px;

			display:block;

		}

		

		.quick_link_middle {

			padding:10px;

			background: url('../images/main_quick_link_middle.png') no-repeat;

			height:45px;

			width:81px;

			display:block;

		}

		

		.quick_link_bottom {

			padding:10px;

			background: url('../images/main_quick_link_bottom.png') no-repeat;

			height:57px;

			width:81px;

			display:block;

		}

.form-button {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcee2d+0,ae7f27+100 */

background: #fcee2d; /* Old browsers */

background: -moz-linear-gradient(-45deg,  #fcee2d 0%, #ae7f27 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(-45deg,  #fcee2d 0%,#ae7f27 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(135deg,  #fcee2d 0%,#ae7f27 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcee2d', endColorstr='#ae7f27',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

border: 2px solid #513510;


    position: relative;
    z-index: 9999999;
    width: 300px;
    height: 68px;
    overflow: overlay;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    color: #56531f;
    font-weight: bold;
	text-transform:uppercase;
	display: inline-block;
}	
.form-button a { color: #56531f; }
.form-button span { color: #fff !important; }
.form-button a:hover { color: #000; text-decoration: none; }

		/* end of main (body) styling

		 */

		

