@charset "utf-8";


body {
	background-color: #0066CB;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 82%;
	color: #333;
	font-weight: lighter;
	letter-spacing: 0.04em;
	line-height: 24px;
	background-image: url(../images/body_bg.jpg);
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #fff; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 5px;
}

#header  {
	background-color: #FFF; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 10px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	background-attachment: scroll;
	background-image: url(../images/main_logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 70px;
}
#nav {
	padding: 10px;
	font-size: 80%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	background-color: #014ECE;
	background-attachment: scroll;
	background-image: url(../images/main_nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	z-index: 0;
}
#nav ul {
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 240px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#nav ul li a {
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
	font-size: 120%;
	margin-left: 15px;
	letter-spacing: 0em;
}

#rightColumn1   {
	background-color: #E3E3E3; /* Sets the left border properties for an element using shorthand notation */
	float: right;
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 250px;
	margin-top: -60px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: justify;
	color: #333;
	letter-spacing: 0px;
}
.other_side_bar {
	padding: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
}
.other_side_bar h3 {
	font-size: 1.3em;
	font-weight: lighter;
	color: #00993A;
	margin: 0px;
	padding: 0px;
}
.other_side_bar a {
	text-decoration: none;
	color: #036;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#content   {
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: justify;
	background-color: #FFF;
	margin-top: 0;
	margin-right: 280px;
	margin-bottom: 0;
	margin-left: 0;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
.clearFloat   {
  clear: right;
  display: block;
}
#footer  {
	background-color: #0153DA; /* Sets the top border properties for an element using shorthand notation */
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80%;
	color: #FFF;
	font-weight: lighter;
	letter-spacing: 0.1em;
	background-attachment: scroll;
	background-image: url(../images/main_nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

</style>
<style type="text/css" media="print">

/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}

[if IE 5]>
<style type="text/css"> 
/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#outerWrapper #contentWrapper #rightColumn1 {
  width: 220px;
}
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper #content {
  zoom: 1;
}
</style>
<![endif]
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #036;
	letter-spacing: 0em;
}
#footer a {
	color: #FFF;
	font-weight: bold;
}

.heading {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 160%;
	color: #090;
	font-weight: lighter;
	letter-spacing: 0em;
}
.heading_small {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 130%;
	color: #F60;
	font-weight: lighter;
	letter-spacing: 0em;
}

.clr {
	clear: both;
	float: left;
}
.wrapper {
	width: 710px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

.demo {
	width: 180px;
	text-align: center;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	height: 200px;
}
.demo img {
	border: 2px solid #EEEEEE;
	padding: 0px;
	margin: 0;
	clear: both;
}
#content .demo .client {
	clear: both;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
}

.alert {
	font-size: 160%;
	font-weight: lighter;
	line-height: 28px;
	color: #FFF;
	background-color: #F60;
	padding: 5px;
}

.img_left {
	padding: 0px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.img_right {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: right;
}
.section_wrapper {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 15px;
	padding-left: 2px;
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
#twitter {
	background-color: #FFF;
	padding: 5px;
}
#twitter #twitter_div .sidebar-title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.2em;
	font-weight: lighter;
	margin: 0px;
	color: #036;
	background-attachment: scroll;
	background-image: url(../images/russ_twit.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#twitter #twitter_div #twitter_update_list {
	margin: 0px;
	padding: 0px;
}
#twitter #twitter_div #twitter_update_list li {
	color: #FFF;
	background-color: #0066CB;
	list-style-type: none;
	margin-top: 4px;
	margin-bottom: 4px;
	background-attachment: scroll;
	background-image: url(../images/twitter-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 28px;
}
#twitter #twitter_div #twitter_update_list li a {
	color: #FFF;
	padding: 6px;
	list-style-type: none;
	margin-top: 4px;
	margin-bottom: 4px;
}
#twitter #twitter_div #twitter-link img {
	text-decoration: none;
	border: 1px solid #FFF;
}

#load {
	display: none;
	left: 400px;
	top: 350px;
	background-image: url(../images/ajax-loader.gif);
	text-indent: -9999;
	position: absolute;
	height: 19px;
	width: 220px;
}
p, h1, form, button{border:0; margin:0; padding:0;}

.spacer{clear:both; height:1px;}
#map {
	float: right;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#content #map iframe {
	float: right;
	clear: both;
}

.nav-links {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-links li {
	line-height: 1.6em;	
	font-size: 1.2em;
}
.twitthis {
	position: absolute;
	top: 250px;
	left: 20px;
}
pre {
	background: #e8e8e8;
	border-left: 10px solid #777;
	font-size: 0.85em;
	padding: 1em;
	color: black !important;
	overflow-x: auto;
}
.important {
	border: 1px solid #666;
	background: #ddd;
	padding: 0 1em;
	color: #C30;
}
h3 {
	font-size: 1.45em;
	line-height: 1.05em;
	border-bottom: 1px solid #333;
}
.galleryview {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 0.5em;
}
.code_wrapper {
	border: 1px solid #888;
	background: #f0f0f0;
	padding: 10px;
}
code, .code {

}
.options {
	border: 1px solid #777;
	border-right: none;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
}
.options th {
	text-align: left;
	background: #777;
	color: white;
	font-weight: bold;
}
.options th, .options td {
	padding: 4px 10px;
}
.options td {
	border-right: 1px solid #777;
}
#parts-img {
	border: 1px solid black;
}
img.nav {
	border: 1px solid black;
	margin-bottom: 5px;
}
a:link, a:visited {
	color: #3671A8;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CC5914;
}
.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: lighter;
}
.panel-overlay p {
	line-height: 1.2em;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

