/* ---------- Regular content ---------- */

div#content {
	margin: 340px 0 40px 0;
	padding: 30px 40px 40px 40px;
	font-family: Arial;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #666;
	background-color: #fefeff;
	background: -moz-linear-gradient(top, #ffffff, #ececfd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ececfd));
	background: -ms-linear-gradient(top, #FFFFFF 0%, #ececfd 100%);
	box-shadow: 0 0 10px #444;
	z-index: 50;
	position: relative;
}

div#content p {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 22px;
}

div#content strong {
	font-weight: bold;
}



/* ---------- Contet - lower_top_margin ---------- */

div#content.lower_top_margin {
	margin-top: 80px;
	z-index: 100 !important;
}

div#content.lower_top_margin div.slider_arrows {
	display: none;
}

/* ---------- Contet - google_maps ---------- */

div#content.google_maps {
	padding: 0;
}


/* ---------- Headings ---------- */

div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6 {
	margin: 0;
	padding: 0;
}

div#content h1 {
	margin: 0 0 28px 0;
	padding: 0;
}

div#content div.introduction {
	margin: 0;
	padding: 0 0 38px 0;
	font-weight: normal;
	font-family: 'Futura regular', "Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	word-wrap: break-word;
}

div#content h1#page_title {
	padding: 8px 0 0 0;
	font-family: 'Futura bold', "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	color: #666;
	word-wrap: break-word;
}

div#content h2 {
	padding: 8px 0 8px 0;
	font-family: 'Futura bold', "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #757575;
	word-wrap: break-word;
}

div#content h3 {
	padding: 8px 0 4px 0;
	font-family: 'Futura bold', "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #898989;
	word-wrap: break-word;
}

h3 a {
	text-decoration: none;
}

div#content h4 {
	padding: 8px 0 3px 0;
	font-family: 'Futura bold', "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #9d9d9c;
	word-wrap: break-word;
}


/* ---------- Lists ---------- */

div#content ul,
div#content ol,
div#content li {
	margin: 0;
	padding: 0;
}

div#content ul {
	padding: 0 0 10px 15px;
	list-style-image: url(../img/list_style_image.png);
}

div#content ol {
	padding: 0 0 10px 20px;
}

div#content ul.sitemap {
	padding-left: 0;
}



/* ---------- Links ---------- */

div#content a {
	color: #0f0fe6;
}

div#content a:hover {
	color: #666;
}

div#content a.resource_link {
	border: none;
}



/* ---------- Images ---------- */

div#content img {
	border: none;
}

.resource_subtitle {
	display: none;
}


/* ---------- Documents ---------- */

div#content div.resource_container.documents {
	border: none;
	width: auto;
	padding: 0;
	margin: 0;
}

div#content div.resource_container.documents h2 {
	display: none;
}

div#content div.resource_container.documents div.resource.document a {
	padding: 0 0 10px 0;
}

div#content div.resource_container.documents div.resource.document span p {
	padding: 0 0 10px;
}



/* ---------- Videos ---------- */

div#content div.resource_container.videos h2,
div#content div.resource_container.videos h3 {
	display: none;
}



/* ---------- Table ---------- */

div#content table.table {
	margin: 10px 0 20px 0;
	font-family: Arial;
	font-size: 14px;
	color: #666;
	border-spacing: 0;
	text-align: left;
	border-collapse: collapse;
	table-layout: fixed;
}

div#content table.table caption {
	padding: 0 0 10px 0;
	width: 100%;
	font-family: Arial;
	color: #666;
	font-weight: bold;
}

div#content table.table th {
	font-family: Arial;
	color: #666;
	background-color: #e7e7e7;
	background: rgba(102, 102, 102, 0.1);
	padding: 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

div#content table.table td {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px;
}

div#content table.table p {
	margin: 0;
	padding: 0;
}


.table {
	border: none;
}