/**
Client:				Earthly Orbit
Date:					Feb 2009
Created by:		Gencon
**/

/** RESET CODE **/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/** **/

/** CLEAR AND FLOATS **/

.clear {
	clear:both;
	margin:0;
	line-height:1%;
	padding:0;
	font-size:0.1em;
	display:block;
	height:1%;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}*/

/* Hides from IE-mac */
* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

/* End hide from IE-mac */

.right {
	float:right;
}

.left {
	float:left;
}

/** **/

/** STRUCTURE **/

html {
	height: 100%;
	margin-bottom: 1px;
} /* This forces a vertical scroll bar regardless of page height, simply to combat the irritating page shift. */

body {
	margin:0 auto;
	font-family: Verdana, Arial, sans-serif;
	color: #464646;
	background:#fff url(/images/background.gif) repeat-x top left;
	font-size:100%;
}

* html body * { /* fix the ie5+ italics float bug */
	overflow:visible;
}

* html body { /* make ie5.5 behave itself and center the layout */
	text-align:center;
}

* html #head, * html #prime, * html #container, * html #footer { /* for ie5.5 / 6.0 - realign the text */
	text-align:left;
}

#container,#head, #footer {
	margin:0 auto;
	width:899px;
	clear:both;
}

#container { /* Container for the whole page */
	position:relative;
	width:987px;
	padding:0 0 102px 88px;
	background: url(/images/bg_container.gif) no-repeat bottom left;
}

#head { /* Container for the page head */
	background:url(/images/bg_header.gif) no-repeat top right;
	position:relative;
	z-index:2;
}

#surround {
	width:899px;
}

#logo {
	float:left;
}

#spotlight_container {
	margin:0 auto;
	width:100%;
	background: url(/images/bg_spotlight.gif) top left;
	border-top:1px solid #d2d1d1;
	border-bottom:1px solid #d2d1d1;
}

#spotlight { 
	margin:0;
	position:relative;
	float:left;
}

body#home #spotlight {
	margin:12px 0;
	width:436px;
}

#content { 
	width:899px;
	background:url(/images/bg_content.gif) no-repeat top left;
}

body.editor #content {
	background:none;
}

#content_col1_col2_holder {
	width:668px;
	float:left;
	display:inline;
}

#content_col1 { 
	width:437px;
	float:left;
	display:inline;
}

#content_col2 { 
	margin:15px 0 0 0;
	width:205px;
	float:right;
	display:inline;
}

#content_col3 { 
	margin:15px 0 0 0;
	width:205px;
	float:right;
	display:inline;
}

#footer {
	padding-bottom:40px;
	background: url(/images/bg_footer.gif) no-repeat top left;
	font-family: "Trebuchet MS";
	position:relative;
}

#footer_container {
	margin:0 auto;
	width:100%;
	background: url(/images/bg_footer_container.gif) repeat-x top left;
}

/** **/

/** NAVIGATION **/

/* Primary Navigation */

#prime_navigation {
	display:inline;
	z-index:2;
}

#prime_navigation ul {
	float:right;
	margin:93px 0 0 0;
	height:2.2em;
}

* html #prime_navigation ul {
	background:none;
}

#prime_navigation ul li {
	padding:0;
	margin:0 1px 0 0;
	display: inline;
	float: left;
	color:#0000ff;
}

#prime_navigation ul li a {
	padding:4px 15px;
	display:block;
	float:left;
	font-size:0.75em;
	color:#555555;
  text-transform:uppercase;
	text-decoration: none;
	border-bottom: 10px solid #0081a5;
	border-left:none;
}

#prime_navigation ul li a.activelink {
	border-bottom: 10px solid #b5c1c7;
}

#prime_navigation ul li a:hover {
	color:#555555;
	border-bottom: 10px solid #b5c1c7;
}

#prime_navigation ul li.metaEdit {
	position:absolute;
	top:0px;
	left:0px;
}

#prime_navigation ul li.metaEdit a {
	text-transform:none;
	font-family:verdana;
	background:#fff;
	font-size:0.6em;
	color:#bb141a;
	border:none;
}

/* Secondary Navigation */

#secondary_navigation ul {
	margin:41px 0 0 0;
	padding:0;
	list-style:none;
}

#secondary_navigation ul li {
	margin:0 0 7px 0;
	position:relative;
	list-style:none;
	background:#fff;
	padding:4px;
	border:1px solid #dbdbdb;
	font-size:0.8em;
}

#secondary_navigation ul li a {
	padding:15px 6px 6px 6px;
	display:block;	
	text-decoration:none;
	background:#fff url(/images/bg_secondary_navigation.gif) repeat-x top left;
}

#secondary_navigation ul li a:hover, #secondary_navigation ul li a.activelink {
	color:#000;
	background:#fff url(/images/bg_secondary_navigation_hover.gif) repeat-x bottom left;
}

/* Footer Navigation */

#footer ul li {
	display: inline;
	float: left;
	color:#0000ff;
}

#footer ul li a {
	padding:0px 20px 0px 0px;
	display:block;
	float:left;
	font-size:0.75em;
	color:#000000;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration:underline;
}

/** **/

/** GENERIC STYLES **/

h1,h2 {
	margin: 15px 0 15px 0;
	padding: 6px 0 12px 0;
	font-size: 1.3em;
	font-weight:normal;
	color: #006b8d;
	background:url(/images/bg_h.gif) repeat-x bottom left;
}

#content_col2 h2, #content_col3 h2 {
	margin-top:0;
}

h3 {
	margin: 1em 0 0.5em 0;
	font-size: 0.7em;
	color: #0081a5;	
}

p {
	margin:0 0 0.5em 0;
	line-height:1.4em;
	font-size:0.7em;
}

.content_block p {
	margin-bottom:1.5em;
}

.home_col_one p, .home_col_two p, #content_col1 p, #content_col3 p{
	margin-bottom:1em;
}

a {
	color:#0081a5;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#content_col1 ul, #content_col3 ul {
	list-style: disc;
	font-size:0.7em;
	padding:0.1em 0 1em 1.5em;
	line-height:140%;
}

#content_col1 ol, #content_col3 ol {
	list-style: decimal;
	font-size:0.7em;
	padding:0.1em 0 1em 2.1em;
	line-height:140%;
}

/* Caption Images */
.caption_image {
	margin:0 0 10px 0;
	background:#fff;
	padding:4px;
	border:1px solid #dbdbdb;
}

#spotlight .caption_image {
	border:none;
	padding:0;
	background:none;
	margin:0;
}

.caption_image.right {
	margin:0 0 0px 15px;
	float:right;
}

.caption_image.left {
	margin:0 13px 13px 0;
}

.caption_image  {
	color:#0081a5;
	width:223px;
}

#content_col3 .caption_image {
  width:195px;
}

.caption_image.small  {
	width:124px;
}

.caption_image.large  {
	width:250px;
}

.caption_image.fullwidth  {
	width:437px;
}
#content_col3.caption_image {
	width:217px;
}

.caption_image p {
	padding-top:5px;
}
/** **/

/** STYLES AND STRUCTURE FOR SPECIFIC AREAS / SECTIONS **/

/* Home page */

#spot_cta_holder {
	margin:0 auto;
	width:899px;
}
	
.home_col_one {
	width:436px;
	float:left;
	display:inline;
}

.home_col_two {
	width:436px;
	float:right;
	display:inline;
}

#home .caption_image {
	float:left;
	width:390px;
}

.home_cta {
	width:436px;
	display:inline;
	float:right;
}

.ctabox {
	width:205px;
	height:86px;
	overflow:hidden;
	float:left;
	margin:12px 25px 0 0;
	position:relative;
}

.ctabox .admintext, #spotlight p.admintext a {
	position:absolute;
	top:0;
	right:0;
	background:#fff;
	height:16px;
}
.ctabox .admintext.edit {
	right:36px;
}
.ctabox .admintext.left {
	right:18px;
}
.ctabox p.admintext a, #spotlight p.admintext a, .ctaboxcol p.admintext a {
	position:absolute;
	bottom:-16px;
	right:0;
}

.ctabox h2 {
	position:absolute;
	top:0;
	left:0;
	background:#cfd3d6;
	color:#2b3d4e;
	text-transform:uppercase;
	width:150px;
	padding:2px 6px;
	font-weight:normal;
	font-size:0.72em;
	border-bottom:2px solid #ffffff;
	line-height:1.2em;
	font-family: DIN, Arial, Helvetica, sans-serif;
}

.ctabox.end {
	margin-right:0px;
}

.home_col_two h3 {
	margin: 5px 0 5px 0;
	color: #f0482d;
}

.col2_block {
	background:url(/images/bg_h.gif) repeat-x bottom left;
	padding-bottom:5px;
	padding-top:0px;
}

.postboard_thumbnail {
	float:right;
	background:#fff;
	padding:4px;
	border:1px solid #dbdbdb;
	margin:0 0 5px 5px;
	width:50px;
	text-align:center;
}

.newsletter {
	margin:12px 0 0 0;
	background:#f8f8f8;
	padding:10px;
}

.newsletter label {
	padding-right:12px;
	font-size:0.7em;
	font-weight:bold;
	color:#4d4e53;
}

.newsletter .newsletter_textbox {
	font-size:10px;
	width:165px;
	padding:3px;
}

/* News Page */

.news_item_block {
	padding:0px 0 0 0;
	position:relative;
}

.news_date {
	padding: 10px 0 0 0;
	font-size: 0.7em;
	font-weight:600;
	color: #f0482d;
}

.news_title {	
	border-bottom: 1px dotted #C5C2B4;
	padding: 0 0 10px 0;
}

.news_date p {
	margin: 0 0 0.5em 0;
	font-size: 0.7em;
	font-weight:600;
	color: #f0482d;
}

/* Footer */

p.copyright {
	padding:30px 0 15px 0;
	font-size:0.75em;
	color:#000;
}

img.foot_logo {
	float:right;
	padding-left:20px;
	margin-top:26px;
}

/** **/

/**  CONTACT FORM **/

#contact_form { /*Form container*/
	margin: 25px 0 25px 0;
	width: 497px;
}

#contact_form fieldset { /*Formatting for the entire form area*/
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}

.form_input { /*Container for each Label + Input area pair*/
	margin: 0 0 10px 0;
	width: 430px;
}

.form_label { /*Label container*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	width: 130px;
	float:left;
}

.input {
	width:300px;
	float:right;
}

#contact_form label { 
	display: inline;
	font-size: 0.7em;
}

#contact_form input { 
	margin:0;
	display:inline;
	font-size: 0.8em;
	width: 300px;
}

.form_textarea {  
	margin: 0 0 10px 0;
	width: 300px;
}

.form_text { 
	float:left;
}

#contact_form textarea { 
	width: 300px;
	height: 100px;
}

#form_submit { 
	width: 430px;
}

#form_submit input {
	width: 63px;
	float:right;
	border:none;
}

input#name, input#email, input#number, textarea#enquiry {
	border:1px solid #ccc;
	padding:4px;
}

/** **/

/** ADMIN **/
.admin_block {
	position:relative;
}

.formerror {
	color:red;
}

span.formerror {
	display:block;
	font-size:0.7em;
}

table span.formerror {
	font-size:1em;
}

body.editor .content {
	background:none;
	width:930px;
}

body.editor {
	background:none;
}

.admintext {
	z-index:89;
}

p.admintext a, a.admintext {
	color:#bb141a;
	padding:8px 0;
	font-size:11px;
	text-decoration:none;
}

.admin_block p.admintext {
	position:absolute;
	top:0;
	right:0px;
}

p.admintext a:hover {
	color:#bb141a;
	text-decoration:none;
}

#content_col1 a.admintext,#content_col2 a.admintext, #content_col3 a.admintext {
	position:absolute;
	border:none;
	padding:2px 0 0 0;
	background:none;
}

#content_col2 a.admintext:hover {
	background:none;
}

#content_col2 a.admintext.down {
	left:16px;
}

#content_col2 a.admintext.up {
	left:0px;
}

#content_col2  a.admintext.add {
	right:0px;
}

#content_col2  a.admintext.edit {
	right:16px;
}

#content_col3 a.admintext.edit {
	bottom:0px;
	right:0px;
}

#content_col3 a.admintext.left {
	bottom:0px;
	right:32px;
}

#content_col3 a.admintext.right {
	bottom:0px;
	right:16px;
}

img.edit-icon {
	vertical-align:center;
}

p.clicks {
	background:#8B008B;
	color:#fff;
	padding:2px;
	font-size:0.6em;
	position:absolute;
	right:0;
	bottom:20px;
}

p.sequencetext a {
	background:green;
	color:#fff;
	padding:2px;
	font-size:0.6em;
}

.admin a {
	color:#cc0000;
	text-decoration:none;
	background:#ddd;
	padding:0.4em;
	border:1px #fff solid;
	line-height: 2em;
	font-weight:bold;
	display: inline;
}

.admin a:hover {
	background:#ccc;
}

.caption_image .admin {
	text-align: left;
	position:absolute;
	font-size:0.8em;
}

.caption_image .admin a {
	margin:0 2px 0 0;
}

table.editor {
	width:100%;
	font-size:0.8em;
}

table.editor th, table.editor td {
	padding:5px;
	vertical-align:top;
}

/** **/

/** LIGHT BOX **/

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	/*zoom: 1;*/
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption {
	font-weight: bold;
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

/** **/
