* {
	margin: 0px;
	padding: 0px;
}
body {
	width: 804px;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #5B1300;
}
#home {
	background-image: url(../images/topbar.gif);
	background-repeat: repeat-y;
	height: 600px;
	background-position: center 0px;
}
#interior {
	background-image: url(../images/topbar.gif);
	background-repeat: repeat-x;
}
#home h1 {
	display:block;
	width:804px;
	height:210px;
	text-indent:-9009px;
	background:transparent url(../images/inhouse_logo_wide.gif) no-repeat 0px 0px;
}
#homepage {
	padding-top: 200px;
}
#home h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}


h1 {
	display:block;
	width:200px;
	height:210px;
	text-indent:-9009px;
	background:transparent url(../images/inhouse_logo_sm.gif) no-repeat 0px 0px;
}
h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}
#branding {
	float: left;
	padding-top: 90px;
}

/* MISC ITEMS */

.clearfix {
	clear: both;
}
.hideout, #accessiability {
	display:none;
}




/* MENU ITEMS */
#menu {
}

#menu ul {
	margin: 0px;
	padding: 90px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #5B1300;
}
#copy {
	margin-left: 230px;
	margin-top: 90px;
	width: 521px;
}
#copy h2 {
	color: #C3CF21;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 25px;
}
#copy p {
	padding-bottom: 25px;
}
#copy a {
	color: #EE8A1D;
}
#copy a:hover {
	color: #C3CF21;
}

#menu a:hover {
	color: #EE8A1D;
}
#menu .active {
	color: #EE8A1D;}
.noscript {
	border: 1px solid #aee5e8;
	background-color: #e6feff;
	padding: 20px 20px 20px 70px;
	background-image: url(../images/alert.png);
	background-repeat: no-repeat;
	height: 40px;
	background-position: 10px 20px;
}
.testimonials #copy p, .contact #copy p {
	font-weight: normal;
}
#presentation {
	border-top-width: 3px;
	border-right-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #c3cf21;
	border-right-color: #C3CF21;
	height: 427px;
	width: 518px;
}
