@charset "UTF-8";
/* CSS Document */

body {
  background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	text-align:center;
	line-height:1.3em;
	margin:0;	
}

/* IE hacks to pull text and intro tighter together */
/* IE 5.5 and 6 */
*html body {
   line-height:1.25em; 
}

/* IE 7 */
*:first-child+html body {
   line-height:1.25em; 
}

#pagewrap {
  padding:0;
	text-align:left;
	width:100%;
	margin:0;
}

#logo_menu, #nav {
  display:none;
}

#logo_print {
  display:block;
  width:100px;
  float:left;
}

#content {
  float:left;
	margin:0 0 0 20px;
	width:80%;
	padding:0;
}

#left_content, #left_content_wide {
  float:left;
  width:100%;
	margin:0;
	padding:0;
}

.content_box {
  width:100%;
	padding:0;
	background-color:#fff;
	margin:0 0 22px 0;
}

.comp, .comp_first {
  float:left;
  width:30%;
	padding:0 15px 0 0;
	margin:0;
}

.comp p, .comp_first p {
  margin:20px 0 17px 0;
  text-align:center;
}

#right_content, #right_content_wide {
  display:none;
}

#footer {
  width:90%;
  margin:0;
	font-size:10px;
	color:#666;
	height:60px;
	text-align:left;
}

#footer_left {
  color:#666;
  width:70%;
}

#footer_right {
  display:none;
}

h1 {
  color:#fff;
	font-family:Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	height:21px;
	letter-spacing:0.02em;
	margin:0;
}

h1.first {
  width:30%;
	float:left;
}

h1.last {
  font-size:12px;
  width:65%;
	float:left;
	text-align:right;
}

h2 {
  clear:both;
  color:#000;
	font-family:Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:lighter;
	border-bottom:1px solid #7bab14;
	padding-bottom:4px;
}

h3 {
  color:#000;
	font-family:Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:lighter;  
}

h4 {
  color:#000;
	font-family:Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;  
}

.clear {
  clear:both;
}

a, a:visited {
  color:#7bab14;
	text-decoration:none;
}

a img {
  border:0;
}

a.arrow {
  padding-right:10px;
	background:url(../images/arrow.gif) 35px 7px no-repeat;
}

/* IE hack to move login arrow */
/* IE 5.5, 6 */
*html a.arrow {
  background-position: 35px 6px;
}

/* IE 7 */
*:first-child+html a.arrow {
  background-position: 35px 6px;
}

a.how {
  font-size:11px;
}

img.pic {
  border:1px solid #000;
	float:left;
	margin-right:20px;
}

img.rss_pic {
  float:left;
  margin:0 5px 0 0;
}

img.news_pic {
  float:none;
}

#homepics {
  display:none;
}

#homepics_print {
  width:280px;
  height:187px;
  float:left;
  margin:15px 15px 0 0;  
  border:1px solid #000; 
}

p.logos {
  text-align:center;
	margin:15px 0;
}

.logos img {
  border:0;
}

a.more, a:visited.more, a.top, a:visited.top, a.back, a:visited.back {
  display:none;
}

input.button {
  height:24px;
  width:56px;
	font-size:13px;
	padding:0 20px 5px 10px;
	border:0;
}

input.print {
  display:none;
}

#footer a {
  color:#666;
  text-decoration:none;
}

.right {
  float:right;
}

.left {
  float:left;
}

.centre {
  text-align:center;
}

bold, strong {
  font-weight:bold;
}

table {
  margin:10px 0 0 14px;
  border-top:1px solid #ccc; 
  border-left:1px solid #ccc;
  width:95%;
}

table td, table th {
   border-right:1px solid #ccc; 
   border-bottom:1px solid #ccc;
   margin:0;
   padding:5px;
   vertical-align:top;
}

table th {
 background-color:#7bab14;
 color:#fff;
 letter-spacing:0.03em;
}

table pre {
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:12px;
  padding:0;
  margin:0;
}

p.new {
  text-align:right;
  margin-right:10px;  
}

/* IE hacks to pull intro tighter together */
/* IE 5.5 and 6 */
*html .intro p {
   margin-top:0px; 
}

/* IE 7 */
*:first-child+html .intro p {
   margin-top:0px; 
}

span.flash {
 color:#006699;
 font-sizet:14px;
}

.caption {
  color:#999;
  font-size:10px;
  line-height:1.3em;
}

img.challenge {
  border:1px solid #000; 
  margin:7px 0 2px 5px;
}

.gallery_pic {
	float:left;
	width:200px;
	height:210px;
	margin:0 25px 0 25px;
	text-align:center;
}

.gallery_pic img {
  border: 1px solid #000000;
}

.gallery_pic img.landscape {
	width:170px;
	height:128px;	
	margin-top:30px;
}

.gallery_pic img.portrait {
	height:170px;
	width:128px;	
	margin-top:10px;
}

.gallery_pic div.caption {
  margin-top:5px;
}

hr {
  border:0;
  height:1px;
  border-top:1px solid #7bab14;
  margin-left:7px;
}

ul.archive {
  margin-left:-22px;
}

ul.archive li {
  margin-bottom:7px;
}

/* IE hacks to pt list in correct position */
/* IE 5.5 and 6 */
*html ul.archive {
  margin-left:22px;
}

/* IE 7 */
*:first-child+html ul.archive {
  margin-left:22px;
}

.instructions {
  margin:10px 0 20px 10px;
}

.title_box, .title_box_first, .title_box_last {
  float:left;
  width:105px;
  height:135px;
  font-size:15px;
  font-weight:lighter;
  font-family:Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
  color:#000;
  background:url(../images/arrow_green_sub.gif) 0 0 no-repeat;
  text-align:center;
  letter-spacing:0.03em;
  line-height:1.3em;
  padding-top:10px;
}

.title_box_first {
  background:url(../images/arrow_green.gif) 0 0 no-repeat;
  color:#fff;
  padding-top:20px;
  height:165px;
}

.title_box_last {
  height:90px;
}

/* IE hacks to position lists correctly */
/* IE 5.5 and 6 */
*html .title_box_first {
  margin-top:9px;
}

/* IE 7 */
*:first-child+html .title_box_first {
  margin-top:9px;
}

.tick_box {
  width:70%;
  float:left;
  border:1px solid #7bab14;
  padding:0 5px 5px 5px;
  margin:0 0 0 20px;
}

/* IE hacks to position lists correctly */
/* IE 5.5 and 6 */
*html .tick_box  {
  padding:15px 5px 0 5px;
  margin-top:9px;
}

/* IE 7 */
*:first-child+html .tick_box  {
  padding:15px 5px 0 5px;
  margin-top:9px;
}

.instructions ul {
  margin-left:-25px;  
}

.instructions ul li {
  margin-bottom:8px;  
}

ul#reasons_list {
  list-style-type:none;
  margin-left:-35px;
  padding-top:3px;
}

ul#reasons_list li {
  margin-bottom:10px;
  background:url(../images/tick.gif) 0 0 no-repeat;
  padding:4px 0 5px 15px;
  line-height:1.6em;
}

/* IE hacks to position lists correctly */
/* IE 5.5 and 6 */
*html .instructions ul, *html ul#reasons_list {
  margin-left:30px;
}

/* IE 7 */
*:first-child+html .instructions ul, *:first-child+html ul#reasons_list li {
  margin-left:40px;
}

#flashmovie {
  z-index:0;
  margin-top:35px;
  background:url(../images/loading.gif) 0 0 no-repeat;
}

/* Hides the second object from all versions of IE */
* html object.hiddenObjectForIE { 
  display: none; 
}

*:first-child+html object.hiddenObjectForIE { 
  display: none; 
}