/* layout */
/* ------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	margin: 10px auto 0 ;
	width: 960px;
	text-align: left;
}

#header {
}

#content {

}

#content-inner {
	min-height: 350px;
	padding: 30px;
}

#footer {

}


/* header */
/* ------------------------------------------- */

#header h1#logo {
	margin: 0;
	line-height: 0;
	border-bottom: 1px solid black;
}

#header a, #header a:active {
	color: white;
}


/* navbar */
/* ------------------------------------------- */

#navbar {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.6em;
	line-height: 51px;
}

#navbar ul {
	list-style: none;
	padding: 0;
	width: 100%
}

#navbar li {
	float: left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 238px;
	margin-left: 2px;
}

#navbar ul li:first-child {
	margin-left: 0;
	width: 240px;
}

#navbar li a {
	display: block; 
	margin: 0;
	padding: 3px 0 0;
	overflow: hidden;
	text-decoration: none;
	width: 100%;
	height: 48px;
	text-align: center;
	background-image: url(/images/design/bg-navbar-item.png);
}

#navbar li a.selected,
#navbar li a:hover {
	background-image: url(/images/design/bg-navbar-item-active.png);
}

#navbar-images {
}

#navbar-images img {
	display:block;
	width: 238px;
	float: left;
	margin: 0;
	margin-left: 2px;
}

#navbar-images a:first-child img{
	margin-left: 0px;
	margin-right: 2px;
}


/* footer */
/* ------------------------------------------- */
#footer {
	margin-bottom: 50px;
}


#footer p {
	margin: 0;
	padding: 0;
}

#footer-links {
	background-image: url(/images/design/bg-footer-links.png);
	background-repeat: repeat-x;
}

#footer-links div {
	width: 238px;
	min-height: 80px;
	float: left;
	margin-top: 10px;
	padding: 3px 0;
	border-left: 2px solid white;
}

#footer-links div:first-child {
	border-left: 0px;
	width: 240px
}

#footer-links span {
	display: block;
	float: left;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 1.3em;
}

#footer-links ul {
	list-style: none;
	display: block;
	float: right;
	text-align: right;
	padding-right: 30px;
	font-size: 0.9em;
	line-height: 1.5em;
}

#footer-links ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#capture-link {
  text-align: right;
  margin-top: 20px;
  padding-right: 20px;
}

#facebook-link {
  clear: both;
  float: left;
  margin-top: 20px;
  padding-left: 20px;
}
/* styles */
/* ------------------------------------------- */

.spacer {
	clear: both;
}

.right {
	text-align: right;
}

body {
	color: white;
	background: black;
	font-size: 100%;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#wrapper{
	font-size: 0.75em;
	line-height: 1.75em;
}

h1 {
	font-size: 3em;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	font-family: walkway-black, Helvetica, Verdana, Arial, sans-serif;
}

h2 {
	font-size: 2em;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	font-family: walkway-bold, Helvetica, Verdana, Arial, sans-serif;
}

h3, h4, h5, h6 {
	font-size: 1.1em;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

p {
	margin-bottom: 1em;
}

img {

}

#home-banners {
	width: 960px;
	height: 389px;
	margin: 0;
	padding: 0;
}

#home-banners img{
	width: 960px;
	height: 389px;
	top: 0;
	left: 0;
}

#content-inner {
	padding: 30px;
	xbackground: #b59b96;
	background: white;
	color: black;
	xbackground-image: url(/images/design/bg-content-inner.png);
	background-repeat: repeat-x;
}

#content-inner a {
	color: #d50000;
}

#content-inner img {
	border: 7px solid #CBCBCB;
	margin: 10px;
}

#content-inner img.flir-image {
	border: 0;
	margin: 0;
}

#content-inner td {
	vertical-align: top;
}

/** links **/
/* ------------------------------------------- */
 /* The order of link states are based on Eric Meyer's article:
  * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
  */

a {
	color: #fbf9db;
	text-decoration: none;
}

a:visited {
	color: #fbf9db;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;

}

a:active {
	color: #fbf9db;
}

a img {
	border: 0;
}

/** lists **/
/* ------------------------------------------- */

ul, ol {
   margin-left: 0;
   padding-left: 2em;
}

.block ul, /* Drupal overrides */
.item-list ul {
   margin: 1em 0;
   padding: 0 0 0 2em;
}

ul ul, ul ol,
ol ol, ol ul,
.block ul ul, .block ul ol,
.block ol ol, .block ol ul,
.item-list ul ul, .item-list ul ol,
.item-list ol ol, .item-list ol ul {
   margin: 0;
 }

li {
   margin: 0;
   padding: 0;
}

.item-list ul li /* Drupal override */ {
   margin: 0;
   padding: 0;
   list-style: inherit;
}

ul.menu li, /* Drupal override */
li.expanded,
li.collapsed,
li.leaf {
   margin: 0;
   padding: 0;
}

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

dt {
   margin: 0;
   padding: 0;
}

dd {
   margin: 0 0 0 2em;
   padding: 0;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/

.clear-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear-block {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
	height: 1%;
}
.clear-block {
	display: block;
}
/* End hide from IE-mac */