﻿
/*** Generic Typography ******************************************************/

body {
	font: 76% Georgia, "Times New Roman", Times, serif;
	color: #333;

}
td  {
	font: 76%;
	color: #333;

}

a, a:link {
	text-decoration: none;
	color: #CC6600;
}

a:visited {
  text-decoration: none;
  color: #CC6600;
}

a:active, a:hover {
  color: #0067AC;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.5em 0 0 0;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 2.1em;
	font-weight: normal;
}

.h1-alt {
  font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
}

.subhead {
	font-size: 18px;	
}


/*** Common styles ***********************************************************/

body { 
	margin: 0;
	background:#FFF;
}

img {
  border: none;
}

.page-outer {
  width: 940px;
  margin: 0px auto;	
  background:#FFFFFF;
  padding:15px;
  border: 1px solid #FFFFFF;
}
*HTML .page-outer {
  margin: 0px 7%;
  width: 960px;	

}

.inline-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.inline-list li {
  display: inline;
  padding: 0 0.6em;
}

.inline-list li.first {
  padding-left: 0;
}

.inline-list li.last {
  padding-right: 0;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.clear-fix {
  height: 0;
  clear: both;
}


/*--- Even-Width Column Layouts ---*/

.col-outer {
  width: auto; /* makes IE5.5 happy, doesn't hurt anything else */
  overflow: hidden;

}



/*** Header ******************************************************************/

.header {
  padding-top: 10px;
}

.header .logo-outer {
  padding:0;
}

.header .logo-outer img {
  margin: 0px;
}

/*--- Top Nav ---*/

.top-nav {
  float: right;
  margin: 7px 40px 20px 0px;
  font-size:  1.0em;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.0em;
}

.top-nav li {
  padding-left: 15px;
  background: url("../HomePageImages/bullet2.gif") 0 center no-repeat;
}

.top-nav a,
.top-nav a:link,
.top-nav a:visited {
  color: #777777;
}



/*** FLASH *******************************************************************/

#flash { margin-top:25px;}

/*** Body ********************************************************************/

.body-banner {
  margin-top: 20px;
}

.body-outer {
  margin-top: 20px;
}

.content-outer {

  margin: 19px 195px 0 0;
  border-right: 1px solid #E0DBD0;
  vertical-align:top;
}

.primary-col {
  float: left;
  padding-top: 15px;
  width: 190px;
}



.primary-col-wide {
  width: 280px;
}

.primary-col-swap {
  float: right;
}

.secondary-col {
  float: right;
  padding-top: 16px;
  padding-bottom: 40px;
  width: 195px;
}


.content-banner {  
  margin-left: 220px;
  padding: 15px 0;

}

*HTML .content-banner {  
	float:left;
	display:block;
	border-right: solid 1px #E0DBD0;
	padding-right:12px;
}

.content-outer .content-banner {
  margin-left: 0;
  padding-top: 0;
}


.breadcrumbs {
}

.breadcrumbs li {
  padding: 0 2px 0 8px;
  color: #0067AC;
  background: url("../HomePageImages/delimiter.gif") 0 5px no-repeat;
}

.breadcrumbs li.first {
  padding-left: 0;
  background: none;
}

.breadcrumbs li a,
.breadcrumbs li a:link,
.breadcrumbs li a:visited {
  font-weight: normal;
  text-decoration: underline;
}

.content-area {
  margin: 0 190px 0 200px;
  padding-top: 15px;
  padding-right: 10px;
  border-right: solid 1px #E0DBD0;
}

.content-outer .content-area {
  margin-right: 0;
  border-right: none;
}

.content-area-wide {
  margin: 0 0 0 200px;
  border-right: none;
}

.content-area-wide2 {
  margin: 0 0 0 280px;
  border-right: none;
}

.content-area-wide-swap {
  margin: 0 190px 0 0;
}

.primary-col-nobanner {
  padding-top: 27px;
}

.content-area-nobanner {
  padding-top: 25px;
  border-right: none;
}

.body-copy {
  padding: 0 20px;
  font-size: 0.95em;
}

.body-copy a,
.body-copy a:link,
.body-copy a:visited {
  font-weight: bold;
}


.body-copy h1 {
  margin-top: 0.3em;
  margin-bottom: 0.5em;
}

.body-copy h2 {
  margin-bottom: 0.3em;
  font-weight: bold;
  font-size: 1.0em;
  text-transform: uppercase;
}

.body-copy p, 
.body-copy ul, 
.body-copy ol {
  line-height: 1.8em;
}

.body-copy p {
  margin: 0 0 1.5em 0;
}

.body-copy .floatL {
  margin: 2px 10px 2px 0;
}

.body-copy blockquote {
  font-size: 1.5em;
  font-style: italic;
  color: #bcab85;
}

.body-copy blockquote p {
  margin: 0;
  line-height: 1.3em;
}



/*--- Reusable Page Elements ---*/

.hr {
  overflow: hidden;
  height: 0;
  margin-top:-5px;
  margin-bottom:5px;
  border-top: solid 1px #E0DBD0;
}

.redarrow {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color: #993300;
			font-weight: bold;}

/*--- Secondary Nav (menu) ---*/

#menu {
  margin: 0 0 40px 12px;
  padding: 0;
  list-style-type: none;
}

#menu li {
  margin-bottom: 12px;
  padding-left: 15px;
  line-height: 1.5em;
  background: url("../HomePageImages/bullet1.gif") 0 4px no-repeat;
}

#menu ul a,
#menu ul a:link,
#menu ul a:visited {
}

#menu li.parent {
  font-weight: bold;
}

#menu li.current,
#menu li.current a,
#menu li.current a:link,
#menu li.current a:visited {
  font-weight: bold;
  color: #000;
}

#menu ul {
  margin: 10px 0 0 10px;
  padding: 0;
  list-style-type: none;
  font-weight: normal;
}

#menu ul li {
  margin-bottom: 5px;
}

#menu li.current a:hover {
  text-decoration: none;
}

/*--- Related Links ---*/

.related-links {
  margin: 0 0 40px 12px;
  padding: 0;
  list-style-type: none;
}

.related-links li {
  margin-bottom: 12px;
  padding-left: 15px;
  line-height: 1.5em;
  background: url("../HomePageImages/bullet.gif") 0 4px no-repeat;
}

.related-links a,
.related-links a:link,
.related-links a:visited {
  color: #666;
}

#menu li.title, 
.related-links li.title {
  padding-left: 0;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background: none;
}

/*--- Right Column ---*/

#rightcol-links li {
  margin-bottom: 12px;
  padding-left: 15px;
  line-height: 1.5em;
  background: url("../HomePageImages/bullet1.gif") 0 4px no-repeat;
}

#rightcol-links ul a,
#rightcol-links ul a:link,
#rightcol-links ul a:visited {
}

#rightcol-links ul {
  margin: 10px 0 20px 10px;
  padding: 0;
  list-style-type: none;
  font-weight: normal;
}

#rightcol-links ul li {
  margin-bottom: 5px;
}

.rightcol {
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-left: 8px;
  border-bottom: solid 1px #E0DBD0;
}

.rightcol-inner {
  padding-left: 10px;
}

.rightcol .title {
  margin-bottom: 5px;
  font-size: 1.5em;
}

.rightcol .title a {
  font-size: .9em;}

.rightcol .title-blue {
  margin-bottom: 5px;
  font-size: 1.5em;
  color: #0151C8;
}

.rightcol .content {
  margin-bottom: 10px;
  font-size: .9em;
  line-height: 1.7em;
}

.rightcol .more-link {
  font-weight: bold;
  font-size: 1.0em;
}

.rightcol .image-link {
  display: block;
  margin-top: 10px;
  border: solid 1px #E0DBD0;
  padding: 1px;
}

.rightcol .image-link img {
  display: block;
}

.rightcol .category,
.item-listing .item .category {
  margin-bottom: 15px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #978762;
}

.rightcol .category a,
.rightcol .category a:link,
.rightcol .category a:visited,
.item-listing .item .category a,
.item-listing .item .category a:link,
.item-listing .item .category a:visited {
  color: #978762;
}




/*--- Search Component ---*/

.search-content {
  float: right;
  padding: 0;
  background: none;
}

.search-content .search-box {
  float: left;
  margin-right: 5px;
  width: 152px;
  min-height: 20px;
  border: none;
  padding: 4px 0 0 5px;
  font-weight: normal;
  font-size: 0.85em;
  font-family: Georgia, "Times New Roman", Times, serif;
  background: transparent url("../HomePageImages/search-box.gif") no-repeat;
}

.search-content .search-button {
  float: left;
  width: 24px;
  height: 20px;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  background: url("../HomePageImages/search-button.gif") no-repeat;}



/*** Footer ******************************************************************/

.footer {
  overflow: hidden;
  margin-top: 30px;
  padding: 20px 12px;
  border-top: solid 4px #CDCDBF;
  font-size: 0.9em;
  line-height: 1.7em;
  color: #777;
}

.footer .col {
  float: left;
}

.footer .col1 {
  width: 370px;
}

.footer .col2 {
  width: 180px;
}

.footer .col3,
.footer .col3 a{
  float: none;
  text-align: right;
  color: #777;
}

.footer .tagline-image {
  vertical-align: top;
}

.footer .vcard .org {
  font-weight: bold;
}

.footer .ancillary-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer .ancillary-nav li {
  padding-left: 13px;
  background: url("../HomePageImages/bullet.gif") 0 center no-repeat;
}

.footer .ancillary-nav a,
.footer .ancillary-nav a:link,
.footer .ancillary-nav a:visited {
  color: #777;
}
