@import url('reset.css');
@import url('superfish.css');

/* File Download Icons */
a.file {background: url('../images/icon-file.gif') 0 0 no-repeat; padding-left: 20px;}
a.pdf {background: url('../images/icon-pdf.gif') 0 0 no-repeat; padding-left: 20px;}
a.doc {background: url('../images/icon-doc.gif') 0 0 no-repeat; padding-left: 20px;}

body {
  background:#fff url('../images/core/body-background.png') 0 0 repeat-x;
  color: #595750;
  font: 12px/16px Helvetica, Arial, Verdana, sans-serif;
}

div#container {
  margin: 0 auto;
  width: 100%;
  background: url('../images/core/container.png') bottom center no-repeat;
}

div#content {width: 960px; margin: 0 auto;}

/* !header */
div#header {
  display: block;
  height: 100px;
  width: 100%;
  position: relative;
  z-index: 20;
	margin-top: 5px;
}

/* !nav */
div#header div#navigation {
  position: absolute;
  right: 0;
  bottom: 38px;
}

div#header div#navigation li {
  display: inline;
  float: left;
  height: 28px;
  background: url('../images/core/buttons.png') 0 -100px repeat-x;
  border-right: 1px solid #d0d5d0;
  border-left: 1px solid #d0d5d0;
  margin: 0 5px 0 0;
}

div#header div#navigation li li {
  float: none;
  display: block;
  height: 28px;
  border-bottom: 1px solid #fff !important;
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
	width: 190px;
}

div#header div#navigation li li a {
  display: block;
  float: left;
  line-height: 28px;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  padding: 0 0 0 10px;
  text-decoration: none;
  background: #f7bd29;
  width: 180px;
}

div#header div#navigation li#nav-events ul {
  left: -137px;
  text-align: right;
}

div#header div#navigation li#nav-events ul li a {padding: 0 10px 0 0 !important;}

div#header div#navigation li li a:hover {text-decoration: underline; color: #fff; background: #4c4c4e;}

div#header div#navigation li#activepage {border: 1px solid #F3F3F2 !important;}

body.javascript_enabled div#header div#navigation li {
  background: url('../images/core/buttons.png') 0 -44px no-repeat;
  border: 0;
}

body.javascript_enabled div#header div#navigation span.cap {
  width: 4px;
  height: 28px;
  float: right;
  display: inline;
  background: url('../images/core/buttons.png') 0 -72px no-repeat;
  margin-left: 7px;
}

div#header div#navigation li a {
  display: block;
  line-height: 28px;
  padding: 0 10px;
  font-size: 11px;
  color: #747474;
  text-decoration: none;
}

div#header div#navigation li a:hover {color: #f6b962;}

body.javascript_enabled div#header div#navigation li a {
  padding-right: 0;
}

/* !actionbar */
div#header div#action_bar {
  background: #f3f3f2;
  border-top: 1px dotted #b8b8b8;
  clear: both;
  display: block;
  height: 35px;
}

div#header div#action_bar form#newsletter_signup fieldset {
  float: right;
  line-height: 35px;
}

div#header div#action_bar form#newsletter_signup input,
div#header div#action_bar form#newsletter_signup label {
  float: left;
  display: inline;
}

div#header div#action_bar form#newsletter_signup label {
  font-weight: bold;
  font-size: 10px;
  text-transform: lowercase;
}

div#header div#action_bar form#newsletter_signup input {
  margin: 6px 4px 0;
}

div#header div#action_bar form#newsletter_signup input#Subscriber_Address {
  border: 1px solid #ebe6dd;
  background: #fff;
  color: #989081;
  padding: 3px 0 3px 3px;
}

div#header div#action_bar form#newsletter_signup input.submit {
  width: 21px;
  height: 22px;
  background: url('../images/core/buttons.png') 0 0 no-repeat;
  text-indent: -999em;
  line-height: 0px;
  border: 0;
  cursor:pointer;
}

/* !banner */
div#banner {
  position: relative;
  height: 265px;
  width: 100%;
  display: block;
  margin: 10px 0 20px;
  z-index: 2;
}

div#banner div#intro {
  width: 292px;
  height: 265px;
  background: url('../images/core/intro-background.png') 0 0 no-repeat;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
}

body.javascript_enabled div#banner div#intro {background: url('../images/core/intro-background-trans.png') 0 0 no-repeat;}

div#banner div#intro div.campaign-image {
  width: 60px;
  height: 60px;
  display: inline-block;
	margin-left : 15px;
	margin-top: 5px;
	float: left;
}
div#banner div#intro div.campaign-content {
  width: 260px;
  display: inline-block;
	margin-left : 5px;
	margin-top: 5px;
	float: left;
}

div#banner div#intro h1 {
  font-size: 20px;
  margin: 17px 0 10px 20px;
  font-weight: bold;
  font-family: "Myriad Pro", Arial, Verdana, sans-serif;
  color: #fff;
}

div#banner div#intro p {
  line-height: 20px;
  margin: 0 20px 0;
}

div#banner div#intro dl {
  margin: 0 0 0 20px;
}

div#banner div#intro dl dd, div#banner div#intro dl dt {
  float: left;
  display: inline;
}

div#banner div#intro dl dt {
  clear: left;
  width: 32px;
  height: 38px;
  display: block;
  text-indent: -999em;
}

div#banner div#intro dl dt#intro_fast {background: url('../images/core/icon-dollar.gif') 0 50% no-repeat;}
div#banner div#intro dl dt#intro_global {background: url('../images/core/icon-globe.gif') 0 0 no-repeat;}
div#banner div#intro dl dt#intro_secure {background: url('../images/core/icon-lock.gif') 0 0 no-repeat;}
div#banner div#intro dl dt#intro_stats {background: url('../images/core/icon-graph.gif') 0 0 no-repeat;}

div#banner div#intro dl dd {
  line-height: 38px;
  padding-left: 10px;
  width: 200px;
}

div#banner div#pics {
  width: 678px;
  height: 265px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

/* !primary */
h1 {
  font-size: 22px;
  margin:20px 0 25px;
  font-family: "Myriad Pro", Arial, Verdana, sans-serif;
  font-weight: normal;
}

div#primary {
  width: 100%;
  clear: both;
  display: block;
}

div#primary p {
  margin: 10px 0;
}

div#primary a {color: #0C3A77;}
div#primary a:hover {text-decoration: none;}

div#primary h3 {margin: 20px 0 0;}

div#primary span.small {
  font-size: 10px;
  padding-right: 10px;
}

div#primary ol {
  list-style-type: decimal;
  margin: 0 0 0 20px;
}

body#p-terms_conditions div#primary ol {list-style-type: none; margin: 0 0 0 20px; }
body#p-terms_conditions div#primary ol li {margin: 10px 0;}
body#p-terms_conditions div#primary ol li li {margin: 0;}

body#p-terms_conditions div#primary dl dt {
  font-weight: bold;
}
body#p-terms_conditions div#primary dl dd {
  margin: 0 0 20px;
}
body#p-terms_conditions div#primary h2 {
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 20px;
  border-top: 1px dotted #ccc;
  margin: 0 0 10px 0;
}
body#p-terms_conditions div#primary h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}


div#primary div.column {
  padding:25px;
  width:269px;
  float: left;
  display: inline;
  border-right:1px dotted #AAAAAA;
  margin: 0 0 0 -1px;
}

div#primary div.column#site-soush {border: 0; margin: 0;}

div#primary div.column h3 {
  font-size: 14px;
  margin: 0 0 5px;
}

div#primary div.column h4 {
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  margin: 20px 0 10px;
}

div#primary div.column p {
  margin: 0 0 5px;
  font-size: 11px;
}

a.active {background: #f4e7c6;}

/* !featured */
div#featured_items div.item {
  float:left;
  display: inline;
  height:286px;
  padding:25px;
  width:269px;
  position: relative;
}

div#featured_items div.item span.link {
  position: absolute;
  bottom: 0;
  left: 40px;
}

body.javascript_enabled div#featured_items div.item {
  border-right:1px dotted #AAAAAA;
  margin: 0 0 0 -1px;  
}

div#featured_items div.item h2 {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  margin-bottom:25px;
  font-family: "Myriad Pro", Arial, Verdana, sans-serif;
}

div#featured_items div.item h2 strong {font-weight: bold; margin-right: 6px;}

div#featured_items div.item div.thumb {
  float: left;
  display: inline-block;
  margin: 15px 10px 25px 0;
  width: 77px;
  height: 77px;
  position: relative;
  overflow: hidden;
}

div#featured_items div.item div.content {
  display: inline-block;
	width: 155px;
}

body.javascript_disabled div#featured_items div.item div.thumb {border: 1px solid #4c4c4e;}

div#featured_items div.item div.thumb div.overlay {
  width: 77px;
  height: 77px;
  display: block;
  background: url('../images/core/thumb-overlay-trans.png') top center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

/* !subcontent */
div#wrap {
  width: 100%;
  clear: both;
  display: block;
  padding: 55px 0 20px;
  background: #f5f4f1 url('../images/core/wrap.png') 50% 0 no-repeat;
}

div#subcontent {
  margin: 0 auto;
  width: 960px;
}

div#subcontent a {color: #5c5749; text-decoration: underline;}
div#subcontent a:hover {text-decoration: none;}

div#subcontent h2 {
  margin: 10px 0 0;
  font-family: "Myriad Pro", Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-transform: lowercase;
  color: #6b6b6b;
}

div#testimonials {
  width: 230px;
  padding-right: 30px;
  margin-right: 20px;
  float: left;
  display: inline;
  border-right: 1px dotted #aaa;
	height: auto;
}

div#testimonials li.item {
  display: block;
  clear: both;
  margin: 20px 0;
	border-bottom:1px dotted #AAAAAA;
	padding-bottom: 5px;
}

div#testimonials li.item div.thumb {
  float: left;
  display: inline;
  margin: 0 10px 10px 0;
  width: 55px;
  height: 55px;
  position: relative;
}

div#testimonials li.item div.title {
  display: inline-block;
  margin: 0 0 10px 0;
  width: 165px;
}


div#testimonials li.item div.testimonial-content {clear: both; width: 230px;}
div#testimonials li.item div.testimonial-content a {display: block;}
div#recent_news {
  width: 210px;
  padding-right: 30px;
  margin-right: 20px;
  float: left;
  display: inline;
  border-right: 1px dotted #aaa;
	height: auto;
}

div#recent_news li.item {
  display: block;
  clear: both;
  margin: 20px 0;
	border-bottom:1px dotted #AAAAAA;
	padding-bottom: 5px;
	width: 210px;
}

div#recent_news a.button {
  color: #fff;
  text-decoration: none;
  text-transform: lowercase;
}

div#member_profiles {
  float: left;
  display: inline;
  width: 415px;
  overflow: hidden;
  height: 350px;
}

div#member_profiles li {
  height: 290px;
  overflow-y: auto;
  padding: 0 10px 0 0;
  
}

div#member_profiles li h2,
div#member_profiles li h3 {
  font-size: 16px;
  font-family: "Myriad Pro", Arial, Verdana, sans-serif;  
  font-weight: bold;
  font-style: italic;
  text-transform: capitalize;
  display: block;
}

div#member_profiles li h3 {font-size: 12px;}

div#member_profiles li div.bio_image {float: left; display: inline; margin: 10px 10px 0 0;}
div#member_profiles li div.bio_image img {width: 70px; height: 70px;}

div#member_profiles ul {margin: 20px 0;}

div#member_profiles p {
  font-size: 11px;
  margin: 10px 0;
}

/* !footer */
div#footer {
  background: #fff;
  height: 66px;
  border-top: 4px solid #5e5f60;
}

div#footer div#footer_content {
  width: 960px;
  margin: 0 auto;
  font-size: 9px;
  line-height: 16px;
}

div#footer div#footer_content a {color: #5e5f60; text-decoration: none;}
div#footer div#footer_content a:hover {text-decoration: underline;}

div#footer div#footer_content p {
  float: left;
  display: inline;
  margin: 10px 0 0 0;
}

div#footer div#footer_content ul,
div#footer div#footer_content ul li {float: left; display: inline;}

div#footer div#footer_content ul {margin: 0 0 0 20px;}

div#footer div#footer_content ul li {
  margin: 5px 20px;
}

a.button, input.button {
  font: 12px Helvetica, Arial, Verdana, sans-serif;
  display: inline;
  float: left;
  height: 30px;
  line-height: 30px;
  width: 180px;
  background: #4c4c4e;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  padding: 0 0 0 10px;
  margin: 0;
}

a.button:hover, input.button:hover {text-decoration: underline !important;}

span.cap {
  width: 23px;
  height: 30px;
  float: left;
  display: inline;
  background: url('../images/core/buttons.png') -458px -128px;
}

span.cancel a.button {background-position: -332px 0; width: 45px;}
span.cancel span.cap {background-position: -367px 0; width: 14px;}

body.javascript_enabled a.button, input.button {background: url('../images/core/buttons.png') 0 -128px;}

div.error-message {
	margin: 10px;
}

div.error-message ul li {
	padding: 5px;
	background: url('/images/active_scaffold/default/cross.png') 0px 5px no-repeat;
	padding-left: 20px;
	margin-left: 5px;
}

div.primary-cta {
  width: 215px;
  margin: 10px 0;
  padding: 10px;
  background: #f5f4f1;
  border: 1px dotted #ccc;
}

div.primary-cta span.title {
  width: auto;
	display: block;
	margin-bottom: 10px;
	text-align: left;
	font-size: 14px;
}

a.image-link {
	display: inline-block;
	border: 2px solid #f5f4f1;
	margin-bottom: 10px;
}
a.image-link:hover {
	border: 2px solid #595750;
}
