body
{
	margin-top: 0;
	text-align: center;
	color: #0e2145;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

a:link, a:visited
{
    text-decoration: underline;
    color: #666;
}

a:hover
{
	text-decoration: underline;
	color: #666;	
}

#mainWrapper
{
	width: 1000px;
	margin: 0 auto;
	clear: both;	
}

#headerBanner
{
    width: 956px;
    height: 144px;
    background: url(../images/TopBoxOnly.jpg) no-repeat top left;
    margin: 0px 19px 0px 19px;
}

.smallbutton
{
	backGround: #593421;
	color: white; 	
	text-align: center;	
    font-size: 9px;	 
	border-color: #593421;     	
}

.normalbutton
{
	backGround: #593421;
	color: white; 	
	text-align: center;	
    font-size: 14px;	 
	border-color: #593421;     	
}

.fileupload
{		
		background-color: #BA6C43;
}
#footer 
{
	width: 1000px;
	background: url(../images/footerBg.png) no-repeat top left;
	float: left;
	text-align: left;
	font-size: 10px;
	color: #666;
	padding: 12px 0px 10px 0px;
	margin: 20px 0px 0px 0px;
}

#footer a
{
	color: #666;
	text-decoration: none;
}

#footer a:hover
{
	color: #000;
	text-decoration: none;
}

#footer a img
{
	border: none 0px;	
}

#footer .left
{
	float: left;
	margin: 0px 0px 0px 20px;
}

#footer .right
{
	float: right;
	margin: 0px 20px 0px 0px;
}

/************************PageHeaderTable******************************************/
#PageHeaderTable
{
	width: 956px;
    height: 30px;        
    margin: 0px 19px 0px 19px;    
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;	
}

#PageHeaderTable .table
{        
   width:  956px;	
   height: 30px;  
   border-collapse: collapse;
}

#PageHeaderTable .tr
{
	
}

#PageHeaderTable .RightCurve
{
	backGround: #593421;	
	color: white; 
	width: 10px;		
	border-top-left-radius: 5px 10px;	
}

#PageHeaderTable .Normal
{
	backGround: #593421;
	color: white; 	
	text-align: left;		         
}

#PageHeaderTable .LeftCurve
{
	backGround: #593421;
	color: white; 	
	border-top-Right-radius: 5px 10px;	  
}

/************************End PageHeaderTable**************************************/


/************************SearchCriteriaContentTable******************************************/
#SearchCriteriaContentTable
{
	width: 956px;
    height: 225px;    
    margin: 0px 19px 0px 19px;    
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;	
}

#SearchCriteriaContentTable .sccttable
{                 
   border-spacing: 4px;
}

#SearchCriteriaContentTable .sccttr
{
	height: 14px;
}

#SearchCriteriaContentTable .scctLeftColumn
{
	backGround: white;		
	width: 10px;			
}

#SearchCriteriaContentTable .scctLabels
{
	backGround: white;
	color: #593421; 	
	text-align: right;		         
}

#SearchCriteriaContentTable .scctInput
{
	backGround: white;
	color: #593421; 	
	text-align: left;		         
}


/************************End SearchCriteriaContentTable*******************/



/************************Header Table******************************************/

#HeaderTable .httable
{                 
    border-spacing: 4px;
    width: 956px;
	height: 40px;    
	margin: 0px 19px 0px 19px;    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;	
	border-collapse: collapse;
}

#HeaderTable .httr
{
	height: 40px;	
}

#HeaderTable .htLeftColumn
{
	backGround: white;		
	width: 30px;			
}

#HeaderTable .htLeftColumnColor
{
	backGround: #BA6C43;		
	width: 10px;			
}

#HeaderTable .htLabels
{
	backGround: #BA6C43;
	color: white; 	
	text-align: left;		         
}

/************************End Header Table*******************/

.csrLeftColumn
{
	backGround: white;		
	width: 20px;			
}

.csrTableHeader
{
	background: #593421;
	color: white;
	height:  50px;
	width:  200px;
	font-size:  48px;
	text-align: center;	
}

.csrTableSubHeader
{
	background: #BA6C43;
	color: white;
	height:  20px;
	width:  200px;
	font-size:  24px;
	text-align: center;	
}

.csrTableContent
{
	background: white;
	color: #593421;
	height:  100px;
	width:  200px;
	font-size:  72px;
	text-align: center;	
}


/************************************************************************/

#mainNav
{
	background: url(../images/mainNavBg.png) no-repeat top left;
	width: 994px;
	text-align: left;
	height: 65px;
}

.navItems
{
	padding-top: 11px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0px;
	padding:		0px;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			17em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			38px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			17em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	/*margin-bottom:	1em;*/
}
.sf-menu a {
	padding: 		.75em 1.5em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #512b1b;
	font-size: 12px;
}
.sf-menu li 
{
	color: #512b1b;
	font-size: 12px;
}
.sf-menu li li {
	background-color: #f0eade;
	border-bottom: 1px solid #b79b61;
}
.sf-menu li li li {
	background-color: #f0eade;
	border-bottom: 1px solid #b79b61;
}
.sf-menu li li:hover, .sf-menu li li li:hover {
	background:		#f7f5ee;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.04em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/mainNavArrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/menuShadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*
	Grid View Styles
*/
.Grid-View
{
	border-color: White;
    border-style: solid;
    width: 925px;        
}

.Grid-View tr.header
{
	 color:  White;
	 background-color: #593421;
	 text-align: center;
	 font-weight: bold;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;	
	 height: 25px;	 
	 position:relative;		 
}

.Grid-View tr.header a
{
	 color:  White;
	 background-color: #593421;
	 text-align: center;
	 font-weight: bold;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;	
	 height: 25px;	 
	 position:relative;	 
	 padding-left: 5px;			 
	 padding-right: 5px;		 		 	 
}

.Grid-View tr.header a:active
{
	 color:  White;
	 background-color: #593421;
	 text-align: center;
	 font-weight: bold;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;	
	 height: 25px;	 
	 position:relative;	 		
}

.Grid-View tr.normal
{
	color: #BA6C43;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	height: 0px;			
}

.Grid-View tr.normal a
{
	color: #BA6C43;
	background-color: White;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	height: 0px;		
}

.Grid-View tr.alternative
{
	color: White;		
	background-color: #BA6C43;
	vertical-align: middle;
	text-align: center;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	height: 0px;		
}	

.Grid-View tr.alternative a
{
	color: White;		
	background-color: #BA6C43;
	vertical-align: middle;
	text-align: center;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	height: 0px;		
}	 

.Grid-View .ScrollContent
{
	display:block;	
	overflow: auto;
	width:100%;
	height: 250px;
}
.Grid-View .FixedHeader
{
	display: block
}
#divGrid
{
	overflow:scroll;
	height:300px;
	margin-left:75px;
}
/*
	Grid View Inner Styles
*/
.Grid-View-Inner
{
	border-color: White;
    border-style: solid;    
}

.Grid-View-Inner tr.header
{
	 color:  White;
	 background-color: #593421;
	 text-align: center;
	 font-weight: bold;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;	
	 height: 25px;	 
	 position:relative;		 
}

.Grid-View-Inner tr.header a
{
	 color:  White;
	 background-color: #593421;
	 text-align: center;
	 font-weight: bold;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;	
	 height: 25px;	 
	 position:relative;	 
	 padding-left: 5px;			 
	 padding-right: 5px;		 		 	 
}

.Grid-View-Inner tr.header a:active
{
	 color:  White;
	 background-color: #593421;
	 text-align: center;
	 font-weight: bold;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;	
	 height: 25px;	 
	 position:relative;	 		
}

.Grid-View-Inner tr.normal
{
	color: #BA6C43;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	height: 0px;			
}

.Grid-View-Inner tr.normal a
{
	color: #BA6C43;
	background-color: White;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	height: 0px;		
}

.Grid-View-Inner tr.alternative
{
	color: White;		
	background-color: #BA6C43;
	vertical-align: middle;
	text-align: center;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	height: 0px;		
}	

.Grid-View-Inner tr.alternative a
{
	color: White;		
	background-color: #BA6C43;
	vertical-align: middle;
	text-align: center;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	height: 0px;		
}	 

.Grid-View-Inner .ScrollContent
{
	display:block;	
	overflow: auto;
	width:100%;
	height: 250px;
}
.Grid-View-Inner .FixedHeader
{
	display: block
}
#hidden
{
	display:none;	
}
