/* CSS Document */

body
{
margin:14px 0px 0px 0px;
background-color:#E2D6C5;
}

.fullWidth{width:100%;}

.fullHeight{width:100%;}

.floatLeft{float:left;}

.floatRight{float:right;}

.clear{clear:both;}

.rowspacer{width:20px;}

.vertical-align{vertical-align:middle;}

.bold{font-weight:bold;}

.input
{
	border:1px solid #66890A;
	background-color:#fff;
	font:normal 11px Verdana;
	padding:2px 2px;
	width:130px;
}


#warp
{
width:1000px;
margin:0 auto;
}

#corner-bg
{
width:1000px;
background:url(images/corner-bg.jpg) repeat-x #F7F6F3;
}

#page
{
width:976px;
margin:0 auto;
}

/*=============== header classes Start =================*/

#header
{
width:976px;
}

#menu
{
width:946px;
background:url(images/menu-bg.jpg) no-repeat;
padding:0px 15px 0px 15px;
}

/*=============== midpart classes Start =================*/

#midpart
{
width:976px;
padding-top:25px;
}

#leftpart
{
width:307px;
}

#container
{
width:647px;
}

/*=============== leftpart classes Start =================*/

.label{
float: left;
width: 130px;
font:normal 12px Arial, Verdana;
color:#59594B;
text-align:right;
padding-right:10px;
}

.input{
border:1px solid #B3B38F;
background-color:#fff;
font:normal 11px Verdana;
padding:2px 2px;
width:150px;
margin-bottom:10px;
}

.select
{
margin-bottom:10px;
}

.submitbutton{
margin-left: 140px;
margin-bottom:10px;
}

/*=============== container classes Start =================*/

#container-layer
{
width:635px;
background:url(images/cont-corbg.jpg) no-repeat;
padding:6px 6px 0px 6px;
}

/*=============== footer classes Start =================*/

#footer
{
width:976px;
height:38px;
background:url(images/foot-bg.jpg) repeat-x;
padding:5px 0px 0px 0px;
font:normal 11px Arial, Verdana;
color:#000;
line-height:18px;
}

#footer a
{
font:normal 11px Arial, Verdana;
color:#000;
text-decoration:none;
line-height:18px;
}

#footer a:hover
{
text-decoration:underline;
line-height:18px;
}

/*=============== Text classes Start =================*/

.graymidh1
{
font:bold 13px Arial, Verdana;
color:#474746;
line-height:18px;
text-transform:uppercase
}

.brownmidh1
{
font:normal 18px Arial, Verdana;
color:#6C3F19;
line-height:20px;
text-transform:uppercase;
}

.brownmidh2
{
font:normal 22px Arial, Verdana;
color:#6C3F19;
line-height:20px;
text-transform:uppercase;
}

.greenmidh1
{
font:bold 13px Arial, Verdana;
color:#55772A;
line-height:18px;
text-transform:uppercase
}

.genralText
{
font:normal 12px Arial, Verdana;
color:#000;
line-height:18px;
}

.style1 {
	color: #6C3F19;
	font-size: 12px;
	font-weight: bold;
}
.style2 {color: #82AC14}
.style3 {color: #6C3F19}