ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }

a img,:link img,:visited img { border: none; }
a { text-decoration:underline; outline:none; color: #6d90af; }
a:hover { text-decoration:none; }

body, td
{
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #4c4c4c;
}

body
{
  background: #a4a4a4 url("../images/background.jpg") repeat-x;
  position: relative;
}

img.watermark {
  position: absolute;
  top: 0;
  left: 0;
  width: 770px;
  height: 600px;
  z-index: -1;
}

ul li { 
  list-style-image: url("../images/bullet.jpg");
  list-style-type: square;
  list-style-position: outside;
  color: #3e3c39;
  margin-bottom: 5px;
}
ul li a { color: #3e3c39; }

ol li {
  list-style-image: url("../images/bullet-ol.jpg");
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 10px;
}

ol li ol { margin: 10px 0 0 25px; }

li.no-bullet { list-style-type: none; list-style-image: none; margin-left: 10px; }

th {
  background: #6d90af;
  color: #fff;
  font-family: Times, serif;
  padding-left: 20px;
  font-size: 16px;
  font-weight: normal;
  height: 46px;
  vertical-align: middle;
}

td {
  font-family: Arial, sans-serif;
  padding: 10px 12px 10px 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #635f5b;
}
tr.odd td { background-color: #dce5ec; }
tr.even td { background-color: #e8eef2; }
td a { color: #635f5b; text-decoration: none; }
td a:hover { text-decoration: underline; }

h1 {
  font-family: Times, Georgia, serif;
  font-weight: normal;
  font-size: 24px;
  color: #3e3c39;
}

h2, h2 a {
  color: #3e3c39;
  font-size: 14px;
  margin-bottom: 15px;
  font-family: Helvetica, Arial, sans;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}

h5 {
  font-family: Times, Georgia, serif;
  font-size: 23px;
  font-weight: normal;
  color: #6D90AF;
  margin-top: 20px;
  padding-bottom: 10px;
}

h6 img {
  width: 0px;
  height: 0px;
  border: 0;  
  text-indent: 0;
  display: none;
  text-indent: -9000px;
}

#header-holder { 
  width: 100%;
  height: 112px;
  background: #d6d6d6 url('../images/header-background.jpg') repeat-x 0 0;
  z-index: 1;
}

#header { 
  position: relative;
  padding-bottom:5px;
  height: 107px;
  width: 960px;
  margin:0 auto;
}

#header #quote {
  position: absolute;
  right: 0;
  top: 50px;
  color: #796f5d;
  font-family: Times, serif;
  text-align: right;
  width: 475px;
  display: none;
}

#header img {
  float: left;
  height: 112px;
  width: 500px;
  border: 0;
}

#header form {
  float: right;
  padding-right: 7px;
  padding-top: 23px;
}

#header input {
  border: solid 0 #fff;
  color: #fff;
  font-size: 1em;
  padding-bottom: 4px;
  padding-top: 2px;
  float: right;
}

#header div.username input {
  height: 18px;
  width: 135px;
  background: transparent url("../images/input_member-name.jpg") no-repeat;
}

#header div.pwd input {
  clear:both;
  height: 18px;
  width: 135px;
  background: transparent url("../images/input_member-pwd.jpg") no-repeat;
}

#header div.submit input  {
  clear: both;
  height: 19px;
  width: 60px;
  background: transparent url("../images/submit.jpg") no-repeat;
}

#container { 
  width: 960px;
  margin: 0 auto;
  text-align: left;
}

.required {
  font-size: 11px;
  color: #990000;
}

#footer { 
  background: #6d90af;
  height: 24px;
  width: 910px;
  color: #fff;
  font-size: 10px;
  padding-top: 14px;
  padding-left: 30px;
  position: relative;
}
/* ie7 */
*+html #footer { padding-top: 10px; padding-left: 10px; width: 930px; }
/* ie6 */
* html #footer { padding-left: 20px; width: 920px; font-size: 10px; }
/* safari */
@media screen and (-webkit-min-device-pixel-ratio:0){
#footer { padding-top: 10px; padding-left: 15px; width: 925px; }
}

#footer a {
  color: #fff;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}

#footer .social-feeds {
  position: absolute;
  right: 0;
  top: 8px;
  width: 100px;
  height: 22px;
  background: #fff;
  padding-right: 6px;
}

.copy {
  color: #e1e1e1;
  text-align: right;
  font-size: 10px;
  margin-top: 8px;
  margin-bottom: 25px;
}
/* ie6 */
* html .copy { font-size: 11px; }

img.more { 
  width: 15px;
  height: 11px;
  margin: 0 -2px -2px 0;
}

a.rss { 
  padding-left: 15px; 
  text-decoration: none;
  font-size: 10px;
}
/* ie6 */
* html a.rss { font-size: 11px; }
a.rss:hover { text-decoration: underline; }

a.rss img { margin-top: -10px; }
/* ie6 */
* html a.rss img { margin-top: -5px; }

br.clear { clear: both; }

#page {
  width: 940px;
  height: auto;
  background: #fff;
  padding: 15px 0 25px 0;
  margin-top: 12px;
}

#left-column {
  width: 410px;
  position: relative;
  margin-left: 28px;
  padding-right: 30px;
  float: left;
}
/* ie6 */
* html #left-column { margin-left: 12px; }

#center-column {
  width: 196px;
  float: left;
  display: inline;
  border-left: double 4px #e8e8e8;
  padding-left: 33px;
  position: relative;
}

#right-column {
  width: 208px;
  float: left;
  display: inline;
  padding-left: 30px;
  position: relative;
  color: #fff;
}

.copy { margin-right: 20px; }

#promo {
  width: 200px;
  background: #FFFFFF;
  padding-bottom: 15px;
}

#promo img {
  border: 0;
}

#promo h1 {
  margin: 0 14px 16px 14px;
  padding-top: 18px;
  color: #fff;
  font-size: 20px;
}

#promo h2 {
  padding: 0 14px 0 14px;
  color: #fff;
  font-size: 13px;
  margin-bottom: 6px;
}

#promo p {
  font-size: 12px;
  padding: 0 14px;
  color: #d7d7d7;
  line-height: 16px;
}

#promo .learn-more {
  width: 110px;
  color: #fff;
  margin-left: 14px;
}
/* ie6 */
* html #promo .learn-more { width: 120px; }

#promo .learn-more p { padding: 0; }

#promo .learn-more p a {
  text-decoration: underline;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
}
/* ie6 */
* html #promo .learn-more p a { font-size: 11px; }
#promo .learn-more p a:hover { text-decoration: none; }

#advisors a, 
#investors p a, #contact-us p a {
  color: #fff;
  text-decoration: underline;
  font-size: 10px;
  line-height: 14px;
}
/* ie6 */
* html #advisors a, * html #investors p a, 
* html #contact-us p a { font-size: 11px; }

#audience {
	height: 310px;
	width: 711px;
	float: right;
	background: url("../images/audience-bckgrnd.jpg") no-repeat;
}


/* left column divs */
#press-room {
  padding-bottom: 40px;
}

#press-room h1 {
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
}

#press-room h2 {
  padding: 15px 10px 0 10px;
  font-weight: normal;
  text-transform: uppercase;
}

#press-room img { margin-right: 14px; }

#press-room p {
  color: #4c4c4c;
  margin-top: 6px;
}

#press-room a {
  color: #d38914;
  text-decoration: none;
}

#press-room a:hover {
  text-decoration: underline;
}

#press-room div.gotopress {
  text-align: right;
  position: absolute;
  left: 130px;
  top: 260px;
  padding: 0 10px 8px 0;
}


#recent-news { 
  color: #3e3c39;
  border-bottom: 4px double #e8e8e8;
  clear: left;
  padding-top: 15px;
}

#recent-news ul { margin-left: 15px; margin-bottom: 10px; }
#recent-news li { 
  text-transform: uppercase;
  line-height: 16px;
  font-family: Times, serif;
  font-size: 12px;
  margin-bottom: 5px;
}
#recent-news li a { text-decoration: none; }
#recent-news li a:hover { text-decoration: underline; }

#twitter { margin-top: 15px; }
#twitter h2 { margin-left: -5px; }
#twitter a { text-decoration: none; }
#twitter a img { margin-bottom: -5px; margin-right: 15px; }
#twitter a img.more { margin-bottom: -1px; }

#twitter ul {
  margin-top: 10px;
}

#twitter li {
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 15px;
}
#twitter li a { 
  color: #9c9c9c;
  font-style: italic;
  font-size: 12px;
}
#twitter li span a {
  font-size: 13px;
  font-style: normal;
}

/* center column divs */
#center-column a { color: #3e3c39; }

#promo, #callout1, #callout2 { padding-bottom: 15px; margin-top: 20px; border-bottom: 4px double #e8e8e8; }

#callout1 h1, #callout2 h1, #quick-links h1 { 
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}

#quick-links { margin-top: 20px; }

#quick-links ul { 
  margin-left: 15px;
  color: #3e3c39;
  font-size: 11px;
}


/* right column divs */
#advisors {
  position: absolute;
  width: 229px;
  height: 115px;
  top: 58px;
  left: 30px;
  background: transparent url("../images/callout-background.gif") no-repeat;
}

#consumers {
  position: absolute;
  width: 229px;
  height: 115px;
  top: 186px;
  left: 30px;
  background: transparent url("../images/callout-background.gif") no-repeat;
}

#advisors p, #consumers p {
  padding: 0 15px;
  font-size: 10px;
  line-height: 14px;
}
/* ie7 */
*+html #advisors p, *+html #consumers p { padding: 0 12px; }
/* ie6 */
* html #advisors p, * html #consumers p { font-size: 11px; }
/* safari */
@media screen and (-webkit-min-device-pixel-ratio:0){
#advisors p, #consumers p { padding: 0 10px; }
}


#media {
  position: absolute;
  width: 229px;
  height: 115px;
  top: 335px;
  left: 30px;
  color: #787470;
}
#media p { width: 195px; margin-top: 7px; }
/* ie7 */
*+html #media p { width: 175px; }
/* ie6 */
* html #media p { width: 175px; }

#media .video-holder {
  width: 190px;
  height: 195px;
  background: #FFF;
  text-align: center;
  padding-top: 0px;
}

#media .video-icon { margin-bottom: 50px; }

#investors {
  position: relative;
  width: 220px;
  height: 210px;
  padding-top: 17px;
  padding-right: 10px;
  float: left;
  display: inline;
}

#contact-us {
  position: relative;	
  width: 235px;
  height: 210px;	
  padding-top: 17px;
  float: left;
}

#advisors h1, #investors h1, #contact-us h1 {
	padding: 15px 0 0px 15px;
	color: #000;
}

#advisors h1 a, #investors h1 a, #contact-us h1 a {
  text-decoration: none;
  color: #000;
}

#advisors h1 a:hover, #investors h1 a:hover, #contact-us h1 a:hover {
  text-decoration: underline;
}


#contact-us img {
  padding-left: 10px;
}


#investors p {
  width: 140px;
}

/* Job Board Feed Treatments */

.jt_job_list {
  border-left: solid 1px #d8d2bd;
  border-bottom: solid 1px #d8d2bd;
  border-top: solid 1px #d8d2bd;
  border-right: solid 1px #d8d2bd;
  width: 199px;
}

.jt_alljobs {
  font-size: 8px;
  color: #3e3c39;
  font-weight: normal;
  text-align: center;
}

.jt_job_position {
  font-size: 11px;
  color: #3e3c39;
  font-weight: normal;
}

.jt_job_location {
  font-size: 10px;
  color: #3e3c39;
  line-height: 10px;
  font-weight: normal;
}

.jt_job_company {
  font-size: 10px;
  color: #3e3c39;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 10px;
}

