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

html, body{
	scrollbar-face-color:#FF915B;
	scrollbar-base-color:#C0DFA2;
	scrollbar-arrow-color:#334762;
	scrollbar-track-color:#C0DFA2;
	scrollbar-shadow-color:#C0DFA2;
	scrollbar-highlight-color:#FF915B;
	scrollbar-3dlight-color:#C0DFA2;
	scrollbar-darkshadow-Color:#C0DFA2;

}
a:link {
	color: #600;
	font-family:"Century Gothic";
	font-size: 14px;
	text-decoration: underline;
	}
a:visited {
	color: #600;
	font-family:"Century Gothic";
	font-size: 14px;
	text-decoration: underline;
}
a:hover {
	color: #F63;
	font-family:"Century Gothic";
	font-size: 14px;
	text-decoration: none;
}
a:active {
	color: #600;
	font-family:"Century Gothic";
	font-size: 14px;
	text-decoration: underline;
}

a#mnu:link {
	color: #600;
	font-family:"Century Gothic";
	font-size: 14px;
	text-decoration: none;
	}
a#mnu:visited {
	color: #600;
	font-family:"Century Gothic";
	font-size: 14px;
	text-decoration: none;
}
a#mnu:hover {
	color: #F63;
	font-family:"Century Gothic";
	font-size: 14px;
	text-decoration: none;
}
a#mnu:active {
	color: #600;
	font-family:"Century Gothic";
	font-size: 14px;
	text-decoration: none;
}

A#gal:link {
	color: #603C33;
	font-family: "Century Gothic";
	font-size: 12px;
	text-decoration: none;
}
A#gal:visited {
	color: #603C33;
	font-family: "Century Gothic";
	font-size: 12px;
	text-decoration: none;
	font-style: italic;
}
A#gal:hover {
	color: #F30;
	font-size: 12px;
	font-family: "Century Gothic";
	text-decoration: none;
	font-style: italic;
}
A#gal:active {
	color: #603C33;
	font-size: 12px;
	font-family: "Century Gothic";
	text-decoration: none;
	font-style: italic;
}

A#hmenu:link {
	color: #600;
	font-family:"Century Gothic";
	font-size: 13px;
	text-decoration: none;
}
A#hmenu:visited {
	color: #600;
	font-family:"Century Gothic";
	font-size: 13px;
	text-decoration: none;
}
A#hmenu:hover {
	color: #F60;
	font-family:"Century Gothic";
	font-size: 14px;
	font-weight: bold;
	margin-left: 4px;
}
A#hmenu:active {
	color: #600;
	font-family:"Century Gothic";
	font-size: 13px;
	text-decoration: none;
}
.thrColFixHdr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #FFF;

} 
.thrColFixHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 159px;
	background-image: url(images/header.1.jpg);
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 257px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	height: 462px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 257px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	height: 462px;
}
.thrColFixHdr #mainContent {
	width: 257px;
	margin: 0;
	height: 500px;
	float: left;
} 
.thrColFixHdr #footer {
	padding: 0;
	background-image: url(images/footer.1.jpg);
	height: 197px;
	width: 980px;
	float: left;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.FormContent {
	font-family:"Century Gothic";
	font-size: 13px;
	border-color: #CCC;
	margin-right: 25px;
	padding: 6px 12px 6px 12px;
	float: left;
	width: 600px;
}

.Form1Content {
	font-family:"Century Gothic";
	font-size: 13px;
	border-color: #CCC;
	padding: 6px 6px 6px 6px;
	text-align: center;
	font-weight: bold;
	color: #4A688C;
}

.Form2Content {
	font-family:"Century Gothic";
	font-size: 13px;
	border: 1px solid;
	border-color: #CCC;
	padding: 6px 6px 6px 6px;
	float: left;
	margin-left: 4px;
	width: 200px;
	background-color: #FFC;
	margin-top: 10px;
}

.form_field1 {
	border: 1px solid;
	border-color: #600;
	background-color: #FFF9F2;
	font-family: "Century Gothic";
	font-size: 12px;
	margin-bottom: 5px;
}
.form_field {
	border: 1px solid;
	border-color: #999999;
	width: 130px;
	height: 23px;
	background-color: #FFFFD7;
	font-family: Arial, Helvetica, sans-serif;
}
.form_field2 {
	border: 1px solid;
	border-color: #999999;
	height: 23px;
	background-color: #FFFFD7;
	font-family: Arial, Helvetica, sans-serif;
}
.form_field3 {
	border: 1px solid;
	border-color: #999999;
	background-color: #FFFFD7;
	font-family: Arial, Helvetica, sans-serif;
}
.submit {
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	color: #C17E02;
	vertical-align: middle;
	text-align: center;
	cursor: hand;
	border-color: #91BB39;
	width: 250px;
	height: 35px;
	border: 2px;
	background-color: #BDD6AE;
	border-style: solid;
	font-weight: bold;
}
.submit_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #5A3918;
	vertical-align: middle;
	text-align: center;
	cursor: hand;
	width: 180px;
	height: 20px;
	background-color: #BDD6AE;
	border: 2px solid thin;
	border-color: #F6B63A;
}
.reset {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #FFFFCC;
	vertical-align: middle;
	text-align: center;
	border: 1px solid;
	cursor: hand;
	border-color: #999999;
	width: 100px;
	height: 23px;
	background-color: #990000;
}

.ah1 {
	font-size: 28px;
	color:#600;
	font-family: "Century Gothic";
	font-weight: bold;
}
.ah2 {
	font-size: 13px;
	color:#633;
	font-family: "Century Gothic";
	font-weight: bold;
}
.ah3 {
	font-size: 15px;
	color:#B02D00;
	font-family: "Century Gothic";
	font-weight: bold;
	font-style: italic;
}
.ah4 {
	font-size: 15px;
	color:#F60;
	font-family: Calibri;
	font-style: italic;
	font-weight: bold;
}
.ah5 {
	font-size: 24px;
	color:#6A490B;
	font-family: "Century Gothic";
	font-weight: bold;
}
.ah6 {
	font-size: 18px;
	color:#930;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.ah7 {
	font-size: 14px;
	color:#333;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.ah8 {
	font-size: 18px;
	color:#333;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}
.ah9 {
	font-size: 16px;
	color:#06C;
	font-family: "Myriad Pro";
}
.ah10 {
	font-size: 15px;
	color:#8A473E;
	font-family: "Century Gothic";
	font-weight: bold;
	font-style: italic;
}
.ah11 {
	font-size: 18px;
	color:#633;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.ah12 {
	font-size: 11px;
	color:#333;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.list1{
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 6px;
	vertical-align: top;
	line-height: 19px;
	font-family: Calibri;
	font-size: 16px;
	color: #FFF;
	font-style: italic;
}
.list2{
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 6px;
	vertical-align: top;
	line-height: 19px;
	font-family: Calibri;
	font-size: 16px;
	color: #333;
	font-style: italic;
}
.container1 {
	font-size: 12px;
	color:#600;
	font-family: "Century Gothic";
	font-weight: bold;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
}
.container2 {
	padding-left: 6px;
	padding-right: 6px;
}
.container3 {
	font-size: 14px;
	color:#600;
	font-family: "Century Gothic";
	font-weight: bold;
	margin-top: 125px;
	display: inline-block;

}
.container4 {
	font-size: 13px;
	color:#600;
	font-family: "Century Gothic";
	padding: 8px 20px 20px 10px;
	text-align: left;
	background-color: #FFF;
	width: 950px;
	display: inline-block;

}
.container5 {
	font-size: 13px;
	color:#600;
	font-family: "Century Gothic";
	padding: 8px 4px 0px 0px;
	text-align: left;
	margin-right: 8px;
	border-right: 2px;
	border-right-color: #FC3;
	border-right-style: dotted;
	width: 210px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-color: #FFF;
	float: left;
}
.container6 {
	font-size: 13px;
	color:#600;
	font-family: "Century Gothic";
	padding: 20px 40px 40px 40px;
	text-align: left;
	float: none;
	margin-left: 20px;

}
.container7 {
	color:#600;
	margin-top: 140px;
	display: inline-block;
	font-family: "Century Gothic";
	font-size: 8px;

}
.container9 {
	color:#600;
	font-family: "Century Gothic";
	font-size: 14px;
	padding-right: 16px;
	text-align: left;
	padding-left: 12px;

}
.container11{
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #CFCEBA;
	font-family: "Century Gothic";
	font-size: 12px;
	text-align: left;
	margin-top: 25px;
	vertical-align: middle;
	line-height: 17px;
	letter-spacing: 1.5px;
	width: 505px;
}
.container12{
	margin-top: 50px;
	width: 200px;
	height: 110px;
	background-image: url(images/footer_mask.gif);
	text-align: right;
	margin-left: -100px;
}
.container14{
	margin-top: 50px;
	width: 714px;
	text-align: left;
	float: left;
	margin-left: 6px;
}
#forml {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: left;
 }
.formr{
	font-family: "Century Gothic";
	font-size: 12px;
	letter-spacing: 1px;
	padding-right: 25px;
	text-align: right;
 }
.pantone{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.pantone_1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.HMenu {
	line-height:1.5em;
}
.jumpnav {
	BORDER-RIGHT: #cfd7e2 1px solid;
	PADDING-RIGHT: 6px;
	BORDER-TOP: #cfd7e2 1px solid;
	PADDING-LEFT: 6px;
	PADDING-BOTTOM: 6px;
	MARGIN: 10px 0px;
	BORDER-LEFT: #cfd7e2 1px solid;
	COLOR: #633;
	PADDING-TOP: 6px;
	BORDER-BOTTOM: #cfd7e2 1px solid;
	BACKGROUND-COLOR: #C7DEA6;
	TEXT-ALIGN: center
}
.jumpnav A {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 0px;
	COLOR: #633;
	PADDING-TOP: 0px
}
h1 {
	font-size: 24px;
	color:#6A490B;
	font-family: "Century Gothic";
	font-weight: bold;
	line-height: 0;
}
