/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

#about {
	
    padding: 30px;
}


#content {
    clear:both;
	margin:auto;
	text-align:center;
	width:800px;
}


#content_container {
	margin:auto;
	padding:10px 0;
	position:relative;
	text-align:left;
	width:100%;
}



h3.fancy{
    border-bottom: 0px solid #F5F3F1;
    color: #34484D;
    font-family: 'Classic Roman Std', Perpetua, Georgia, serif;
    font-size: 25px;
    font-variant: small-caps;
    font-weight: lighter;
    margin: auto;
    padding-bottom: 0;
    text-align: left;
}


#contact_info{
	display: inline-block;
	width: 300px;
	text-align: left;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}


#contact_form{
/*    border:dashed; */
	display: inline-block;
	text-align: left;
	width: 400px;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}


.message p.quote {
    font-variant: small-caps;
    padding-bottom: 0;
    text-align: left;
    font-weight: lighter;
    font-family: 'Classic Roman Std', Perpetua, Georgia, serif;
    font-size: 18px;
    padding: 14px;
    margin: 20px 0px 0px 17px;
}


p.tight{
	margin: 0px;
}



p.happy{
        text-align: left;
    /* font-weight: lighter; */
    font-family: 'Classic Roman Std', Perpetua, Georgia, serif;
    font-style:italic;
    font-size: 22px;
    color: #302670;
/*     padding: 30px; */
   margin: 5px 50px 30px 50px;  
}



#contact_info h3, #contact_info h4{
	margin-bottom: 2px;
	font-weight: 100;	
}

#contact_info h4{
	color: #104D19;
}

label{
	display: block;
	color: #104D19;
	margin: 10px 5px 5px 0px;
	text-align: left;
}

label.inline{
	display: inline;
}

p.submit{
	clear:both;
	margin-top:10px;
	text-align:right;
	width:83%;
}

p.submit_admin{
	clear:both;
	margin-top:10px;
	text-align:right;
	width:100%;
}

p.submit.centered{
	text-align: center;
}

*.centered{
	text-align: center !important;
}

input, select, textarea{
	padding: 4px;
	background-color: #F5F3F1;
	border: 2px solid #4F4740;
	color: #4F4740;
}

input[type='text'], select{
	width: 50%;
}

option {
	padding: 3px 0px 3px 3px;
}

select{
	padding: 0px;
}

input:focus, select:focus, textarea:focus{
	background-color: #D3DFA7;
	border-color: #9FE400;
}

input:hover, select:hover, textarea:hover{
	border-color: #9FE400;
}