/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(_images/bg.jpg) top left repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 101%;
}

h1 {
	margin: 0;
	padding: 0;
	width: 300px;
	height: 200px;
	background: #FFFFFF url(_images/logo.jpg) top left no-repeat;
	text-indent: -2000px;
}

a {
	color: #009933;
}

a:hover {
	color: #FF9900;
}

/******************/
/*    Menu Bar    */
/******************/

#menu {
	float: left;
	margin-left: 10px;
	width: 300px;
}

#menu h2 {
	margin: 0;
	padding: 5px 0;
	width: 300px;
	background: #FFFFFF url(_images/menu_top.jpg) top left no-repeat;
	text-align: center;
	color: #009933;
}

#menu ul {
	margin: 0;
	padding: 10px 0;
	border-left: 6px #999999 solid;
	border-right: 6px #999999 solid;
	background-color: #E0E0E0;
	list-style: none;
}

#menu li {
	margin: 0 6px;
	border-bottom: 2px #333333 ridge;
	text-align: center;
}

#menu li.first {
	border-top: 2px #CCCCCC ridge;
}

#menu .bottom {
	margin: 0;
	padding: 10px 0;
	width: 300px;
	background: #FFFFFF url(_images/menu_bottom.jpg) bottom left no-repeat;
	text-align: center;
	font-size: 80%;
}

#menu li a {
	display: block;
	padding: 15px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#menu li a:hover {
	background-color: #999999;
	color: #FFCC00;
}

/******************/
/*  Content Pane  */
/******************/

#content {
	float: left;
	margin: 50px 0 0 20px;
	width: 600px;
	background: url(_images/Calla-Lilly-White.jpg) bottom right no-repeat;
}

#content h2 {
	color: #009933;
}

#content h3 {
	color: #FF9900;
	font-style: italic;
}

/****  Display for Form  ****/
.formDisp dt {
	margin: 5px 0;
	font-weight: bold;
}

/****  Portfolio Page  ****/
.folio {
	margin-bottom: 10px;
	padding-top: 20px;
	border-bottom: 1px #666666 ridge;
}

.folio .clear {
	clear: both;
}

.folio h3 {
}

.folio img {
	float: left;
	margin-right: 5px;
}