/* ============================================ *
 *  - Content									*
 * -------------------------------------------- */
body {
	font-family: "Arial", Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #000;
}
.content {
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
.content p {
	margin: 0;
	padding: 0 0 20px;
	color: #000;
	font-size: 14px;
	line-height: 20px;
}
.content h2,
.content h1 {
	margin: 0 0 15px;
	padding: 0 0 11px;
	color: #000;
	font-size: 24px;
	line-height: 27px;
	font-weight: bold;
}
.content h2.zero,
.content h1.zero {
	margin: 0;	
}
.content h3 {
	margin: 0;
	padding: 0 0 20px;
	color: #000;
	font-size: 20px;
	line-height: 23px;
}
.content img.left,
.content img.right {
	border: 5px solid #d9e4ea;
}
.content img.right {
	float: right;
	margin: 0px 0px 20px 20px;
}
.content img.left {
	float: left;
	margin: 0px 20px 20px 0;
}
.content a {
	color: #000;
	text-decoration: underline;
}
.content a:hover {
	color: #000;
	text-decoration: none;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	letter-spacing: -1px;
	font-weight: bold;
}
.content ul,
.content ol,
.content dl {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 15px 0;
}
.content ul {
	list-style: disc;
}
.content li,
.content li p,
.content dd,
.content dd p,
.content li li,
.content li li p,
.content dd dd,
.content dd dd p {
	line-height: 20px;
	padding: 0;
}
.content table a,
.content table a:link,
.content table a:visited {
	border: none;
}
.content table {
	width: 100%;
	border-top: 1px solid #e7eef2;
	border-right: 1px solid #e7eef2;
	margin: 0px auto 20px auto;
	border-collapse: collapse;
	background-color: #000;
	font-size: 12px;
}
.value,
.total {
	font-weight: bold;
	font-size: 14px;
	color: #000;
}
.total {
	color: #000;
}
.content table caption {
	color: #000;
	font-size: 11px;
	text-transform: lowercase;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	caption-side: top;
	text-align: left;
}
.content table tr.odd td {
	background-color: #000;
}
.content table tr.odd .head-column {
	background-color: #000;
}
.head-column {
	background-color: #000;
}
.content table thead tr.odd td.head-column,
.content table tfoot tr.odd td.head-column {
	background-color: #000;
}
.content table td {
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	padding: 6px 8px;
	text-align: left;
	vertical-align: top;
}
.content table th {
	font-weight: bold;
	color: #000;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	padding: 6px 8px;
	background-color: #000;
}
.content table thead th,
.content table tfoot th {
	background: #f3f3f3;
	color: #000;
	font-size: 14px;
}
.content table thead th {
	text-align: left;
}
.content table tfoot th {
	text-align: right;
}
.content table tfoot th strong {
	font-size: 12px;
}
.content table tfoot th em {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}
.content table.none,
.content table.none tr,
.content table.none tr.odd,
.content table.none tr.odd th.head-column,
.content table.none tr.odd td.head-column,
.content table.none td.head-column,
.content table.none th.head-column,
.content table.none tr.odd th,
.content table.none tr.odd td,
.content table.none td,
.content table.none th {
	border: none;
	background-color: #000;
}
.content td p,
.content th p {
	margin: 0;
	padding: 0;
}
.content form {
	margin-bottom: 25px;
}
.content form input,
.content form textarea {
	padding: 5px;
	color: #000;
	font-size: 12px;
	line-height: 12px;
	border-top: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	background: #fff url(/static/images/bg-form-shadow.png) repeat-x 0px 0px;
}
.content form input {
	
}
.content form select {
	padding: 5px;
	color: #000;
	font-size: 12px;
	line-height: 12px;
}
.content form textarea {
	line-height: 18px;
	height: 100px;
	width: 95%;
}
.content form input.submit {
	cursor: pointer;
	padding: 4px 8px;
	text-align: center;
	color: #000;
	border-top: 1px solid #1b71bb;
	border-left: 1px solid #1b71bb;
	border-bottom: 1px solid #013b60;
	border-right: 1px solid #013b60;
	background-color: #000;
	background-image: none;
}
.content form input:hover.submit {
	color: #000;
	background-color: #000;
}
.content form h3 {
	margin: 20px 0px;
}
.content .error,
.content .errorlist {
	color: #000;
	font-weight: bold;
	margin: 0px;
}
.content form ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
}
/* ============================================	*
 *	Alternating Row Color						*
 * ---------------------------------------------*/
.content .posts {
	margin-bottom: 30px;
}
.content .posts .post ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.content .posts .odd,
.content .posts .even {
	overflow: hidden;
	margin: 0;
	padding: 10px;
}
.content .posts .post {
	overflow: hidden;
	margin: 0;
}
.content .posts div:first-child {
	border-top: none;
}
.content .posts .post p {
	font: normal 12px/16px 'Arial', sans-serif;
	color: #000;
	padding: 0 0 10px 0;
}
.content .posts .post img {
	float: left;
	margin: 0 15px 10px 0;
	padding: 5px;
}
.content p img {
	padding: 5px;
}
.content .posts .post img.thumb {
	height: 138px;
	width: 120px;
}
.content .posts .post embed {
	float: left;
	margin: 0 20px 20px 0;
}

/* ============================================ *
 *  - Special Content Classes					*
 * -------------------------------------------- */

.content .quote {
	background-color: #000;
}
.content blockquote {
	background-color: #000;
}
.content .memo {
	background-color: #000;
}
.content .quote strong  {
	font-style: italic;
}
.content blockquote,
.content .quote,
.content .memo {
	overflow: hidden;
	padding: 20px;
	margin: 0 0 18px 0;
	color: #000;
	font-size: 14px;
	line-height: 18px;
}
.content blockquote p,
.content .quote p,
.content .memo p {
	color: #000;
}
.content .form-question .quote {
	border: 1px solid #c2d3bc;
}
.content .form-question blockquote {
	border: 1px solid #e0ce97;
}
.content .group {
	overflow: hidden;
	padding: 10px 0 0 0;
	margin: 0;
}
.content div.underline {
	height: 8px;
	line-height: 8px;
	overflow: hidden;
	background-color: #000;
}
.content p.underline {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 8px solid #ddd;
}
.content .form-question fieldset {
	margin: 0 0 18px;
	padding: 18px;
	border: none;
	background-color: #000;
}
.content .form-question h4 {
	margin: 0;
	padding: 0 0 5px;
	color: #000;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
}
.content .form-question p {
	color: #000;
}
.content .form-question textarea {
	width: 501px;
	height: 127px;
	background-color: #000;
	font: 13px/16px Arial, Helvetica, sans-serif;
	padding: 5px;
}
.content .form-question select {
	font: 12px/14px Arial, Helvetica, sans-serif;
	max-width: 550px;
}
.content .form-question .button {
	float: right;
	margin: 15px 0 0;
}

#id_accountability_partners {
    width: 400px;
}
/* ============================================	*
 *	List-1										*
 * ---------------------------------------------*/
.content .posts .post .list-1 {
}
.content .posts .post .list-1 li {
	list-style: none;
	display: inline;
	background: url(/static/images/bullet-3.gif) no-repeat 0 50%;
	padding: 0 9px 0 14px;
}
.content .posts .post .list-1 li:first-child,
.content .posts .post .list-1 li.first {
	background-image: none;
	padding: 0 5px 0 0;
	margin: 0;
}
.content .posts .post .list-1 h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	display: inline;
}
.content .posts .post .list-1 li a {
	color: #000;
	text-decoration: none;
}
.content .posts .post .list-1 li a:hover {
	color: #000;
}
.content .posts .post .list-1 li.first a {
	color: #000;
	text-decoration: none;
}
.content .posts .post .list-1 li.first a:hover {
	color: #000;
}

/* ============================================ *
 *  - List 2									*
 * -------------------------------------------- */
.content .posts .post .list-2 {
	padding: 0 0 5px 0;
}
.content .posts .post .list-2 li {
	display: inline;
	background: url(/static/images/bullet-2.gif) no-repeat 0 5px;
	padding: 0 6px 0 11px;
	font-size: 11px;
	line-height: 11px;
	color: #000;
	font-weight: bold;
}
.content .posts .post .list-2 li:first-child,
.content .posts .post .list-2 li.first {
	background-image: none;
	padding-left: 0;
}
.content .posts .post .list-2 a {
	text-decoration: none;
	color: #000;
}
.content .posts .post .list-2 a:hover {
	color: #000;
}
.content .posts .post .media,
.content .media {
	clear: both;
	width: 100%;
	margin: 0;
	overflow: hidden;
}
.content .posts .post .media object,
.content .media object {
	float: left;
	margin: 1px 3px 0 0;
}
/* ============================================ *
 *  - Search Results List						*
 * -------------------------------------------- */
.content .posts .post span.url,
.content .posts .post span.url a {
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	text-decoration: none;
}
.content .posts .post span.url a:hover {
	text-decoration: underline;
	color: #000;
}
.content .posts .post h3,
.content .posts .post h3 a {
	margin: 0;
	padding: 0 0 5px;
	font-size: 16px;
	line-height: 19px;
	color: #000;
}
.content .posts .post h3 a:hover {
	color: #000;
}
.content .posts .post p  {
	padding: 0 0 5px 0;
}
.content .posts .post p b {
	color: #000;
}
/* ============================================ *
 *  - Detail List								*
 * -------------------------------------------- */
.content .attributes {
	margin-bottom: 15px;
}
.content .attributes ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.content .attributes li {
	padding: 5px 10px;
	border-left: 2px solid #e6e6e6;
	font-size: 11px;
	color: #000;
	display: inline;
	text-transform: capitalize;
}
.content .attributes li.first,
.content .attributes li:first-child {
	border-left: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-style: italic;
}
.content .attributes a {
	color: #000;
	text-decoration: none;
}
.content .attributes a:hover {
	text-decoration: underline;
}
.content .attributes a.comments {
	background: transparent url(/static/images/comments.png) no-repeat 0px 50%;
	padding-left: 25px;
}

.content p.count {
	text-align: center;
	padding: 5px 0;
	font-size: 12px;
}
.content .sitemap a {
	text-decoration: none;
}
.content .sitemap a:hover {
	text-decoration: underline;
}
.content .sitemap li {
	list-style: none;
}
.content .sitemap ul li a {
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
}
.content .sitemap ul ul li a {
	font-weight: normal;
	font-size: 18px;
}
.content .sitemap ul ul ul li a {
	font-size: 14px;
}
.content .sitemap ul {
	margin: 20px 0;
}
#header,
#footer ul,
.site-create,
.buttons-area,
.skip,
.breadcrumbs,
.col-2 {
	display: none;
}

