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


*{
	padding:0;
	margin:0;
}

html,body{
	background-color:#DBD9DD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #727272;
	height:100%;
	behavior: url("csshover3.htc");
	line-height: 17px;
}

p{
	margin: 0px;
	padding: 0px;
}

/*...................................FOOTER STICK TO THE BOTTOM.............................*/
#wrap {
	min-height: 100%;
	background-repeat: repeat-y;
	background-position: center;
}

#main_div {
	text-align:center;
	width: 100%;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	
}  /* must be same height as the footer */

	
#footer {
	position: relative;
	background-color:#DBD9DD;
	margin-top: -100px; /* negative value of footer height */
	background-repeat: repeat-x;
	height: 100px;
	clear:both;
} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


/*.........................header...............................*/

#header_container{
	height: 106px;
	width: 1044px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #F9F9F7;
}
	

#header_wrapper{
	height: 106px;
	width: 100%;
	background-color: #F9F9F7;
}




#h_1bg {
	background-image: url(../images/leftbg1.jpg);
	background-repeat: no-repeat;
	height: 106px;
	width: 72px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#logo {
	height: 106px;
	width: 308px;
	position: absolute;
	left: 72px;
}
#h_2bg_right {
	height: 29px;
	width: 378px;
	position: absolute;
	left: 666px;
	top: 77px;
	background-image: url(../images/right_top_bg.jpg);
	background-repeat: no-repeat;
}
#h_3bg {
	height: 29px;
	width: 289px;
	position: absolute;
	left: 380px;
	top: 77px;
	background-image: url(../images/h_3bg_s1.jpg);
	background-repeat: repeat-x;
}
#nav_bar_container {
	height: 28px;
	width: 340px;
	position: absolute;
	left: 645px;
	top: 25px;
	z-index: 50;
}

#index_footer{
	height: 124px;
	width: 100%;
	background-color: #DBD9DD;
}
#site_wrapper{
	background-color: #F9F9F7;
}#footer_top_bg {
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 19px;
	width: 918px;
	margin-right: auto;
	margin-left: auto;
}
#footer_content {
	height: 60px;
	width: 1044px;
	background-image: url(../images/footer_content_bg_s1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.site_left_bg{
	background-image: url(../images/leftbg2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.site_right_bg{
	background-image: url(../images/right_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;	
}

#site_content_wrapper {
	width: 1044px;
	margin-right: auto;
	margin-left: auto;
}
.index_content {
	height: 480px;
	width: 880px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#index_wel {
	height: 46px;
	width: 292px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#text1 {
	width: 300px;
	margin-right: auto;
	margin-left: 25px;
}
#watermark {
	height: 171px;
	width: 278px;
	background-image: url(../images/watermark.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#footer_table td{
	padding-left: 15px;
}

.footer_bold_text{
	font-size: 14px;
	color: #73738C;
	line-height: 20px;
}

.links_style1 a{
	color:#73738C;
	text-decoration:none;
	font-size:11px;
}

.links_style1 a:link, .links_style1 a:visited, .links_style1 a:active{
	color:#73738C;
	text-decoration:none;
	font-size:11px;
}

.links_style1 a:hover{
	text-decoration:underline;
}

/*.........................INNER PAGES UNIQUE STYLES..........................*/

#inner_sub{
	width: 292px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

#inner_text1{
	width: 292px;
	margin-right: auto;
	margin-left: auto;
}

#site_iner_content{
	width: 880px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#gal {
	text-align: left;
	margin-left: 20px;
}

#gal img{
	text-align: center;
	margin-top: 25px;
	border: 2px solid #999;
}

#contact_form{
	width: 95%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

/*.............................CONTACT FORM..........................*/

.textfieldcontact{
	height: 20px;
	width: 150px;
	border: 1px solid #CCC;
}

.textareacontact{
	height: 100px;
	width: 200px;
	border: 1px solid #CCC;
}
#gal_sub {
	font-size: 15px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-top: 5px;
}

