/* ---------- Global Site Set up ---------- */
*{margin: 0; padding: 0;}
body {
    margin: 15px 0 25px;
	background-color: #7D4B27;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	letter-spacing: 1px;
	text-align: justify;
	right: 0;
	left: 0;
	text-indent: 0;
}

#site{
  margin: 0 auto;
  width: 791px;
  padding: 0;
}

#header{
  position: relative;
  width: 791px;
  height: 115px;
  margin: 0 auto;
  background: #FFFFFF url('share/images/general/bgimageheader.gif') no-repeat left 10px;
}
#header a.homepage_link,
#header a.homepage_link:visited {
  position: absolute;
  top: 10px;
  left: 0;
  height: 80px;
  width: 430px;
}

#main {
  width: 791px;
  padding: 0 0 10px;
  margin: 0 auto 15px;
  background: #ffffff;
}

#leftnav_divider {
	background: url('share/images/general/left_nav_border.gif') repeat-y 184px;
	width: 791px;
}

#main_min_height{
  float: left;
  width: 0;
  height: 380px;
}

#footer{
	width: 791px;
	text-align: center;
	margin-top: 20px;
	line-height: 16px;
	color: #C9A334;
}

#footer .copyrightFooter {
	color: #FFFFFF;
	margin-top: 25px;
	font-weight: bold;
}
.clear{
  clear: both;
}

/* ---------- End Global Site Set up ---------- */

/* ---------- Header Content ---------- */
#header .content{
  position: absolute;
  float: right;
  text-align: right;
  top: 110px;
  right: 0;
}
#header .content .links{
  font-size: 10px;
  color: #0A3A87;
  float: right;
  clear: none;
  position: relative;
  top: 2px;
}
#header .content .links a,
#header .content .links a:visited,
#header .content .search_site {
  /*text-transform: uppercase;*/
  font-family: Verdana, Arial, sans-serif;
  color: #0A3A87;
  text-decoration: none;
  font-size: 10px;
  margin-left: 15px;
  padding-left: 10px;
  background: url('share/images/general/blue_bullet.gif') no-repeat center left;
}

#header .content .links a:hover {
	text-decoration: underline;
}

#header .content .forms{
  margin: 0 0 0 8px;
  float: right;
  clear: none;
  width: 115px;
}

#header .content .forms input{
  width: 65px;
  height: 14px;
  border: solid #0A3A87 1px;
  margin: 0;
  padding: 0 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

#header .content .forms .search_button{
  width: 35px;
  height: 16px;
  font-size: 11px;
  padding: 0 8px 2px;
  margin: -3px 0 0;
  background-color: #0A3A87;
  border: solid #0A3A87 1px;
  color: #FFFFFF;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}

#header .content .forms #header_search {
	vertical-align: top;
	height: 14px;
}

#loginAccount {
	float: right;
	clear: none;
	position: relative;
	top: 20px;
	right: 30px;
}

/* ---------- End Header Content ---------- */

/* ---------- Header-Nav ---------- */
#header_bar {
  width: 778px;
  margin: 0;
  padding: 0 8px 0 5px;
  height: 30px;
  background: #ffffff;
  border-bottom: 8px solid #A0410D;
}

#header_bar table {
	width: 100%;
}

#header_bar a, #header_bar a:visited {
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	text-transform: none;
	font-family: Verdana, Tahoma, Arial;
	color: #737373;
	margin: 0;
	padding: 0;
}

#header_bar a:hover {
  color: #004A80;
}

/* IE Hack :( \*/
/** html #header_bar img {margin-left: -3px;margin-right: -3px;}*/
/* End IE Hack */

/* ---------- End Header-Nav ---------- */

/* ---------- General styles --------- */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0A3A87;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066cc;
	font-size: 16px;
	letter-spacing: 0;
	padding: 15px 0;
}

h2 span {
  color: #669933;
  font-style: italic;
}

h3 {
  color: #0066cc;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 15px;
  letter-spacing: 0;
}

h4 {
	color: #A0410D;
	font-size: 12px;
	margin-bottom: 15px;
}

h5 {
  color: #0A3A87;
  font-size: 11px;
  text-transform: uppercase;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #A0410D;
}

.greenText {
	font-size: 12px;
	font-weight: bold;
	color: #336600;
	font-family: Arial, Helvetica, sans-serif;
 	 letter-spacing: 0;
}

.blueText {
	color: #005B99;
	font-weight: bold;
}

.darkBlueText {
	color: #003366;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.section_header {
	margin: 0 0 15px 0;
	padding: 0;
}

.corner_left_top {
	position: relative;
	top: 0;
	clear: none;
	float: left;
}
.corner_right_top {
	position: relative;
	top: 0;
	clear: none;
	float: right;
}
.corner_left_bottom {
	position: relative;
	bottom: -1px;
	float: left;
	clear: none;
}
.corner_right_bottom {
	position: relative;
	bottom: -1px;
	clear: none;
	float: right;
}
.corner_left_bottomMain {
	position: relative;
	left: 0;
	bottom: -14px;
}
.corner_right_bottomMain {
	position: relative;
	bottom: -21px;
	float: right;
	clear: none;
}
.btn {
	margin-top: 10px;
}
/* ------ End General styles ------ */

/* ---------- Homepage --------- */
#homepage{
  position: relative;
  background: #ffffff;
}

#homepage .flash_header {
	border-bottom: 8px solid #A0410D;
}

#homepage #introduction {
	margin: 20px auto 0;
	width: 611px;
}

#homepage #introduction td {
	padding: 8px;
}

#homepage #introduction td a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	margin: 6px 8px 0 5px;
	letter-spacing: 1;
	font-size: 9px;
}

#homepage #introduction td a:hover {
	color: #004A80;
}

#homepage blockquote {
	margin: 10px 35px 20px;
}

.dottedRightBorder {
	border-right: dotted 2px #999999;
}

/* ---------- End Homepage --------- */


/* ---------- Static Three Column --------- */
#left_column{
  float: left;
  width: 185px;
  overflow: visible;
}

#left_column .inner_nav {
	width: 174px;
	display: inline;
}

#left_column .inner_nav a,
#left_column .inner_nav a:visited {
  float: left;
  text-decoration: none;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 7px 5px;
  font-size: 10px;
  overflow: hidden;
  width: 174px;
  background: #0A3A87 url('share/images/general/blue_gradient_bg.jpg') repeat-x left bottom;
}

#left_column .inner_nav a.selected{
	background: #0A3A87 url('share/images/general/blue_gradient_bg.jpg') repeat-x left bottom;
	color: #FFFFFF;
	text-transform: uppercase;
	border-top: solid 1px #0A3A87;
	width: 174px;
}

#left_column .inner_nav a.child,
#left_column .inner_nav a.child:visited {
  padding-left: 15px;
  color: #0A3A87;
  text-transform: none;
  border-top: solid 1px #0A3A87;
  width: 164px;
  background: #FFFFFF url('share/images/general/blue_bullet.gif') no-repeat 4px 10px;
}

#left_column .inner_nav a.child:hover {
  text-decoration: underline;
  margin-top: 0;
  color: #0A3A87;
  text-transform: none;
  background: #FFFFFF url('share/images/general/blue_bullet.gif') no-repeat 4px 10px;
}

#left_column .inner_nav a.child_selected,
#left_column .inner_nav a.child_selected:visited {
  width: 164px;
  padding-left: 15px;
  margin-top: 0;
  border-top: solid 1px #0A3A87;
  color: #DC1512;
  text-transform: none;
  background: #FFFFFF url('share/images/general/red_bullet.gif') no-repeat 4px 10px;
}

#left_column .inner_nav a.child_child,
#left_column .inner_nav a.child_child:visited {
  	width: 164px;
	padding: 5px 0 5px 15px;
  	color: #0A3A87;
	background-color: #FFFFFF;
	background-image: none;
  	margin-top: 0;
   text-transform: none;
}

#left_column .inner_nav a.child_child:hover {
  	text-decoration: underline;
	background-color: #FFFFFF;
	background-image: none;
  	margin-top: 0;
}

#left_column .inner_nav a.child_child_selected,
#left_column .inner_nav a.child_child_selected:visited {
  width: 164px;
  padding: 5px 0 5px 15px;
  background-color: #FFFFFF;
  background-image: none;
  color: #DC1512;
  margin-top: 0;
  text-transform: none;
}

#left_column .inner_nav a.child_child_selected:hover {
  text-decoration: underline;
  margin-top: 0;
  background-color: #FFFFFF;
  background-image: none;
}

#middle_column{
  position: relative;
  float: left;
  clear: none;
  width: 791px;
  padding: 0;
  margin: 0;
}

#middle_column .article_rightimg {
	float: right;
	clear: right;
	margin: 0 20px 15px 20px;
}

#middle_column .leftColumnImgs  .article_leftimg {
	margin: 0 0 0 20px;
}

#middle_column .article_leftimg {
	margin: 0 50px 0 20px;
}

#middle_column .leftColumnImgs {
	float: left;
	clear: none;
}

#middle_column blockquote {
	padding: 10px 40px;
}

#middle_column blockquote ul {
	padding-left: 20px;

}

#middle_column .rightColumnText {
	float: right;
	clear: none;
	width: 560px;
	margin-left: 10px;
}

#middle_column .rightColumnText a{
	color: #666666;
}

#middle_column .rightColumnText ol li a {
	font-weight: bold;
	text-decoration: none;
}

#middle_column .rightColumnText ol li a:hover {
	color: #003366;
}

#middle_column .rightColumnText ol.questions {
	font-weight: bold;
	color: #336600;
}

#middle_column .rightColumnText hr {
	border-top: solid 2px #7D4B27;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 20px 0;
	clear: right;
	height: 1px;
}

#middle_column table td {
	padding: 6px 4px;
	text-align: left;
}

#middle_column table th {
	background-color: #D1D1A5;
	color: #A0410D;
	text-transform: uppercase;
	padding: 6px 4px;
	font-size: 14px;
}

#middle_column input,  #middle_column select {
	border: solid 1px #D1D1A5;
	padding: 2px;
	margin-top: 3px;
	letter-spacing: 0;
	font-size: 11px;
	color: #A0410D;
}

#middle_column .input_btn {
	color: #336699;
	font-weight: bold;
}

#middle_column hr {
	border-top: solid 2px #336600;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 10px 0;
	clear: right;
	height: 1px;
}

#middle_column .bread_crumbs{
  position: absolute;
  top: 18px;
  left: 25px;
  font-size: 10px;
  color: #0A3A87;
}

#middle_column .bread_crumbs a,
#middle_column .bread_crumbs a:visited {
  color: #0A3A87;
  text-decoration: none;
}

#middle_column .bread_crumbs a:hover {
  color: #0A3A87;
  text-decoration: underline;
}

#middle_column .min_height{
  float: left;
  clear: none;
  width: 0;
  /*height: 470px;*/
}

#right_column{
  /*float: left;
  width: 190px;
  text-align: center;*/
  border: solid 1px #ff00ff;
}
/* ---------- End Static Three Column --------- */

/* ---------- Footer Links --------- */
#footer #links {
	float: left;
	clear: both;
	height: 40px;
	text-align: center;
	width: 791px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	color: #005B99;
	vertical-align: middle;
}

#footer #links a,
#footer #links a:visited {
 	text-decoration: none;
	font-size: 9px;
  	color: #737373;
	line-height: 35px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: none;
	margin: 0 6px;
	font-family: Verdana, Arial, sans-serif;
	vertical-align: middle;
}

#footer #links a:hover {
	color: #004A80;
}

/* ---------- End Footer Links --------- */


/* ---------- Main global styles ---------- */
#main p{
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

#main h1{
  font-size: 14px;
}

img {
  border: 0;
}

ul, ol{
  margin: 0 5px 0 25px;
}

ul li {
	margin: 0;
	padding: 4px 0;
	list-style-position: outside;
	list-style-image: url('share/images/general/bullet_orange.gif');
	vertical-align: text-top;
}

table.tracking tr td{
  line-height: 8px;
}

#main a {
  color: #666666;
  text-decoration: underline;
  font-weight: bold;
}

img.divider{
  margin: 0;
  padding: 0;
}

/* ---------- End Main global styles ---------- */

/* ---------- Articles styles ----------------- */
.article_img {
  padding: 10px 15px 10px 0;
}
.article_img_left {
  float: left;
  clear: none;
  padding: 10px 15px 15px 0;
}

.article_img_right {
  float: right;
  clear: none;
  padding: 10px 0 15px 15px;
}
.article_img_center{
  margin: auto;
}

.article_subtitle {
  font-weight: bold;
  font-size: 13px;
  color: #D8000F;
}

#middle_column  li {
  padding-bottom: 8px;
}

/* ---- Print Styles ---- */
#print_logo {
  display: none;
}

@media print{
  .share_box,
  #left_column,
  #header,
  #header_bar {
    display: none;
  }
  #main,
  #middle_column{
    margin: 0;
  }
  #main,
  #leftnav_divider,
  #footer{
    width: 710px;
  }
  #print_logo{
    margin-left: 15px;
    display: block;
  }
  #footer #links{ 
    width: 380px;
  }
}




