@charset "UTF-8";
/* CSS Document */



/* 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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS RESET */

body
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#333;
		background-image:url(../images/bg-site.jpg);
		background-repeat:repeat-x;
	}

h1
	{
		color:#fb7d18;
		font-size:24px;
		font-weight:normal;
		padding:0 0 8px 0;
	}


h2
	{
		color:#fb7d18;
		font-size:20px;
		font-weight:normal;
		padding:0 0 5px 0;
	}
h3
	{
		color:#fb7d18;
		font-size:14px;
		font-weight:bold;
		padding:0 0 10px 0;
	}
	

a:hover
	{
		color:#ff7200;
	}
	
a 
	{
		color: #000000;
		text-decoration: underline;
	}

.left
	{
		float:left;
	}

.right
	{
		float:right;
	}
	


.clear
	{
		clear:both;
		float:none;
	}
	


#site
	{
		width:960px;
		margin:0 auto;
	}

#header
	{
		width:950px;
		margin:0 auto;
	}

#content
	{
		padding:10px 0;
	}
	

#contentMain
	{
		width:560px;
		padding:20px;
	}

#contentMain li
	{
		list-style:url(../images/bullet.jpg);
		padding:0 0 10px 0;
		color:#333;
		
	}
#contentMain ul
	{
		margin:0 0 0 20px;
		
	}
	

#contentMain p
	{
		line-height:1.3em;
		margin:0 0 10px 0;
	}
	
.list tr td
	{
		padding-right: 5px;
		line-height:1.3em;
	}	

#affiliates
	{
		border-top:4px solid #fb7d18;
		border-bottom:4px solid #fb7d18;
		text-align:center;
	}
.cta
	{
		background-image:url(../images/bg-cta.png);
		background-repeat:no-repeat;
		padding:20px;
	}
	
.cta p
	{
		font-size:10px;
	}
.cta h2
	{
		color:#fb7d18;
		font-size:18px;
		font-weight:normal;
	}

.btnLink
	{
		padding:6px 0;
	}
	

.ctaCopy
	{
		width:180px;
		padding:0 5px 0 0;
		float:left;
	}

#sideBar
	{
		padding-top:10px;
	}
	
.quotes
	{
		font-size:14px;
		color:#656260;
		background-image:url(../images/quotes.gif);
		background-repeat:no-repeat;
		padding:0 0 10px 60px;
		width:300px;
		
	}

.quotes.sub
	{
		width:160px;
	}
	

.qname
	{
		text-align:right;
		color:#656260;
		font-style:italic;
		font-weight:bold;
	}
	

#nav li
	{
		display:inline;
	}

#footer
{
	text-align:center;
	padding:10px 0;
}

#footer p
	{
		margin:10px 0;
	}
	
#footerNav li
	{
		display:inline;
		text-transform:uppercase;
		padding:0 40px;
	}

#footerNav a
	{
		color:#333;
		text-decoration:none;
	}
	
