@charset "UTF-8";
/* CSS Document */

/* styles for Timberline Enterprises */

/* the following code centers the site in the browser */

#wrapper {
	position: relative; 
	width: 1024px; 
	margin: 0 auto; 
	text-align: left;
}
	

/* the following define universal site elements for home page */

body {
	background-image:url(images/background.jpg);
	background-repeat:repeat;
	text-align:center;
}

#trim {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:150px;
	width:auto;
	display:block;
	background-image:url(images/trim.png);
	background-repeat:repeat;
	z-index:-1;
}

#header {
	postition:absolute;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	height:150px; 
	width:1024px;
	top:0px;
}

#main {
	position:absolute;
	top:150px;
	height:550px;
	width:1024px;
}

#left {
	width:400px;
	height:550px;
	float:left;
	background-image:url(images/notepad1.png);
	background-repeat:no-repeat;
	background-position:top;
}

#right {
	width:624px;
	height:550px;
	float:left;
}

#footer {
	position:absolute;
	top:700px;
	width:1024px;
	height:100px;
	background-image:url(images/divider.png);
	background-repeat:no-repeat;
}

#left_foot {
	width:624px;
	height:100px;
	float:left;
}

#right_foot {
	width:400px;
	height:100px;
	float:right;
}



/* the following are used on supp pages */

#main2 {
	position:absolute;
	top:150px;
	height:600px;
	width:1024px;
}

#right2 {
	width:624px;
	height:870px;
	float:left;
}

#rh_head {
	float:left;
	width:624px;
	height:270px;
	background-image:url(images/header-services.png);
	background-repeat:no-repeat;
}

#top {
	width:624px;
	height:75px;
	float:left;
	background-image:url(images/header-bg.png);
	background-repeat:no-repeat;
}

#bottom {
	width:624px;
	height:525px;
	float:left;
	background-image:url(images/main-bg.png);
	background-repeat:no-repeat;
}

#footer2 {
	position:absolute;
	top:775px;
	width:1024px;
	height:100px;
	background-image:url(images/divider.png);
	background-repeat:no-repeat;
}

#categores {
	width:600px;
	height:500px;
	margin:25px 0px 0px 25px;
	float:left;
}

/* the following define all text */

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	padding: 5px 25px 5px 25px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFF;
	text-shadow: 2px 2px 2px #000;
	padding-left:25px;
	padding-top:21px;
	margin-top:0px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	font-style:oblique;
	text-shadow: 2px 2px 2px #000;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#030;
	margin-bottom:0;
	padding-top:20px;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	margin-top:0;
	margin-bottom:25px;
}

.name {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#900;
	padding: 0;
	margin: 0;
}

.name a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#900;
	padding: 0;
	margin: 0;
	text-decoration:none;
}

.name a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#900;
	padding: 0;
	margin: 0;
	text-decoration:underline;
}

.bio {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	padding: 0;
}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	padding: 0;
	margin: 0;
}

.email {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	padding: 0;
	margin: 0;
}

.email a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	padding: 0;
	margin: 0;
	text-decoration:underline;
}

.email a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	padding: 0;
	margin: 0;
	text-decoration:none;
}

/* define links */

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* define contact form */

form {
	width:400px;
	height:200px;
	padding-left:87px;
}

label, label span { 
	display:block; 
	padding-bottom:7px; 
}
	
label { 
	float:left; 
	width:400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
}

label span { 
	float:left; 
	width:100px; 
	text-align:right; 
}

fieldset input, fieldset textarea { 
	float:right; 
	width:250px; 
	border:1px solid #000;
}

fieldset input:hover, fieldset textarea:hover { 
	border-color:#060; 
}

fieldset input:active, input:focus, fieldset textarea:active, textarea:focus { 
	border-color:#060 
}

fieldset {
	float:left;
	width:400px;
	height:200px;
	margin:0 20 10 0;
	padding:20px;
	border:1px solid #333;
	overflow:hidden;
	background-color:#CCC;
}

form div {
	margin-bottom:20px;
	float:right;
	padding:10px 20px;
	text-align:center;
}

form div input {
	padding: 0 .25em;
	background-color:#360;
	color:#FFF;
	border:1px double #000;
	border-top-color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

form div input:hover {
	background-color:#CCC;
	color:#360;
}

/* define list items */

ul {
	width:575px;
	height:75px;
	margin:10px 5px 5px 5px;
}


ul div {
	width:225px;
	height:75px;
	float:left;
}

ol {
	margin: 5px 30px 5px 30px;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

li.category {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-left:20px;
	color:#333;
}

li a {
	font-size:12px;
}
