/*###############################################################################################################
// FORTNEY PACKAGES - GLOBAL STYLES
// Author:		Jim Robinson
// Modified:	2/23/2010
//#############################################################################################################*/

html {
	overflow: -moz-scrollbars-vertical !important; /* Firefox - keep scrollbar enabled to prevent page-shift */
}
body, table, img, button, iframe, ul, ol, li, div, form, p {
	border: 0; padding: 0; margin: 0; 
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #444444; background: url("../images/bg_body.gif") repeat;
}
img {
	-ms-interpolation-mode: bicubic;
}
p {
	line-height: 1.3; margin-bottom: 1em; text-align: left; text-indent: 1.5em; color: #444444; zoom: 1;
}
p.no-indent {
	text-indent: 0;
}
a {
	color: #663300; text-decoration: none;
}
a:hover {
	color: #cc9933; text-decoration: none;
}
a img, span img, p img {
	border: 0; vertical-align: bottom; text-decoration: none;
}
ul, ol {
	text-align: left; margin: 1em 0 1em 2.5em;
}
li {
	margin-bottom: 0.5em; color: #444444;
}

/*------------------------------------------------------------------------------
Header/Title styles
------------------------------------------------------------------------------*/
h1, h2, h3 {
	text-indent: 0; text-align: left; margin: 0; margin-bottom: 0.3em; font-weight: bold; zoom: 1;
}
h1 {
	font-family: "Times New Roman", Times, serif; font-size: 24pt; color: #6a4e1e; font-style: italic;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 16pt; color: #666666; padding: 0.2em 0; font-style: italic; border-bottom: 3px double #cccccc;
}
h3, caption, span.caption {
	font-family: Arial, Helvetica, sans-serif; font-size: 13pt; font-weight: bold; color: #663300; text-align: left; line-height: 1.7; padding: 0;
}
span.caption {
	display: block; width: 275px; margin-left: auto; margin-right: auto; text-align: center;
}

/*------------------------------------------------------------------------------
Layout containers
------------------------------------------------------------------------------*/
#header, #content, #footer {
	width: 955px; margin-left: auto; margin-right: auto; text-align: center;
}
#header {
	position: relative; height: 100px; margin-top: 0.75em; margin-bottom: 0.75em;
}
#content {
	z-index: 1; clear: both;
}
#footer {
	color: #663300; margin-top: 1em; margin-bottom: 1em; padding: 0.5em 0; font-size: 7pt;
}

/*------------------------------------------------------------------------------
Top Menu
------------------------------------------------------------------------------*/
#menu-background {
	background: url("../images/bg_menu.gif") no-repeat; width: 955px; height: 40px; margin-right: auto; margin-left: auto; text-align: center; position: relative; z-index: 1000;
}
#menu-container {
	width: 945px; padding-top: 0.4em; margin-right: auto; margin-left: auto; text-align: center;
}

/*------------------------------------------------------------------------------
Header elements
------------------------------------------------------------------------------*/
#header-piece1 {
	position: absolute; top: 0; left: 0; width: 320px; height: 100px;
}
#header-piece2 {
	position: absolute; top: 0; left: 320px; width: 500px; height: 100px;
}
#header-piece3 {
	position: absolute; top: 0; left: 820px; width: 135px; height: 100px;
}

/*------------------------------------------------------------------------------
Tables for tabular data
------------------------------------------------------------------------------*/
table {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; background-color: #d2bb94; margin-bottom: 1.5em;
}
thead tr {
	background-color: #d2bb94;
}
tbody tr {
	background-color: #f7f3eb;
}
thead th, tbody td {
	padding: 0.5em;
}
.color0 {
	background-color: #ffffff;
}
.color1 {
	background-color: #f7f3eb;
}
.color2 {
	background-color: #efe4d2;
}

/*------------------------------------------------------------------------------
Input Elements
------------------------------------------------------------------------------*/
select {
	border-color: #999999; /* Safari 3 & 4 - don't use default "Aqua" look */
}
select, input, textarea, optgroup, option, button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
button {
	margin: 0; padding: 0.2em 0.6em 0.3em 0.6em; line-height: 1.4em; width: auto; overflow: visible; cursor: pointer;
}
* html button {
	padding: 0.2em 0.6em;
}

/*------------------------------------------------------------------------------
Image thumbnails
------------------------------------------------------------------------------*/
.thumbnail {
	position: relative; float: left; border: 3px solid #ffffff; cursor: pointer; text-align: center;
}
.thumbnail-nofloat {
	position: relative; border: 3px solid #ffffff; cursor: pointer;
}
.thumbnail_hover {
	border: 3px solid #d2bb94;
}
.magnify { /* For image "magnifier" overlay */
	position: absolute; top: 0; right: 0; z-index: 1;
}

/*------------------------------------------------------------------------------
List
------------------------------------------------------------------------------*/
.ui-list {
	list-style-type: none;
	margin: 0;
}
.ui-list li {
	height: 1%;
}
.ui-list li a {
	display: block;
	padding: 0.5em;
	color: #993300;
}
.ui-list li a:hover {
	background: #eeeeee;
}

/*------------------------------------------------------------------------------
Custom jQuery UI
------------------------------------------------------------------------------*/
/* Neat-align (for tableless alignment) */
.ui-neat-align p {
	font-size: 10pt; margin-bottom: 0.75em; text-align: left; text-indent: 0;
}
.ui-neat-align p span.label {
	display: inline; margin: 0; text-align: right; vertical-align: middle; float: left; width: 10em; padding-right: 1em; font-weight: normal; color: #777777;
}
.ui-neat-align p span.label-error {
	font-weight: normal; color: #cd0a0a;
}
.ui-neat-align p input, .ui-neat-align p textarea, .ui-neat-align p select, .ui-neat-align p button, .ui-neat-align p img, .ui-neat-align p a {
	display: inline; vertical-align: middle;
}
.ui-neat-align p button {
	font-size: 8pt;
}
.ui-neat-align p span.text {
	display: block; margin-left: 11em; text-align: left;
}
* html .ui-neat-align p span.text {
	display: inline-block; margin-left: 0; /* IE6 - needs this */
}

/* break floated containers */
.ui-helper-clear {
	clear: both;
}

/* 2-column layout containers */
.ui-2-column-left {
	float: left; width: 48%;
}
.ui-2-column-right {
	float: right; width: 48%;
}
.ui-2-column-left-75 {
	float: left; width: 73%;
}
.ui-2-column-right-25 {
	float: right; width: 23%;
}
.ui-2-column-left-25 {
	float: left; width: 23%;
}
.ui-2-column-right-75 {
	float: right; width: 73%;
}

/* 3-column layout container */
.ui-3-column {
	float: left; width: 33.3%;
}

/* panel container with padding */
.ui-panel {
	padding: 0.7em; zoom: 1; 
}
.ui-margin {
	margin: 1em 0;
}
.ui-separator {
	margin-bottom: 5em; background: url("../images/separator.gif") center bottom;
}

/* jQuery icon */
.ui-icon {
	float: left; margin-right: 0.3em;
}