/* CSS Document - Exclamation */
html {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bodybkgd1.gif) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e76825;	
	font-size: 11px; 
	width: 100%;
	height: 100%;
	}
	
img {
	border: none;
	}
	
h1 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .1em;
	}
	
h2 {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: .1em;
	}

a:link, a:visited {
	color: #c9682c;
	text-decoration: none;
	}

a:hover {
	color: #f2c831;
	}
	
.bold {
	font-weight: bold;
	}
	
.big {
	font-size: 12px;
	}
	
.bigorange {
	font-size: 12px;
	color: #e76825;
	}
	
.bigboldorange {
	font-size: 13px;
	color: #e76825;
	font-weight: bold;
	margin-left: -9px;
	}
	
.bigbold {
	font-size: 12px;
	font-weight: bold;
	}
	
.bigger {
	font-size: 13px;
	}
	
.bigger2 {
	font-size: 14px;
	}
	
.biggerbold {
	font-size: 13px;
	font-weight: bold;
	}
	
.biggest {
	font-size: 16px;
	}
	
.biggestbold {
	font-size: 16px;
	font-weight: bold;
	}

/*on start and logomore pages*/
.biggestorange {
	font-size: 20px;
	color: #e76825;
	
	}
	
.textblack {
	color: #000;
	}
	
.textorange {
	color: #e76825;
	}
	
/*on about page*/
.center {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
	}
	
#members {
	font-size: 9px;
	color: #000;
	padding-top: 20px;
	}
	
#members img {
	padding: 2px 10px;
	}
	
#container {
	width: 792px;
	margin-top: 10px;
	margin-left: 125px;
	padding: 0;
	line-height: 120%;
	background: #fff url(../images/792header.gif) top center no-repeat;
	border-top: 1px solid #ffea94;
	border-right: 3px solid #ffea94;
	border-left: 3px solid #ffea94;
	}
	
#content {
	position: relative;
	width: 720px;
	height: 100%;
	top: 46px;
	left: 36px;
	color: #e76825;
	padding-bottom: 20px;
	letter-spacing: .01em;
	}

/*nested in content-paragraphs with 1" margins- ABOUT, START & LOGOMORE pages*/
.full1 {
	position: relative;
	width: 648px;
	top: 0;
	left: 36px;
	font-size: 13px;
	line-height: 150%;
	z-index: 8;
	}

/*nested in content-paragraphs with 1" margins- SERVICES page*/	
.full2 {
	position: relative;
	width: 648px;
	top: 0;
	left: 36px;
	font-size: 12px;
	line-height: 140%;
	z-index: 7;
	}
	
/*nested in content-paragraphs offset to right*/
.right {
	position: relative;
	width: 480px;
	top: 0;
	left: 240px;
	color: #000;
	font-size: 11px;
	line-height: 140%;
	padding-top: 20px;
	padding-bottom: 36px;
	z-index: 5;
	}
	
.right2 {
	color: #e76825;
	position: relative;
	width: 480px;
	top: 0;
	left: 240px;
	font-size: 11px;
	line-height: 130%;
	padding-bottom: 36px;
	z-index: 5;
	}	
.right h1 {
	color: #e76825;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .1em;
	}
	
.right h2 {
	color: #e76825;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: .1em;
	padding-top: 10px;
	}
	
/*code for DROP DOWN MENU- code from Javascript Source*/	
#navbar {
	position: relative;
	margin: 200px auto 0 auto;
	text-align: center;
	width: 100%;
	height: 24px;
	background: #fade69;
	border-bottom: solid 2px #ccc;
	}
	
#dd {
	margin-left: 25%;
	padding: 0;
	list-style: none;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	}

#dd li {
	margin: 0;
	padding: 0;
	color: #e76825;
	list-style: none;
	float: left;
	}

#dd li a.menu {
	text-align: left;
	color: #e76825;
	padding: 5px 15px;
	margin-top: 3px;
	text-decoration: none;
	display: block;
	}

#dd li a.menu:hover {
	color: #fff;
	}

.submenu {
	background: #fade69;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	margin-top: 2px;
	}

.submenu a {
	display: block;
	position: relative;
	text-align: left;
	text-decoration: none;
	padding: 5px 15px;
	color: #e76825;
	border-top: 1px solid #fff;
	width: 100%;
	}

.submenu a:hover {
 	color: #fff;
	}

/*PORTFOLIO PAGES*/
#portfolio {
	position: relative;
	top: 20px;
	left: 150px;
	margin-bottom: 50px;
	padding-bottom: 10px;
}

#numbers {
	position: relative;
	margin-top: 20px;
	}
	
#numbers ul {
	margin-left: -30px;
	}

#numbers li {
	display: inline;
	padding: 2px 10px 5px 10px;
	background: url(../images/numberdot.gif) center center no-repeat;
}

#numbers a {
	padding: 10px;
	}

#numbers a span {
	display: none;
	}

#numbers a:link, #numbers a:visited, #numbers a:active {
	color: #fff;
	text-decoration: none;
}

#numbers a:hover {
	height: auto;
	color: #000;
}

#numbers a:hover span {
	display: block;
	position: absolute;
	top: 35px;
	left: 20px;
	text-align: left;
	color: #000;
	margin: 0;
	padding: 0;
	}
	
/*span appears to right of numbers
#numbers a:hover span {
	display: inline;
	position: absolute;
	top: 0;
	right: 3em;
	text-align: right;
	color: #000;
	margin: 0;
	padding: 0;
	}*/

/*CONTACT page*/	
	
.contactinfo {
	position: relative;
	top: 0;
	left: 36px;
	font-size: 11px;
	line-height: 150%;
	margin: 0;
	padding: 0;
	}

.contactright {
	position: relative;
	width: 480px;
	top: -22px;
	left: 240px;
	font-size: 11px;
	line-height: 130%;
	}
	
form {
	padding: 0;
	margin: 0;
	}
	
fieldset {
	float: left;
	clear: left;
	width: 100%;
	border: none;
	margin: 0 0 1em 0;
	padding: 0;
	}

fieldset ol {
	padding: 0;
	list-style: none;
	}
	
fieldset li {
	padding-bottom: 1em;
	float: left;
	clear: left;
	width: 100%;
	}
	
legend {
	color: #e76825;
	font-weight: bold;
	}

label {
	float: left;
	width: 14em;
	margin-right: .5em;
	}

.input {
	background: #fff;
	}

.button {
	margin: 0 1em 1em 0;
	padding: 1px 5px;	
	border-color: #c9682c;
	}

.button:hover {
	color: #c9682c;
	}
	
fieldset.submit {
	float: none;
	width: auto;
	border: 0 none #fff;
	margin: 0;
	}
	
#footer {
	clear: both;
	color: #000;
	font-size: 9px;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	line-height: 150%;
	letter-spacing: .01em;
	margin-top: 20px;
	border-top: 1px solid #ffea94;
	border-bottom: 3px solid #ffea94;
}

#photoleft {
	border: none;
	position: absolute;
	top: 212px;
	left: 36px;
	z-index: 2;
	}
	
#servphotoleft {
	border: none;
	position: absolute;
	top: 140px;
	left: -36px;
	z-index: 1;
	}

#contactphotoleft {
	border: none;
	position: absolute;
	top: 0px;
	left: -36px;
	z-index: 1;
	}
	
/*textleft is on the Oregon Coastal Flowers process page*/
#textleft {
	position: absolute;
	top: 200px;
	left: 36px;
	width: 170px;
	margin: 0;
	padding: 0;
	letter-spacing: .01em;
	z-index: 1;
	}

