/*
Theme Name: turnstone
Theme URI: http://http://www.promisebrand.co.za/
Description: turnstone

Author: turnstone
Author URI: turnstone
Version: 1
Tags: turnstone

*/

/* Google Fonts Import
--------------------------------------------- */
/*@import url(//fonts.googleapis.com/css?family=Droid+Sans:regular,bold|Droid+Serif:regular,italic,bold,bolditalic&subset=latin);*/

/* Reset
--------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:light,regular,regularitalic,bold,bolditalic);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	color: #777;
}
#logoarea {
	/* [disabled]background-color: #FFF;
*/
	position:relative;
	top:10;
	/* [disabled]left:0;
*/
	left:auto;
	right:173px;
	/*height: 146px;
	width: 384px;*/
	height: 146px;
	width: 384px;
	background-image: url(images/logo_bg_1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	/* [disabled]margin-bottom: 50px;
*/
	float:left;
}
#logoimg {
float: right;
padding-right: 15px;
padding-top: 20px;
}
#content address {
	padding: 0 0 20px 0;
}
#content abbr, acronym {
	border-bottom: .1em dotted;
}
#content pre, code, tt {
	font-size: 1.1em;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
ol.snap_nav {
	display: inline;
	float: left;
	clear: both;
	list-style: none;
	padding-top: 20px;
	margin-bottom: 20px;
}
ol.snap_nav li {
	display: block;
	float: left;
	margin-right: 3px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 2px;
}
ol.snap_nav li a {
 font-weight: bold color: #666;
}
ol.snap_nav li.snap_selected a {
	cursor: text;
}
ol.snap_titles {
	clear: both;
	display: block;
	border: 0;
	list-style: none;
}
ol.snap_nav .snap_selected {
	background-image: url(images/alphabeteselect.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.articlesinmonthtable {
}
.articlesinmonthtable li {
}
.articlesinmonthtable ul li {
	display: block;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	width: 300px;
	padding-bottom: 4px;
}
.articlesinmonthtable ul li a {
	font-size: 10px;
	color: #333 !important;
	text-transform: uppercase;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* General Structure and Styles
--------------------------------------------- */

#page {
	max-width: 1024px;
	/* [disabled]background-color:#fff;
*/
	z-index: 0;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	padding-top: 0;
	/* [disabled]padding-right: 30px;
*/
	padding-bottom: 30px;
	/* [disabled]padding-left: 30px;
*/
}
#wrap {
	/* [disabled]margin:4px 0 0;
*/
	/* [disabled]overflow: hidden;
*/
	/* [disabled]border-top: 1px solid #ddd;
*/
	/* [disabled]border-bottom: 1px solid #ddd;
*/
	clear:both;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
	position: relative;
}
/* Navigations
--------------------------------------------- */
#mainnavarea {
	/* [disabled]background-color: #900;
*/
	background-image: url(images/nav_bg.png);
	background-repeat: no-repeat;
	/* [disabled]height: 434px;
*/
	width: 200px;
	float: left;
	/* [disabled]margin-bottom: -2px;
*/
	background-position: -5px -5px;
	padding:0px;
}
#main {
	width: 80%;
	float: left;
	overflow: hidden;
	background-color: #FFF;
	-moz-box-shadow: 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;
}
#content {
	width: 75%;
	float: left;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#secondary {
	width: 20%;
	/* [disabled]margin-left:2%;
*/
	float: left;
	/* [disabled]background-color: #FFF;
*/
}
#tertiary {
	width: 14%;
	float: left;
	overflow: hidden;
	background-color: #FFF;
}
#colophon {
	width: 70%;
	float: left;
	padding:30px 0 0;
	overflow: hidden;
	font-size: 0.8em;
}
.aligncenter, div.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/* Headlines
--------------------------------------------- */


#content .uppercase {
	text-transform:uppercase;
}
/* Links
--------------------------------------------- */
a {
	color: #009BC2;
	text-decoration: none;
}
a:hover {
	color: #777!important;
	text-decoration: underline;
}
/* Lists
--------------------------------------------- */
#content .post ul, #content .page ul {
	padding:7px 0 7px 30px;
	line-height: 1.3;
}
#content .post ul li, #content .page ul li {
	padding:0 0 3px;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
}
#content .post ol, #content .page ol {
	padding:7px 0 7px 30px;
	line-height: 1.3;
}
#content .post ol li, #content .page ol li {
	padding:0 0 12px;
	list-style: decimal;
}
#content .post ol ol li, #content .page ol ol li {
	list-style: upper-alpha;
}
#content .post ol ol ol li, #content .page ol ol ol li {
	list-style: lower-roman;
}
#content dl {
	margin:0;
	padding: 0;
}
#content dt {
	font-weight: bold;
	margin: 0;
	padding: 10px 5px 5px;
}
#content dd {
	margin: 0;
	padding: 0 0 10px 15px;
}


#content  h2.entry-title  {
	
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EA3D2B;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding-right: 5px;
	
}
#content  h2.tableofcontentsheading  {
	
	font-size:14px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding-right: 5px;
	
}
#content .entry-content h1  {
	
	font-size:18px;
	color:#EA3D2B;
	text-transform:none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding-right: 5px;
	
}
#content .entry-content h2  {
	
	font-size:14px;
	font-weight:bold;
	color:3d4244;
	
	text-transform:none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding-right: 5px;
	
}

/* Posts
--------------------------------------------- */
#content .post {
	margin: 0 0 40px;
	padding: 0 0 40px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	clear: both;
	font-size: .75em;
	line-height: 1.6;
}
/*#content .post h1 {
	font-size: 1.7em;
	text-transform: uppercase;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EA3D2B;
}*/
.customexcerpt h2 {
	font-size: 1.5em;
	color: #333;
}
#content .entry-header h2.entry-title {
	/* [disabled]margin: 0 0 12px;
*/
	/* [disabled]font: bold 1.3em/1.4 'Droid Sans', arial, sans-serif;
*/
}
h2.entry-title span {
	float: right;
}
#content .entry-header h2.entry-title a:hover {
	color: #777;
	text-decoration: none;
}
/*firefox*/
/*.gecko #content h1.entry-header, .gecko #content h1.entry-title, .gecko #content h2.entry-title, .gecko #content .page-entry-header h2.entry-title {
	
}*/
#content h1.entry-title {
	
	text-transform: uppercase;
	color: #EA3D2B;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding-right: 5px;
	width: auto;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-family: "Gill Sans Light", Verdana, Geneva, sans-serif;
	font-size:26px;
	
}
#content h2.entry-title  {
	font-family: "Gill Sans Light", Verdana, Geneva, sans-serif;
	color:#EA3D2B;
	font-size:26px;
	display: block;
	text-transform: uppercase;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;

}
.gecko #content.news .page-entry-header h2.entry-title {
	/* [disabled]margin:26px 0 12px; */
	/* [disabled]font: bold 1.4em/1.4 'Droid Sans', arial, sans-serif;
*/
	/* [disabled]font-size: 12px; */
}


/* Header
--------------------------------------------- */
#site-title {
	/* [disabled]padding: 21px 0 15px;
*/
	display: none;
}
#site-title h1 {
	margin: 0 10px 0 0;
	font-size: 2.1em;
	line-height:1.2;
	font-weight: bold;
	text-transform:uppercase;
	display: block;
	float: left;
}
#site-title h1 a:hover {
	text-decoration:none;
}
#site-title h2 {
	font:italic .9em 'Droid Serif', Times, serif;
	color: #777;
	margin: 17px 0 0 0;
}
header#branding img.headerimage {
	width: 100%;
	height: auto;
	margin-top: 12px;
}
header#branding img.attachment-headerimage.wp-post-image {
	width: 100%;
	height: auto;
}
hgroup#site-title img {
	max-width: 100%;
}

.has-subitems {
	background-image: url(images/plus.png);
	background-repeat: no-repeat;
	background-position: 188px 4px;
}
#alliancepartners {
	height: 18px;
	width: 167px;
	float: right;
	clear:both;
	padding-right: 21px;
	padding-top: 20px;
}
#alliancepartnersmenu {
	display:none;
	/* [disabled]background-color: #EA3D2B;
*/
	/* [disabled]height: 100px;
*/
	width: 200px;
	position: relative;
	/* [disabled]z-index: 102;
*/
	left: 201px;
	top: 125px;
	/* [disabled]bottom: 1px;
*/
}
#alliancepartnersmenu div {
	position: absolute;
	z-index: 106;
	left: 0px;
	top: 0px;
	background-color: #ea412f;
}
#alliancepartnersmenu ul {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	display: block;
}
#alliancepartnersmenu ul li {
	float: none;
	list-style: none;
	/* [disabled]position: relative;
*/
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #CCC;
	height: 18px !important;
	/* [disabled]height: 18px;
*/
}
#alliancepartnersmenu ul li a {
	margin:0;
	display: block;
	font-size: 0.65em;
	text-transform: uppercase;
	/* [disabled]text-align: right;
*/
	color: #FFF !important;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: 150px;
}
#alliancepartnersmenu ul li:first-child {
	/* [disabled]margin: 0px;
*/
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #CCC;
}
#alliancepartnersmenu ul li:first-child a {
	/* [disabled]height: 18px;
*/
}
#alliancepartnersmenu ul li a:hover {
	/* [disabled]background:#F0F0F0;
*/
	/* [disabled]color: #999;
*/
	text-decoration: none;
}
/* --- Main Nav --- */
#mainnavarea {
}
#mainnav {
	/* [disabled]max-width: 70%;
*/
	float:right;
	/* [disabled]background-color: #900;
*/
	margin-top: 20px;
	margin-bottom: 20px;
	width: 200px;
}
.menu-main-navigation-container .menu li a {
	text-indent:6;
	display:block;
	text-transform: uppercase;
	color: #FFF !important;
	/* [disabled]color: #FFF;
*/
	font-size: 12px;
	text-align: right;
	padding: 5px 15px 5px 2px;
	text-decoration: none;
}
.menu-main-navigation-container .menu li ul li a {
	text-indent:6;
	display:block;
	padding: 1px 8px 1px 2px;
	text-transform: lowercase;
	color: #000 !important;
	/* [disabled]color: #FFF;
*/
	font-size: 11px;
	text-align: right;
	font-weight: bold;
}
.current_menu_item {
	color: #EA3D2B !important;
}
.menu-main-navigation-container .menu li a:hover, .menu-main-navigation-container .menu li.selected a {
	color:#EA3D2B !important;
	background-color:#CCC;
}
.menu-main-navigation-container .menu li ul {
	display:none;
}
.menu-main-navigation-container .menu li.selected ul {
	display:block;
}
.menu-main-navigation-container .menu li.selected ul a {
	color:#FFF;
	background-color:white;
	border-right-width: 8px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EA3D2B;
	border-left-color: white;
}
.menu-main-navigation-container .menu li ul li {
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #EA3D2B;
}
.menu-main-navigation-container .menu li ul li:first-child {
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #EA3D2B;
}
.menu-main-navigation-container .menu li.selected ul li.selected a, .menu-main-navigation-container .menu li.selected ul li a:hover {
	color:#FFF;
	background-color:#7EB0B0;
	border-left:6px solid #006363;
}
.current_page_item {
	color: #EA3D2B!important;
}
#navbottomarea {
	/* [disabled]position: absolute;
*/
	/* [disabled]bottom: 0px;
*/
	margin-bottom: 0px;
	/* [disabled]z-index: 101;
*/
}
#downloadslink {
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 16px;
}
.downloadspan {
	display: block;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding-top: 8px;
	padding-bottom: 10px;
	text-align: right;
}
.downloadspan a {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(images/downloadicon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	text-decoration: none;
}
#searchpeople {
	margin-top: 70px;
}
#search {
	background-color: #ea3d2b;
	
}
#searchform {
	height: 20px;
}
#searchform #s {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: none;
	color: #FFF;
	background-color: #ea3d2b;
	text-align: right;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
#searchform .searchbutton {
	background-image: url(images/searchbutton.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
	clear: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #ea3d2b;
	height: 20px;
	border: thin solid #EA3D2B;
	margin: 0px;
}
#mininav {
	display: block;
	height: 20px;
	margin-top: 7px;
	margin-right: 11px;
	margin-bottom: 14px;
	margin-left: 16px;
	padding-bottom: 5px;
	text-align: center;
}
#mininav ul {
}
#mininav ul li {
	float: left;
	font-size: 9px;
	color: #FFF !important;
}
#mininav ul li a {
	font-weight: bold;
	text-transform: uppercase;
	color: #333 !important;
	margin-right: 2px;
	margin-left: 2px;
	text-decoration: none;
}
.faq_build_default input.faqsearch {
	background-image: url(images/searchbutton.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/* [disabled]float: left;
*/
	clear: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #ea3d2b;
	height: 20px;
}
.faq_build_message {
	/* [disabled]float: left;
*/
	color: #ea3d2b !important;
}
.faq_build_default .faq_build_text_small {
	/* [disabled]float: left;
*/
}
.faq_build_default .faq_build_select_small {
	/* [disabled]float: left;
*/
}
.faq_build_question {
	color: #EA3D2B;
	font-size: 13px;
	margin: 26px 0 12px;
	text-transform: uppercase;
}
.faq_build_date {
	color: #000000;
	text-transform: uppercase;
}
.downloadarea {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #EA3D2B;
	padding-top: 10px;
}
.toprightimageholder {
	height: 226px;
	width: 504px;
	position: absolute;
	z-index: 100;
	top: -118px;
	right: 0px;
}


.menu-news-menu-container {
	/* [disabled]max-width: 70%;
*/
	/* [disabled]float:right;
*/
	background-color: #ea3d2b;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 12px;
}
.menu-news-menu-container ul {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.menu-news-menu-container ul li.has-subitems {
	background-image: url(images/plus.png);
	background-repeat: no-repeat;
	background-position: right 10px;
}
.menu-news-menu-container ul li {
	/* [disabled]float: left;
*/
	list-style: none;
	position: relative;
	/* [disabled]margin-right: 10px;
*/
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #CCC;
}
.menu-news-menu-container ul li a {
	margin:0;
	display: block;
	font-size: 0.85em;
	text-transform: uppercase;
	/* [disabled]text-align: right;
*/
	color: #FFF !important;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.menu-news-menu-container ul li:first-child {
	/* [disabled]margin: 0px;
*/
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #CCC;
}
.menu-news-menu-container ul li a:hover {
	/* [disabled]background:#F0F0F0;
*/
	/* [disabled]color: #999;
*/
	text-decoration: none;
}
.menu-news-menu-container ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
.menu-news-menu-container ul ul ul {
	left: 100%;
	top: 0;
}
.menu-news-menu-container ul ul a {
	/* [disabled]background: #F9F9F9;
*/
	padding: 9px 14px;
	width: 11em;
	height: auto;
	text-transform: none;
}
.menu-news-menu-container li:hover > a, .menu-news-menu-container ul ul :hover > a {
	/* [disabled]background: #F0F0F0;
*/
}
.menu-news-menu-container ul ul a:hover {
	/* [disabled]background: #F0F0F0;
*/
}
.menu-news-menu-container ul li:hover > ul {
	display: block;
}






#sharethisarticle {
	/* [disabled]max-width: 70%;
*/
	/* [disabled]float:right;
*/
	background-color: #ea3d2b;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 12px;
}
#sharethisarticle ul {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#sharethisarticle ul li.has-subitems {
	background-image: url(images/plus.png);
	background-repeat: no-repeat;
	background-position: right 10px;
}
#sharethisarticle ul li {
	/* [disabled]float: left;
*/
	list-style: none;
	position: relative;
	/* [disabled]margin-right: 10px;
*/
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #CCC;
}
#sharethisarticle ul li a {
	margin:0;
	display: block;
	font-size: 0.85em;
	text-transform: uppercase;
	/* [disabled]text-align: right;
*/
	color: #FFF !important;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#sharethisarticle ul li:first-child {
	/* [disabled]margin: 0px;
*/
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #CCC;
}
#sharethisarticle ul li a:hover {
	/* [disabled]background:#F0F0F0;
*/
	/* [disabled]color: #999;
*/
	text-decoration: none;
}
#sharethisarticle ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#sharethisarticle ul ul ul {
	left: 100%;
	top: 0;
}
#sharethisarticle ul ul a {
	/* [disabled]background: #F9F9F9;
*/
	padding: 9px 14px;
	width: 11em;
	height: auto;
	text-transform: none;
}
#sharethisarticle li:hover > a, #sharethisarticle ul ul :hover > a {
	/* [disabled]background: #F0F0F0;
*/
}
#sharethisarticle ul ul a:hover {
	/* [disabled]background: #F0F0F0;
*/
}
#sharethisarticle ul li:hover > ul {
	display: block;
}


.menu-alliance-partner-news-container {
	/* [disabled]max-width: 70%;
*/
	/* [disabled]float:right;
*/
	background-color: #ea3d2b;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 12px;
}
.menu-alliance-partner-news-container ul {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.menu-alliance-partner-news-container ul li.has-subitems {
	background-image: url(images/plus.png);
	background-repeat: no-repeat;
	background-position: right 10px;
}
.menu-alliance-partner-news-container ul li {
	/* [disabled]float: left;
*/
	list-style: none;
	position: relative;
	/* [disabled]margin-right: 10px;
*/
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #CCC;
}
.menu-alliance-partner-news-container ul li a {
	margin:0;
	display: block;
	font-size: 0.85em;
	text-transform: uppercase;
	/* [disabled]text-align: right;
*/
	color: #FFF !important;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.menu-alliance-partner-news-container ul li:first-child {
	/* [disabled]margin: 0px;
*/
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #CCC;
}
.menu-alliance-partner-news-container ul li a:hover {
	/* [disabled]background:#F0F0F0;
*/
	/* [disabled]color: #999;
*/
	text-decoration: none;
}
.menu-alliance-partner-news-container ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
.menu-alliance-partner-news-container ul ul ul {
	left: 100%;
	top: 0;
}
.menu-alliance-partner-news-container ul ul a {
	/* [disabled]background: #F9F9F9;
*/
	padding: 9px 14px;
	width: 11em;
	height: auto;
	text-transform: none;
}
.menu-alliance-partner-news-container li:hover > a, .menu-alliance-partner-news-container ul ul :hover > a {
	/* [disabled]background: #F0F0F0;
*/
}
.menu-alliance-partner-news-container ul ul a:hover {
	/* [disabled]background: #F0F0F0;
*/
}
.menu-alliance-partner-news-container ul li:hover > ul {
	display: block;
}





#nav_menu-5 h2 {
	/* [disabled]display: block;
*/
	float: left;
	text-transform: uppercase;
	margin: 0px;
	padding-right: 10px;
}
/*.menu-footer-menu-container{
	float: left;	
	}*/
.widgettitle {
	font-size: 10px;
}
.menu-footer-menu-container ul {
}
.menu-footer-menu-container li {
	float: left;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #EA3D2B;
	height: 10px;
	list-style: none;
}
.menu-footer-menu-container li a {
	text-transform: uppercase;
	font-size: 10px;
	height: 10px;
	padding-bottom: 10px;
	display: block;
}
#contactform {
	color: #FFF;
}
#contactform td {
	padding: 3px !important;
}
#contactform table {
	background-color: #EA3D2B;
	padding: 0px !important;
	margin: 0px !important;
}
#content .post p {
	padding: 0 0 20px;
}
#content .entry-details {
	/* [disabled]width: 22.507%;
*/
	/* [disabled]float: left;
*/
	font: italic .8em/1.6 'Droid Serif', Times, serif;
	padding-top: 2px;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 2;
}
#content .entry-details p span.entry-date, #content .entry-details p a {
	width: 100%;
	font-family: 'Droid Sans', arial, sans-serif;
	font-style: normal;
}
#content .entry-content {
	/* [disabled]width: 74.5%;
*/
	margin: 0;
	/* [disabled]float: right;
*/
}
#content .entry-content h1{
	font-size:18px;
	text-decoration:none;
	
}
#content .entry-content p {
/*padding: 0 0 20px;
	font-size: .75em;
	line-height: 1.6;*/
  
}
#content .post img.wp-post-image {
	width: 140px;
	height: auto;
	margin: 5px 0 8px;
	padding: 0;
}
#content .entry-meta p {
	padding: 15px 0 0;
	font: italic .8em/1.5 'Droid Serif', Times, serif;
}
#content .entry-meta a {
	padding: 15px 0 0;
	font-family: 'Droid Sans', arial, sans-serif;
	font-style: normal;
}
.page-link {
	background-color: #f0f0f0;
	border-top: 1px solid #ddd;
	padding: 5px 20px;
	overflow: hidden;
	font-size: .9em;
}
.page-link a {
	font-weight: bold;
	margin: 0 1px;
}
.page-link a:hover {
	text-decoration: none;
}
/* --- Sticky Post --- */
#content .sticky {
	border-top: 1px solid #ddd;
	background-color: #F0F0F0;
	padding: 15px 10px;
	overflow: hidden;
}
/* --- Post Typography --- */
#content strong {
	font-weight: bold;
}
#content p em {
	font-family:'Droid Serif', Times, serif;
	font-style: italic;
}
#content em {
	font-family:'Droid Serif', Times, serif;
	font-style: italic;
	font-size: .9em;
}
#content p small {
	font-size: .8em;
}
#content .post blockquote {
	margin: 0 20px 10px 0;
	overflow: hidden;
	font: italic 1.1em/1.6 'Droid Serif', Times, serif;
}
#content blockquote cite {
	margin: 10px 0 0 0;
	padding: 0 25px 15px 0;
	float: right;
	font: normal .8em 'Droid Sans', arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#content pre {
	background-color: #f0f0f0;
	font-family: monospace;
	font-size: 1.2em;
	line-height: 1.3;
	margin: 0 0 20px 0;
	padding: 10px;
}
#content p.nocomments {
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
/* --- Post Images and Video --- */
#content img {
	max-width:100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#content img.aligncenter {
	margin: 20px auto;
}
#content img.alignleft, #content .wp-caption.alignleft {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0;
}
#content img.alignright, #content .wp-caption.alignright {
	margin: 10px 0 0 20px;
}
#content img.alignnone {
	margin: 20px 0;
}
#content .wp-caption.alignnone {
	margin: 0 0 20px 0;
}
#content .wp-caption.aligncenter {
	margin-bottom: 10px;
}
#content .post .wp-caption {
	max-width: 100%;
	text-align: center;
}
#content .single-entry-content .wp-caption {
	max-width: 100%;
	text-align: center;
}
#content .post p.wp-caption-text {
	font: normal .8em/1.4 'Droid Sans', arial, sans-serif;
	margin: 0;
	padding: 7px 0 10px 0;
	color: #999;
}
#content object, #content embed, #content iframe {
	max-width: 100%;
	margin: 3px 0 10px;
	display: block;
}
/* --- Post Columns Shortcodes --- */
.two-columns-one {
	width:48%;
}
.three-columns-one {
	width:30.66%;
}
.three-columns-two {
	width:65.33%;
}
.four-columns-one {
	width: 22%;
}
.four-columns-two {
	width:48%;
}
.four-columns-three {
	width:74%;
}
.two-columns-one, .three-columns-one, .three-columns-two, .four-columns-one, .four-columns-two, .four-columns-three {
	float:left;
	margin-right:4%;
	position:relative;
}
.last {
	clear:right;
	margin-right:0 !important;
}
.divider {
	clear:both;
	display:block;
	margin-bottom:20px;
	width:100%;
}
#content span.highlight {
	padding: 2px;
	background-color: #FFFBCC;
}
.yellow-box {
	margin: 10px 0;
	background: #FFFBCC;
	border: 1px solid #E6DB55;
	padding: 20px;
	overflow:hidden;
}
.red-box {
	margin: 10px 0;
	background: #FFD9C8;
	border: 1px solid #F37C72;
	padding: 20px;
	overflow:hidden;
}
.green-box {
	margin: 10px 0;
	background: #D5FFCA;
	border: 1px solid #BDDC7F;
	padding: 20px;
	overflow:hidden;
}
/* --- Post Tables --- */
#content table {
	margin:10px 0px 30px 0px;
}
#content table thead {
	/* [disabled]border-top:1px solid #ddd;
*/
}
#content table tr {
	/* [disabled]border-bottom:1px solid #ddd;
*/
}
#content table tr th {
	padding: 10px 20px 10px 20px;
	/* [disabled]border-top:1px solid #ddd;
*/
	/* [disabled]border-left:1px solid #ddd;
*/
	/* [disabled]border-right:1px solid #ddd;
*/
}
#content table tr td {
	/* [disabled]padding: 10px 20px 10px 20px;
*/
	/* [disabled]border-left:1px solid #ddd;
*/
	/* [disabled]border-right:1px solid #ddd;
*/
}
/* Single Posts
--------------------------------------------- */
#content .single-entry-content h1 {
	font-size: 1.7em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EA3D2B;
	text-transform: uppercase;
	color: #EA3D2B;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 20px;
	width: auto;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-family: "Gill Sans Light", Verdana, Geneva, sans-serif;
	/* [disabled]font-weight: lighter; */
}
#content .single-entry-content h2 {
	font-size:18px;
	color:#EA3D2B;
	text-transform:none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding-right: 5px;
}
#content .single-entry-content h3 {
	font-size: 14px;
	font-weight: bold;
	color: 3d4244;
	text-transform: none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding-right: 5px;
}
#content .single-entry-content h4 {
	font-weight: bold;
	color: #000;
	font-size: 13px;
	/* [disabled]margin-top: 26px; */
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#content .single-entry-contentt h5 {
	margin: 22px 0 10px;
	/* [disabled]font: bold 1em/1.3 'Droid Sans', arial, sans-serif;
*/
}
#content .single-entry-content h6 {
	text-transform:uppercase;
	/* [disabled]font: bold .9em/1.3 'Droid Sans', arial, sans-serif;
*/
	color: #000;
}
#content .single-entry-content blockquote {
	margin: 20px 20px 10px 100px;
	background: none;
}

#content .post .single-entry-header {
	margin: 0;
}
#content .single-entry-header h1.entry-title {
	margin: 0;
	color: #009BC2;
	/* [disabled]font-family: Verdana, arial, sans-serif;
*/
	font-size: 1.7em;
	line-height: 1.7em;
	/* [disabled]font-weight: bold;
*/
	text-transform: uppercase;
}
#content .single-entry-header p {
	padding: 0 0 5px;
	font-size: .8em;
}
#content .single-entry-header p span.entry-date, #content .single-entry-header p span.entry-author {
	font: italic 1em/1.5 'Droid Serif', Times, serif;
}
#content .single-entry-details {
	width: 22.507%;
	padding: 0 18px 0 0;
	float: left;
}
#content .single-entry-content {
	width: 80%;
	margin: 15px 0 0;
	padding: 0;
	float: left;
}
#content .post .single-entry-meta p {
	padding: 15px 0 0;
	font: italic .8em/1.5 'Droid Serif', Times, serif;
}
#content .post .single-entry-meta p a {
	font-family:'Droid Sans', arial, sans-serif;
	font-style: normal;
}
#content .post .author-info {
	margin: 40px 0 0;
	padding: 15px 20px 15px;
	background: #F0F0F0;
	overflow: hidden;
	border-top: 1px solid #ddd;
}
#content .post .author-info h3 {
	margin: 0 0 4px;
	font: bold .9em/1.5 'Droid Sans', arial, sans-serif;
}
#content .post .author-info .avatar {
	max-width: 100%;
	width: 70px;
	margin: 0 15px 0 0;
	float: left;
}
#content .post .author-description {
	overflow: hidden;
}
#content .post .author-description p {
	padding: 0;
	font-size: .9em;
	line-height: 1.5;
}
#content .post .author-description a:hover {
	text-decoration: underline;
}
/* --- Post Nav Below --- */
#content #image-nav {
	margin: 30px 0 3px 0;
	overflow: hidden;
}
#content #nav-below .nav-previous a, #content #image-nav span.previous-image a {
	width: 40%;
	display: block;
	float: left;
	font-size: .9em;
	font-weight: bold;
}
#content #nav-below .nav-next a, #content #image-nav span.next-image a {
	display: block;
	float: right;
	font-size: .9em;
	font-weight: bold;
}
#content #nav-below .nav-previous a:hover, #content #nav-below .nav-next a:hover, #content #image-nav span.previous-image a:hover, #content #image-nav span.next-image a:hover {
	text-decoration: none;
}
/* --- Comments --- */
#comments {
	font-size: .9em;
	padding: 0 0 30px 0;
}
#comments h3#comments-title {
	padding:30px 0 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
}
#comments p.write-comment-link {
	padding:0 0 20px;
}
#comments .comment-body p {
	padding:0 0 10px;
}
#comments p.moderation {
	font-family:'Droid Serif', Times, serif;
	font-style:italic;
}
#content #comments ol {
	padding:0;
}
#content #comments ol li ul.children {
	padding:0;
}
#content #comments ol li.depth-1 {
	padding:0;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
#content #comments ol li.depth-2, #content #comments ol li.depth-3, #content #comments ol li.depth-4, #content #comments ol li.depth-5 {
	margin:0 0 0 35px;
	padding:0;
	border-top:1px solid #ddd;
	border-bottom:none;
	overflow:hidden;
}
.comment-meta {
	padding:0 0 12px;
	font-size: .8em;
}
.comment-meta cite.fn {
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
}
#comments .comment-body {
	padding:20px 0px;
	overflow:hidden;
	line-height: 1.5;
}
.reply {
	margin:0;
	float:left;
}
a.comment-reply-link {
	font-size:.9em;
}
#comments ol li.post.pingback {
	margin:0;
	padding: 20px 0 0;
	list-style:none;
	font-weight: bold;
}
#comments ol li.post.pingback a {
	font-weight: normal;
}
#comments ol li img.avatar {
	max-width: 100%;
	width: 65px;
	height: 65px;
	margin:22px 15px 0 0;
	float:left;
}
#comments .bypostauthor {
}
/* --- Comment Reply --- */
#content #comments #respond {
	margin:30px 0 0;
	padding:20px;
	background-color: #F0F0F0;
}
a#cancel-comment-reply-link {
	padding:3px 0 0;
	float:right;
	font-size: .8em;
	font-weight: normal;
}
#content #comments #respond h3#reply-title {
	margin:0 0 3px 0;
	font-size: 1.2em;
}
form#commentform p.comment-notes, p.logged-in-as {
	padding:0 0 15px 0;
	font-size: .8em;
}
form#commentform span.required {
	color: #E75428;
}
form#commentform p.comment-form-author, form#commentform p.comment-form-email, form#commentform p.comment-form-url, form#commentform p.comment-form-comment {
	padding:15px 0 0;
}
input#submit, input.wpcf7-submit {
	margin: 10px 0 0;
	padding: 8px 10px 7px;
	display: inline-block;
	vertical-align: baseline;
	outline: none;
	background-color: #777;
	border: none;
	font-size: .75em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}
input#submit:hover, input.wpcf7-submit:hover {
	background-color: #009BC2;
	color: #fff;
}
form#commentform input#author, form#commentform input#email, form#commentform input#url {
	width: 60%;
	margin: 5px 0 0;
	padding: 9px 5px 9px;
	display: block;
	background-color:#fff;
	border: 1px solid #ddd;
	font-size:1em;
}
form#commentform textarea#comment {
	width:95%;
	margin: 5px 0 0;
	padding: 9px 5px;
	background-color:#fff;
	border: 1px solid #ddd;
	font: 1em 'Droid Sans', arial, sans-serif;
}
form#commentform p.subscribe-to-doi-comments {
	padding: 20px 0 0;
	font-size: .8em;
	color: #666;
	letter-spacing: 1px;
}
/* Post Formats
--------------------------------------------- */
#content .entry-link, #content .entry-gallery, #content .entry-video {
	width: 100%;
	margin: 0;
	float: left;
}
/* --- Link Post Format --- */
#content .entry-link a {
	font-size: 1.1em;
	color: #009BC2;
	font-weight: bold;
}
#content .entry-link .entry-meta a {
	font-size: 1em;
	font-weight: normal;
}
/* --- Image Post Format --- */
#content .entry-header h2.entry-title-image {
	margin-top: 0;
	font-size: 1.1em;
}
/* --- Video, Image and Gallery Post Format --- */
#content .entry-post-format .entry-header h2.entry-title {
	margin: 0 0 5px;
}
#content .entry-post-format .entry-header p {
	font: italic .8em/1.5 'Droid Serif', Times, serif;
}
#content .entry-post-format .entry-header p a {
	font-family: 'Droid Sans', arial, sans-serif;
	font-style: normal;
}
#content .entry-post-format .entry-content-gallery {
	width: 54%;
	float: left;
}
#content .entry-post-format .gallery-thumb {
	width: 42.258%;
	float: left;
	margin: 5px 15px 0 0;
}
#content .post img.attachment-medium {
	max-width: 100%;
	height: auto;
	padding: 0;
}
/* WordPress Image Gallery
--------------------------------------------- */
#content .gallery {
	margin: auto;
	padding:0;
	clear: both;
}
#content .gallery-item {
	width:19%;
	float: left;
	margin-top: 10px;
	margin-right: 3px;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
}
#content .gallery-icon {
	width: 100%;
}
#content .gallery-caption {
	margin-left: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.25;
	color: #999;
	display: block;
}
/* Pages 
--------------------------------------------- */
#content .page {
	margin: 0 0 40px;
	padding: 0 0 30px;
	overflow: hidden;
	clear: both;
	font-size: .75em;
	line-height: 1.6;
	border-bottom: 1px solid #ddd;
}
#content .page-entry-header {
	margin: 0;
}
#content .page-entry-header h1.entry-title {
	margin: 0;
	/* [disabled]color: #009BC2;
*/
	/* [disabled]font-family: Verdana, arial, sans-serif;
*/
	font-size: 38pt;
	/* [disabled]line-height: 1.7em;
*/
	/* [disabled]font-weight: bold;
*/
	text-transform: uppercase;
}
#content .page p {
	padding: 0 0 20px 0;
}
/* --- Fullwidth Page --- */
#content.full-width {
	-moz-box-shadow: 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;
}
#content.full-width .page {
	margin: 0;
	padding: 0 0 20px;
	border-bottom: none;
}
/* --- Archive, 404, Search Results --- */
#content .page-header h1.page-title {
	/* [disabled]padding: 0 0 15px 0; */
	font-size: 0.8em;
	color: #777;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EA3D2B;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding-right: 5px;
}
/* --- Contact Page --- */
#content .wpcf7 {
	overflow: hidden;
	margin: 0;
	padding:20px;
	background: #F0F0F0;
}
#content .wpcf7 h3#form-title {
	margin:0 0 3px 0;
	font-size: 1.2em;
}
#content .wpcf7 p.form-info {
	padding:0 0 15px 0;
	font-size: .8em;
}
#content .wpcf7 p span.required {
	color: #E75428;
}
#content .wpcf7 input.wpcf7-text {
	width: 60%;
	margin: 5px 0 15px;
	padding: 9px 5px;
	background-color:#fff;
	border: 1px solid #ddd;
	font-size:1em;
}
#content .wpcf7 textarea {
	width:95%;
	margin: 5px 0 0;
	padding: 9px 5px;
	font: 1em 'Droid Sans', arial, sans-serif;
	background-color:#fff;
	border: 1px solid #ddd;
}
#content .wpcf7-form p {
	padding:0;
}
/* Sidebars
--------------------------------------------- */
aside.widget {
	/* [disabled]margin: 0 0 20px 0;
*/
	margin:  0 0 20px 0;
	font-size: 0.8em;
	/* [disabled]border-bottom: 1px solid #ddd;
*/
}
/*aside.widget ul li {
	padding: 0 0 7px 0;
	line-height: 1.4em;
}*/
aside.widget ul li:last-child {
	/* [disabled]padding: 0; */
}
.menu-footer-menu-container ul li:first-child {
	/* [disabled]padding: 0; */
	border-left-style: none;
}
.widget h3.widget-title, .widget_get_recent_comments h1.widget-title {
	padding: 0 0 15px 0;
	color: #777;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.textwidget {
	line-height: 1.6;
}
/* --- Standard Widgets --- */
.widget_categories ul li ul.children, .widget_nav_menu ul li ul.sub-menu, .widget_pages ul li ul.children {
	margin: 5px 0 0 0;
}
.widget_categories ul li ul.children li, .widget_nav_menu ul li ul.sub-menu li, .widget_pages ul li ul.children li {
	margin: 0 0 0 20px;
}
.widget_recent_entries ul, .widget_recent_comments ul {
	padding: 0 0 0 15px;
}
.widget_recent_entries ul li, .widget_recent_comments ul li {
	list-style: square;
}
.widget_calendar #wp-calendar caption {
	font-family:'Droid Serif', Times, serif;
	font-style: italic;
	text-align: left;
	padding: 0 0 5px 0;
}
.widget_calendar table#wp-calendar th, .widget_calendar table#wp-calendar td {
	padding: 0 6px 6px 0;
}
.widget_calendar table#wp-calendar tbody tr td#today {
	font-weight: bold;
}
/* --- Search Widget --- */
.widget_search {
	overflow: hidden;
}
.searchform {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
#secondary .searchform .search-input {
	width: 90%;
	margin: 0 0 5px 0;
}
#tertiary .searchform .search-input {
	width: 62%;
	margin: 0 2px 5px 0;
}
.searchform .search-input {
	width: 40%;
	margin: 0 2px 5px 0;
	padding: 6px 5px;
	background-color:#F0F0F0;
	border: 1px solid #ddd;
}
.searchform .search-input:hover, #searchform .search-input:focus, #searchform .search-input:active {
	background-color:#fff;
}
.searchsubmit {
	margin: 0;
	padding: 8px 10px 7px;
	display: inline-block;
	vertical-align: baseline;
	outline: none;
	background-color: #777;
	border: none;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}
.searchsubmit:hover {
	color: #fff;
	background-color: #009BC2;
}
/* --- Social Links Custom Widget --- */
.widget_sociallinks a {
	padding:0 20px;
}
.widget_sociallinks a.rss {
	background:url(images/rss-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.twitter {
	background:url(images/twitter-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.facebook {
	background:url(images/fb-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.flickr {
	background:url(images/flickr-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.vimeo {
	background:url(images/vimeo-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.linkedin {
	background:url(images/linkedin-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.delicious {
	background:url(images/delicious-icon.png) 0 0 no-repeat;
}
/* --- Recent Comments Widget --- */
.widget_get_recent_comments li.sidebar-comment {
	margin:10px 0;
	overflow:hidden;
}
.widget_get_recent_comments li.sidebar-comment:first-child {
	margin:3px 0 10px;
}
.widget_get_recent_comments li.sidebar-comment .comment-content {
	padding:0 0 0 6px;
	overflow:hidden;
}
.widget_get_recent_comments li.sidebar-comment p {
	line-height: 1.4;
}
.widget_get_recent_comments .kjgrcGravatar {
	margin:0;
	float:left;
	display:block;
}
.widget_get_recent_comments span.sidebar-comment-autor a {
	padding: 0 0 3px;
}
/* --- Flickr Fotostream Widget --- */
#flickr_badge_wrapper {
	margin:3px 0 0;
}
.flickr_badge_image {
	max-width:80px;
	height:60px;
	margin:0 6px 6px 0;
	float:left;
}
.flickr_badge_image img {
	width:80px;
	height:60px;
}
/* Footer
--------------------------------------------- */
#colophon p {
	line-height: 1.5;
}
a.top {
	margin: 3px 0 0 0;
	font-weight: bold;
	display: block;
}
a.top:hover {
	text-decoration: none;
}
/* Clearing Floats
--------------------------------------------- */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
#map-container {
	width: 671px;
	height: 331px;
	font-family: Verdana, Geneva, sans-serif;
	/* [disabled]font-size: 0.6em;
*/
	margin: 0px;
}
#map-container h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #ea3d2b;
	/* [disabled]clear: both; */
	background-color: #FFF;
	display: block;
}
#map-container h3 span {
	background-image: url(images/alphabeteselect.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 11px;
	width: 15px;
	display: block;
	margin: 0px;
	float: left;
}
#map-container p {
	font-size: 8px;
	text-transform: uppercase;
	color: #3d4244;
	line-height: 8px;
	padding: 0px;
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
}
#practice-container {
	position: relative;
	height: 1px;
	width: 671px;
}
#practice-container div {
	background-color: #FFF;
	padding-left: 5px;
}
#apDiv1 {
	position:absolute;
	width:126px;
	height:156px;
	z-index:1;
	left: 537px;
	top: -327px;
	/* [disabled]display:none; */
	background-color: #FFF;
}
#apDiv2 {
	position:absolute;
	width:103px;
	height:64px;
	z-index:2;
	left: 296px;
	top: -288px;
	display:none;
}
#apDiv3 {
	position:absolute;
	width:129px;
	height:58px;
	z-index:3;
	left: 536px;
	top: -61px;
	display:none;
}
#apDiv4 {
	position:absolute;
	width:153px;
	height:49px;
	z-index:4;
	left: 141px;
	top: -299px;
	display:none;
}
#apDiv5 {
	position:absolute;
	display: none;
	width:148px;
	height:35px;
	z-index:5;
	left: -10px;
	top: -220px;
}
#apDiv6 {
	position:absolute;
	width:133px;
	height:39px;
	z-index:6;
	left: 386px;
	top: -149px;
	display:none;
}
#apDiv7 {
	position:absolute;
	width:200px;
	height:38px;
	z-index:7;
	left: 380px;
	top: -110px;
	display:none;
}
#apDiv8 {
	position:absolute;
	width:163px;
	height:98px;
	z-index:8;
	left: 321px;
	top: -138px;
	display:none;
}
#apDiv9 {
	position:absolute;
	width:116px;
	height:60px;
	z-index:9;
	left: 247px;
	top: -119px;
	display:none;
}
#apDiv10 {
	position:absolute;
	width:115px;
	height:49px;
	z-index:10;
	left: 223px;
	top: -106px;
	display:none;
}
.hovermap {
	cursor: crosshair;
	width: 671px;
}
.customexcerpt {
	/* [disabled]font-size: 12px;
*/
}
.wp_table_of_contents {
	/* [disabled]background-color: #F2F2F2;
*/
	/* [disabled]border: 1px solid #ccc;
*/
	padding: 5px;
	overflow: auto;
	margin: 0 5px 5px 0;
}
.wp_table_of_contents h1 {
	font-size: 1.7em;
	text-transform: uppercase;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EA3D2B;
	color: #EA3D2B;
}
.wp_table_of_contents ol {
	margin-bottom: 2px;
	text-indent: 0px;
	margin-left:0px;
}
.wp_table_of_contents li:first-child {
}
.wp_table_of_contents li {
	margin-bottom: 0px;
	list-style: none;
	text-indent: 0px;
	margin-left:0px;
}
.wp_table_of_contents li a {
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #FFF;
	display: block;
	font-size: 0.65em;
	text-transform: uppercase;
	color: #333 !important;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	max-width:300px;
}
.wp_table_of_contents li a:hover {
	text-decoration: none;
}
.wp_table_of_contents li ol li {
	margin-bottom: 0px;
	list-style: none;
	text-indent: 12px;
	margin-left:0px;
}
.wp_icindekiler_icerik {
	/* [disabled]padding: 0 5px;
*/
}
#yearselector, #timelineHover {
	float:left;
	font-size: 0.57em;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}
#yearselector ul li a {
	text-decoration:none;
}
#yearselector {
	list-style:none;
}
#yearselector li {
	float:left;
	position:relative;
}
#yearselector a {
	display:block;
	text-decoration:none;
}
#yearselector a:hover {
}
/*--- DROPDOWN ---*/
#yearselector ul {
	list-style:none;
	display:none;/*left:-9999px;  Hide off-screen when not needed (this is more accessible than display:none;) */
}
#yearselector ul li {
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#yearselector ul a {
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#yearselector li:hover ul { /* Display the dropdown on hover */
	/*left:0;  Bring back on-screen when needed */
	display:block;
}
#yearselector li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
}
#yearselector li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#yearselector li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
;
}
.timeline {
	background-image: url(images/newstimelineline.png);
	background-repeat: repeat-x;
	background-position: 0px 1px;
}
a.quarterlink {
	background-image:url(images/newstimelinespot.png);
	text-decoration: none;
	height: 20px;
	width: 11px;
	display: block;
	background-repeat: no-repeat;
	background-position: center bottom;
}
a:hover.quarterlink {
	background-image:url(images/newstimelineover.png) !important;
	text-decoration: none;
	height: 20px;
	width: 11px;
	display: block;
	background-repeat: no-repeat;
	background-position: center bottom;
}
a.quarterlink.qselected {
	background-image:url(images/newstimelineover.png) !important;
}
#yearseletoroptions {
	font-size: 0.75ex;
}
@media screen and (min-width : 480px) and (max-width: 865px) {
 .toprightimageholder {
 display:none
}
 #content {
width:65%;
}
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
/* #wrap{margin-left:0;float:right;width:700px;}*/
    /*#logoarea{left:auto;right:200px;}*/
	.toprightimageholder {
 display:none
}
 #mainnavarea {
 background-color:#CCC;
 background-image:none;
 width:100%
}
 #navbottomarea {
width:100%;
}
 #alliancepartners {
display:none;
}
 #logoarea {
background-image:none;
background-color:#FFF;
height:116px;
}
 #content {
width:100%;
}
}
 @media print {
body {
	background:white;
	font-size:10pt;
	margin:0;
	color:#666;
}
#page{ margin:0;
padding:0px; }
#wrap{margin:0;
padding:0px;}
#wp_icindekiler {
	display:none
}
#main {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#secondary {
	display:none
}
#comments {
	display:none
}
#nav-below {
	display:none
}
#content {
	width:100%
}
#main {
	width:100%
}
#mainnavarea {
	display:none
}
#nav_menu-5{
	display:none
	}
#sidebar {
	display:none
}
#header {
	height:75px
}
#content {
	margin-left:0;
	float:none;
	width:auto
}
.demo .red {
	font-weight:bold
}
#content a {
	font-weight:bold;
	text-decoration:underline
}
#content {
	margin-left:0;
	float:none;
	width:auto
}
#footer, .ad {
	display:none
}
h1, h2, h3, h4, h5, h6 {
	page-break-after:avoid;
	page-break-inside:avoid
}
h3 {
	margin-left:10px;
	margin-bottom:0px;
	padding-bottom:0px
}
blockquote, table, pre {
	page-break-inside:avoid
}
ul, ol, dl {
	page-break-before:avoid
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.right {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.left {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.right {
	float: right;
}
.left {
	float: left
}
img {
	page-break-inside:avoid;
	page-break-after:avoid;
}
}