@charset "utf-8";
/* CSS Document */

/* PALETTE
brown: #5D3107
lt blue: #9FBEDA
med blue: #20608F
dark blue: #12426F
orange: #FFB52B
yellow: #FFF06E
grey: #DDD8D0
body background: #FDDC82
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FDDC82;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin-top: 8px;
}

.header-table {
	margin-left: auto;
	margin-right: auto;
}

.body-table {
	/*ie hack */
  	min-height:300px;
  	height:auto !important;
  	height:300px;
	/*end ie hack */
	background-color: #FFFFFF;
	border-left: 1px solid #5D3107;
	border-right: 1px solid #5D3107;
	margin-left: auto;
	margin-right: auto;
}

.img-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #5D3107;
}

.img-right-nb {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 0px solid #5D3107;
}

.img-left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #5D3107;
}

.button {
	font-size: 12px;
	font-weight: bold;
	color: #9FBEDA;
	background: #12426F;
	border: 1px #9FBEDA solid ;
	cursor: pointer;
}

/* BEGIN WELCOME TABLE */
.welcome-top {
	color: #5D3107;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
	width: 547px;
	height: 34px;
	background-image: url(../images/welcome-top.gif);
	repeat: no-repeat;
}

.welcome-middle {
	width: 529px;
	padding-left: 20px;
	padding-right: 18px;
	background-image: url(../images/welcome-middle.gif);
	background-repeat: repeat-y;
}

.welcome-bottom {
	width: 567px;
	height: 27px;
	background-image: url(../images/welcome-bottom.gif);
	repeat: no-repeat;
}
/* END WELCOME TABLE */

/* BEGIN PAGE TABLE */
.page-top {
	color: #5D3107;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
	width: 680px;
	height: 34px;
	background-image: url(../images/page-top.gif);
	repeat: no-repeat;
}

.page-middle {
	width: 662px;
	padding-left: 20px;
	padding-right: 18px;
	background-image: url(../images/page-middle.gif);
	background-repeat: repeat-y;
}

.page-bottom {
	width: 700px;
	height: 27px;
	background-image: url(../images/page-bottom.gif);
	repeat: no-repeat;
}
/* END PAGE TABLE */

/* BEGIN PRODUCTS */

.product-table {

}

.product-title {
	font-size: 14px;
	font-weight: bold;
	color: #12426F;
}


/* END PRODUCTS */

/* BEGIN APPLICATIONS */
.application-title {
	font-size: 12px;
	font-weight: bold;
	color: #5D3107;
	border-bottom: solid 0px #CCC;
	margin: 0px;
	padding-left: 17px;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
}
/* BEGIN APPLICATIONS */

/* BEGIN CONTACT US */
.contact {
	color: #24590F;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
  	text-decoration: none;
}

.contact2 {
	color: #462B2D;
	font-family: font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
  	text-decoration: none;
}

.contact_main_table {
	width: 100%;
	background-color: #FFFFFF;
}

.contact_table {
	width: 80%;
	background-color: #FFFFFF;
}



.contacttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #12426F;
}

.textbox {
	width: 200px;
	border: 1px solid #9FBEDA;
	background-color: #FFFFFF;	
}

.textboxstate {
	width: 121px;
	border: 1px solid #9FBEDA;
	background-color: #FFFFFF;	
}

.textboxzip {
	width: 75px;
	border: 1px solid #9FBEDA;
	background-color: #FFFFFF;	
}

.textarea {
	font-family: Arial, Helvetica, sans-serif;
	width: 360px;
	border: 1px solid #9FBEDA;
	background-color: #FFFFFF;	
}

.contact_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	border: 0px solid #9BB55A;
}

.contact-hr {
	width: 100%;
	height: 1px;
	color: #20608F;
}
/* END CONTACT US */

/* BEGIN FOOTER */
.footer-table {
	width: 760px;
	height: 44px;
	background-color: #FDDC82;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	color: #FDDC82;
}

.footer-links {
	margin-top: 10px;
	color: #FDDC82;
	font-size: 11px;
}

.footer-links a {
	color: #FDDC82;
	text-decoration: none;
}

.footer-links a:hover {
	text-decoration: underline;
}

.footer-spacer {
	margin-left: 8px;
	margin-right: 8px;
}

.copyright-table {
	color: #5D3107;
	font-size: 11px;
}

.copyright-table a {
	color: #5D3107;
	font-size: 10px;
	text-decoration: none;
}

.copyright-table a:hover {
	text-decoration: underline;
}

/* END FOOTER */
