/* -- reset -- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}
ol, ul { list-style: none; }
table {	border-collapse: collapse; border-spacing: 0; width: 100%; }


/* -- defaults -- */
body { 
	background: #009ae1;
    font: 13px/1.2307 Georgia, 'Times New Roman', Times, Serif;
	margin: 40px 0;
	text-align: center;
	}
body, a { color: #fff; }
a:hover { text-decoration: none; }
h1, h2 { line-height: 1; }
h1 {
	color: #632200;
	font-size: 24px;
	margin: 0 0 0.5em;
	}
h2 {
	color: #009ae1;
	font-size: 22px; font-weight: normal;
	margin: 1em 0 0.2727em;
	text-transform: lowercase;
	}
h3 {
	font-size: 14px; font-weight: normal;
	margin: 0;
	}
p { margin: 0 0 1.2307em; }


/* -- structure -- */
.clear { clear: both; height: 1px; width: 100%; }
.col {
	float: left;
	margin: 0 4% 0 0;
	width: 30%;
	}
.last { margin-right: 0; }
#wrap {
	background: #fff;
	border: 14px solid #84d3f6;
	color: #333;
	margin: 0 auto 1em;
	overflow: hidden;
	padding: 10px 30px 30px;
	text-align: left;
	width: 872px; 
	}
#wrap a { color: #009ae1; }


/* -- content -- */
#logo {	float: left; }
#intro {
	border: solid #eee; border-width: 6px 0;
	color: #666;
	font-size: 15px; font-style: italic;
	line-height: 1.75;
	margin: 1em auto 0.25em; 
	padding: 0.75em 10px; 
	position: relative;
	text-align: center;
	width: 80%;
	}
.vcard {
	color: #6c432d;
	font-size: 130%;
	line-height: 1.5; 
	padding-top: 1em;
	text-align: center; 
	}
.vcard .org { display: none; }
.vcard .tel { font-size: 140%; }
.note {
	color: #666;
	padding: 1em 0 0;
	text-align: center;
	}

/* - services - */
#services {
	line-height: 1.3333;  
	}
#services p { 
	font-size: 12px;
	margin: 0 0 0.5em;
	}
#services li { margin: 0 0 0.5em; }
#services strong { font-size: 125%; font-weight: normal; }
#services em {
	color: #555;
	display: block;
	font-size: 11px; font-style: normal;
	line-height: 1.4545;
	}