/*
Sets CSS defaults to create a normalized rendering environment. Originally ganked from..
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1em;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Global defaults */

body { margin: 0 0 2px; }
h1, .content-editor-body h1
  { font-size: 24pt; font-weight: bold; margin: 4px 0; }
h2, .content-editor-body h2
  { font-size: 20pt; font-weight: bold; margin: 4px 0; }
h3, .content-editor-body h3
  { font-size: 16pt; font-weight: bold; font-style: italic; margin: 4px 0; }
h4, .content-editor-body h4
  { font-size: 12pt; font-weight: bold; font-style: italic; margin: 4px 0; }
h5, .content-editor-body h5
  { font-size: 10pt; font-style: italic; margin: 4px 0; }
h6, .content-editor-body h6
  { font-size: 10pt; font-style: italic; margin: 4px 0; }
ul, .content-editor-body ul
  { margin: 0; }
ul li, .content-editor-body ul li
  { list-style: disc outside; display: list-item; }
ol li, .content-editor-body ol li
  { list-style: decimal outside; display: list-item; }
p, .content-editor-body p
  { line-height: 1.3em; margin: 3px; text-align: left; font-size: 10pt; }

/* layout styles */

.wrapper { width: 100%; float: left; }
.container { width: 930px; margin: auto; text-align: center; position: relative; }
.container .shaded { background-color: #ddd; padding: 10px; border: solid 1px gray; min-height: 5%; }
.container .main { width: 100%; position: relative; }
.container .cell { float: none; display: table-cell; vertical-align: top; }
.bundle-list .bundle { clear: both; }
.bundle-list { float: left; }


.links { clear: both; }

.container .left { text-align: left; }
.container .right { text-align: left; }

.container .left-border { width: 25px; height: 100%; }
.container .right-border { width: 25px; height: 100%; }

.main { width: 100%; }
.main { min-height: 100px; }
.main .corner {	width: 10px; height: 10px; }
.main .sidebar { width: 180px; }
.main .center { text-align: left; }
.main .top, .main .bottom  { width: 100%; height: 25px; }
.main .top *, .main .bottom * { height: 25px; padding: 0;}

.left-column, .right-column { width: 20%; }
.left-column, .right-column, .main .center { padding: 10px; }

#main-content-top-shadow { display: none; }

.site-header { position: relative; width: 100%; text-align: center; }
.site-header .links { padding-top: 3px; }
.site-header .links .link { display: inline; }
.site-header .left { height: 100px; float: left; }
.site-header .center { float: left; }
.site-header .right { float: left; }
.site-header .left { width: 540px; }
.site-header .center .cell { vertical-align: bottom; }
.site-header .link-group { width: 100%; }

.site-header #page-header { height: 50px; }
.site-header #page-header .button { height: 30px; }

#page-header .center { vertical-align: bottom; }
#page-header .center span { margin: 0 auto; clear: both; float: left; display: block; padding: 10px; text-align: center; width: 175px; position: relative; left: 65px; }

#page-header .right { overflow-x: visible; width: 150px; vertical-align: bottom; }
#page-header .right div#sign-image { height: 133px;  position: relative; }

#navigation-bar { margin: 0 auto;  }
#navigation-bar td { vertical-align: middle; }
#navigation-bar td span { clear: both; display: block; }
#navigation-bar + .shadow { display: none; }
#navigation-bar .site-links .link-group { min-height: 30px; }
#navigation-bar .contact-info { width: 20%; }

.site-footer { width: 100%; float: left; }

.site-footer .link-group { float: left; }
.site-footer .link-group .links { float: left; }
.site-footer .link-group .link > a { text-decoration: none; }

.legal-footer {	text-align: center; float: left; width: 100%; }
.legal-footer .logo { width: 50px; height: 50px; padding: 10px; float: left; }
.legal-footer .copyright { float: left; width: 80%; }
.legal-footer .copyright + ul { float: left; width: 80%; }
.legal-footer .copyright + ul li { display: inline; }

.legal-footer .link-group { width: 100%; float: left; }
.legal-footer .link-group .links { width: 100%; float: left; }
.legal-footer .link-group .links .link { display: inline; }

.container-shadow
  { position: relative; }

#blog ul.posts, #twitter ul.tweets { padding-left: 5px; }
#blog .post, #twitter .tweet { float: left; }

/* Page content editor styles */
.page-edit-section { padding-top: 40px; }
.page-edit-section tr td.label { text-align: right;}
.page-edit-section tr td { vertical-align: top; padding: 2px;}
.page-edit-section input { width: 400px; }
.page-edit-section textarea { width: 400px; height: 60px;}

#admin-bar 
  {	padding: 0; margin: 0; position: absolute; min-height: 30px; max-height: 65px; width: 100%; z-index: 100; left: 0; top: 0; font-family: "Tahoma", Arial, sans-serif; font-size: 11pt;  }
#admin-bar.logged-in 
  {	vertical-align: middle;	text-align: right; overflow: hidden;	background-color: #aaa;	position: fixed; background: url(/images/admin-bar-background.png) repeat-x; border-bottom: 1px solid #707070; }
#admin-bar.logged-in div 
  {	float: right;	width: auto; padding: 0; }
#admin-bar.logged-in div + div 
  { float: right;	padding: 5px 10px; }

#admin-bar div 
  { width: 923px; margin: 0 auto; padding: 0; text-align: right; position: relative;  color: #222; font-weight: normal; }

#admin-bar a.login 
  {	width: 50px; padding: 0; right: 0; overflow: hidden; height: auto; text-transform: lowercase; color: #A0A0A0; font-size: 10pt; right: 0px; }
#admin-bar a:hover
  { color: #888; }

#admin-bar div form 
  { padding: 0; margin: 0; position: relative;	right: -600px; }
#admin-bar div form div:first-child 
  {	display: none; }

#admin-bar div.centered-box 
  {	width: 930px;	margin: 0 auto; padding: 4px 0 2px; overflow: hidden; }

#admin-bar #status 
  { float: left; margin-left: 50px; }

.logged-in + *, .wrapper
  { top: 31px; position: relative; }

img#firstmile-logo
  { padding: 5px 10px; position: absolute; z-index: 101; left: 5px; top: 2px; }
div.flash_bar
  { width: 100%; font-size: 14pt; font-weight: bold; }
div.flash_bar.notice
  { background: transparent; }

.flash_bar { padding: 5px; width: 930px; margin: 0 auto; text-align: center; }
.flash_bar.notice { background-color: #fff562; }
.flash_bar.error { color: #d8d8d8; background-color: #970101; }

/**
 * 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;	
}