/* -- RESET --*/
a {
	text-decoration: none;	
}
body { 
	text-align: center; 
	background: #e8eaf3;
	font-family: Verdana, Geneva, sans-serif;
	} 

#wrapper { 
	margin: 0px auto; 
	width: 960px;
	min-height: 760px;
	text-align: left;
	border: 1px solid #95AFE2;
	background: #fff;
	}

/* images */
#logo {
	background-image: url("http://www.ruthwishengrad.com/images/wishLogoWebHeader.png");
	background-repeat: no-repeat;
	height: 104px;
	width: 276px;
	margin: 10px;
	position: absolute;
	}

/* seedlings - flash movie of seeds floating */
#seedlings {
	position: relative;
	width: 236px;
	height: 0;
	margin: 0 0 0 0;
	z-index: 10;
	left: 0;
	top: 0;
}
object {
	margin-left: 250px;	
}
#header {
	background: #E8EAF3;
	height: 98px;
}

/* navigation */
#top-nav {
	clear: right;
	float: right;
	margin: 0;
	padding-top: 4.5em;
}
#top-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#top-nav ul li {
	float: left;
	padding-right: 40px;
}

a.nav {
	color: #444;
	font-size: 14px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration: none;
}
	
a.nav:hover {
	color: #4646B5;
	text-decoration: none;
}

a.nav.active {
	color: #1A269E;
	text-decoration: none;
}

#main-content {
	/*margin: 15px;*/
}

.intro {
	margin-top: 15px;	
	padding: 10px 60px 10px 25px;
	background: #F2F4F8;
	text-align: right;
	visibility: hidden;
}

div#footer {
	clear:both;
	color:#777777;
	margin:0 auto;
	padding:10px 0 40px;
	text-align:center;
	font-size: 10px;
}

div#footer a {
	color: #4646B5;
}
div#footer a:hover {
	color: #4646B5;
	text-decoration: underline;
}

#profile  {
	clear:both;
	float:left;
	font-size:.9em;
	margin:0 15px;
	text-align:left;
	width:550px;
	font-family:Arial, Helvetica, sans-serif;
}

#profile p {
	margin: 5px 10px 20px;	
}

#profile .request {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
}

#profile h1 {
	font-size: 1.2em;
	text-transform: lowercase;
	color: #313398;
	font-weight: normal;
	margin: 10px 0 3px 10px;
	padding-top: 10px;
}

#contactForm {
	border:1px solid #E8EAF3;
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	padding:10px;
	width:300px;
}
#sideForm  {
	clear:both;
	float:left;
	padding:5px;
	text-align:left;
}

#contactForm h2 {
	color:#313398;
	font-size:1em;
	margin:0;
	overflow:hidden;
	padding:10px 5px;
	text-transform:lowercase;
	font-weight: normal;
}

label, #contactform {
	font-size:90%;
}
input {
	color: #313398;
	display: block;
	font-size: .9em;
	padding: 3px;
	width: 178px;
}
textarea {
	color: #313398;
	display: block;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 5px;
	width: 275px;
}
input[type="submit"]  {
	cursor:pointer;
	height:27px;
	padding:10px;
	width:80px;
	font-size:.9em;
}
.notice {
	font-size: 85%;
	color: #666;
}

