/* CSS Document */

/* this is navigation section */

#menuitem
{
	font-family:tahoma,verdana;
	font-size:16px;
	color:#000000;
	width: 140px;
	float: left;
}

#menuitem a:link
{
	font-family:tahoma,verdana;
	font-size:16px;
	color:#000000;
	text-decoration:none;
}

#menuitem a:visited
{
	font-family:tahoma,verdana;
	font-size:16px;
	color:#6D3D27;
	text-decoration:none;
}

#menuitem a:hover
{
	font-family:tahoma,verdana;
	font-size:16px;
	color:#efeadd;
	text-decoration:underline;
}

.buttontext
{
	font-family:tahoma,verdana;
	font-size:13px;
	color:#efeadd;
	text-align:center;
}

.buttonbg
{
	background:url('../images/nb1.jpg');
	background-repeat:no-repeat;
	height:42px;
	width:944px;
	background-position:center;
}


/* this is content section */

.text
{
	font-family:tahoma,verdana;
	font-size:12px;
	color:#281611;
	text-align:justify;
}

.proptext
{
	font-family:tahoma,verdana;
	font-size:12px;
	color:#66d7ef;
	text-align:justify;
	font-weight:bold;
}

.heading
{
	font-family:arial,verdana;
	font-size:22px;
	color:#6d3e30;
	text-align:justify;
}


.heading2
{
	font-family:arial,verdana;
	font-size:18px;
	color:#000000;
	text-align:center;
}


.content
{
	background:url('../images/content1.jpg');
	background-repeat:no-repeat;
	height:673px;
	width:944px;
	background-position:center;
}

.content2
{
	background:url('../images/content2.jpg');
	background-repeat:no-repeat;
	height:1060px;
	width:944px;
	background-position:center;
}

#propbg
{

	background:url('../images/propbg1.jpg');
	background-repeat:no-repeat;
	height:520px;
	width:700px;
	background-position:center;
}



.textbg
{
	background:url('../images/textbg1.jpg');
	background-repeat:no-repeat;
	height:227px;
	width:671px;
	background-position:justify;
}

.textbg2
{
	background:url('../images/textbg4.jpg');
	background-repeat:no-repeat;
	height:655px;
	width:750px;
	background-position:justify;
}

.textbg3
{
	background:url('../images/textbg10.jpg');
	background-repeat:no-repeat;
	height:1050px;
	width:750px;
	background-position:justify;
}

/* this is footer section */

.footer
{
	background:url('../images/footer1.jpg');
	background-repeat:no-repeat;
	height:95px;
	width:944px;
	background-position:center;
}

.foot
{
	color: #6D3D27;
	font-family: Tahoma, Verdana;
	font-size: 20px;
	text-align: center;
}

.footer_text
{
	color: #b97640;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	text-align: center;
}

.footer_text a:link
{
	color: #b97640;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	text-align: justify;
	text-decoration: none;
}

.footer_text a:visited
{
	color: #b97640;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	text-align: justify;
	text-decoration: none;
}

.footer_text a:hover
{
	color: #7d3b06;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	text-align:justify;
	text-decoration: none;
}

.copy
{
	color: #000000;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	text-align: center;
}

