@charset "utf-8";
/**** Styles for Index Page ****/

#intro {
	display:inline-block;
	width:60%;
	vertical-align:top;
	text-align:justify;
	}

#intro p {margin-bottom:20px}
#intro li{ margin-bottom:10px;}
#intro li:last-child{ margin-bottom:20px;}
	
#letter {
	display:inline-block;
	padding:10px;
	width:35%;
	margin-left:2%;
	border:1px solid #000000;
	border-radius:10px;
	-moz-border-radius:10px;
 	background-color:#CDCAA0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDCAA0', endColorstr='#BDB984'); 
	background: -webkit-gradient(radial, center center, 0, center center,190, from(#CDCAA0), to(#AFAA69)); 	
	background: -moz-radial-gradient(#CDCAA0, #AFAA69); 		
	}
	
#login_form {
	position:absolute;
	right:10px;
	margin-top:-110px;
	font-size:.85em;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:200%;
	}

#login_form label {
	float: none;
	width: 1px;
	margin-right:10px;
	text-align:left;
	}

#login_form p {
	color:#1C75BC;
	}

#blog_link {
	width:350px;
	height:100px;	
	background:url(../images/main_nav/btn_blog.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;		
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.0em;
	position:absolute;
	top: 495px;
	right: -15px;		
	}
	
#blog_link:hover{background-position: 0px -97px;}


#login_link {
	width:350px;
	height:100px;	
	background:url(../images/main_nav/btn_family_login.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;		
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.0em;
	position:absolute;
	top: 455px;
	right: 15px;		
	}
	
#login_link:hover{background-position: 0px -97px;}
	
	
	
#inner_form {
	position:absolute;
	top:-8px;
	right:-8px;
	text-align:right;
	width:300px;
	padding:5px;
	border: 3px solid #1C75BC;	
	background:#FFF;
 	background-color:#CCC;	
	}
	
#inner_form p {
	color:#000;
	}

#inner_form submit {
	position:relative;
	margin-top:20px;
	}

	
#letter p{ margin-bottom:10px;}

#intro_pic {
	margin-top:10px;
	float:right;
	margin-left:20px;
	}

#intro_pic img{	width:260px;}

.msg {
	margin-top:-5px;
	margin-bottom:5px;
	color:#090;
	}
	
.letter_body {font-style:italic;}

.letter_signature {
	font-weight:600;
	text-indent:20px;
	}


/**** End of Styles for Index Page ****/
