/** BASIC */

body {
	margin: -20px 0;
	font: normal small Arial, Helvetica, sans-serif;
	color: #83895C;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CC6600;
}

a {
	text-decoration: none;
	color: #CC6600;
}

a:hover {
	border: none;
}

/** HEADER */

#header {
	width: 700px;
	height: 80px;
	margin: 0 auto;
	padding: 60px 0 0 0;
}

#header h1 {
	margin: 0;
	padding: 30px 10px 0 20px;
	text-transform: lowercase;
	font-size: 36px;
	letter-spacing: -.05em;
	color: #83895C;
}

#header h2 {
	display: none;
}

#logo {
	/*background: url(../images/IHTlogo1-200W.png);*/
	position: absolute;
	/*float: left;*/
	top: 7px;
	left: 170px;
	z-index: 10;
}

/** NAVIGATION MENU */ 
#menu {
	width: 400px;
	margin: -2.25em auto 0 52em;
	color: #666;
	font-weight: bold;
}

#menu a {
	padding: 0px 4px 2px 2px;
	text-decoration: none;
	border-bottom: 1px solid #EBA45E;
	border-left: 1px solid #EBA45E;
}

#menu a:hover {
	text-decoration: none;
}

ul.nav, 
.nav ul { 
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0px 2px 5px 0px;
	text-align: right;
	cursor: default;
	list-style-type: none;
	display: inline;
} 

ul.nav{
	display: table;
} 

ul.nav>li{
	display: table-cell;
	position: relative;
	/*padding: 0px 2px 0px 0px;*/
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	/*max-width: 40ex; */
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	/*padding: 0px 2px 5px 0px;*/
	color: #666;
	font-weight: bold;
}

/*** Menu colors (customizable) ***/

.nav li {
	background: #fff;
	color: #666;
}

.nav a:hover{
	color: #333;
}


ul.nav li:active,
.nav ul li a:active{
	color: #fff;
}

.nav a{
	color: #666;
}

.nav #currentpage a {
	background: #fff;
	color: #333;
	}


/** CONTENT */

#content {
	width: 720px;
	margin: 0 auto;
	background: #EFEBDF url(../images/img01.gif) repeat-y left top;
}

#content * {
	line-height: 140%;
}

#columnA {
	float: left;
	width: 440px;
	padding: 25px 20px 0 30px;
	background: url(../images/img02.gif) no-repeat left top;
}

#columnB {
	float: right;
	width: 200px;
	padding: 25px 20px 0 10px;
	background: url(../images/img03.gif) no-repeat left top;
}

#columnB * {
	color: #EFEBDF;
}

#columnB ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside circle;
}

#columnB a {
	border-bottom-color: #EBD8B7;
	color: #FFFFFF;
}

#centercolumn1{
float: left;
width: 220px;
padding: 0px 5px 5px 5px;
color: black;
}

#centercolumn2{
float: right;
width: 220px;
padding: 0px 15px 5px 5px;
color: black;
}

/** FOOTER */

#footer {
	width: 720px;
	height: 50px;
	margin: 0 auto;
	background: url(../images/img04.gif) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 35px 0 0 20px;
	font: bold 9px Arial, Helvetica, sans-serif;
}