/* layout.css - stylesheet */

/* body */
body {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 100%;
	word-spacing: 0.1em;
	color: #390f00;
	background-color: #ebc694;
	background-image: url(../images/css/brownpaper.gif);
	margin: 0;
	padding: 0;
} 

html {
	overflow-y: scroll;
}

/* headers */
h1,h2,h3,h4,h5 {
	color: #9d5c27;
	font-weight: normal;
}

h1 {
	font-size: 1.6em; 
	margin: 0 0 10px 0;
}

h2 {
	font-size: 1.4em; 
	margin: 20px 0 10px 0;
}

h3,h4,h5 {
	font-size: 1.2em; 
	margin:  20px 0 10px 0;
}

/* paragraph and lists */
p,ul,ol {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

ul {
	margin: 0 0 10px 20px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style-image: url(../images/css/arrow.png);
	list-style-type: square;
}

/* links */
	a {text-decoration: none;}
	a:link {color: #00abba;}
	a:visited {color: #00abba;}
	a:hover, a:active, a:focus {
		color: #9d5c27; 
		outline:none;
		}


img {border: none}

img.spaced {margin: 5px 0 10px 0}

/* overall container */
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
}
/* left and right auto margin centres the page in complient browsers */

#banner {
	width: 800px;
	height: 123px;
	margin: 0 0 20px 0;
	padding: 0;
}

#banner h1{
	background-image: url(../images/css/intertype-banner.png);
		<!--[if IE 6]>
			background-image: url(../images/css/intertype-banner.gif);
		<![endif]-->
	background-position: 0;
	background-repeat: no-repeat;
	text-indent: -1000em;
	width: 800px;
	height: 123px;
	display: block;
}

/* local nav section */
#leftnav {
	width: 220px;
	margin: 0;
	padding: 0;
	float: left;
}

/* local navigation menu style */
#leftnav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

li.box {
	list-style: none;
	list-style-image: none;
	margin: 0 0 20px 0;
	padding: 0;
	background-image: url(../images/css/trans.png);
}

li.box a {
	padding: 8px 10px;
	margin: 0;
	display: block;
}

li.box a:hover, a:active, a:focus {
	background-color: #ffffff;
	background-image: none;
	color: #9d5c27;
}

li.active {
	margin: 0 0 20px 0;
	padding: 8px 10px;
	background-color: #ffffff;
	list-style: none;
	list-style-image: none;
	background-image: none;
}

li.active li {
	margin: 5px 0 0 20px;
	padding: 0;
	list-style-image: url(../images/css/arrow.png);
	list-style-type: square;
	background-image: none;
}

/* page content */
#content {
	width: 520px;
	margin: 0;
	padding: 20px;
	background-color: #ffffff;
	float: right;
}

/* footer */
#footer {
	width: 560px;
	margin: 0;
	padding: 15px 0;
	float: right;
	text-align: right;
}

#footer h3 {
	margin:  0 0 5px 0;
	color: #390f00;
}

#footer p {
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	padding: 0 0 5px 0;
}

#footer a {text-decoration: none;}
#footer a:link {color: #ffffff;}
#footer a:visited {color: #ffffff;}
#footer a:hover, a:active, a:focus {
		color: #00abba; 
		outline:none;
		}

/* logo image replacement */
#clientlogos ul{
	background-image: url(../images/general/logos.gif);
	background-position: 0;
	background-repeat: no-repeat;
	text-indent: -1000em;
	margin: 10px 0 20px 0;
	padding: 0;
	width: 520px;
	height: 300px;
	display: block;
}

