/* HIDE LAYOUT FROM NS4 & EARLIER BROWSERS -------------------------------------------------------------------*/
@import "layout.css";

* {
	font-family: inherit;
}

body {
	margin: 0;
	font-family: Times New Roman, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
	background: #d6d6d6;
}

code{
	font-family: "Courier New", Courier, monospace;
}

a{
	text-decoration: underline;
	outline: none;
	color: #463E3D;
}

a:hover{
	text-decoration: underline;
	outline: none;
}

h1{ 
	font-size: 1em; 
	width: 194px;
	float: left;
	display: inline;
	height: 99px;
}

h1 a{ 
	font-size: 1em; 
	text-indent: -30000px;
	display: block;
	width: 194px;
	background: url(images/h1-new.gif) top left no-repeat;
	height: 99px;
}

h2{ 
	font-size: 1.7em; 
	color: #463e3d;
	font-weight: normal;
	padding: 0px 0px 19px 0px;
	clear: left;
	float: left;
}

h3{
	background: #413945;	
	border-top: 3px solid #f8c93a;
	color: #fff;
	float: left;
	font-size: 1.5em;
	text-align: left;
	font-weight: normal;
	width: 497px;
	padding: 7px 0px 10px 17px;
	margin: 0px 0px 0px 0px;
}

h4{ 
	clear: left;
	float: left;
	font-size: 1.5em; 
	margin: 0px auto;
	font-weight: normal;
	color: #463e3d;
	width: 203px;
	border-bottom: 2px solid #f8c93a;
	line-height: 1em;
	padding: 0px 0px 7px 0px;
	text-align: left;
}

h5{ 
	font-size: 1em;	
	background: #413945;	
	border-top: 3px solid #f8c93a;
	color: #fff;
	float: left;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	width: 199px;
	margin: 0px 0px 0px 0px;
	clear: left;
	padding: 7px 0px 8px 6px;
}
	
h6{ 
	clear: left;
	float: left;
	font-size: 1.3em; 
	margin: 0px auto;
	font-weight: bold;
	color: #463e3d;
	width: 203px;
	line-height: 1em;
	padding: 15px 0px 15px 0px;
}

p{ 
	clear: left;
	float: left;
	font-size: 1.1em; 
	color: #463e3d;
	padding-bottom: 15px;
}

form.cmsform p {
    float: none;
}

ol{
	float: left;
	clear: left;
}

ul li{
	color: #463E3D;
}
