@charset "UTF-8";

/*==== Everything up to the IFrame is in style.css, styles for pages inside the IFrame must be linked inside that page =====*/
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background-color: #DBD3CC;
}
a 			{ color: #1C4C56; text-decoration: none; }
a:hover { text-decoration: underline; }

div#mainContent {
	color:#333333;
	color: #46392D;
	font-size:13px;
	height:555px;
	line-height:125%;
  overflow: auto;
	padding: 0 10px 30px 10px;
	/*width: 968px;*/
	width: 948px;
	display: block;
  zoom: 1;
  position: relative;
}
#mainContent:after {
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
div#navbar {
	background-image: url(../images/contexticon/overlay_navbar_bg.png);
	position: fixed;
	bottom: 0px;
	height: 35px;
	width: 958px;
	padding: 0 0 0 10px;
	padding-top: 7px;
z-index: 1;
	font-size: 13px;
	color: #E3D7C4;
	line-height: 35px;
	font-weight: bold;
}

div#navbar a {
	line-height: 25px;
	color: #F7F4EE;
	padding: 0 16px;
	/*margin-left: 16px;*/
	border-left: 1px solid #B4ADA1;
	text-decoration: none;
	display: -moz-inline-box;
	display: inline-block;
}

div#navbar a:first-child {
	border: none;
	margin-left: 0;
}

div#navbar a:hover,
div#navbar a.selected {
	color: #FFE594;
	background: url(../images/contexticon/overlay_nav_arrow.png) no-repeat center bottom;
}
#mainContent ol {
  list-style-type: none;
}
#mainContent ol p span:first-child {
  font-variant: small-caps;
  text-transform: lowercase;
}
#mainContent h2 {
  font-size: 18px;
  color: #534D1C; /* olive green */
	color: #7C1C13; /* Brick Red */
}

#mainContent h2 a {
	display: -moz-inine-box;
	display: inline-block;
	/*display: inline;*/
	background: url(../images/contexticon/overlay_nav2_bttn_bg.gif) no-repeat left bottom;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	height: 30px;
	padding-left: 10px;
	*margin-bottom: -14px;
}
#mainContent h2 a span {
	display: -moz-inine-box;
	display: inline-block;
	height: 30px;
	padding-right: 12px;
	background: url(../images/contexticon/overlay_nav2_bttn_bg.gif) no-repeat right bottom;
}
#mainContent h2 a b,
#mainContent h2 a strong {
	display: -moz-inine-box;
	display: inline-block;
	background: url(../images/contexticon/overlay_nav2_bttn_bg.gif) no-repeat -999px bottom;
	height: 30px;
	line-height: 23px;
}
#mainContent h2 a:hover				{ background-position: left top; color: #FFE594; }
#mainContent h2 a:hover span	{ background-position: right top; color: #FFE594; }
#mainContent h2 a:hover b,
#mainContent h2 a:hover strong{ background-position: -999px top; color: #FFE594; }

#mainContent h2 a.selected				{ background-position: left top; color: #FFE594; }
#mainContent h2 a.selected span		{ background-position: right top; color: #FFE594; }
#mainContent h2 a.selected b,
#mainContent h2 a.selected strong	{ background-position: center top; color: #FFE594; }

#mainContent h3 {
	color: #736A26;
	margin-bottom: 0;
	font-size: 13px;
}

#terms,
#article_categories {
  float: left;
  display: inline;
  width: 450px;
  margin-right: 10px;
}
#article_categories {
  margin-right: 0px;
}

#mainContent p {
	margin-bottom: 0;
}
#mainContent p a {
	color: #205B71;
}


#mainContent ol p span:first-child {
  font-variant: small-caps;
  text-transform: lowercase;
}

#mainContent ul {
	padding: 0 0 0 15px;
	margin: 13px 0 0 0 0;
}
#mainContent ul li {
	padding: 0;
	margin: 0 0 6px 0;
	list-style: disc;
}

/*==== Class for the delphi background image on the lightbox ====*/
div.bg_delphi {
	background: url(../images/contexticon/overlay_bg_delphi.jpg) no-repeat fixed top left;
}

/*==== Classes for Lightbox layouts ====*/
.floatLeft {
	float: left;
	display: inline;
}
.floatRight {
	float: right;
	display: inline;
}
.clearBoth {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.marginLeft25 {
	margin-left: 25px;
}
.marginRight25 {
	margin-right: 25px;
}


/*==== "The Theory" Stuff ====*/
.theoryRule {
	background: url(/images/static_page_images/the_theory_rule1.gif) no-repeat center 30px;
	height: 1px;
	padding: 30px 0 13px;
}
div#mainContent ul.anchorList {
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	list-style-type:none;
}
div#mainContent ul.anchorList li {
	padding-left: 10px;
	background: url(/images/static_page_images/anchor_bullet_1.gif) no-repeat left top;
	list-style-type:none;
	margin: 0;
}
div#mainContent ul.anchorList li a {
	color: #1C4C56;
	text-decoration: none;
	display: block;
}
div#mainContent ul.anchorList li a:hover {
	text-decoration: underline;
}


/* ====== PDF Links List =======*/
div#mainContent ul.pdfLinks {
	margin: 0 0 -10px 0;
	padding: 0;
	list-style-type: none;
}
div#mainContent ul.pdfLinks li {
	background: url(/images/contexticon/overlay_pdflist_icon.png) no-repeat left top;
	padding: 6px 0 10px 35px;
	margin: 0;
	list-style-type: none;
	min-height: 26px;
	font-weight: bold;
	font-size: 16px;
}
