/* CSS Document */
* {
	margin:0;
	padding:5;
}
html, body { height:100%; }
body {font-size:100%; line-height:1em; background:#fbf4cf}
html, input, textarea	{	font-family:Georgia, "Times New Roman", Times, serif; 
		color:#96796c;	}	

.alignMiddle{ vertical-align:middle}
.alignCenter{ text-align: center}
.container1{ width:100%}

.clear { clear:both;}
.fleft{ float:left}
.fright{ float:right}

div.container {	overflow:hidden; width: 100%;}

a img{ border:0px}
img{
	vertical-align:middle;
}

a{color:#a7390d; text-decoration:underline} 
a:hover{text-decoration:none}
.link1{color:#e5156d; font-weight:bold; } 

ul{margin:0; padding:0; list-style:none;}
ul li{background:url(images/marker.gif) top left no-repeat; background-position:0 5px; margin:0; padding-left:10px; }
ul li a{color:#e5156d; text-decoration: underline; line-height:1.5em} 
ul li a:hover { text-decoration:none; }

.link-1 { display:block; float:left; background:url(images/link_bg.gif) left top repeat-x; color:#ffffff; text-decoration:none; font-weight:bold}
.link-1 em { display:block; background:url(images/link_left.gif) no-repeat left top;}
.link-1  b { display:block; background:url(images/link_right.gif) no-repeat right top; padding:2px 23px 3px 28px; font-weight:normal; font-style:normal;}
.link-1:hover{ background:url(images/link_bg-1.gif) left top repeat-x;}
.link-1:hover em{ background:url(images/link_left-1.gif) no-repeat left top;}
.link-1:hover  b { background:url(images/link_right-1.gif) no-repeat right top; }


/*header*/
#header {font-size:0.75em; color:#FFFFFF }
#header .logo{ margin:46px 0 0 365px }

/*content*/
#page #content{ background:url(images/bg-cont.jpg); height:307px}
#content{
	font-size:0.75em;
	width:100%;
	text-align:left;
}
#content .indent-col2{padding:0 0 0 13px}
#content .title{  margin-bottom:10px}
#content .title1{  margin:-9px 0 10px -15px; position:relative}
#content .img-left{ float:left; margin:0 15px 0 0}
#content .img-indent{ margin:0 0 15px 0}
#content .button{ margin:7px 0 0 895px; position:absolute}
#content p{ margin:0 0 15px 0}
#content .p{ margin:0 0 45px 0}
#content .p1{ margin:0}
#content h4{color:#a7390d; font-size:1em;  }
#content h3{color:#a7390d; font-size:1em; margin-bottom:15px  }
.tail{ background:url(images/tail.gif) repeat-x bottom; padding-bottom:30px}

.block{ position:relative; margin:22px 0 0 0; font-size:1.33em; font-style:italic; color:#666557; background:url(images/bg_1.gif) no-repeat top left; padding:13px 0 0 15px;}
#content .block p{ margin:0 0 11px 0}
.txt{ font-size:.8em; font-style:normal; font-weight:normal}


.ul{margin:0; padding:0 0 0 50px; list-style:none; text-align:center}
.ul li{ margin:0; color:#908449; display:inline; width:222px; background:url(images/m1.jpg) top left no-repeat; height:307px; text-align:center; display:block; float:left ; font-size:.83em; line-height:1em; padding:0}
.ul .li2{background:url(images/m2.jpg) top left no-repeat; height:307px; }
.ul .li3{background:url(images/m3.jpg) top left no-repeat; height:307px; }
.ul .li4{background:url(images/m4.jpg) top left no-repeat; height:307px; }
.ul li a{color:#9c4621; text-transform:uppercase; text-decoration:none; margin:0 0 0 0;  padding:260px 0 0 0; display:block; font-size:1.4em; font-weight:bold} 
.ul li a:hover { text-decoration:none; color:#000}

table{ background:#ebe6cc; margin:20px 0 20px 0; height:121px}
td{ height:30px; background:#fefdf9}
.td1{ width:161px; padding-left:10px}
.td2{ width:123px; padding-left:10px}
.td3{ width:61px; padding-left:10px}
.td4{ width:68px}
.tac{ text-align:center}

/*box*/
.box{ background:url(images/bg_center.gif); width:100%;}
.box .border-top {background:url(images/border_top.gif) repeat-x top;}
.box .border-bottom {background:url(images/border_bottom.gif) repeat-x bottom;}
.box .border-left {background:url(images/border_left.gif) repeat-y left;}
.box .border-right {background:url(images/border_right.gif) repeat-y right;}
.box .corner-top-left {background:url(images/corner_top_left.gif) no-repeat left top;}
.box .corner-top-right {background:url(images/corner_top_right.gif) no-repeat right top;}
.box .corner-bottom-left {background:url(images/corner_bottom_left.gif) no-repeat left bottom;}
.box .corner-bottom-right {background:url(images/corner_bottom_right.gif) no-repeat right bottom; width:100%; }
.box .indent-box{ padding:61px 88px 51px 105px; }


/*footer*/
#footer { color:#7d733f; font-size:0.625em; text-align:right }
#footer .indent-footer{ padding:42px 51px 0 30px;}
#footer .indent-footer1{ padding:18px 51px 0 30px;}
#footer a {color:#7d733f; text-decoration:none}  
#footer a:hover {  text-decoration:underline}


.h{ height:30px}
.h1{ height:32px}
.block-contact span{ float:right; margin-right:20px}
input{
   	border:1px solid #b1af9e; 
	background:none;
	width:214px; height:18px;
	font-size:1em;
	padding:5px 0 0 5px;
	margin-bottom:3px
}
textarea{
   	border:1px solid #b1af9e; 
	background:none;
	width:219px; height:87px;
	font-size:1em;
	padding-left:5px;
	margin-bottom:11px;
	overflow:auto}
	
