@charset "utf-8";

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Primary */

html {background-color: #FFF;}
body {
	margin: 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1em;
}
a {
	color:#069;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-size: 18px;
	margin:5px 0 10px;
	font-weight: bold;
}
strong {
	font-weight:bold;
}

/* header */

div.header {
	width:960px;
	height:60px;
	margin-top:5px;
	background:transparent url(../images/bg_header.gif) 0 0 no-repeat;
}
img.adesalogo {
	float:left;
	margin:7px 0 0 10px;
}
div.headerRight {
	float:right;
	margin:22px 10px 0 0;
	padding:0;
	text-align:right;
}

/* sub head */

.subhead {
	clear:both;
	margin:0;
	padding:20px;
	width:920px;
	font-size:18px;
	color:#FFF;
	line-height:1em;
	background:#948671 url(../images/bg_subhead.gif) 0 0 repeat-y;
	border-top:1px solid #FFF;
}

/* body */

div.content {
	margin:20px 0 0 0;
}
img.cclogo {}

.mod_resourceLinks {
	margin:0;
	padding:10px;
	font-weight:bold;
	color:#50493d;
	background-color:#eae3d4;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.mod_resourceLinks h2 {
	font-weight:bold;
	text-transform:uppercase;
	color:#50493d;
	font-size:14px;
	margin-bottom:10px;
}
.mod_resourceLinks ul {
	line-height:20px;
}

.mod_resourceLinks li a, .mod_resourceLinks li a:link, .mod_resourceLinks li a:visited {
	color:#008b95;
}
.mod_resourceLinks li a:hover, .mod_resourceLinks li a:active {
	text-decoration:none;
}

/* Footer */

div.footer {
	clear:both;
	float:left;
	width:100%;
	margin:15px 0 5px 0;
	font-size:11px;
	color:#50493d;
	padding:5px 0;
	border-top:1px solid #eae3d4;
}