@charset "UTF-8";
/* CSS Document */

/* -------------------------------- */
/* --------- MAIN STYLES ---------- */
/* -------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #F9F2EA;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
}

h1 {	
	
}

h2 {
	
}

p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C18D5B;
	text-decoration: none;
	text-align: right;
	margin-bottom: -8px;
}

a:link {
	color: #669;
	text-decoration: none;
}

a:visited {
	color: #669;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

a:active {
	color: #999;
	text-decoration: none;
}

.makeitbold {
	font-weight:bold;
}

.makeitcenter {
	text-align:center;
}

.mailinglist {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C18D5B;
	text-decoration: none;
	text-align: right;
	padding-top: 10px;
}

.required-field {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C18D5B;
	text-decoration: none;
	text-align: left;
	margin-bottom: -8px;
}

.warning {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #900;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	margin-bottom: -8px;
}

.mailingtext-brown {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C18D5B;
	text-decoration: none;
	text-align: center;
	margin-bottom: -8px;
}

.mailingtext-gray {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	text-align: center;
	margin-bottom: -8px;
}

.mailingtext-gray-bold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight:bold;	
	text-align: center;
	margin-bottom: -8px;
}



/* --------------------- */
/* ------- CLASSES ----- */
/* --------------------- */

.clearfloat { 
     clear:both; 
     height:0; 
     font-size: 1px;
     line-height: 0px;
}

.mailing-list-textfield {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	background-color: #FFF;
	height: 14px;
	width: 150px;
	border: 1px solid #EFD6B7;
	padding-top: 0px;
} 

.contact-textfield {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	background-color: #FFF;
	height: 14px;
	width: 150px;
	border: 1px solid #EFD6B7;
	padding-top: 0px;
	margin-top: 8px;
} 

.contact-textfield-med {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	background-color: #FFF;
	height: 28px;
	width: 150px;
	border: 1px solid #EFD6B7;
	padding-top: 0px;
	margin-top: 8px;
} 

.contact-textfield-big {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	background-color: #FFF;
	height: 56px;
	width: 150px;
	border: 1px solid #EFD6B7;
	padding-top: 0px;
	margin-top: 8px;
} 

/* -------------------------------- */
/* -------- MAIN SECTIONS --------- */
/* -------------------------------- */

#container {
	width: 1000px;
	height: auto;
	background-color: transparent;
	background-image:url(scallop-white.png);
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
	text-align: center;
}

#main-content {
	width: 1000px;
	margin: 0px auto 0px auto;
	background-color: transparent;
	text-align: center;
}


#footer {
	width: 1000px;
	height: auto;
	background-color: transparent;
	background-image:url(scallop-bottom.png);
	background-repeat:no-repeat;
	margin: -10px auto 0px auto;
	padding: 0px;
	position: relative;
	text-align: center;
}
