/* CSS Document */
body
{
	margin: 15px 0px 0px 0px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
	background-position: top left;
}
.pg_bg
{
	background-color: #f8f6ea;
}
.header_bg
{
	background-image: url(../images/header_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.link_bg
{
	background-image: url(../images/link_bg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
.link_bg ul
{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.link_bg ul li
{
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	display: inline;
	margin-left: 10px;
}
.link_bg ul li a
{
	padding-left: 25px;
	font-family: arial, verdana;
	font-size: 12px;
	color: #2c1b07;
	font-weight: bold;
	text-decoration: none;
}
.link_bg ul li a:hover
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #745128;
	font-weight: bold;
	text-decoration: none;
}
.line
{
	background-color: #ac9d75;
}
.left_top_bg
{
	background-image: url(../images/left_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.title_txt
{
	font-family: arial, verdana;
	font-size: 18px;
	color: #745128;
	font-weight: normal;
}
.normal_txt
{
	font-family: verdana, arial;
	font-size: 11px;
	color: #745128;
	font-weight: normal;
	text-align: justify;
}
.footer_txt
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #41321e;
	font-weight: normal;
}
.footer_txt_link
{
	font-family: arial, verdana;
	font-size: 11px;
	color: #41321e;
	font-weight: normal;
	text-decoration: none;
}
.footer_txt_link:hover
{
	font-family: arial, verdana;
	font-size: 11px;
	color: #41321e;
	font-weight: normal;
	text-decoration: underline;
}
.suggestion_link
{
	font-family: arial, verdana;
	font-size: 13px;
	color: #745128;
	font-weight: normal;
	text-decoration: underline;
}
.suggestion_link:hover
{
	font-family: arial, verdana;
	font-size: 13px;
	color: #745128;
	font-weight: normal;
	text-decoration: none;
}
.content_bg
{
	border-left: 2px solid #e7e3d0;
}
.txt_padding
{
	padding: 10px 0px 10px 0px;
}
.top_content_bg
{
	background-image: url(../images/content_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #f3f0db;
}
.normal_txt_inner
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #434139;
	font-weight: normal;
	text-align: justify;
}
.content_ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.content_ul li
{
	background: url(../images/bullet_inner.gif) no-repeat top left;
	list-style: none;
	padding-left: 25px;
	margin: 8px;
}
.textbox
{
	background-color:#FFFFFF;
	border: 1px solid #cfcbbc;
	font-family: arial, verdana;
	font-size: 11px;
	color: #434139;
	font-weight: normal;
	height:20px;
}
.textbox1
{
	background-color:#FFFFFF;
	border: 1px solid #cfcbbc;
	font-family: arial, verdana;
	font-size: 11px;
	color: #434139;
	font-weight: normal;
}
.dotted_line
{
	padding-bottom: 10px;
	border-bottom: 1px dotted #775e31;
}
.dotted_line1
{
	background-image: url(../images/dotted_line.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.normal_txt_inner_bold
{
	font-family: arial, verdana;
	font-size: 13px;
	color: #775e31;
	font-weight: bold;
}
.mandatory
{
	font-family: verdana, arial;
	font-size: 12px;
	color: #e92d2d;
	font-weight: bold;
}
.email_link
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #745128;
	font-weight: normal;
	text-decoration: underline;
}
.email_link:hover
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #745128;
	font-weight: normal;
	text-decoration: none;
}
.img_border
{
	border: 2px solid #c1b493;
}
.img_listing_ul
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
.img_listing_ul li
{
	width: 122px;
	text-align: center;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	float: left;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:#FFFFFF;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top:50;
left:60px; /*position where enlarged image should offset horizontally */
}

.border
{
	border:solid 3px #afafaf;
}
.static_link
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #745128;
	font-weight: bold;
	text-decoration: underline;
}
.static_link:hover
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #745128;
	font-weight: bold;
	text-decoration: none;
}
