@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

body {background-color:#8F2831;}

pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	width: 99%; 
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

h1 {font-size:26px;}

button {
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
}

#homePage 
{
	min-height: 400px;
}

#header 
{
	background-color: white;
	position: relative;
	height:170px;
}

#HeaderRight
{
	display: inline-block;
	float: left;
	height: 170px;
	width:414px;
	position: relative;
	top:0px;
}

#PrintHeaderRight
{
	display: inline-block;
	float: left;
	height: 130px;
	width:165px;
	position: relative;
}

#HeaderCenter
{
	width:460px;
	display: inline-block;
	float: left;
	text-align:center;
}

#PrintHeaderCenter
{
	width:300px;
	display: inline-block;
	float: left;
	text-align:center;
}

#HeaderLeft
{
	width:150px;
	display: inline-block;
	float: left;
}

#PrintHeaderLeft
{
	width:130px;
	display: inline-block;
	float: left;
}

#banner
{
	display: inline-block;
	width:800px;
	position: relative;
	float: left;
}

#search
{
}

#login
{
}

#container3 {
	/** Right Column **/
    float:left;
    width:100%;
    background:#AEBD63;
    overflow:hidden;
    position:relative;
	min-height:700px;
}
#container2 {
	/** Center Column **/
    float:left;
    width:100%;
    background:white;
    position:relative;
    right:20%;
	min-height:700px;
}
#container1 {
	/** Left Column **/
    float:left;
    width:100%;
    background:#E3E6EB;
    position:relative;
    right:65%;
	min-height:700px;
}
#leftNav {
    float:left;
    width:15%;
    position:relative;
    left:85%;
    overflow:hidden;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
}
#CenterColumn {
    float:left;
    width:65%;
    position:relative;
    left:85%;
    overflow:hidden;
	/**
	background:url('Images/FBC Background.png');
	background-repeat: no-repeat;
	background-position:center;
	**/
	min-height: 700px;
}

#CenterColumn .noBackground
{
	background:url('Images/pixel.gif')
}

#rightContent {
    float:left;
    width:19.9%;
    position:relative;
    left:85%;
    overflow:hidden;
}

#breadcrumbs
{
	width: 100%;
    DISPLAY: block;
    PADDING-LEFT: 5px;
    MARGIN-BOTTOM: 5px;
    BORDER-LEFT: #666666 thick solid;
    COLOR: #666666;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    HEIGHT: 16px;
    BACKGROUND-COLOR: #e7e7e1;
    TEXT-DECORATION: none
}

#mainContent {
	margin-left:10px;
	margin-right:10px;}

#BottomNav
{
	Text-Align: center;
	background-color: #677C97;
}

#footer
{
	background-color: #3D577A;
	color: white;
	height: 50px;
	padding: 10px 10px 0px 10px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;

}

#footer a {
	color:#AEBD63;
}

#footer a:visited {
	color:#AEBD63;
}

#footer a:hover {
	color:#AEBD63;
}

#PrintFooter {
	text-align:center;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
}

#footerLeft
{
	display: inline-block;
	width:33%;
	float:left;
	text-align: left;
	position: relative; 
}

#footerCenter
{
	display: inline-block;
	width:34%;
	float: left;
	text-align: center;
}

#footerRight
{
	display: inline-block;
	width:33%;
	float: left;
	text-align: right;
}

#nav
{
    MIN-WIDTH: 1024px;
    TEXT-ALIGN: center;
    BORDER-RIGHT: 0px;
    BORDER-BOTTOM: 0px;
    BORDER-LEFT: 0px;
    PADDING-TOP: 4px;
    PADDING-BOTTOM: 4px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    WIDTH: 1024px;
    BOTTOM: 0px;
    DISPLAY: block;
    BACKGROUND: #3D577A;
    HEIGHT: 20px;
    COLOR: #ffff00;
    OVERFLOW: hidden;
    FONT-WEIGHT: bold;
}
A.nav0
{
    COLOR: #fff;
    TEXT-DECORATION: none;
    TEXT-ALIGN: center;
    LINE-HEIGHT: 16px;
    WIDTH: 110px;
    DISPLAY: block;
    FLOAT: left;
    FONT-SIZE: 1em;
    OVERFLOW: hidden;
    FONT-WEIGHT: bold;
    BORDER-RIGHT: #808080 1px solid;
}
A.nav0:visited
{
    COLOR: #fff;
    TEXT-DECORATION: none;
}
A.nav0:hover
{
    COLOR: #AEBD63;
    TEXT-DECORATION: underline;
}

A.nav1
{
    COLOR: #ffffff;
    TEXT-DECORATION: underline;
    FONT-SIZE: 1em;
    FONT-WEIGHT: bold;
}
A.nav1:visited
{
    COLOR: #fff;
    TEXT-DECORATION: none;
}
A.nav1:hover
{
    COLOR: #AEBD63;
    TEXT-DECORATION: underline;
}

A.nav2
{
    COLOR: #8F2831;
    TEXT-DECORATION: underline;
    FONT-SIZE: 1em;
    FONT-WEIGHT: normal;
}
A.nav2:visited
{
    COLOR: #8F2831;
    TEXT-DECORATION: none;
}
A.nav2:hover
{
    COLOR: #AEBD63;
    TEXT-DECORATION: underline;
}

#nav UL
{
    TEXT-ALIGN: center;
    CLEAR: both;
}
#nav UL
{
    PADDING-BOTTOM: 0px;
    LIST-STYLE-TYPE: none;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    HEIGHT: 3em;
    PADDING-TOP: 0px
}
#nav UL LI
{
    DISPLAY: inline;
    COLOR: #ddd
}

/** New Material **/

#leftNav UL
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
}
#leftNav UL LI
{
    PADDING-RIGHT: 0px;
    DISPLAY: block;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    WIDTH: 100%;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: #ffffff 1px solid;
    LIST-STYLE-TYPE: none
}
#leftNav .selected
{
	font-weight:bold;
	font-size:12;
}
#leftNav .leftNavHeader
{
    PADDING-RIGHT: 0px;
    DISPLAY: block;
    PADDING-LEFT: 10px;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 3px;
    MARGIN: 0px;
    TEXT-TRANSFORM: uppercase;
    WIDTH: 100%;
    COLOR: #6699cc;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #ffffff 1px solid;
    LIST-STYLE-TYPE: none
}
#leftNav UL LI A
{
    MARGIN-TOP: 3px;
    DISPLAY: block;
    PADDING-LEFT: 10px;
    MARGIN-BOTTOM: 3px;
    PADDING-BOTTOM: 1px;
    WIDTH: 100%;
    COLOR: #333333;
    PADDING-TOP: 1px;
    LIST-STYLE-TYPE: none;
    TEXT-DECORATION: none
}
#leftNav A:hover
{
    DISPLAY: block;
    WIDTH: 100%;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-COLOR: #677C97
}
#leftNav .left-current A
{
    DISPLAY: block;
    FONT-WEIGHT: bold;
    WIDTH: 100%;
    BACKGROUND-COLOR: #677C97
}

#homePageRight {
    float:left;
    width:100%;
    background:#AEBD63;
    overflow:hidden;
    position:relative;
}
#homePageLeft {
    float:left;
    width:100%;
    background:white;
    position:relative;
    right:20%;
}
#homeLeftContent {
    float:left;
    width:80%;
    position:relative;
    left:20%;
}
#homeRightContent {
    float:left;
    width:19.9%;
	min-height:200px;
    position:relative;
    left:20%;
}

#PicHolder {
	padding:10px 10px 10px 10px;
	min-height:500px;
}

#PicCaption {
	background-color:white;
}

#PicFrame {
	background-color:yellow;
	height:600px;
	width:800px;
}

#PicControls {
	width: 100%;
	text-align: right;
}

#WeeklyMessage {
	padding: 10px 10px 10px 10px;
	background-color:#E3E6EB;
}

#reportList li {
	display: inline;
	list-style-type: none;
	padding-right: 40px;
}

td.right {
	text-align:right;
}

td.center {
	text-align:center;
}

tr.tinted {
	background-color:#F0F0F0;
}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.InvMnt {
	width:70px;
}