/***********************************
********* GENERAL STYLES *********
***********************************/

body, html{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center; /* horizontal centering for IE Win quirks */
	background-color:#F1E8CE;
}
a{
	color:#7A1C2C;
	text-decoration:none;
}
p{
	margin:0;
	padding:0;
}
ul{
	padding:0;
	margin:0;   
	list-style:none;
}
ul li{
	list-style:none;
	padding-left:17px;
	padding-bottom:5px;
	background:transparent url(../images/square.gif) no-repeat scroll 1px 6px;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
.banner-type0 {
	font-size: 12px;
}
/***********************************
********* WEBSITE STYLES *********
***********************************/
div#logolink {
	position:relative;
	top:34px;
	width:244px;
	height:62px;
	background-image:url(../images/logo.jpg);
	background-repeat: no-repeat;
	padding-bottom:34px;
}

div#adm-panel {
	z-index:100;
	position:absolute;
	top:1px;
	left:50%;
	margin-left:400px;

}

/* with this we see the "new_record.gif" complete*/
div#container-main div#content table{
	position:relative;
}


div#centercontent{
	margin:0 auto;
	text-align:left;
	width:753px;
}

div#container-main input{
	border-style:none;
}


div#container-main div#content ul{
	padding-top: 8px;
	padding-bottom: 12px;
}
div#container-main div#right-col ul{
	padding-top: 7px;
	padding-bottom: 12px;
}
div#container-main div#content p{
	padding-top: 4px;
	padding-bottom: 12px;
}
div#container-main div#right-col p{
	padding-top: 3px;
	padding-bottom: 12px;
}
div#container-main div#right-col a{
	font-weight: bold;
}

/******** HEADER STYLES ********/

div#header{
	height:130px;
	background-image:url(../images/header.jpg);
	border-bottom:1px solid #C4AE96;
}

/******** MAINCONTAINER STYLES ********/

div#container-main{
	float:left;
	margin-top:16px;
	width:753px;
}

/******** LEVEL 1 NAVIGATION STYLES ********/

div#navigation{
	width:179px;
	font-size:14px;
	float:left;
}
div#navigation a{
	display:block;
	color:#000000;
	font-weight:bold;
	border-bottom:1px solid #C3AF96;
	padding-top:6px;
	padding-bottom:5px;
}
div#navigation a:hover,
div#navigation a.active{
	color:#77131B;
}

/******** LEVEL 2 NAVIGATION STYLES ********/

div.navigation-lv2 a{
	font-size:13px;
	background-color:#F8F4E8;
	padding:0 11px;
}
div.navigation-lv2 a.darklink{
	background-color:#EBE3D6;
}
div.navigation-lv2-act darklink2{
	background-color:#EBE3D6;
	#color:#77131B;
	color: Aqua;
	padding:0 11px;
}
div.navigation-lv2-act a.darklink2{
	background-color:#EBE3D6;
	#color:#77131B;
	color: Aqua;
	padding:0 11px;
}
/******** CONTENT STYLES ********/

div#content{
	margin-left:21px;
	width:349px;
	font-size:13px;
	padding-top:2px;
	padding-bottom:30px;
	float:left;
}
div#content a{
	font-weight:bold;
}
div#content a:hover{
	color:#000000;
}
div#content div.content-mailform-submitmessage h2,
div#content h1{
	color:#7C141D;
	font-family:verdana;
	font-size:24px;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
	margin-bottom:11px;
}
div#content h2{
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
	padding-bottom:11px;
}
div#content p{
	padding-bottom:13px;
	line-height:18px;
}
div#container-main div#content div.downloads{
	padding-top: 4px;
	padding-bottom: 11px;	
}
div#container-main div#content div.downloads h2{
	margin-top: 16px;
	margin-bottom: 3px;
}

div#container-main div#content .content-mailform p.bodytext{
	font-size: 10px;
	line-height: 13px;
	padding: 0px;
	padding-bottom: 20px;
}
div#content div.content-mailform form{
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #000000;
	margin-top: 3px;
	padding-top: 2px;
}
div#container-main div#content div.divider{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	margin-bottom: 2px;
	margin-top: 2px;
}
div#container-main div#content td{
	font-size: 13px;
}
div#container-main div#content td.filelink-item-img{
	display: none;
}
div#container-main div#content td.mailform-title{
	padding-top: 2px;
	padding-bottom: 2px;
}
div#container-main div#content td.mailform-label{
	width: 130px;
}
div#container-main div#content td.mailform-trail{
	font-size: 10px;
}
div#container-main div#content td.mailform-trail div.mailform-submit{
	padding-top: 20px;
}

/******** RIGHT COL STYLES ********/

div#right-col{
	width:183px;
	font-size:12px;
	padding-bottom:30px;
	padding-top:8px;
	float:right;
}
div#right-col h1{
	background-color:#AC9A82;
	padding:3px 5px;
	color:#FFFFFF;
	font-size:14px;
	
}
div#right-col p{
	margin-top:7px;
	margin-bottom:6px;
}
div#right-col a:hover{
	color:#000000;
}

/******** FOOTER STYLES ********/
div#footer-static{
	clear:both;
	margin-left:200px;
	width: 553px;
	padding-bottom: 3px;
}
div#footer-static a{
	position: relative;
	top: 2px;
}
div.footer-divider{
	padding-top:4px;
	border-bottom:1px solid #C3AF96;
	margin-bottom:4px;
}
div#footer-year{
	clear:both;
	margin-left:200px;
	width: 553px;
	padding-bottom: 15px;
}
div#footer-year a:hover{
	color:#7A1C2C;
}

span.sv{
	color:#E4202C;
}
div.left{
	color:#8D7F65;
	font-size:11px;
}
div.right{
	color:#8D7F65;
	/*text-transform:lowercase;*/
}
div.right a{
	color:#8D7F65;
}

/******** HBOX STYLES ********/

div.hbox-top{
	background: transparent url(../images/hbox_top.gif) no-repeat scroll left top;
	margin-top: 10px;
	padding-bottom: 20px;
}
div.hbox-bottom{
	padding-top: 2px;
	padding-bottom: 2px;
	background: transparent url(../images/hbox_bot.gif) no-repeat scroll left bottom;
}
div.hbox-content{
	background-color: #FFFFFF;
	padding-bottom: 2px;
}

div#container-main div#right-col div.hbox-content div.bodytext p{
	padding: 7px;
	padding-top: 0px;
	padding-bottom: 5px;
}

div#container-main div#right-col div.hbox-content a{
	background: transparent url(../images/hbox_lin.gif) no-repeat scroll left top;
	padding-left: 10px;
	display: block;
}