/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, abbr, article, aside, command, details, figcaption, figure, footer, header, hgroup, mark, meter, nav, output, progress, section, summary, time {
	margin: 0;
	padding: 0;
}
/*h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th, figcaption {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}*/
fieldset, iframe {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* LAYOUT */
.clear {
	clear: both;
}
img {
	border: 0;
}
img.left {
	float: left;
	margin: 2px 20px 16px 0;
}
img.right {
	float: right;
	margin: 2px 0 16px 20px;
}
.content:nth-child(1n) {
	border: none;
} 
/* TYPE */
body {
	font: 12px/18px Arial, Arial Unicode MS, Helvetica, sans-serif;
	color: #817967;
	-webkit-font-smoothing: antialiased;
}
a {
	text-decoration:none;
	color: #006C9B;
}
a:link, a:visited, a:active {
	text-decoration: none;
	outline: none;
	ie-dummy: expression(this.hideFocus=true);
}
a:focus {
	-moz-outline-style: none;
}
a:hover {
	text-decoration:underline;
	color: #0099DA;
}

.nowrap {
	white-space:nowrap;
}
strong, b {
	font-weight: bold;
}
em, i, cite {
	font-style: italic;
}
sup, sup a {
	vertical-align:super;
	line-height:0;
}
sup a:hover {
	color:#08c;
	text-decoration:none;
}
.sosumi {
	font-size: 10px !important;
	line-height:14px;
	color:#9F9988;
}
h1, h2, h3, h4, h5, h6 {
	color: #817967;
}
h1, h2, h3, h4 {
	font-weight: bold;
}
h2, h3, h4 {
	line-height: 18px;
	margin-bottom: 18px;
}
h1 {
	font-size: 21px;
	color: #FFF;
}
h2 {
	font-size: 18px;
	color: #006C9B;
}
h3 {
	font-size: 14px;
	color: #0099DA;
}
h4 {
	font-size: 12px;
	color:#5E584A;
}
p {
	margin-bottom: 18px;
	color: #817967;
}
p.intro {
	color: #888;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}
.more {
	text-align: right;
}
ul {
	list-style: none outside;
}
ol {
	margin-bottom: 18px;
	list-style: decimal;
	margin-left: 2.2em;
}
ul.square, ul.circle {
	margin-left: 2em;
	margin-bottom: 18px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul ul.circle, ul ul.square {
	margin-top: 4px;
	margin-bottom: 5px;
}

.underline {
	text-decoration: underline;
}

/* PRINT */
@media print {
body, #main, #content {
	color: #000 !important;
}
a, a:link, a:visited {
	color: #000 !important;
	text-decoration:none !important;
}
#tabs, #globalheader, #globalfooter, #directorynav, .noprint, .hide {
	display: none !important;
}
#main a.pdf, #main a.html, #main a.qt, #main a.ical, #main a.dl, #main a.dmg, #main a.zip, #main a.keynote, #main a.audio {
	padding-left: 0 !important;
	background-image: none !important;
}
}

/* iPhone */
@media screen and (max-device-width: 480px) {
html {
	-webkit-text-size-adjust: none;
}
}