/* iepngfix style....*/


img, div { 
	behavior: url(iepngfix.htc) 
}

/* main stuff style....*/

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/BG_header.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #666633;
}

.container {
	width: 100%;
	overflow:auto;
	position: relative;
	margin: 0px auto;
	text-align: left;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.container_outer {
	overflow:auto;
	background-color: #CCCC99;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/BG_header.jpg);
}



.flash_holder_1 {
	float:left;
	width: 198px;
	height: 37px;
	position: relative;
	padding-left: 1px;
	padding-top: 206px;
}

.flash_holder_2 {
	float:left;
	width: 201px;
	height: 37px;
	position: relative;
	padding-left: 0px;
	padding-top: 206px;
}

.flash_holder_3 {
	float:left;
	width: 199px;
	height: 37px;
	position: relative;
	padding-left: 0px;
	padding-top: 206px;
}

.flash_holder_4 {
	float:left;
	width: 198px;
	height: 37px;
	position: relative;
	padding-left: 0px;
	padding-top: 206px;
}



.footer_inside {
	position: relative;
	width: 800px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333333;
	letter-spacing: 0px;
	font-weight: 200;
	line-height: 21px;
	font-style: normal;
}


.header {
	position: relative;
	width: 800px;
	background-image: url(images/header_inside.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 259px;
}



.left {
	float: left;
	width: 560px;
	padding-left: 27px;
	position: relative;
	overflow: visible;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight: normal;
}



.left a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

.left a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.left a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}




.right {
	float: right;
	width: 201px;
	padding-left: 0px;
	position: relative;
	overflow: visible;
	padding-right: 1px;
	height: 425px;
	margin: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	font-weight: bold;
	letter-spacing: -.05em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-weight: normal;
	letter-spacing: -0.05em;
}

.footer {
	float: left;
	left:0;
	width:100%;
	max-height:130px;
	min-height:130px;
	overflow:hidden;
	background-image: url(images/BG_footer.jpg);
	background-repeat:repeat-x;
	height: 130px;
	background-color: #666633;
} 



.footer_content {
	position: relative;
	width: 800px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 130px;
	margin-top: 0px;
	line-height: 17px;
}



#footer_text {
	position: relative;
	color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#footer_text a:link {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

#footer_text a:hover {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#footer_text a:visited {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}


/* Contact Page Form Styles....*/

.formbutton{
cursor:pointer;
border:outset 1px #000000;
background:#ABAC57;
color:#000000;
font-weight:bold;
padding: 2px 4px;
}

.formbutton:hover{
cursor:pointer;
border:outset 1px #FFFFFF;
background:#000000;
color:#FFFFFF;
font-weight:bold;
padding: 2px 4px;
}


.checkbox_1{
cursor:pointer;
border:outset 1px #000000;
background:#D69F52;
color:#000000;
padding: 1px 2px;
}


#inputArea input[type="text"], #inputArea textarea
{
	margin: 9px 0px 0px;
	padding: 4px;
	width: 400px;
	height: 40px;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	margin-bottom: 1px;
	display: block;
	padding: 4px;
	border: 1px solid #000000;
	background-color: #ABAC57;
	
}

#inputArea input[type="text"]:hover 
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

#inputArea textarea:hover
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

