/*////////// UNDO HTML //////////*/

h1, h2, h3, h4, h5, h6, pre, code, li { font-size: 100%; }
ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, hr, pre, form, body, html, p, blockquote, fieldset, input { margin: 0; padding: 0; }
a img { border: none; }
address { font-style: normal; }

ul#navL1,
div#footer p,
fieldset,
hr {
	display: none;
}

/*////////// BASIC STYLES //////////*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: center;
}

h1 {
	font-size: 18pt;
	font-weight: normal;
	margin-bottom: 1em;
}

h2, big {
	font-size: 15pt;
	font-weight: normal;
	margin-bottom: 1em;
}

p {
	line-height: 1.4em;
	margin-bottom: 1.5em;
}

a {
	color: #c9c;
}

address {
	line-height: 2em;
	margin-bottom: 2em;
}

address br {
	clear: left;
}

address strong {
	display: block;
	float: left;
	margin: 2px .2em 0 0;
	text-align: right;
	width: 228px;
}

blockquote#homeQuote {
	border: 1px solid #fde1f4;
	font-size: 18pt;
	padding: 36px 20px;
	text-align: center;
	width: 55%;
}

blockquote p {
	margin-bottom: 0;
}

img.photo {
	float: right;
	margin: -13px -13px 0 15px;
}

img.thumb {
	float: left;
	margin: -10px 15px 30px -10px;
}

ul.common {
	line-height: 1.4em;
	margin: 2em 4em;
}

ul.common li {
	margin-bottom: 1em;
}

div.hr, div.hrDown {
	border-top: 1px solid #fde1f4;
	clear: both;
	margin: 30px 0;
}

div#header {
	position: relative;
	z-index: 2;
}

div#main {
	border-top: 10px solid #fde1f4;
	margin-top: -94px;
	padding-top: 100px;
	text-align: left;
}

div#footer a#afcc {
	float: right;
}

div#legals {
	font-size: 9pt;
	margin: 0 auto;
	position: relative;
	text-align: left;
	top: -60px;
}

.smallCaps {
	font-size: 70%;
	font-weight: bold;
	text-transform: uppercase;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-table; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */