
/* global whitespace reset (leftjustified.net)  */
* { padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, fieldset, address { margin: 1em 0; }
li, dd { margin-left: 2em; }
fieldset { padding: .5em; }
/* end whitespace reset */


/**********************************/
/*  Main body and section styles  */
/**********************************/
body
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background: #5f5f5f url(bg-tile.gif);
}

#wrapper
{
	background: #ffffff;
	margin: 20px auto;
	margin-top: -10px;
	margin-bottom: -10px;
	padding: 10px 10px 10px 10px;
	width: 800px;
	border: 1px solid #bbbbbb;
}

#header
{
	border-bottom: 1px solid #bbbbbb;
	padding: 5px 0 20px 0;
}

#navigation
{
	float: right;
/*	width: 430px;*/
/*	height:	20px;*/
/*	margin-left: 535px;*/
	margin-right: 20px;
/*	margin-top: 10px;*/

}

/*
#logo
{
	margin-left: 50px;
	margin-top: 30px;
}
*/

#col-left
{
	width: 355px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px 10px 10px 10px;
	float: left;
	/*border: 1px solid #BBBBBB;*/
}

#col-center
{
	margin: 10px 10px 10px 10px;
	padding: 0px 10px 10px 10px;
	/*border: 1px solid #BBBBBB;*/
}

#col-right
{	
	/*border: 1px solid #BBBBBB;*/
	width: 355px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px 10px 10px 10px;
	float: right;
}

#footer
{	
	font: 85%/1.2em 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	position: relative;
	clear: both;
	padding: 10px 3px 3px 10px;
	border-top: 1px solid #BBBBBB;
}


/*********************************/
/*   html element tags           */
/*********************************/

/*
Is this tag thing even working?
*/
a {
  color: #1f13cb;
  text-decoration: none;
}

a:hover {
  color: #4e4e4e;
  text-decoration: underline;
}

h2 {
	color: #b94c1f; 
	font: 130%/1.2em "Lucida Grande", Serif;  
	margin-bottom: 0.1em; 
	padding-bottom: 2px; 
	border-bottom: 1px solid #BBBBBB 
}

h3 {
  margin:.5em 0 0;
  font: 100%/1.5em Verdana,Arial,Sans-serif;
  color:#666;
}

strong.tag
{
	color: #FF0000;
}

ul li 
{
  line-height: 1.5em;
  list-style: disc;
}


/*********************************/
/*   other div tags           */
/*********************************/

#promo
{
	height: 280px;
/*	margin: 0px 20px 20px 20px; */	
	background-image: url(gradient-gray-280.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	padding-top: 35px;

	border-bottom: 1px solid #bbbbbb;
}

#promo-left
{
/*	float: left;*/
	width: 640px;
	height: 206px;
	margin-right: auto;
	margin-left: auto;
/*	margin-top: 50px;*/
/*	margin-left: 5px;*/
	background-image: url(antarctica_sunset_banner_640.jpg);
	/*border: 1px solid #BBBBBB;*/
}

#promo-right
{
	position: relative;
/*	float: left;*/
	left:400px;
	top: 140px;
/*	right: 10px;*/
/*	bottom: 10px;*/
	width: 200px;
	height: 60px;
/*	margin-top: 30px;
	margin-left: 30px;*/
/*	border: 1px solid #BBBBBB;*/
}

#promo-title
{
/*	margin-top: 33px;*/
	font: 270%/1.2em "Gill Sans", "Trebuchet MS", "Lucida Grande", Serif;
}

#promo-subtitle
{
	font: 115%/1.2em "Trebuchet MS", "Lucida Grande", Serif;
/*	color:  #444444;*/
}

#promo-description
{
	margin-top: 15px;
	color:  #444444;
	font: 90%/1.2em 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
}

#promo-button
{
	margin-top: 15px;
	width: 220px;
	height: 50px;
	/*border: 1px solid #BBBBBB;*/
}

#promo-universal
{
	margin-left: 300px;
	margin-top: -50px;
	width: 79px;
	height: 50px;
}

#promo-slifeshare-image
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
}

#banner
{
	width: 800px;
	height: 258px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(antarctica_sunset_banner_800.jpg);
	border-bottom: 2px solid #bbbbbb;
}

#banner_title
{
/*	margin-top: 33px;*/
	font: 270%/1.2em "Gill Sans", "Trebuchet MS", "Lucida Grande", Serif;
}

#banner_subtitle
{
	font: 115%/1.2em "Trebuchet MS", "Lucida Grande", Serif;
/*	color:  #444444;*/
}


/* ------------------------------------------------------------------------------------------------ */
/*																									*/
/* 											UNUSED													*/
/*																									*/
/* ------------------------------------------------------------------------------------------------ */



/*
#col-center a 
{ 
 	color: #1f13cb;
 	text-decoration: none 
}

#col-center a:hover 
{
  color: #4e4e4e;
  text-decoration: underline;
}
*/

/*
#col-center h2 
{ 
	color: #b94c1f; 
	font: 130%/1.2em "Lucida Grande", Serif;  
	margin-bottom: 0.1em; 
	padding-bottom: 2px; 
	border-bottom: 1px solid #BBBBBB 
}
*/

/*
#col-center h3 
{
  margin:.5em 0 0;
  font: 100%/1.5em Verdana,Arial,Sans-serif;
  color:#666;
}
*/

/*
#image-description
{
	height: 130px;
	width: 100%;
	margin-top: 10px;
	border: 1px solid #BBBBBB;
}
*/


/*
#col-left a 
{ 
 	color: #1f13cb; 
 	text-decoration: none 
}

#col-left a:hover 
{
  color: #4e4e4e;
  text-decoration: underline;
}
*/

/*
#col-left h2 
{ 
	color: #b94c1f; 
	font: 130%/1.2em "Lucida Grande", Serif;  
	margin-bottom: 0.1em; 
	padding-bottom: 2px; 
	border-bottom: 1px solid #BBBBBB 
}
*/

/*
#col-left h3 
{
  margin:.5em 0 0;
  font: 100%/1.5em Verdana,Arial,Sans-serif;
  color:#666;
}
*/

/*
#col-left-small
{
	width: 230px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px 10px 10px 10px;
	float: left;
	border: 1px solid #BBBBBB;
}
*/

/*
#col-left-small a 
{ 
 	color: #1f13cb; 
 	text-decoration: none 
}
*/

/*
#col-left-small a:hover 
{
  color: #4e4e4e;
  text-decoration: underline;
}
*/

/*
#col-left-small h2 
{ 
	color: #b94c1f; 
	font: 130%/1.2em "Lucida Grande", Serif;  
	margin-bottom: 0.1em; 
	padding-bottom: 2px; 
	border-bottom: 1px solid #BBBBBB 
}
*/

/*
#col-left-small h3 
{
  margin:.5em 0 0;
  font: 100%/1.5em Verdana,Arial,Sans-serif;
  color:#666;
}
*/

 
/*
#col-right a 
{ 
 	color: #1f13cb; 
 	text-decoration: none 
}

#col-right a:hover 
{
  color: #4e4e4e;
  text-decoration: underline;
}
*/

/*
#col-right h2 
{ 
	color: #b94c1f; 
	font: 130%/1.2em "Lucida Grande", Serif;  
	margin-bottom: 0.1em; 
	padding-bottom: 2px; 
	border-bottom: 1px solid #BBBBBB 
}
*/

/*
#col-right h3 
{
  margin:.5em 0 0;
  margin-bottom: 0px;
  font: 90%/1.5em "Lucida Grande", Serif;  
  color:#AAAAAA;
}
*/


/*
#col-right-big
{	
	border: 1px solid #BBBBBB;
	width: 440px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px 10px 10px 10px;
	float: right;
}
 
#col-right-big a 
{ 
 	color: #1f13cb; 
 	text-decoration: none 
}

#col-right-big a:hover 
{
  color: #4e4e4e;
  text-decoration: underline;
}

#col-right-big h2 
{ 
	color: #b94c1f; 
	font: 130%/1.2em "Lucida Grande", Serif;  
	margin-bottom: 0.1em; 
	padding-bottom: 2px; 
	border-bottom: 1px solid #BBBBBB 
}

#col-right-big h3 
{
  margin:.5em 0 0;
  font: 100%/1.5em Verdana,Arial,Sans-serif;
  color:#666;
}
*/



/*
blockquote 
{
	width: 260px;
	color: #4e4e4e;
	padding: 1em;
	margin: 0 0 1em 0;
	border: 1px solid #e2e2e2;
	background: #f1f1f1;
	text-align: center;
}

blockquote.full 
{
	width: 550px;
	color: #000080;
	padding: 1em;
	margin: 0 0 1em 0;
	border: 1px solid #e2e2e2;
	background: #f1f1f1;
	text-align: left;
}

blockquote.full-centered
{
	width: 550px;
	color: #4e4e4e;
	padding: 1em;
	margin: 0 0 1em 0;
	border: 1px solid #e2e2e2;
	background: #f1f1f1;
	text-align: center;
}

blockquote p 
{
	text-indent: -0.5em;
	margin: 0 0 .5em 0;
}

#postheader
{
	margin: 0px 10px 0px 10px;
}

#postheader-download-button
{
	margin: 30px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

#extra
{
	height: 151px;
	margin: 10px 20px 10px 20px;
	border-bottom: 1px solid #BBBBBB;
}

#extra-noborder
{
	height: 151px;
	margin: 10px 20px 10px 20px;
}

#extra-left
{
	float: left;
	width: 40px;
	height: 40px;
	margin-top: 10px;
	margin-left: 34px;
	/*border: 1px solid #BBBBBB;*/
}

/*
#extra-right
{
	float: left;
	width: 600px;
	height: 140px;
	margin-top: 10px;
	margin-left: 30px;
	/*border: 1px solid #BBBBBB;*/
}

/*

#extra-title
{
	font: 150%/1.2em "Gill Sans", "Trebuchet MS", "Lucida Grande", Serif;
}

#extra-subtitle
{
	font: 100%/1.2em "Trebuchet MS", "Lucida Grande", Serif;
	color:  #444444;
}

#extra-description
{
	margin-top: 15px;
	color:  #444444;
	font: 90%/1.2em 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
}

#extra-button
{
	margin-top: 15px;
	width: 130px;
	height: 25px;
	/*border: 1px solid #BBBBBB;*/
}

/*
#contact-basic-box
{
	padding:  15px 25px 15px 15px;
	margin-bottom:  20px;
	margin-left: 65px;
	margin-right: 20px;
}

#contact-field-name
{
	color: #444444;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: small;
	margin-bottom: 5px;
	margin-left:  20px;
}

#contact-field
{
	margin-bottom: 5px;
	margin-left:  20px;
}

#contact-field-error
{
	color: #FF0000;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: small;
	margin-bottom: 5px;
	margin-left:  20px;
}

#contact-field-description
{
	color: #AAAAAA;
	font: 90%/1.2em 'Trebuchet MS', 'Lucida Grande', Serif;
	margin-left:  20px;
}

#contact-field-spacer
{
	height: 20px;
}

#contact-outfield
{
	margin-bottom: 5px;
	margin-left: 20px;
}
*/
