body {
	margin: 0;
	padding: 0;
	border: 0;
}

body.home, body.level2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 140%;
	background: #c9b1a1 url(/images/topbarbg.gif) top left repeat-x;
}

.print, .hide {
	display: none;
}

h1 {
	color: #71270c;
	font-size: 120%;
}
h2 {
	color: #71270c;
	font-size: 110%;
	margin-bottom: 0px;
}
h3 {
	color: #71270c;
	font-size: 100%;
	margin-bottom: 0px;
}
h4,h5,h6 {
	font-size: 100%;
	margin-bottom: 0px;
}


a {
	color: #dd6120;
	font-weight: bold;
}
a:visited {
	color: #c98562;
}


p {
	margin-top: 0px;
}
form {
	margin: 0;
	padding: 0;
}


#topnav {
	text-align: right;
	line-height: 35px;
}
#topnav ul {
	margin: 0;
	padding: 0;
	padding-right: 18px;
}
#topnav ul li {
	margin: 0;
	padding-left: 15px;
	list-style: none;
	display: inline;
}
#topnav a {
	font-size: 85%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#topnav a:hover {
	color: #e06321;
	font-weight: bold;
	text-decoration: underline;
}

.searchtitle {
	font-size: 11px;
	font-weight: bold;
}
#searchkeywords {
	width: 130px;
	height: 18px;
	padding: 0;
	border-top: 1px solid #1f1e1d;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #1f1e1d;
	background-color: #f5ede9;
}

#container {
	border-top: 1px solid #403228;
	border-right: 1px solid #403228;
	border-left: 1px solid #403228;
	padding: 5px 6px 0px 6px;
	background-color: #fff;
	
}

#subnav {
	background-color: #000;
	height: 30px;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}	

#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}

#subnav ul li {
	display: inline; 
	padding: 0px;
	height: 30px;
}

#loginbox .formfield {
	width: 110px;
	height: 18px;
	padding: 0;
	border-top: 1px solid #1f1e1d;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #1f1e1d;
	background-color: #f5ede9;
}

#footer {
	padding-left: 7px;
	line-height: 40px;
	background-color: #fff;
	font-size: 85%;
	clear: both;
}

#footer ul {
	margin: 0;
	padding: 0px 0px 0px 25px;
	list-style: none;
	display: inline; 
}
#footer ul li {
	display: inline; 
	padding: 0px 0px 0px 18px;
}
#footer a {
	font-weight: normal;
}

#footer p {
	display: inline;
	margin: 0;
	padding: 0;
}

#bottomborder {
	height: 10px;
	background-color: #71270c;
	border-right: 1px solid #403228;
	border-bottom: 1px solid #403228;
	border-left: 1px solid #403228;
	/* This was supposed to be a fix for IE6. But then it doesn't work right on Mac IE5.1 when width is not defined. 
		overflow: hidden;
	 */ 
	font-size: 1px; /* Fix for WinIE6 and MacIE5 */
	margin-bottom: 10px;
}

/* for IE */
input.btn {
	color:#000;
	border: 1px solid #000;
	height: 24px;
	background: #E8DFD8 url(/images/buttonbg.gif) bottom left repeat-x;
}

/* to cover buttons in all forms. IE6 doesn't support this. */
input[type="submit"],input[type="button"],input[type="reset"] {
	color:#000;
	border: 1px solid #000;
	height: 24px;
	background: #E8DFD8 url(/images/buttonbg.gif) bottom left repeat-x;
}

input[type="submit"]:hover,input[type="button"]:hover,input[type="reset"]:hover {
	color:#000;
	border: 1px solid #000;
	height: 24px;
	background: #DF6220 url(/images/buttonbg_on.gif) bottom left repeat-x;
	cursor: pointer;
}

.inqdocument {
	background-color: #f2ece8;
	padding: 4px 4px 6px 4px;
	margin-bottom: 4px;
}
.inqdescription {
	padding-top: 2px;
	padding-bottom: 2px;	
	margin: 0;
}

.inqtitle {
	padding: 0;
	margin: 0;
}

.inqdownloadlink {
	padding: 0;
	margin: 0;
}

.inqevent {
	background-color: #f2ece8;
	padding: 4px;
	margin-bottom: 4px;
}
.inqevent p {
	margin: 0;
} 

#doctypelist li.subcat {
    margin-left: 20px;
}
	
 ul#searchtabs {
		margin: 0;
		list-style: none;
		padding: 0;
        height: 39px;
        position: relative;
        z-index: 1000;
		} 

ul#searchtabs  li {
    float: left;
}
	
ul#searchtabs  li a {
        float: left;
		display: block;
		margin: 0;
		line-height: 39px;
        text-align: center;
        background-image: url(/images/search-tabs.gif);
        background-repeat: no-repeat;
        font-size: 11px;
        color: #fff;
        text-decoration: none;
		}
	
ul#searchtabs li.here a, ul#searchtabs li a:hover {
  background-image: url(/images/search-tabs-on.gif);
  color: #000;
}

ul#searchtabs li#searchtab1 a {
    width: 166px;
    background-position: 0 0;
}
		
ul#searchtabs li#searchtab2 a {
    width: 178px;
    background-position: -166px 0;
}

ul#searchtabs li#searchtab3 a {
    width: 125px;
    background-position: -344px 0;
}

#advancedSearchBox {
    border: 1px solid #ad8778;
    background-color: #f7f4f3;
    padding: 20px;
    margin-top: -1px;
    margin-bottom: 10px;
}

#advancedSearchBox .inputfield {
    padding: 3px;
    width: 220px;    
}

#advancedSearchBox .btn {
    background: #6a311c url(/images/btn-search-bg.gif) 0 0 no-repeat;
    color: #fff;
    width: 134px;
    height: 32px;
    border: none;
    font-weight: bold;
}

#advancedSearchBox .btn:hover {
    background-image: url(/images/btn-search-bg-on.gif);
}


#advancedSearchBox .btnsml {
    background: #6a311c url(/images/btn-search-sml-bg.gif) 0 0 no-repeat;
    color: #fff;
    width: 109px;
    height: 28px;
    border: none;
    font-weight: bold;
}

#advancedSearchBox .btnsml:hover {
    background-image: url(/images/btn-search-sml-bg-on.gif);
}
