/* eric meyer's 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,
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;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* 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: "" "";
}



/* SVN: $Id: reset.css 524 2007-11-02 20:59:27Z Jason Huck $ */

* {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #777;
}

body {
	background-color: white;
	background-image: url(/site/images/bg_grey.gif);
	background-repeat: repeat-y;
}

a {
	color: #38A;
	text-decoration: none;
}

a:hover {
	color: #E51;
	text-decoration: underline;
}

p {
	margin-bottom: 18px;
}

h1,h2,h3 {
	color: #E51;
	font-weight: normal;
	font-family: georgia, times, serif;
}

h1 {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: .05em;
	border-top: 1px solid #CCC;
	padding-top: 2px;
	margin-bottom: 10px;
}

h3 {
	color: #38A;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .05em;
	margin: 10px 0;
}

h5, h6 {
	margin-top: 10px;
	margin-bottom: 0;
}

/* Navigation */

#navContainer {
	display: block;
	width: 750px;
	overflow: auto;
}


#navContainer>h6 {
	width: 300px;
	float: left;
	/* padding-top: 10px; */
	margin-left: 13px;
}

#navPrimary,
#navSecondary,
#navTertiary {
	display: block;
	width: 117px;
	float: left;
	overflow: auto;
	padding-left: 20px;
	padding-top: 14px;
	background-image: url(/site/images/bg_nav.gif);
	background-repeat: no-repeat;
}

#navSecondary,
#navTertiary {
	width: 185px;
	padding-left: 0;
	background-image: none;
}

#navSecondary {
	margin-right: 35px;
}

#navTertiary {
	padding-top: 0;
}

#navPrimary>li,
#navSecondary>li {
	margin-top: -4px;
	margin-bottom: 4px;
}

#navPrimary>li>a {
	text-transform: uppercase;
	color: #888;
}

#navSecondary>li>a,
#navTertiary>li>a {
	display: block;
	padding-left: 13px;
	color: #888;
}

#navPrimary>li>a:hover,
#navSecondary>li>a:hover,
#navTertiary>li>a:hover,
#navPrimary>li.ON>a,
#navSecondary>li.ON>a,
#navTertiary>li.ON>a {
	color: #38A;
	text-decoration: none;
}

#navPrimary>li.ON>a {
	font-weight: bold;
}

#navSecondary>li>a:hover,
#navTertiary>li>a:hover,
#navSecondary>li.ON>a,
#navTertiary>li.ON>a {
	background-image: url(/site/images/nav_active.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

#navFooter li {
	display: inline;
}

#navFooter li:after {
	content: ' | ';
}

#navFooter li:last-child:after {
	content: '';
}

#navFooter>li>a {
	text-transform: lowercase;
}

#navFooter>li>a:hover {
	text-decoration: none;
}




/* Layout */

#colHeader {
	width: 750px;
	height: 200px;
}
	
#colContainer {
	width: 750px;
	overflow: auto;
	margin-bottom: 50px;
	padding-top: 12px;
	clear: left;
}

#colLeft,
#colCenter,
#colRight {
	display: block;
	width: 250px;
	float: left;
}

#colLeft {
	width: 132px;
	padding-left: 18px;
}

#colCenter {
	width: 400px;
}

#colRight {
	width: 200px;
}

#colFooter {
	clear: left;
	width: 450px;
	padding-left: 150px;
	padding-top: 8px;
	margin-left: 150px;
	border-top: 1px solid #E0E4E7;
	height: 60px;
	background-repeat: no-repeat;
}

#colFooter * {
	font-size: 10px;
	line-height: 12px;
	color: #AAA;
}

#colFooter p {
	margin-top: 14px;
}

#logo>a {
	display: block;
	width: 450px;
	height: 110px;
	background-image: url(/site/images/logo.png);
	background-repeat: no-repeat;
}

span.hidden {
	display: none;
}

#ObjectyMe {
	clear: left;
	width: 750px;
	height: 200px;
}




/* MISC */

ul.bulleted {
	list-style: disc outside;
	padding-left: 15px;
}

#rss {
	display: block;
	margin-left: 25px;
	/* margin-top: 50px; */
	padding-top: 5px;
	border-top: 1px solid #ccc;
	
}


/* Collapsible Definition Lists */

dl.collapsible > dt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 2px;
	padding-left: 12px;
	background-image: url(/site/images/disclosure_closed.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	background-color: #f5f5f5;
	color: #728896;
	font-family: georgia, times, serif;
	font-size: 12px;
	margin-bottom: 6px;
	cursor: pointer;
}

dl.collapsible > dt:hover {
	background-color: #e5e5e5;
}

dl.collapsible > dt.current {
	background-image: url(/site/images/disclosure_open.gif);
	background-color: white;
	/* margin-bottom: 0; */
	border-bottom: none;
}

/* Fancy Unordered Lists */

ul.ruledlist {
	border-top: 1px solid #ddd;
	border-bottom: 3px solid #E0E0E0;
	margin-bottom: 6px;
}

ul.ruledlist > li {
	margin-left: 24px;
	border-left: 2px solid #A9AAAC;
	padding: 6px;
	padding-left: 8px;
	border-bottom: 1px solid #ddd;
}

ul.ruledlist > li:last {
	border-bottom: none;
}

ul.ruledlist > li > ul {
	margin-left: 36px;
}

ul.ruledlist > li > ul > li {

}

ul.condensed > li {
	border-bottom: none;
	padding-top: 2px;
	padding-bottom: 2px;
}


/* Next Links */

a.nextlink {
	display: block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 2px;
	padding-left: 12px;
	background-image: url(/site/images/disclosure_closed.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	background-color: #f5f5f5;
	color: #728896;
	font-family: georgia, times, serif;
	font-size: 12px;
	margin-bottom: 6px;
	cursor: pointer;
}

a.nextlink:hover,
a.nextlink span:hover {
	text-decoration: none;
}

a.nextlink span {
	text-transform: uppercase;
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #7C7C7C;
}


img.partnerlogo {
	float: right;
	margin-right: -140px;
}


#slides {
	display: block;
	width: 400px;
	height: 500px;
	overflow: hidden;
}

#slides li {
	display: table-cell;
	width: 400px;
	height: 500px;
	overflow: hidden;
	/* float: left; */
}

a.ssbtn {
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	background-color: #BFBFBF;
	color: white;
	margin-right: 5px;
	font-size: 10px;
	padding: 0 2px;
}

a.ssbtn:hover {
	text-decoration: none;
}

a.ssbtn.disabled {
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	background-color: #F4F4F4;
}

#slides strong {
	color: #38A;
	font-weight: normal;
	margin-left: 5px;
}

#colDouble {
	width: 600px;
	margin-left: 150px;
	padding-top: 12px;
	clear: both;
	overflow: auto;
}

#colFooter {
	background-image: url(/site/images/tagline.png);
}

#csNav {
	display: block;
	width: 100%;
}

#csNav li {
	display: block;
	width: 165px;
	height: 165px;
	float: left;
	margin: 10px 20px 20px 0;
}

#csNav>li>a>nobr {
	color: #38A;
}

#csNav a:hover {
	text-decoration: none;
}

#csNavVertHead {
	border-top: 1px solid #ccc;
}

#csNavVertHead,
#csNavVertical {
	margin-left: 25px;
}

#csNavVertical nobr {
	display: block;
	clear: left;
	margin-top: 10px;
	color: #38A;
}

#csNavVertical a {
	text-decoration: none;
}

#logo {
	margin: 0;
	padding: 0;
}

