@charset "utf-8";
/* CSS Document */

html,body{
	margin:0px;
	padding:0px;
	font-family:"Georgia",Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#4b492e;
	}
/*-----------------------------------background--------------------------------*/
.banner_bg{
	background-image:url(../images/banner_bg.jpg);
	background-repeat:repeat-x;
	height:205px;
	}
.ban_bg{
	background-image:url(../images/ban_bg.jpg);
	background-repeat:repeat-x;
	height:205px;
	}
.linebg{
	background-image:url(../images/linebg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	}
.midban1{
	background-image:url(../images/midban1.jpg);
	background-repeat:no-repeat;	
	height:258px;
	}
.midban2{
	background-image:url(../images/midban2.jpg);
	background-repeat:no-repeat;	
	height:258px;
	}
.midban3{
	background-image:url(../images/midban3.jpg);
	background-repeat:no-repeat;	
	height:258px;
	}
/*-----------------------------------Font--------------------------------*/

.hd{
	font-family:"Georgia",Calibri, Arial, Verdana;
	font-size:20px;
	color:#000000;
	font-weight:bold;	
	}
.hd1{
	font-family:"Georgia",Calibri, Arial, Verdana;
	font-size:16px;
	color:#000000;
	font-weight:bold;	
	}
.hd2{
	font-family:"Georgia",Calibri, Arial, Verdana;
	font-size:16px;
	color:#e8e7d7;
	font-weight:bold;	
	}
.hd3{
	font-family:Calibri, Arial, Verdana;
	font-size:20px;
	color:#FFFFFF;
	font-weight:bold;	
	}

.normaltext{
	font-family:"Georgia",Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#383720;
	font-weight:normal;
	line-height:20px;
	}
.normaltext a{
	font-family:"Georgia",Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#383720;
	font-weight:normal;
	line-height:20px;
	text-decoration:underline;
	}
.normaltext a:hover{
	font-family:"Georgia",Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#383720;
	font-weight:normal;
	line-height:20px;
	text-decoration:none;
	}
.copy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e8e7d7;
	line-height:18px;
	}
/*-----------------------------------link--------------------------------*/
.link{
	font-family:Calibri, Arial, Verdana;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
a.link:hover{
	font-family:Calibri, Arial, Verdana;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
	}

/*-----------------------------------input--------------------------------*/
.txtbox{
	font-family:"Georgia",Arial, Helvetica, sans-serif;
	font-size:14px;
	height:25px;
	line-height:25px;
	}




	
/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
