html{
	overflow: -moz-scrollbars-vertical; 
}
body{
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	background: url('../images/bg_body.gif') top left repeat-x #d39d83;
	line-height: 1.4em;
	
}

h1,h2,h3,h4,h5{
	font-weight: normal;
	padding: 1em 0 0.5em 0;
	margin: 0;
}

p{
	padding: 0 0 0.5em 0;
}

a:link,
a:visited,
a:active{
	color: #c98a78;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #9a6a5c;
}

.container{
	width: 872px;
	margin: auto;
	border-right: 1px solid #b5647d;
	border-left: 1px solid #b5647d;
	border-bottom: 1px solid #b5647d;
	background: #fff;
}

.header{
	height: 100px;
	border-top: 12px solid #fff0b9;
	background: url('../images/bg_top.gif') 0px -12px repeat-x;
}

.header img{
	float: right;
	margin-right: 40px;
	border: none;
}

.header h1{
	padding: 60px 0 0 24px;
	font-size: 26px;
	color: #c98a78;
}

.top{
	background: url('../images/bg_topnav.gif') top left repeat-x;
	height: 26px;
	border-top: 1px solid #d495a8;
	border-bottom: 1px solid #d495a8;
}

.main{
	float: right;
	width: 662px;
	padding-right: 12px;
}

.spreader{
	float: left; 
	height: 400px;
	width: 8px;
}

.left{
	width: 160px;
	float: left;
	padding: 8px 30px 8px 0px;
}

.border{
	padding-top: 0px;
	
	padding-right: 24px;
}

.normal{
	float: left;
	width: 420px;
}

.right{
	float: right;
	margin-right: 12px;
	width: 198px;
	font-size: 10px;
	padding-top: 72px;
}

.right a.download:link,
.right a.download:visited,
.right a.download:active,
.right a.download:hover{
	background: url('../../user_upload/pdf.jpg') 0px 0px no-repeat;
	padding-left: 20px;
}


.border div.csc-textpic img,
.right div.csc-textpic img{
	border: 1px solid #f7ccc3;
}


.border div.csc-textpic a:hover img,
.right div.csc-textpic a:hover img{
	border: 1px solid  #d495a8;
}

.right img,
.border img{
	background: #fff;
	padding: 3px;
	border: 1px solid #f7ccc3;
}

.bottom{
	margin-top: 0px;
	padding: 0px 10px 5px 10px;
	background: url('../images/bg_bottom.gif') bottom left repeat-x #fff;
	clear: both;
	font-size: 11px;
	color: #c98a78;
}

.bottom a:link,
.bottom a:visited,
.bottom a:active{
	color: #c98a78;
	text-decoration: none;
}


.bottom a:hover{
	text-decoration: underline;
	color: #9a6a5c;
}

.bottom_left{
	float: left;
	width: 300px;
	padding: 36px 0px 5px 0px;
}

.bottom_right{
	float: right;
	width: 300px;
	text-align: right;
	padding: 36px 0px 5px 0px;
}

.clearer{
	clear: both; height: 1px;
}



/* TOPNAV */
.topnav{
	background: url('../images/bg_topnav.gif') top left repeat-x;
	height: 26px;
	line-height: 26px;
	z-index: 5;
	width: 650px;
	float: left;
}
.topnav ul{
list-style-type:none;
padding:0;
margin:0;
	float: left;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.topnav li{
float:left;
position:relative;
z-index:100;
margin-left: 0px;
padding-left: 0px;
}

/* use the table to position the dropdown list */
.topnav table{
position:absolute;
border-collapse:collapse;
z-index:120;
left:-1px;
top:26px;
left: 0;
}

/* style all the links */
.topnav a, .topnav :visited {
	display:block;
	font-size:12px;
	width:auto;
	/*background:#949e7c;*/
	text-decoration:none;
	margin:0;
	text-align:left;
	padding: 7px 14px 8px 14px;
	color: #616771;
	text-decoration: none;
	line-height: 12px;
	text-transform: uppercase;

}

.topnav ul li:hover a{
	background: url('../images/bg_ul_hover.gif') 0px 0px repeat-x;
}
.topnav ul li:hover ul li a{
	background: #ccc;
}

/* style the links hover */
.topnav :hover,
.topnav ul li:hover a{
	color: #fff;
	/*background-position: right 29px;*/
}

/* hide the sub level links */
.topnav ul li ul {
	display: block;
	visibility:hidden;
	position:absolute;
	/*width:160px;*/
	width: 182px;
	overflow: hidden;
	margin-left: 0px;
	left: 0;
	border-left: 1px solid #d495a8;
	border-right: 1px solid #d495a8;
	border-bottom: 1px solid #d495a8;
	padding-bottom: 3px;
	background: #fff;
}

.topnav ul li.home ul{
	margin-left: -9px;
}


.topnav ul li:hover ul ul{
	background: #fff;
}

.topnav ul ul a, 
.topnav ul ul a:visited,
.topnav ul li:hover ul li a:visited,
.topnav ul li:hover ul li a{
	/*width:160px;*/
	width: 162px;
	display: block;
	padding:3px 10px 0px 10px;
  background: url('../images/bg_topnav_ul_ul.gif') 0px 0px no-repeat;
	color: #616771;
	text-transform: none;
	/* Font Size Drop Down */
	font-size: 11px;
	margin: 0 auto;
	line-height: 20px;

}




.topnav ul ul a:hover,
.topnav ul li:hover ul li a:hover{
	background-position: 0px -23px;
	text-decoration: none;
	color: #fff;
}

     

.topnav ul li.home{
  background: none !important;
} 

/* make the sub level visible on hover list or link */
.topnav ul li:hover ul,
.topnav ul li a:hover ul,
.topnav ul a:hover{
	visibility:visible;
	height: auto;
	display: block;
	z-index: 200;
}

.leftnav{
	padding-top: 72px;
}

.leftnav ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-bottom: 1px solid #f0cfd3;
}

.leftnav ul li{
	border-top: 1px solid #f0cfd3; 
}

.leftnav ul li ul{
	border-bottom: none;
}

.leftnav ul li a:link,
.leftnav ul li a:visited,
.leftnav ul li a:active{
	line-height: 1.8em;
	font-size: 11px;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	color: #616771;
}

.leftnav ul li.active a:link,
.leftnav ul li.active a:visited,
.leftnav ul li.active a:active{
	color: #323436;
}

.leftnav ul li a:hover{
	color: #323436;
	background: #ffffdd;
}

.leftnav ul li ul li a:link,
.leftnav ul li ul li a:visited,
.leftnav ul li ul li a:active{
	padding-left: 36px;
}

.leftnav ul li.active ul li a:link,
.leftnav ul li.active ul li a:visited,
.leftnav ul li.active ul li a:active{
	color: #616771;
}

.leftnav ul li.active ul li.active a:link,
.leftnav ul li.active ul li.active a:visited,
.leftnav ul li.active ul li.active a:active{
	color: #323436;
}

.leftnav ul li.active ul li.active ul li a:link,
.leftnav ul li.active ul li.active ul li a:visited,
.leftnav ul li.active ul li.active ul li a:active{
	color: #616771;
}

.leftnav ul li.active ul li.active ul li.active a:link,
.leftnav ul li.active ul li.active ul li.active a:visited,
.leftnav ul li.active ul li.active ul li.active a:active{
	color: #323436;
}

.leftnav ul li ul li ul li a:link,
.leftnav ul li ul li ul li a:visited,
.leftnav ul li ul li ul li a:active{
	padding-left: 48px;
}


.normal h1{
	color: #775046;
	font-size: 20px;
	padding-top: 36px;
}

.normal h2{
	color: #775046;
	font-size: 16px;
	padding-top: 18px;
}

.normal h3{
	color: #775046;
	font-size: 14px;
	padding-top: 14px;
}

.border h1{
	color: #775046;
	font-size: 20px;
	padding-top: 36px;
	padding-bottom: 24px;
}

table.contenttable p{
	padding: 0;
	margin: 0;
}

table.contenttable,
table.contenttable tr{
	padding: 0;
	border-collapse: collapse;
}

table.contenttable tr td{
	vertical-align: top;
	padding: 4px 4px 4px 0;
}

table.contenttable th{
	text-align: left;
}

div.search{
	background: url('../images/bg_search.gif') top left no-repeat;
	float: right;
	width: 178px;
	height: 26px;
	margin-right: 42px;
}

.top form{
	margin: 0;
	padding: 0;
}

.top input{
	background: none;
	border: none;
	margin: 6px 0 0 0;
	vertical-align: top;
}

.top input#sword{
	font-size: 10px;
	margin-left: 12px;
	background: #fff;
	color: #616771;
	width: 140px;
}

.top input#ssubmit{
	width: 18px;
}

.tx-veguestbook-pi1 h2.tx-guestbook-header{
	background: #fff0b9;
	color: #111;
	width: 400px;
	padding: 8px;
}

.tx-veguestbook-pi1 .tx-guestbook-left{
	width: 1px;
	background: #fff0b9;
	height: 2em;
	min-height: 2em;
}

.tx-guestbook-date{
	line-height: 1em;
	text-align: right;
	padding: 0;
	margin: 0;
}

.tx-veguestbook-pi1 .tx-guestbook-right{
	width: 400px;
	padding: 8px;
	background: #efefef;
}

img.spacer-gif{
	border: none;
	margin: 0;
	padding: 0;
}

p.align-justify{
	text-align: justify;
}

fieldset.csc-mailform{
	border: none;
	padding: 0;
}

fieldset.csc-mailform label{
	float: left;
	width: 120px;
}

fieldset.csc-mailform .csc-mailform-field input,
fieldset.csc-mailform .csc-mailform-field textarea{
	border: 1px solid #999;
	font-size: 11px;
	font-family: Arial, Sans-Serif;
	color: #444;
	width: 255px;
}

fieldset.csc-mailform .csc-mailform-field .csc-mailform-submit{
	width: 127px;
	margin-left: 180px;
}

fieldset.csc-mailform .csc-mailform-field{
	padding-bottom: 4px;
}

#captchaResponse{
	margin-left: 120px;
	position: absolute;
}

.csc-mailform-submit{
	margin-left: 120px;
}