body { 
    margin: 0 0 0 20px;
    padding: 0;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 100%;
    background-color: #59595B;
	color: #555;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
}

#logo {
	margin-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

h2.hd-img {
	float: left;
	clear:
	right;
	width: 100%;
	margin: 0;
	padding: 0;
}

strong {
	color: #000;
}

#slider {
    width: 775px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 510px;
	_height: 555px;
    width: 775px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background-color: #FFFFFF;
	font-size: .75em;
	line-height: 1.3;
}

.scroll a,
.scroll a:active,
.scroll a:visited,
.scroll a:link {
	font-weight: bold;
	color: #069;
}

.scroll a:hover {
	color: #0ae;
}

.scrollContainer div.panel {
    padding: 15px 20px 20px;
    height: 470px;
    width: 735px;
}

ul.navigation {
    font-family: Verdana, Arial, sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 4px;
    padding-bottom: 4px;
	margin-left: 5px;
}

ul.navigation li {
    display: inline;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
}

ul.navigation a {
    padding: 6px 10px;
	color: #fff;
    background-color: #444;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #ddd;
	color: #000;
}

ul.navigation a.selected {
	color: #000;
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 200px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}

.tabbed-box {
	width: 731px;
	background: #f4f4f4;
	border: 1px solid #ddd;
	float: left;
}

.tabs {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #999;
}

.tabbed-box .tabs li {
	list-style: none;
	float: left;
}

.tabbed-box .tabs li a {
	display: block;
	width: 121px;
	padding: 5px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff !important;
	background-color: #600; 
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.tabbed-box .tabs li:first-child a {
	border-left: none;
}

.tabbed-box .tabs li a:hover {
	color: #ddd !important;
}

.tabbed-box .tabs li a:focus {
	outline: none;
}

.tabbed-box .tabs li a.active {
	background: #f4f4f4;
	color: #333 !important;
	border-bottom: 1px solid #f4f4f4;
}

.tabbed-content {
	height: 380px;
	padding: 2em 1em 1em;
	display: none;
}

a img {
	border: none;
}

h1, h2, h3, h4 {
	margin: 10px 0px 0px;
}

p {
	margin: 5px 0 10px;
}

.popup {
	width: 735px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .9em; margin-bottom: 1.875em; line-height: 1.3em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }


/* --------------------------------------------------------------
   grid.css - mirror version of src/grid.css
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 735px;
  margin: 0 auto;
}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5 {
  float: left;
  margin-right: 20px;
}

/* The last column in a row needs this class. */
.last, div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 131px; }
.span-2  { width: 282px; }
.span-3  { width: 433px; }
.span-4  { width: 584px; }
.span-5  { width: 735px; margin-right: 0; }

/* Use these classes to set the width of an input. */
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5 {
  border-left-width: 1px!important;
  border-right-width: 1px!important;
  padding-left: 5px!important;
  padding-right: 5px!important;
}

input.span-1, textarea.span-1 { width: 119px!important; }
input.span-2, textarea.span-2 { width: 270px!important; }
input.span-3, textarea.span-3 { width: 421px!important; }
input.span-4, textarea.span-4 { width: 572px!important; }
input.span-5, textarea.span-5 { width: 723px!important; }

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  overflow:hidden; 
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }
/* -------------------------------------------------------------- 

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)
   
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input[type=text], input[type=password],
input.text, input.title, 
textarea, select { 
  background-color:#fff; 
  border:1px solid #bbb; 
}
input[type=text]:focus, input[type=password]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus { 
  border-color:#666; 
}

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }

input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position:relative; top:.25em; 
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

img.box-img {
	float: right;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.sig-box {
	float: left;
	width: 150px;
	margin-right: 20px;
}
