/* CSS 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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Common */
body { background-color:#0a0a0a; font-family:"Georgia", Times New Roman, Times, serif; font-size:11px; color:#1d1d1d; }
a, a:visited { color: #1d1d1d; }
h1 { font-size:30px; font-weight:normal; padding: 20px 0 10px 0; }
h2 { font-size:26px; font-weight:normal; padding: 10px 0 6px 0; }
h3 { font-size:24px; font-weight:normal; padding:0 0 4px 0; }
h4 { font-size:20px; font-weight:normal; padding:4px 0; }
h5 { font-size:16px; font-weight:bold; padding:4px 0;}
p { line-height:1.5em; padding:3px 0 10px 0; }
	

#util { text-align:right; text-transform:uppercase; color:#fff; padding: 0px; margin: 0px; }
#util p { padding: 0px; margin: 0px; }
#util a { color:#fff; text-decoration:none; }
#utilwysiwyg { text-align:right; text-transform:uppercase; color:#fff; background-color: #1d1d1d; }
#utilwysiwyg a { color:#fff; text-decoration:none; }

#content { padding-left:10px; padding-right:15px;  background-color:#fff6dc;}
#sidebar { color:#fff; }


#footer { color:#ffffff; }
#footer ul { margin:0 0 10px 0; }
#footer ul li { display:inline; padding:2px; }
#footer a, #footer a:visited { color:#ffffff; text-decoration:none; padding:5px; !important; }
#footer a:hover { color:#d9bf7b; }

.left { float:left; }
.right { float:right; }
.clear { clear:both; float:none; padding: 0px; margin: 0px; }
.imgBorder { background-color:#fff; padding:4px; border:1px solid #cfc8b3; }
.note { font-size:10px; }

#content ul{margin:3px 0 8px 20px;}
#content li{padding:0 0 8px 0;}

.newsLetter
	{
		background-image:url(../assets/wysiwyg/sidebar/cta-bg-newsletter.jpg);
		background-repeat:no-repeat;
		padding: 40px 0 10px 15px;
	}
	


.ctaHelp
	{
		background-image:url(../assets/wysiwyg/sidebar/cta-contact.jpg);
		background-repeat:no-repeat;
		padding:10px 80px 10px 10px;
		overflow:hidden;
		font-size:10px;
		height:97px;
	}

.ctaSpecial
	{
		background-image:url(../images/cta-bg-blue.jpg);
		background-repeat:no-repeat;
		padding:20px;
		height:82px;
	}
.noList li
	{
		list-style-type:none !important;
	}
	
.noList ul li ul
	{
		padding-left:5px !important;
	}
	
	